Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 215459

Summary: x11-drivers/xf86-video-radeonhd - Radeon X1650 dual monitor incorrect resolution
Product: Gentoo Linux Reporter: Jonathan Steel <jon.steel>
Component: [OLD] UnspecifiedAssignee: Jeffrey Gardner (RETIRED) <je_fro>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Xorg.0.log

Description Jonathan Steel 2008-03-30 17:45:10 UTC
I have a readeon X1650 graphics card and two of the exact same monitors. The monitor on the left is setup exactly how I want it, but the one on the right is not being set to the same resolution for some reason. I end up with a portion of my desktop missing between the two screens and the one of the right looks really really bad.

xorg.conf
=====================


Section "Extensions"
    Option "Composite" "Enable"
EndSection

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "dbe"
        Load  "GLcore"
        Load  "xtrap"
        Load  "dri"
        Load  "glx"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "LG_Left"
        #Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054
 1087 -HSync +Vsync
        #Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 
1089 -hsync +vsync (65.3 kHz)
        Modeline "1680x1050"  119.00  1680 1728 1760 1840  1050 1053 1059 1080 -
hsync +vsync
EndSection
Section "Monitor"
        Identifier   "LG_Right"
        Option       "LeftOf" "LG_Left"
        #Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054
 1087 -HSync +Vsync
        Modeline "1680x1050"  119.00  1680 1728 1760 1840  1050 1053 1059 1080 -
hsync +vsync
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "radeonhd"
        VendorName  "ATI Technologies Inc"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
        #Option         "monitor-DVI-I_1/analog"        "LG_Right"
        Option          "monitor-DVI-I_1/digital"       "LG_Right"
        Option          "monitor-VGA_1"                 "LG_Left"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "LG_Left"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                #Virtual        2560 1024
                Modes           "1680x1050_60.00"
        EndSubSection
EndSection


xrandr --verbose
====================
Can't open display

Reproducible: Always
Comment 1 Jonathan Steel 2008-03-30 17:46:31 UTC
Created attachment 147713 [details]
Xorg.0.log
Comment 2 Jeffrey Gardner (RETIRED) gentoo-dev 2008-06-23 08:33:16 UTC
use layman to add my overlay (layman -a je_fro) and try the live svn ebuild (xf86-video-radeonhd-9999)