Extensa 5210 und tvout tv-out xorg.conf

yasuo

Neuer Benutzer
Hallo erstmal,

also letztes Jahr habe ich mir das vermeintliche Schnäppchen "Acer Extensa 5210" gekauft und Ubuntu 7.04 installiert.

Nachdem Der Sound funktioniert und Wlan teils auch hapert es nun am TV-Ausgang.

hier mal kurz die Infos vom Händler:
Acer Extensa 5210-300508_Linux 15,4 Zoll WXGA Notebook (Intel Celeron M 520 1,60GHz, 512MB RAM, 80GB HDD, DVD+- DL RW, Linux)

Technische Details
# Prozessor: Intel Celeron M 520 (1M/1,60GHz/F533)
# Betriebssystem: Linpus Linux
# Display, Auflösung: 15,4" CrystalBrite WXGA TFT, 1280 x 800
# Grafik: Intel 943GML mit Intel GMA950 bis 64MB
# RAM (max.): 1x 512 MB DDR2 (2.048MB
# Festplatte: 80 GB ATA/100 mit DASP
# Optisches Laufwerk: DVD-SuperMulti (Double Layer)
# Card-Reader: 5-in-1 für MMC, SD, MS, MS Pro, xD
# Kommunikation: WLAN 802.11b/g, 10/100 LAN, 56k
# Schnittstellen: 4x USB 2.0/TypII/Express/1394/VGA/sVid
# Akku (ca. Laufzeit): LiIon (bis zu 2,0 Std), abh. von Anwend.
# Gewicht/Maße (B x H x T): 2,88 kg / 360 × 30,3/43 × 267 mm
# Garantie: 15 Monate Garantie
# Besonderheiten: Intel 943GML Chipsatz, neues Acer TravelMate Design!!!

lspci sagt:
Code:
$ lspci|grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)

nach einigem Lesen habe ich dann den Treiber "i810" in der xorg.conf eingetragen und etwas herumprobiert, bin jedoch zu keinem Ergebnis gekommen http://forum.ubuntuusers.de/topic/115163/?highlight=

Heute hatte ich wieder motivation etwas geduld zu investieren und habe eine (imho) syntaktisch korrekte xorg.conf gebastelt:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"i2c"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbOptions"	"lv3:ralt_switch"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
#	Option		"Emulate3Buttons"	"true"
	Option		"Buttons"		"7"
	#7 tasten
	Option		"ChordMiddle"		"false"
EndSection

Section "InputDevice"
	Identifier	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

 ############# Grafik Normal ##################

Section "Device"
	Identifier	"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen		0
EndSection


Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x800"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x800"
	EndSubSection
EndSection


########### Grafik TV ###############

Section "Device"
	Identifier	"tvout"
	Driver		"i810"
#	BusID		"PCI:0:2:1"
	BusID		"PCI:0:2:0"
	Screen  1
   Option          "TVOutFormat" "Composite"		#or SVIDEO etc 
   Option          "TVStandard" "PAL-B"
   Option          "ConnectedMonitor" "fernseher"
EndSection

Section "Monitor"
        Identifier      "fernseher"
        Vendorname      "Plug 'n' Play"
        Modelname       "Plug 'n' Play"
        modeline  "640x480@50" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
        Gamma   1.0
EndSection

Section "Screen"
        Identifier      "tvscreen"
        Device          "tvout"
        Monitor         "fernseher"
        Defaultdepth    24
        SubSection "Display"
                Depth   24
                Modes   "640x480@50"
        EndSubSection
EndSection

################### ServerLayout ################################



Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	#Screen          "tvscreen" RightOf "Default Screen"
	#Screen          "tvscreen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
	InputDevice	"Synaptics Touchpad"
EndSection

#Section "Extensions"
#        Option "Composite" "off"
#EndSection

Section "DRI"
	Mode	0666
EndSection

wenn ich nun den zweites screen starten will bekomme ich folgendes:

Code:
$ X -screen tvscreen :1

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 Tue Dec 18 05:45:12 UTC 2007 i686
Build Date: 18 January 2008
        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.1.log", Time: Sun Jan 20 16:59:02 2008
(==) 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

daraufhin habe ich die BusID für den tvout geändert:
Code:
BusID		"PCI:0:2:1"
#	BusID		"PCI:0:2:0"
was allerdings auch keinen Erfolg brachte.

Ebenfalls war das Notebook bereits mit dem TV verbunden als es hochgefahren wurde - der Fernseher zeigt meist "kein Signal", manchmal auch ein schwarzes Bild an.


irgendwie weiß ich nicht mehr wo ich noch ansetzen soll und ob der Treiber de richtige ist oder ob es doch an meiner Konfiguration liegt...

Seltsam finde ich auch dass sonst niemand das gleiche konkrete Problem zu haben scheint, habe chon gezweifelt ob das Gerät überhaupt tvout hat (der Bluetooth-Schalter ist ja auch ne Atrappe/tot, was ich auch erst nach Stunden herausgefunden habe), jedanfalls hat niemand im ubuntuforum geantwortet.

wäre Super wenn mir jemand helfen kann.

gruß Yasuo


EDIT:
Code:
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)

da steht kein VGA (deshalb kein 'grep')aber die BisID ist eine andere, nämlich die der Fehlermeldung - vielleicht hilft das weiter?
 
Oben