You are not logged in.
Pages: 1
sometimes my notebook just freeze when i start some app using opengl like mplayer. everything stops, in video window is only blue screen and i have to shut down the whole computer. i experienced these problems on slackware and on arch its same. only soution i figured out is to connect to my pc via ssh from other computer and kill x11, but that isn't a good solution. do you have any idea? i read about buggy drivers for intel, i tried some other unofficial drivers and the hack for intel graphics but nothing helps...
last few rows of my Xorg.0.log
SetClientVersion: 0 9
SetGrabKeysState - disabled
SetGrabKeysState - enabled
Error in I830WaitLpRing(), now is 152582586, start is 152580585
pgetbl_ctl: 0x1ffc0001 pgetbl_err: 0x0
ipeir: 0 iphdr: 1810000
LP ring tail: aaf0 head: aac4 len: 1f801 start 0
eir: 0 esr: 0 emr: ffff
instdone: ffc0 instpm: 0
memmode: 108 instps: f0000
hwstam: fffe ier: a2 imr: 8 iir: 200
space: 131020 wanted 131064
(II) I810(0): [drm] removed 1 reserved context for kernel
(II) I810(0): [drm] unmapping 8192 bytes of SAREA 0xe0426000 at 0xb7f33000
Fatal server error:
lockup
(II) AIGLX: Suspending AIGLX clients for VT switch
Error in I830WaitLpRing(), now is 152584901, start is 152582900
pgetbl_ctl: 0x1ffc0001 pgetbl_err: 0x0
ipeir: 0 iphdr: 1810000
LP ring tail: ab30 head: aac4 len: 1f801 start 0
eir: 0 esr: 0 emr: ffff
instdone: ffc0 instpm: 0
memmode: 108 instps: f0000
hwstam: fffe ier: a2 imr: 8 iir: 200
space: 130956 wanted 131064
FatalError re-entered, aborting
lockup
lspci
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
my xorg.conf grpahics part
X Window System Version 7.2.0
kernel 2.6.21-ARCH
Section "Device"
Identifier "Card0"
Driver "i810"
VideoRam 65536
VendorName "Intel Corporation"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
Option "ModeValidation"
Option "AllowNon60HzDFPModes, NoXservermodes, NoVesaModes"
BusID "PCI:0:2:0"
EndSection
Last edited by aedonis (2007-06-13 11:54:21)
Offline
Can you try disabling AIGLX and see if the same thing happens?
Offline
Oh and try turning off RenderAccel if you have it on.
Offline
from everything ive read, disable screensavers,any opengl stuff,beryl/compiz, powersaved...Then start enabling them one by one and see whats the issue.
Offline
thanks, i'll try that...
Offline
Pages: 1