Hello All,
    After building the latest source from CVS and jacking with my config 
file for a few minutes I was able to get X 4.1.99.1 working with my 
Radeon DualHead VE and Xinerama functionality.  Everything works fine 
and dandy until I try to log out and get back to the gdm login prompt. 
 In the process of resetting the displays X locks the system up hard 
thus requiring a power-off/reset.  Is this a known bug? Or has anyone 
run into this problem before?  I have included my config file below for 
reference.

Regards
Mark

Section "ServerLayout"
    Identifier     "XFree86 Configured"
    Screen      0  "Screen0" 0 0
    Screen        1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option           "Xinerama"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
    Load  "extmod"
    Load  "xie"
    Load  "pex5"
    Load  "glx"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "speedo"
    Load  "type1"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "keyboard"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "PS/2"
    Option        "Device" "/dev/mouse"
EndSection

Section "Monitor"
    #DisplaySize      280   210    # mm
    Identifier   "Monitor0"
    VendorName   "Dell"
    ModelName    "P1110"
    HorizSync    30-121
    VertRefresh  48-160
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "PGS"
    ModelName    "3b"
    HorizSync    30-70
    VertRefresh  50-120
    Option         "DPMS"
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "ATI"
    BoardName   "Radeon VE QY"
    BusID       "PCI:1:0:0"
    Screen        0
EndSection

Section "Device"
    Identifier  "Card1"
    Driver      "ati"
    VendorName  "ATI"
    BoardName   "Radeon VE QY"
    BusID       "PCI:1:0:0"
    Screen        1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth    24
    SubSection "Display"
        Depth     1
    EndSubSection
    SubSection "Display"
        Depth     4
    EndSubSection
    SubSection "Display"
        Depth     8
    EndSubSection
    SubSection "Display"
        Depth     15
    EndSubSection
    SubSection "Display"
        Depth     16
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes      "1280x1024"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    DefaultDepth    24
    SubSection "Display"
        Depth     1
    EndSubSection
    SubSection "Display"
        Depth     4
    EndSubSection
    SubSection "Display"
        Depth     8
    EndSubSection
    SubSection "Display"
        Depth     15
    EndSubSection
    SubSection "Display"
        Depth     16
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes      "1024x768"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection


_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to