Hallo Leute ☺
Ich hab auf Ubuntu 11 aktualisiert. Alles funktioniert wunderbar. Jedoch möchte ich jetzt meinen 2. Monitor benutzen. Unter Gentoo musste ich da damals auch einiges herumexperimentieren. Jedoch nur mit der Auflösung des 2. Monitors der wiederum mein TV endgerät ist. Jedoch komme ich jetzt nichtmal soweit in der nvidia-settings den 2. Monitor zu konrigurieren. Er wird zwar als Panasonic-TV erkannt, jedoch wars das auch schon. Ich bekomme unter X Server Display Configuration nur folgende Fehlermeldung:
Unable to load X Server Display Configuration page: Failed to query NoScanout for screen 0.
Und der Panasonic-TV wird nur sehr karge erkannt: http://s7.directupload.net/images/120106/7xqiroas.jpg
Ich hab meine xorg.conf bereits von nvidia-xconfig neu generieren lassen, anfangs war nur ein Device drin, und zwar folgendes:
1 2 3 4 5 | Section "Device" Identifier "Default Device" Option "NoLogo" "True" EndSection |
Nach dem sudo nvidia-xconfig attentat sah die sache schon anders aus:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder58) Sat Apr 16 22:49:04 PDT 2011 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 150.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection |
Danach hab ich neugestartet aber in den nvidia-settings hab ich keine änderungen feststellen können ☹ Ich kann wirklich nicht sagen woran das liegt, oder was ich machen muss. Treiber wurden automatisch von Ubuntu-Installation installiert.
Hier ist noch meine xorg.config von meinen alten Gentoo-OS:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (root@hardy) Fri Dec 4 18:32:35 CET 2009 # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009 Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/usr/share/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "xtrap" Load "record" Load "glx" Load "extmod" Load "wfb" #Load "dri" Load "glx" Load "dbe" Load "freetype" Load "type1" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" Option "XkbModel" "cherrybluec" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "name" "Hardys Meiserl" Option "Buttons" "7" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Samsung SyncMaster" HorizSync 30.0 - 81.0 VertRefresh 56.0 - 75.0 EndSection Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "Panasonic-TV" HorizSync 15.0 - 68.0 VertRefresh 23.0 - 61.0 ModeLine "1824x1016_50.00" 113.59 1824 1856 1976 2176 1016 1019 1022 1044 EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV35 [GeForce FX 5900]" Option "NoPowerConnectorCheck" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600 GTS" BusID "PCI:1:0:0" Screen 0 EndSection Section "Device" Identifier "Device1" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce 8600 GTS" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "0" Option "TwinViewXineramaInfoOrder" "DFP-0" Option "metamodes" "DFP-0: 1680x1050 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Device1" Monitor "Monitor1" DefaultDepth 24 Option "TwinView" "0" Option "metamodes" "DFP-1: 1824x1016_50.00 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Extensions" Option "Composite" "Enable" EndSection |
Wär echt super lieb wenn mir jemand helfen könnte ☹