hallo,
habe einbisl gesucht und für mein Notebook mit der integrierten Grafik:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)
also i810
die vorhandene, funktionierende xorg.conf (http://ubuntuusers.de/paste/14847/) modifiziert: http://ubuntuusers.de/paste/14848/
dabei wurden folgende Einträge hinzugefügt:
Section "Device" Identifier "TV" Driver "i810" Option "MonitorLayout" "TV,LFP" Option "TVStandard" "PAL-B" Option "TVOutFormat" "Composite" # "Composite" or "SVIDEO" or "RBG" #Option "TVOutFormat" "SVIDEO" # "Composite" or "SVIDEO" or "RBG" Option "ConnectedMonitor" "TV" Screen 1 BusId "PCI:0:2:0" EndSection Section "Monitor" Identifier "TV" HorizSync 30-50 VertRefresh 60 EndSection Section "Screen" Identifier "TV" Device "TV" Monitor "TV" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" EndSubsection EndSection
dann wollte ich eine neue Xorg-instanz mit dem neuen screen "TV" starten:
X -screen TV :3 -ac
X Window System Version 7.2.0 Release Date: 22 January 2007 X Protocol Version 11, Revision 0, Release 7.2 Build Operating System: Linux Ubuntu Current Operating System: Linux kackhupe 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 i686 Build Date: 04 April 2007 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.3.log", Time: Tue Sep 11 17:07:50 2007 (==) Using config file: "/etc/X11/xorg.conf" (WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found (WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found (EE) Screen 0 deleted because of no matching config section. (EE) Device(s) detected, but none match those in the config file. Fatal server error: no screens found
der "normale" XServer startet wie bisher, aber der 2. lässt sich nicht starten, weiß da jemand Rat?