tor, 13,.04.2006 kl. 02.40 +0200, skrev Andreas Pakulat: > On 21.03.06 17:40:51, Stian Jordet wrote: > > Just to inform everyone; by using latest ati-driver from cvs it works > > perfect again ;) > > Hi Stian, > > I just fetched cvs head of driver/xf86-video-ati and used the debian > diff.gz to build a debian package out of it. However I had no luck, the > problem still persists. This is really annoying as I now have to > manually downgrade X11 to 6.9.0 to get xserver-xorg=6.8.2 to work again. > > What radeon card are you using (I have a Mobility 9200, R250 Lf here)? > > How does your xorg.conf look like? > > Are you using 2 Monitors with the same resolution?
Hi Andreas. I'm using two 19" lcd monitors on a Radeon 9700Pro. When this started happening I used one monitor with DVI cable, the other with normal VGA cable. Then for a short while I used VGA cable on both monitors. That were when the fix came out. With both monitors connected with VGA cables, it worked just fine. When I later used on vga and one dvi cable, I went back to one black monitor. Thing is, I had discovered mergedfb by this time, and haven't yet bothered to re-file a bug, since it works. My existing xorg.conf is attached. Sorry for my false statement claiming it's all good now... Hope this helps. Best regards, Stian
Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/X11/fonts/Type1" FontPath "/usr/share/X11/fonts/100dpi" FontPath "/usr/share/X11/fonts/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" # Load "GLcore" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" # Load "v4l" Load "vbe" EndSection Section "Extensions" Option "Composite" "Enabled" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbModel" "pc105" Option "XkbLayout" "no" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Buttons" "7" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI" Driver "radeon" Option "MergedFB" "true" Option "CRT2Position" "LeftOf" #Option "MonitorLayout" "TMDS,CRT" #Option "OverlayOnCRTC2" "true" Option "MetaModes" "1280x1024-1280x1024" Option "MergedNonRectangular" "false" Option "MergedXineramaCRT2IsScreen0" "false" # Option "AGPMode" "4" # Option "AGPFastWrite" "true" # Option "EnableDepthMoves" "false" Option "EnablePageFlip" "on" # Option "DDCMode" "true" # Option "Backingstore" "true" # Option "RenderAccel" "true" # Option "AccelMethod" "EXA" #Option "AllowGLXWithComposite" "true" # Option "SubPixelOrder" "none" EndSection Section "Monitor" Identifier "S19-1" Option "DPMS" HorizSync 30-82 VertRefresh 56-76 EndSection Section "Screen" Identifier "Default Screen" Device "ATI" Monitor "S19-1" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection