Eydeet
0
Hi,
Ich habe ein Problem damit, die Hardware-Unterstützung für Xorg zu aktivieren, und habe so langsam keine Ahnung mehr, woran es liegen könnte.
Ich habe ein Acer Extensa 5220 Notebook (billig, ich weiß). Die eingebaute Grafikkarte heißt "Mobile Intel Graphics Accelerator X3100" und ich benutze den i810-Treiber.
Wenn ich jetzt bestimmte Programm starte (z.B. bestimmte Spiele oder Google Earth) dann hängt sich das gesamte System auf, und zwar so, dass er auf _nichts_ mehr reagiert, man kann also weder auf die Konsole umschalten noch den X-Server abschießen (Strg+Alt+Backspace).
Wenn ich die Zeile 'Load "dri"' in der xorg.conf rausnehme, laufen sämtliche grafische Programme (z.B. KDE) spürbar langsamer und der Fehler tritt nicht mehr auf. Direct Rendering ist dann eben deaktiviert.
Ich will jetzt weder riskieren, dass ich meinen PC häufiger brutal per Reset-Taste abschießen muss, noch will ich auf den Grafik-Chip verzichten.
Hat vielleicht von euch noch jemand 'ne Idee, wonach ich suchen könnte, oder woran der Fehler liegen könnte?
Mfg, Eydeet.
Ich habe ein Problem damit, die Hardware-Unterstützung für Xorg zu aktivieren, und habe so langsam keine Ahnung mehr, woran es liegen könnte.
Ich habe ein Acer Extensa 5220 Notebook (billig, ich weiß). Die eingebaute Grafikkarte heißt "Mobile Intel Graphics Accelerator X3100" und ich benutze den i810-Treiber.
Wenn ich jetzt bestimmte Programm starte (z.B. bestimmte Spiele oder Google Earth) dann hängt sich das gesamte System auf, und zwar so, dass er auf _nichts_ mehr reagiert, man kann also weder auf die Konsole umschalten noch den X-Server abschießen (Strg+Alt+Backspace).
Wenn ich die Zeile 'Load "dri"' in der xorg.conf rausnehme, laufen sämtliche grafische Programme (z.B. KDE) spürbar langsamer und der Fehler tritt nicht mehr auf. Direct Rendering ist dann eben deaktiviert.
Ich will jetzt weder riskieren, dass ich meinen PC häufiger brutal per Reset-Taste abschießen muss, noch will ich auf den Grafik-Chip verzichten.
Hat vielleicht von euch noch jemand 'ne Idee, wonach ich suchen könnte, oder woran der Fehler liegen könnte?
Mfg, Eydeet.
Code:
Section "Module"
Load "dri"
Load "glx"
Load "drm"
EndSection
Section "dri"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
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"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection
Section "Device"
Identifier "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Option "AccelMethod" "XAA"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Code:
(WW) intel(0): Bad V_BIOS checksum
(WW) intel(0): ESR is 0x00000011, page table error
(WW) intel(0): PGTBL_ER is 0x00040000, overlay tiling
(WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled
(WW) intel(0): PRB0_HEAD (0x11e156bc) and PRB0_TAIL (0x00016238) indicate ring buffer not flushed
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is on
(II) intel(0): Display plane A is now enabled and connected to pipe A.
(II) intel(0): Pipe B is on
(II) intel(0): Display plane B is now enabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe A
(II) intel(0): Output LVDS is connected to pipe B
(II) intel(0): Output TV is connected to pipe none