Marcel Rieux wrote: > 2010/2/12 Tobias Ringström <tobias@xxxxxxxxx>: > >> I'm using two 1280x1024 displays rotated 90 degrees with an Nvidia >> graphics card, and I was very impressed by Fedora 12, because it was the >> first Fedora release where I could get this setup working without using >> Nvidia's closed source driver, and I didn't even have to fiddle with >> xorg.conf. After a few very intuitive changes in >> gnome-display-properties, it was just perfect. >> > > I'm trying in vain to get Twinview to work with NVIDIA's proprietary > drivers. You know, images that show in a 5x4 format on my Viewsonic > monitor showing fullscreen in 5x4 format on my Sony TV and images that > are 16x9 filling up all the TV screen. > > Do you believe this it is possible with the Nouveau driver? That would > be wonderful, mainly if it wouldn't prevent me from installing a TV > tuner later on. > I broke down....just for you.... :-) I've got a GeForce 7300 GT and running nVidia's 190.53 driver. I've got 2 monitors. A Samsung 2343BWX whose native resolution is 2048x1152 and a Samsung 172t whose native resolution is 1280x1024. The 2343BWX is connected on DVI and the 172t on the VGA. I've attached 4 xorg.conf files..... xorg.conf.txt Is my original file with only the 2343BWX connected xorg.conf.twinview.txt Is with both attached in twinview mode xorg.conf.notwinview.xinerama.txt Is with both attached no twinview, xinerama enabled xorg.conf.notwinview.noxinerama.txt Is with both attached no twinview and no xinerama Somehow I hope this helps you somewhat....
Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" RightOf "Screen1" Screen 1 "Screen1" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "us" Option "XkbModel" "pc105" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 60.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7300 GT" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7300 GT" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "CRT: 1280x1024 +0+0; CRT: nvidia-auto-select +0+0; CRT: 1280x960 +0+0; CRT: 1152x864 +0+0; CRT: 1024x768 +0+0; CRT: 1024x768_70 +0+0; CRT: 1024x768_60 +0+0; CRT: 832x624 +0+0; CRT: 800x600 +0+0; CRT: 800x600d60 +0+0; CRT: 800x600_75 +0+0; CRT: 800x600_72 +0+0; CRT: 800x600_60 +0+0; CRT: 800x600_56 +0+0; CRT: 800x512 +0+0; CRT: 640x512 +0+0; CRT: 640x512d60 +0+0; CRT: 640x480 +0+0; CRT: 640x480_75 +0+0; CRT: 640x480_73 +0+0; CRT: 640x480_73_0 +0+0; CRT: 640x480_60 +0+0; CRT: 640x480_60_0 +0+0; CRT: 576x432 +0+0; CRT: 512x384 +0+0; CRT: 512x384d70 +0+0; CRT: 512x384d60 +0+0; CRT: 416x312 +0+0; CRT: 400x300 +0+0; CRT: 400x300d72 +0+0; CRT: 400x300d60 +0+0; CRT: 400x300d56 +0+0; CRT: 320x240 +0+0; CRT: 320x240d73 +0+0; CRT: 320x240d60 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "metamodes" "DFP: 2048x1152 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection
Section "ServerLayout" # Removed Option "Xinerama" "0" Identifier "Layout0" Screen 0 "Screen0" RightOf "Screen1" Screen 1 "Screen1" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "1" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "us" Option "XkbModel" "pc105" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 60.0 EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7300 GT" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7300 GT" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "NvAGP" "0" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "TwinView" "0" Option "metamodes" "CRT: 1280x1024 +0+0; CRT: nvidia-auto-select +0+0; CRT: 1280x960 +0+0; CRT: 1152x864 +0+0; CRT: 1024x768 +0+0; CRT: 1024x768_70 +0+0; CRT: 1024x768_60 +0+0; CRT: 832x624 +0+0; CRT: 800x600 +0+0; CRT: 800x600d60 +0+0; CRT: 800x600_75 +0+0; CRT: 800x600_72 +0+0; CRT: 800x600_60 +0+0; CRT: 800x600_56 +0+0; CRT: 800x512 +0+0; CRT: 640x512 +0+0; CRT: 640x512d60 +0+0; CRT: 640x480 +0+0; CRT: 640x480_75 +0+0; CRT: 640x480_73 +0+0; CRT: 640x480_73_0 +0+0; CRT: 640x480_60 +0+0; CRT: 640x480_60_0 +0+0; CRT: 576x432 +0+0; CRT: 512x384 +0+0; CRT: 512x384d70 +0+0; CRT: 512x384d60 +0+0; CRT: 416x312 +0+0; CRT: 400x300 +0+0; CRT: 400x300d72 +0+0; CRT: 400x300d60 +0+0; CRT: 400x300d56 +0+0; CRT: 320x240 +0+0; CRT: 320x240d73 +0+0; CRT: 320x240d60 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "metamodes" "DFP: 2048x1152 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection
Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Option "Xinerama" "0" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "us" Option "XkbModel" "pc105" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 7300 GT" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "NvAGP" "0" Option "TwinView" "1" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "metamodes" "CRT: nvidia-auto-select +2048+0, DFP: 2048x1152 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection
Section "ServerLayout" Identifier "Layout0" Screen "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "us" Option "XkbModel" "pc105" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 70.0 - 150.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" Option "NvAGP" "0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "2048x1152" EndSubSection EndSection
Attachment:
signature.asc
Description: OpenPGP digital signature
-- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines