online 1
gast (50)

/ Forum / Linux

LinuxLinux

Fragevon Meldrian vom 09.09.2021, 17:20 Options

Acer Travelmate 613 TXV - Probleme Auflösung unter Linux

Hallo liebe Supportnet Gemeinde,

Durch Zufall fiel mir ein Acer Travelmate 613TXV in die Hände. Betriebssystem war ein olles Win2K installiert, gänzlich uninteressant für mich, weg damit. Gesagt getan, Xubuntu drauf installiert, das Gerät ist nun schon ein paar Tage alt und losgelegt doch was ist das? Maximale Auflösung 800*600? Kann doch nich wahr sein, eben unter Win2K waren es doch noch 1024*768.

Ja, das ist mein Problem. Seitdem probiere ich alles was ich an Live CDs und DVDs in greifbarer Nähe habe aus, ohne bisherigen Erfolg. Das höchste der Gefühle vermittelte mir noch ein Knoppix 4 das angab mit 1024*768 zu starten, jedoch den Startversuch mit der Meldung das der X-Server nicht gestartet werden kann abgebrochen hat. Schade.

Ich hoffe jemand von euch hat eine Idee? Könnte mich ja mit 800*600 anfreunden, etliche Fenster (bisher gesehen in Xubuntu) setzen aber anscheinend eine 1000 Auflösung voraus und sind ragen über die 800 hinaus ins nichts.

Danke euch vorab, für Tips bin ich unheimlich dankbar.
Cheers!
Rian


Antwort schreiben

Antwort 1 von htt vom 09.09.2021, 17:39 Options

Hallo,

ähnliches Problem:
http://www.supportnet.de/t/2245900

Datei "xorg.conf" editieren

Die Modeline mit dem Befehl
gtf 1024 768 60 im Terminal auslesen
(gtf [Auflösung] [Frequnz])
und hinzufügen siehe Beispiel

HorizSync ....
VertRefresh ....

und

SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection

hinzufügen
X-Server neu starten

so müsste es eigentlich gehen, Garantien gibts keine
Gruß

Antwort 2 von uups vom 09.09.2021, 18:28 Options

Bitte keine Modelines von Hand eintragen, wenn dir das Display lieb und teuer ist.

Nenn uns lieber den eingesetzen Grafikchip.
Ich empfehle, in keinem Falle die config von Hand zu editieren.
Zumindest nicht, wenn man nicht wirklich Ahnung davon hat, was man da eigentlich tut.

sudo reconfigure xserver-xorg auf der Konsole reicht wirklich völlig aus. Wähle dazu den "abgesicherten Modus".

Antwort 3 von uups vom 09.09.2021, 18:29 Options

....bei der Bootauswahl im GRUB-Menü.

Antwort 4 von Meldrian vom 10.09.2021, 10:54 Options

Hallo miteinander,

ich habe soeben über Aida16 folgende Daten zu Chipset bzw. Grafikkarte heraus bekommen.

Als Grafikkarte wird mir ein(e) Intel i752 gemeldet.
Als Chipset zeigt Aida mir einen Intel Solano i815EM chipset.

Mit dem dpkg-reconfigure xserver-xorg hatte ich wenig Erfolg (den meintest du doch, oder? reconfigure selbst brachte mir die Nachricht den befehl würde es nicht geben)

Habe auch mal versucht im abgesicherten Modus "Fix X" laufen zu lassen aber das Ergebnis ist das Selbe. 800*600

Ahja, meine LiveCDtesterei war im Übrigen erfolgreich.
Eine Ubuntu 6.06 Live CD startet auf dem Notebook in 1024*768 ohne jeden Darstellungsfehler. Hilft das jemandem vielleicht weiter?

Ich bin weiterhin dankbar für sämtliche Tips.
Danke an alle die bisher gepostet haben.

LG,
Rian

Antwort 5 von Koax vom 10.09.2021, 11:22 Options

dpkg-reconfigure, nicht reconfigure

Antwort 6 von htt vom 10.09.2021, 11:24 Options

Hallo,

wie sieht /etc/X11/xorg.conf bei Ubuntu 6.06 aus?
Vielleicht kannst du die Datei auch bei einer anderen Ubuntu-Version verwenden?
Am besten veröffentliche mal den Inhalt der xorg.conf (von Ubuntu 6.06) hier.

Wenn ich mich recht erinnere macht die Ubuntu Version 9.04 zur Zeit etwas Ärger mit den Intel Grafikkarten!

Gruß

Antwort 7 von Meldrian_LIVE vom 10.09.2021, 14:45 Options

Ich hoffe das hilft?

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
	FontPath	"/usr/share/X11/fonts/cyrillic"
	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/X11/fonts/Type1"
	FontPath	"/usr/share/X11/fonts/100dpi"
	FontPath	"/usr/share/X11/fonts/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	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ExplorerPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

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

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

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

Section "Device"
	Identifier	"Intel Corporation 82815 CGC [Chipset Graphics Controller]"
	Driver		"i810"
	BusID		"PCI:0:2:0"
EndSection

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

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82815 CGC [Chipset Graphics Controller]"
	Monitor		"Standardbildschirm"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

 


LG,
Rian

Antwort 8 von htt vom 10.09.2021, 16:43 Options

Hallo,

der "Fett" geschriebene Bereich ist für die Monitorauflösung zuständig.
Diese Bereiche kannst du in deine xorg.conf übernehmen.
Dann muss der X-Sever neu gestartet werden (oder neu booten).
Unbedingt eine Sicherung der alten xorg.conf erstellen falls der Versuch fehlschlägt.




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

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Monitor "Standardbildschirm"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection

EndSection

Antwort 9 von Meldrian vom 11.09.2021, 09:48 Options

Super,

habe den Inhalt in mein Xubuntu System kopiert. Hatte noch kurz mit einem sich selbstständig neustartenden X-Server zu kämpfen aber nachdem ich meine Config wie folgt angepasst habe:


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

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82815 CGC [Chipset Graphics Controller]"
Monitor "Standardbildschirm"
[b]DefaultDepth 16[/b]
SubSection "Display"
#Depth 1
#Modes "1024x768" "800x600" "640x480"
#EndSubSection
#SubSection "Display"
#Depth 4
#Modes "1024x768" "800x600" "640x480"
#EndSubSection
#SubSection "Display"
#Depth 8
#Modes "1024x768" "800x600" "640x480"
#EndSubSection
#SubSection "Display"
#Depth 15
#Modes "1024x768" "800x600" "640x480"
#EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
#SubSection "Display"
#Depth 24
#Modes "1024x768" "800x600" "640x480"
#EndSubSection
EndSection 


funktioniert jetzt alles. Vielen dank für alle Tips und Ratschläge im Thread. Ich Dummbatz hab leider zuerst auf "eine gute Antwort" geklickt bevor ich "diese Antwort hat mein Problem gelöst" wählen wollte.
Jetzt wird mir gesagt eine Bewertung hätte schon stattgefunden und ich könnte das nicht wiederholen. Wie dem auch sei, danke "htt" und allen anderen.

Cheers!

Ähnliche Themen

Linux
transporter22  02.03.2008 - 38 Hits - 2 Antworten

auflösung
linux0815  03.08.2009 - 618 Hits - 6 Antworten

Hinweis

Diese Frage ist schon etwas älter, Sie können daher nicht mehr auf sie antworten. Sollte Ihre Frage noch nicht gelöst sein, stellen Sie einfach eine neue Frage im Forum..

Neue Einträge

Version: supportware 1.9.150 / 10.06.2022, Startzeit:Mon Jan 26 01:23:17 2026