Duel Heads issue resolved

Earle Beason Earle-Beason at kc.rr.com
Fri May 18 16:32:30 CDT 2007


Reload Fedora 6 to recover from the learning curve here at Hard knocks 
University, I guess I passed the finals, I got my system back up. I 
learned that my board has radeon device, and I have a plug in 
All-in-wonder from ATI. There is a mismatch in drivers, when I figured 
that the two had some sort of conflict I was able to commit out  the 
radeon driver, The fuzzy mouse problem I figured out was cause by the 
westinghouse LCD moniter. The westinghouse monitor dose not have drivers 
and the customer support is worth squat. I reconfigured my CRT to be 
primary, and the LCD to be secondary. I pluged in some generic modes of 
theLCD and forced it align itself with the CRT.

I would say stay away from the westinghouse LCD


# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "Multihead layout"
    Screen      0  "Screen0" LeftOf "Screen1"
    Screen      1  "Screen1" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option        "Xinerama" "off"
    Option        "Clone" "on"
EndSection

Section "Files"
    ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
    Option        "AIGLX" "on"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "us"
EndSection

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

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
    Identifier   "Monitor0"
    VendorName   "Viewsonic"
    ModelName    "ViewSonic A70"
 ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync    30.0 - 70.0
    VertRefresh  50.0 - 80.0
    Option        "dpms"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "LCM-20v5"
 ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync    31.5 - 70.0
    VertRefresh  50.0 - 70.0
    Option        "dpms"
EndSection

Section "Device"

#    Driver      "radeon"
    Identifier  "Videocard0"
    Driver      "fglrx"
    VendorName  "Videocard Vendor"
    BoardName   "ATI Technologies Inc RV350 AP [Radeon 9600]"
    Option        "VideoOverlay" "on"
    Option        "UseInternalAGPGART" "no"
    Option        "UseDisplayDevice" "CRT"
    BusID       "PCI:1:0:0"
EndSection

Section "Device"

#    Driver      "radeon"
    Identifier  "Videocard1"
    Driver      "fglrx"
    VendorName  "Videocard Vendor"
    BoardName   "ATI Technologies Inc RV350 AP [Radeon 9600]"
    Option        "VideoOverlay" "on"
    Option        "UseInternalAGPGART" "no"
    Option        "UseDisplayDevice" "DFP"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1400x1050" "1280x1024" "1280x960" "1280x800" 
"1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Videocard1"
    Monitor    "Monitor1"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "800x600" "1152x864" "1152x864" "1280x960" "1400x1050"
    EndSubSection
EndSection



More information about the Kclug mailing list