|
|
#1 | |
|
Registered User
Join Date: Sep 2005
Posts: 2
|
I have a GeForce FX6600 agp dual dvi out and a GeForce MX4000 pci single out with composite and svideo.
heres my xorg.conf __________________________________________________ ________________________ # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "touchscreen0" Option "Xinerama" "on" Option "Clone" "off" EndSection Section "Files" # RgbPath is 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" # Load "dri" Load "dri" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" Option "ScreenNumber" "0" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" Option "ScreenNumber" "1" Option "SendCoreEvents" EndSection Section "InputDevice" # Option "ReportingMode" "Scaled" # Option "ButtonNumber" "1" Identifier "touchscreen0" Driver "mtouch" Option "Device" "/dev/ttyS0" Option "MinX" "1412" Option "MaxX" "15184" Option "MinY" "15372" Option "MaxY" "1230" # Option "ScreenNumber" "0" Option "SendCoreEvents" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "LCD Panel 1280x1024" HorizSync 31.5 - 67.0 VertRefresh 50.0 - 75.0 Option "dpms" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Unknown monitor" HorizSync 30.0 - 50.0 VertRefresh 60.0 - 60.0 Option "dpms" EndSection Section "Device" # Option "TVOutFormat" "SVIDEO" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA" BoardName "NVIDIA GeForce FX6600" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Videocard1" Driver "nv" VendorName "Videocard Vendor" BoardName "NVIDIA GeForce 4 MX (generic)" BusID "PCI:0:8:0" EndSection Section "Screen" # SubSection "Display" # Viewport 0 1 # Depth 24 # Modes "1024x768" "800x600" "640x480" # EndSubSection Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "NvAGP" "3" Option "RenderAccel" "True" Option "NoPowerConnectorCheck" Option "ConnectedMonitor" "DFP-0,CRT-1" Option "HorizSync" "CRT-1: 40-70;DFP-0: 40-70" Option "VertRefresh" "CRT-1: 60; DFP-0: 60" Option "TwinView" "True" Option "MetaModes" "DFP-0: 1280x1024 , CRT-1: 1024x768 "# +1280+0 @1024x1024 "@1280x1024 +0+0 Option "TwinViewOrientation" "CRT-1 RightOf DFP-0" # Option "TVStandard" "NTSC-M" SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" "1152x864" "1152x768" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Videocard1" Monitor "Monitor1" DefaultDepth 24 Option "RenderAccel" "True" Option "NoPowerConnectorCheck" Option "ConnectedMonitor" "CRT-0" # Option "ConnectedMonitor" "TV" Option "TVStandard" "NTSC-M" Option "TVOutFormat" "COMPOSITE" SubSection "Display" # Viewport 0 1 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection -------------------------------------------------------------------------------------------------------------------------- This works for the most part, What i would really like is to have the crt-1 which is a 15" touch screen lcd connected to the second port of the 6600 have the pull down menus, and have no menus on the 19" lcd with dvi and no menus on the 15" lcd from the 4000. also is it possible to have a display from the vga connector and the composite connector at the same time? now screen1 the 4000 has a completly different display and sreen 0 is both the 19" and the 15" togather. thanks |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jan 2005
Posts: 1
|
Here's mine that I use for my triple display setup. You'll have to change the BUSIDs to match your cards.
Section "ServerLayout" Identifier "Simple Layout" Screen "Screen 1" Screen "Screen 2" RightOf "Screen 1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TrueType/" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/freefont/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/default/ghostscript" FontPath "/usr/X11R6/lib/X11/fonts/sharefont" FontPath "/usr/X11R6/lib/X11/fonts/aquafont/" EndSection Section "ServerFlags" Option "Xinerama" "on" EndSection Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "speedo" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "logiinkseusb" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "viewsonicp810" HorizSync 30.0 - 95.0 VertRefresh 50.0 - 160.0 EndSection Section "Monitor" Identifier "Trinitron" HorizSync 30.0 - 84.0 VertRefresh 50.0 - 120.0 EndSection Section "Device" Identifier "Standard VGA" Driver "vga" VendorName "Unknown" BoardName "Unknown" EndSection Section "Device" Identifier "GeForce7800GTX1" Driver "nvidia" BusID "PCI:4:0:0" EndSection Section "Device" Identifier "GeForce7800GTX2" Driver "nvidia" BusID "PCI:5:0:0" EndSection Section "Screen" Identifier "Screen 1" Device "GeForce7800GTX1" Monitor "viewsonicp810" DefaultDepth 24 Option "HWCursor" "1" Option "RenderAccel" "true" Option "DPMS" Option "TwinView" Option "SecondMonitorHorizSync" "30-95 Option "SecondMonitorVertRefresh" "50-180" Option "MetaModes" "1600x1200, 1600x1200; 1280x1024, 1280x1024; 640x480, 640x480" Option "TwinViewOrientation" "LeftOf" Option "Coolbits" "1" Option "AllowDDCCI" "1" Option "SLI" "off" SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x1200" "1280x1024" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen 2" Device "GeForce7800GTX2" Monitor "Trinitron" DefaultDepth 24 Option "DPMS" Option "AllowDDCCI" "1" SubSection "Display" Viewport 0 0 Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x1200" "1280x1024" "640x480" EndSubSection EndSection |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Full HD Autosterescopic 3D Displays are Coming Soonâ?¦ Probably | News | Latest Tech And Game Headlines | 0 | 06-15-12 12:30 AM |
| 2 Video Cards -- Disable Open GL on single? | amites | NVIDIA Linux | 5 | 05-30-12 03:51 PM |
| Defective Gainward GeForce4 Ti 4200 64MB cards | HotCarl | NVIDIA GeForce 7, 8, And 9 Series | 13 | 09-24-02 02:04 AM |
| Best video card for running dual displays? | nutsnbolts | NVIDIA GeForce 7, 8, And 9 Series | 10 | 09-03-02 02:02 PM |
| Abit OTES GeForce4 Ti 4200 cards | saturnotaku | NVIDIA GeForce 7, 8, And 9 Series | 3 | 08-31-02 10:57 AM |