kanotix.com

Installation, Einstellungen, Systempflege - intel i810 und 1280x800

sWoifal - 29.10.2006, 14:29 Uhr
Titel: intel i810 und 1280x800
Tag beisammen!

Plag mich jetzt schon seit längerem mit folgendem Problem herum:

Mein Notebook hat eine Intel Grafikkarte und eine native Auflösung von 1280x800. Mit dem vesa-Treiber funktioniert alles bestens, allerdings eben leider ohne 3D-Beschleunigung. Verwende ich nun den i810-Treiber nun mit 1280x800 dann habe ich zwar 3D-Beschleunigung, aber leider ist das angezeigt Bild kleiner als der angezeigte Bereich. Dh ich kann mit der Maus aus dem angezeigten Bereich rausfahren und der Desktop scrollt dann weiter (blödes Vergleichs-Beispiel, aber das einzige das ich kenne: Es war zB auch bei Windows-Rechnern so früher wenn man eine zu Hohe Auflösung auf dem TV-Out hatte und am Fernseher dann nur ein kleiner Bereich angezeigt wurde anstelle des ganzen Screens).

Auszug aus infobash -v:
Code:
Videocard       Intel Mobile 945GM/GMS/940GML Express Integrated Graphics Controller  X.Org 7.1.1


Witzigerweise funktioniert zB 1024x768 mit i810 problemlos allerdings eben mit verzerrtem Bild, da eigentlich WXGA-Display (oder wie das heißt).

Das Problem könnte auch im Xorg-Server log stecken, aber leider kann ich folgende Zeilen nicht interpretieren:

Code:
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
*(WW) (1024x768,Monitor0) mode clock 94.5MHz exceeds DDC maximum 80MHz
*(WW) (1280x800,Monitor0) mode clock 83.46MHz exceeds DDC maximum 80MHz
(WW) I810(0): Option "RenderAccel" is not used
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32


Bitte erlöst mich vom Augenkrampf.
Danke.

Wolfgang
hubi - 29.10.2006, 15:44 Uhr
Titel: intel i810 und 1280x800
Lies mal: /usr/share/doc/915resolution/README.Debian

Nach dieser Anleitung habe ich die Auflösung problemlos hingekriegt, soll aber noch einfacher gehen mit Kanotix (als boot-cheat?), da 915resolution bereits installiert ist (bei älteren Kanotix-Versionen ist 855resolution dabei, kann aber das gleiche).

hubi
sWoifal - 29.10.2006, 15:49 Uhr
Titel:
915resolution hab ich alles eingestellt so wie ich es gerne hätte.
Es scheint mir eher ein Problem vom i810-Treiber zu sein, komm aber selbst auf keine Lösung.

Hatte schon mal jemand das gleiche Problem?

Wolfgang
hubi - 29.10.2006, 15:59 Uhr
Titel:
Dann weiß ich auch nicht weiter, da bei mir der i810-Treiber keine Männchen macht mit 915resolution.

Einzige Idee: probier mal 1280x768. Das ist zumindest auf meinem Sony die offizielle Auflösung, die auch geht.

hubi
hubi - 29.10.2006, 16:04 Uhr
Titel:
Gib mal ein
Code:
cat /etc/default/915resolution
hubi
sWoifal - 29.10.2006, 16:14 Uhr
Titel:
Code:
#
# 915resolution default
#
# find free modes by  /usr/sbin/915resolution -l
# and set it to MODE
#
MODE=5c

#
# and set resolutions for the mode.
#
XRESO=1280
YRESO=800

BIT=32

hubi - 29.10.2006, 16:28 Uhr
Titel:
Bin jetzt am Sony und poste mal als Info meine funktionierenden Einstellungen.

Auffallend ist:
Code:
915resolution -l
sagt bei mir:
Zitat:
Mode 5c : 1280x768, 32 bits/pixel

Die Ausgabe für /etc/default/915resolution ist bei mir:
Zitat:
/etc/default$ cat 915resolution
#
# 915resolution default
#
# find free modes by /usr/sbin/915resolution -l
# and set it to MODE
#
MODE=5c
#
# and set resolutions for the mode.
#
XRESO=1280
YRESO=768
#
# We can also set the pixel mode.
# Please note that this is optional,
# you can also leave this value blank.
BIT=
Die beiden passen also genau zusammen, wie auch /etc/X11/xorg.conf:
Zitat:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 1
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Die Modelines in der Section "Screen" habe ich für VESA und GTF.

Die drei Werte müssen imho genau zusammenpassen, sonst funzt es nicht.
Dort würde ich als erstes checken, denn gehen müsste es eigentlich.

Letzter Punkt, der mir noch einfällt: ist 915resolution als Dienst in den Bootvorgang eingebunden?

hubi
sWoifal - 29.10.2006, 17:03 Uhr
Titel:
ist eigentlich alles so konfiguriert wie angegeben.
was mich verdutzt ist eben, dass das ding nicht etwa abschmiert oder garnicht startet, sondern die auflösung skaliert wird.

wolfgang
hubi - 29.10.2006, 17:34 Uhr
Titel:
Hmmm. Da müssten xorg-Experten ran. Ich weiß noch, dass man xorg.conf.1st nach der Installation löschen muss, wenn man die gewünschte Auflösung nicht als Boot-Cheat eingegeben hat, aber das betrifft vermutlich nur die proprietären Treiber nach einer Neuinstallation oder so.

Ich muss mich jetzt bescheiden zurückziehen, da ich nun auch keine Ahnung mehr habe, warum das bei dir nicht so geht.

Schade.

hubi
Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007