I'm having problems with Xinerama after upgrading to xorg 7.0 or modular
X.   My laptop monitor is fine, but my external monitor isn't getting
any output.   I rebooted in Windows just to make sure my hardware is
fine and it is.

x11-base/xorg-x11-7.0-r1

Xinerama is installed:

x11-libs/libXinerama
      Latest version available: 1.0.1
      Latest version installed: 1.0.1


And, my xorg.conf is just like before: 

Section "ServerFlags"
        Option "Xinerama" "on"
EndSection

Section "ServerLayout"
        Identifier      "X.org Configured"
        Screen          0 "Screen0" 0 0
        Screen          1 "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option          "StandbyTime"  "15"
        Option          "SuspendTime"  "16"
        Option          "OffTime"      "17"
EndSection

File Edit Options Buffers Tools Help
Section "Device"
    Identifier  "ATIRADEON0"
    Driver      "radeon"
    BusID       "PCI:1:0:0"
    Option "DDCMode" "on"
    Option "DPMS"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    Screen      0
EndSection

Section "Device"
    Identifier  "ATIRADEON1"
    Driver      "radeon"
    BusID       "PCI:1:0:0"
    Option "DDCMode" "on"
    Option "DPMS"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    Screen      1
EndSection


Is anybody else having issues?

--Kurt

-- 
[email protected] mailing list

Reply via email to