Mailinglist Archive: radeonhd (529 mails)
| < Previous | Next > |
Re: [radeonhd] rs690 + xrandr produce broken screen
- From: Ildar Mulyukov <ildar@xxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Dec 2007 09:41:12 +0600
- Message-id: <1197517272l.390l.1l@xxxxxxxxxxxxxxxxxxxx>
On 13.12.2007 08:26:43, Elf wrote:
If you have just one screen, why would you need xrandr? http://www.thinkwiki.org/wiki/Xorg_RandR_1.2
Sure.
Regards, Ildar.
--
Ildar Mulyukov, free SW designer/programmer
================================================
email: ildar@xxxxxxxxxxxxxxxxxxxxx
home: http://tuganger.narod.ru/
ALT Linux Sisyphus
================================================
Section "ServerLayout"
Identifier "A layout"
Screen "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse|0" "CorePointer"
InputDevice "SynPS/2 Synaptics TouchPad|1" "AlwaysCore"
Option "IgnoreABI" "true"
Option "RandR" "On"
Option "AIGLX" "Off"
EndSection
Section "Module"
Load "freetype"
Load "glx"
Load "dri"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "USB Mouse|0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "SynPS/2 Synaptics TouchPad|1"
Driver "synaptics"
Option "Device" "/dev/input/event3"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "Card0|0"
Driver "radeonhd"
BusID "PCI:1:5:0"
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0|0"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2560 1024
EndSubSection
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
Section "Files"
FontPath "catalogue:/etc/X11/fontpath.d"
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
2007/12/12, Ildar Mulyukov <ildar@xxxxxxxxxxxxxxxxxxxxx>:
> On 12.12.2007 00:21:17, Elf wrote:
> > Hello.
> >
> >When I'm turning on using Randr extension, my screen displays broken - some peaces of screen overlaps on it.
> >I'm using latest git-version of radeonhd driver (previous versions has the same problem).
> > Working resolution - 1440x900
> >
> > There are my logs and config attached.
> >
> >xranr.log is ouput of "xrandr -q" command screen2.jpg is photo of my laptop panel showing this problem. Red rectangle means real screen. Mplayer window is placed on left top corner, other window is placed on right bottom corner. So, there are 6 desktops on one screen :) If i try to take screenshot of it, it's done without problems (resolution of result picture is 1440x900), so because i make such photo.
> > If i disable randr (option "NoRandr") everything works perfect.
> >
> > I will provide you with additional info if it'll be need.
>
> FYI, I'm using rs690 with notebook+external panel working perfectly.
>
> BTW, If you want to use both PANEL and DVI, you should increase your
> "Virtual":
> Section "Screen"
> Identifier "Screen0"
> Device "Card0|0"
> DefaultDepth 24
> SubSection "Display"
> Depth 24
> Virtual 2560 1024
> EndSubSection
> EndSection
Thanks for you advice, but i'm using integrated panel only. Also, changing "Virtual" parameter doesn't helps me.
If you have just one screen, why would you need xrandr? http://www.thinkwiki.org/wiki/Xorg_RandR_1.2
Can you please send me a copy of your working xorg.conf?
Sure.
Regards, Ildar.
--
Ildar Mulyukov, free SW designer/programmer
================================================
email: ildar@xxxxxxxxxxxxxxxxxxxxx
home: http://tuganger.narod.ru/
ALT Linux Sisyphus
================================================
Section "ServerLayout"
Identifier "A layout"
Screen "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "USB Mouse|0" "CorePointer"
InputDevice "SynPS/2 Synaptics TouchPad|1" "AlwaysCore"
Option "IgnoreABI" "true"
Option "RandR" "On"
Option "AIGLX" "Off"
EndSection
Section "Module"
Load "freetype"
Load "glx"
Load "dri"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ",winkeys"
Option "XkbOptions" "grp:ctrl_shift_toggle"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "USB Mouse|0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "SynPS/2 Synaptics TouchPad|1"
Driver "synaptics"
Option "Device" "/dev/input/event3"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.06"
Option "MaxSpeed" "0.12"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "Card0|0"
Driver "radeonhd"
BusID "PCI:1:5:0"
Screen 0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0|0"
DefaultDepth 24
SubSection "Display"
Depth 24
Virtual 2560 1024
EndSubSection
EndSection
Section "DRI"
Group "xgrp"
Mode 0660
EndSection
Section "Files"
FontPath "catalogue:/etc/X11/fontpath.d"
EndSection
Section "Extensions"
Option "Composite" "false"
EndSection
| < Previous | Next > |