Radeon 350 problem

Jeremy Lawler jeremylawler at gmail.com
Tue Mar 28 10:15:10 PST 2006


I have a dual head radeon 9600 problem running in linux stable.  This
problem did not occur in 6.8.2, and originally showed up in 6.9.0.  I
"solved" the problem by rolling back to 6.8.2, but now it seems the problem
is not going to be fixed, most likely because no one else reported it.

The problem is that in X windows, the image on the primary monitor is copied
is displayed on the second monitor.  HOWEVER, it believe it's displaying 2
different images, and I can scroll the mouse onto the second montior.
However, I cannot interact with anything on that screen, as they are not
really "there."  For example, when I started firefox, it started in the
second window, and i had to "guess" where it was showing up and drag it onto
the main monitor.

I know just about nothing regaurding xorg, so I have pieced my config file
together from things I've found online.

Again, up until the migration to 6.9.0 this config worked for me.  I'm
running to 21" crt monitors.


lspci reports:
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AQ
[Radeon 9600]
0000:01:00.1 Display controller: ATI Technologies Inc RV350 AQ [Radeon 9600]
(Secondary)


/etc/X11/xorg.conf:

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/cyrillic"
    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/CID"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load    "GLcore"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc104"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection

Section "Device"
    Identifier    "Card0"
    Driver        "radeon"
    BusID        "PCI:1:0:0"
    Option         "MonitorLayout" "CRT, CRT"
EndSection

Section "Device"
    Identifier    "Card1"
    Driver        "radeon"
    Screen        1
    BusID        "PCI:1:0:0"
    Option         "MonitorLayout" "CRT, CRT"
EndSection

Section "Monitor"
    Identifier    "CRT"
    HorizSync    30-95
    VertRefresh    56-75
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Card0"
    Monitor        "CRT"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1600x1200" "1280x1024" "1280x960" "1024x768" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Card1"
    Monitor        "CRT"
    DefaultDepth    24
    SubSection "Display"
        Depth        24
        Modes        "1600x1200" "1280x1024" "1280x960" "1024x768" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        0 "Screen0" 0 0
    Screen        1 "Screen1" RightOf "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "ServerFlags"
    Option "Xinerama"
EndSection

Section "DRI"
    Mode    0666
EndSection
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg/attachments/20060328/11fbc6d2/attachment.html>


More information about the xorg mailing list