I'm trying to set up Dual Monitors in RH 9. My Video card is a NVIDIA Quadro FX 1000 (128mb) I've installed the most recent driver from it and have edited my XF86Config to the best of what the documentation could tell me. Because my video card isnt listed as TwinView capable I've gone with Xinerama, so hopefully that will give you some insight in to what I'm trying to do. Here is the XF86Config Code #XF86Config generated by DELL #Edited by ASTIT #10-1-03 #********************************************************************** # Input devices #********************************************************************** #********************************************************************** Section "ServerLayout" Identifier "Server Layout" Screen 0 "Screen0" Screen 1 "Screen1" LeftOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "DevInputMice" "AlwaysCore" EndSection Section "ServerFlags" Option "Xinerama" "true" EndSection Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # If the normal CorePointer mouse is not a USB mouse then # this input device can be used in AlwaysCore mode to let you # also use USB mice at the same time. Identifier "DevInputMice" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "no" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.0 - 54.0 VertRefresh 50.0 - 120.0 # Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 31.0 - 54.0 VertRefresh 50.0 - 120.0 # Option "dpms" EndSection Section "Device" # no known options #BusID Identifier "NVIDIA GeForce 4 (generic)" Driver "nvidia" VendorName "NVIDIA" BoardName "NVIDIA Quadro FX 1000" EndSection Section "Screen" Identifier "Screen0" Device "NVIDIA GeForce 4 (generic)" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1600x1200" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "NVIDIA GeForce 4 (generic)" Monitor "Monitor1" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" "1024 x 768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Tony Pagliocco Senior Technical Support Analyst Department of Physics and Astronomy Arizona State University Phone: (480) 965-3878 Email: tony.pagliocco@xxxxxxx -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list