Foren
Neue Beiträge
Foren durchsuchen
Aktuelles
Neue Beiträge
Profilnachrichten
Neueste Aktivitäten
Mitglieder
Zurzeit aktive Besucher
Profilnachrichten
Profilnachrichten suchen
Login
Registrieren
Aktuelles
Suche
Suche
Nur Titel durchsuchen
Von:
Neue Beiträge
Foren durchsuchen
Menü
Login
Registrieren
App installieren
Installieren
Foren
BIOS / Recovery / Betriebssysteme
Linux
Extensa 5210 und tvout tv-out xorg.conf
JavaScript ist deaktiviert. Für eine bessere Darstellung aktiviere bitte JavaScript in deinem Browser, bevor du fortfährst.
Du verwendest einen veralteten Browser. Es ist möglich, dass diese oder andere Websites nicht korrekt angezeigt werden.
Du solltest ein Upgrade durchführen oder einen
alternativen Browser
verwenden.
Auf Thema antworten
Beitrag
<blockquote data-quote="yasuo" data-source="post: 83934" data-attributes="member: 9227"><p>Hallo erstmal,</p><p></p><p>also letztes Jahr habe ich mir das vermeintliche Schnäppchen "Acer Extensa 5210" gekauft und Ubuntu 7.04 installiert.</p><p></p><p>Nachdem Der Sound funktioniert und Wlan teils auch hapert es nun am TV-Ausgang.</p><p></p><p>hier mal kurz die Infos vom Händler:</p><p></p><p></p><p>lspci sagt:</p><p>[code]$ lspci|grep VGA</p><p>00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)[/code]</p><p></p><p>nach einigem Lesen habe ich dann den Treiber "i810" in der xorg.conf eingetragen und etwas herumprobiert, bin jedoch zu keinem Ergebnis gekommen <a href="http://forum.ubuntuusers.de/topic/115163/?highlight=" target="_blank">http://forum.ubuntuusers.de/topic/115163/?highlight=</a></p><p></p><p>Heute hatte ich wieder motivation etwas geduld zu investieren und habe eine (imho) syntaktisch korrekte xorg.conf gebastelt: </p><p>[code]</p><p># /etc/X11/xorg.conf (xorg X Window System server configuration file)</p><p>#</p><p># This file was generated by dexconf, the Debian X Configuration tool, using</p><p># values from the debconf database.</p><p>#</p><p># Edit this file with caution, and see the xorg.conf(5) manual page.</p><p># (Type "man xorg.conf" at the shell prompt.)</p><p>#</p><p># This file is automatically updated on xserver-xorg package upgrades *only*</p><p># if it has not been modified since the last upgrade of the xserver-xorg</p><p># package.</p><p>#</p><p># If you have edited this file but would like it to be automatically updated</p><p># again, run the following command:</p><p># sudo dpkg-reconfigure -phigh xserver-xorg</p><p></p><p>Section "Files"</p><p> FontPath "/usr/share/fonts/X11/misc"</p><p> FontPath "/usr/share/fonts/X11/cyrillic"</p><p> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"</p><p> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"</p><p> FontPath "/usr/share/fonts/X11/Type1"</p><p> FontPath "/usr/share/fonts/X11/100dpi"</p><p> FontPath "/usr/share/fonts/X11/75dpi"</p><p> # path to defoma fonts</p><p> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"</p><p>EndSection</p><p></p><p>Section "Module"</p><p> Load "i2c"</p><p> Load "bitmap"</p><p> Load "ddc"</p><p> Load "dri"</p><p> Load "extmod"</p><p> Load "freetype"</p><p> Load "glx"</p><p> Load "int10"</p><p> Load "vbe"</p><p>EndSection</p><p></p><p>Section "InputDevice"</p><p> Identifier "Generic Keyboard"</p><p> Driver "kbd"</p><p> Option "CoreKeyboard"</p><p> Option "XkbRules" "xorg"</p><p> Option "XkbModel" "pc105"</p><p> Option "XkbLayout" "de"</p><p> Option "XkbOptions" "lv3:ralt_switch"</p><p>EndSection</p><p></p><p>Section "InputDevice"</p><p> Identifier "Configured Mouse"</p><p> Driver "mouse"</p><p> Option "CorePointer"</p><p> Option "Device" "/dev/input/mice"</p><p> Option "Protocol" "ImPS/2"</p><p> Option "ZAxisMapping" "4 5"</p><p># Option "Emulate3Buttons" "true"</p><p> Option "Buttons" "7"</p><p> #7 tasten</p><p> Option "ChordMiddle" "false"</p><p>EndSection</p><p></p><p>Section "InputDevice"</p><p> Identifier "Synaptics Touchpad"</p><p> Driver "synaptics"</p><p> Option "SendCoreEvents" "true"</p><p> Option "Device" "/dev/psaux"</p><p> Option "Protocol" "auto-dev"</p><p> Option "HorizScrollDelta" "0"</p><p>EndSection</p><p></p><p>Section "InputDevice"</p><p> Driver "wacom"</p><p> Identifier "stylus"</p><p> Option "Device" "/dev/input/wacom"</p><p> Option "Type" "stylus"</p><p> Option "ForceDevice" "ISDV4" # Tablet PC ONLY</p><p>EndSection</p><p></p><p>Section "InputDevice"</p><p> Driver "wacom"</p><p> Identifier "eraser"</p><p> Option "Device" "/dev/input/wacom"</p><p> Option "Type" "eraser"</p><p> Option "ForceDevice" "ISDV4" # Tablet PC ONLY</p><p>EndSection</p><p></p><p>Section "InputDevice"</p><p> Driver "wacom"</p><p> Identifier "cursor"</p><p> Option "Device" "/dev/input/wacom"</p><p> Option "Type" "cursor"</p><p> Option "ForceDevice" "ISDV4" # Tablet PC ONLY</p><p>EndSection</p><p></p><p> ############# Grafik Normal ##################</p><p></p><p>Section "Device"</p><p> Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"</p><p> Driver "i810"</p><p> BusID "PCI:0:2:0"</p><p> Screen 0</p><p>EndSection</p><p></p><p></p><p>Section "Monitor"</p><p> Identifier "Standardbildschirm"</p><p> Option "DPMS"</p><p> HorizSync 28-64</p><p> VertRefresh 43-60</p><p>EndSection</p><p></p><p>Section "Screen"</p><p> Identifier "Default Screen"</p><p> Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"</p><p> Monitor "Standardbildschirm"</p><p> DefaultDepth 24</p><p> SubSection "Display"</p><p> Depth 1</p><p> Modes "1280x800"</p><p> EndSubSection</p><p> SubSection "Display"</p><p> Depth 4</p><p> Modes "1280x800"</p><p> EndSubSection</p><p> SubSection "Display"</p><p> Depth 8</p><p> Modes "1280x800"</p><p> EndSubSection</p><p> SubSection "Display"</p><p> Depth 15</p><p> Modes "1280x800"</p><p> EndSubSection</p><p> SubSection "Display"</p><p> Depth 16</p><p> Modes "1280x800"</p><p> EndSubSection</p><p> SubSection "Display"</p><p> Depth 24</p><p> Modes "1280x800"</p><p> EndSubSection</p><p>EndSection</p><p></p><p></p><p>########### Grafik TV ###############</p><p></p><p>Section "Device"</p><p> Identifier "tvout"</p><p> Driver "i810"</p><p># BusID "PCI:0:2:1"</p><p> BusID "PCI:0:2:0"</p><p> Screen 1</p><p> Option "TVOutFormat" "Composite" #or SVIDEO etc </p><p> Option "TVStandard" "PAL-B"</p><p> Option "ConnectedMonitor" "fernseher"</p><p>EndSection</p><p></p><p>Section "Monitor"</p><p> Identifier "fernseher"</p><p> Vendorname "Plug 'n' Play"</p><p> Modelname "Plug 'n' Play"</p><p> modeline "640x480@50" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync</p><p> Gamma 1.0</p><p>EndSection</p><p></p><p>Section "Screen"</p><p> Identifier "tvscreen"</p><p> Device "tvout"</p><p> Monitor "fernseher"</p><p> Defaultdepth 24</p><p> SubSection "Display"</p><p> Depth 24</p><p> Modes "640x480@50"</p><p> EndSubSection</p><p>EndSection</p><p></p><p>################### ServerLayout ################################</p><p></p><p></p><p></p><p>Section "ServerLayout"</p><p> Identifier "Default Layout"</p><p> Screen "Default Screen"</p><p> #Screen "tvscreen" RightOf "Default Screen"</p><p> #Screen "tvscreen"</p><p> InputDevice "Generic Keyboard"</p><p> InputDevice "Configured Mouse"</p><p> InputDevice "stylus" "SendCoreEvents"</p><p> InputDevice "cursor" "SendCoreEvents"</p><p> InputDevice "eraser" "SendCoreEvents"</p><p> InputDevice "Synaptics Touchpad"</p><p>EndSection</p><p></p><p>#Section "Extensions"</p><p># Option "Composite" "off"</p><p>#EndSection</p><p></p><p>Section "DRI"</p><p> Mode 0666</p><p>EndSection</p><p>[/code]</p><p></p><p>wenn ich nun den zweites screen starten will bekomme ich folgendes:</p><p></p><p>[code]</p><p>$ X -screen tvscreen :1</p><p></p><p>X Window System Version 7.2.0</p><p>Release Date: 22 January 2007</p><p>X Protocol Version 11, Revision 0, Release 7.2</p><p>Build Operating System: Linux Ubuntu</p><p>Current Operating System: Linux kackhupe 2.6.20-16-generic #2 SMP Tue Dec 18 05:45:12 UTC 2007 i686</p><p>Build Date: 18 January 2008</p><p> Before reporting problems, check http://wiki.x.org</p><p> to make sure that you have the latest version.</p><p>Module Loader present</p><p>Markers: (--) probed, (**) from config file, (==) default setting,</p><p> (++) from command line, (!!) notice, (II) informational,</p><p> (WW) warning, (EE) error, (NI) not implemented, (??) unknown.</p><p>(==) Log file: "/var/log/Xorg.1.log", Time: Sun Jan 20 16:59:02 2008</p><p>(==) Using config file: "/etc/X11/xorg.conf"</p><p>(WW) I810: No matching Device section for instance (BusID PCI:0:2:0) found</p><p>(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found</p><p>(EE) Screen 0 deleted because of no matching config section.</p><p>(EE) Device(s) detected, but none match those in the config file.</p><p></p><p>Fatal server error:</p><p>no screens found</p><p>[/code]</p><p></p><p>daraufhin habe ich die BusID für den tvout geändert:</p><p>[code]BusID "PCI:0:2:1"</p><p># BusID "PCI:0:2:0"[/code]</p><p>was allerdings auch keinen Erfolg brachte.</p><p></p><p>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.</p><p></p><p></p><p>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...</p><p></p><p>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.</p><p></p><p>wäre Super wenn mir jemand helfen kann.</p><p></p><p>gruß Yasuo</p><p></p><p></p><p>EDIT:</p><p>[code]00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)</p><p>00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)[/code]</p><p></p><p>da steht kein VGA (deshalb kein 'grep')aber die BisID ist eine andere, nämlich die der Fehlermeldung - vielleicht hilft das weiter?</p></blockquote><p></p>
[QUOTE="yasuo, post: 83934, member: 9227"] 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: lspci sagt: [code]$ lspci|grep VGA 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller (rev 03)[/code] nach einigem Lesen habe ich dann den Treiber "i810" in der xorg.conf eingetragen und etwas herumprobiert, bin jedoch zu keinem Ergebnis gekommen [URL]http://forum.ubuntuusers.de/topic/115163/?highlight=[/URL] 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 [/code] 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 [/code] daraufhin habe ich die BusID für den tvout geändert: [code]BusID "PCI:0:2:1" # BusID "PCI:0:2:0"[/code] 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)[/code] da steht kein VGA (deshalb kein 'grep')aber die BisID ist eine andere, nämlich die der Fehlermeldung - vielleicht hilft das weiter? [/QUOTE]
Authentifizierung
Antworten
Foren
BIOS / Recovery / Betriebssysteme
Linux
Extensa 5210 und tvout tv-out xorg.conf
Oben