i845G - X locks up machine

Felix Miata mrmazda at earthlink.net
Tue Oct 14 21:16:00 UTC 2014


Adam Jackson composed on 2014-10-14 14:53 (UTC-0400):

> On Tue, 2014-10-14 at 14:10 -0400, Felix Miata wrote:

>> Adam Jackson composed on 2014-10-14 11:56 (UTC-0400):

>> >> Might this be worked around via some manual acceleration option for the Intel
>> >> X driver?

>> > Probably.  Option "AccelMethod" "UXA" perhaps?

>> /etc/X11/xorg.conf.d/60-flags.conf:

>> Section "ServerFlags"
>>   Option	"AccelMethod"	"UXA"
>> EndSection

> It's not a server flag, it's a driver option.

> Section "Device"
>     Identifier "intel"
>     Driver "intel"
>     Option "AccelMethod" "UXA"
> EndSection

But I also wrote:

	Moving the option to /etc/X11/xorg.conf.d/50-device.conf didn't work either.

plus the part about xorg.conf* being ignored. Since then I filed
https://bugs.freedesktop.org/show_bug.cgi?id=85016
after which your reply arrived.

Then I eliminated xorg.conf.d/ and consolidated all into this xorg.conf:

Section "ServerFlags"
	Option	"AllowMouseOpenFail" "on"
	Option	"ZapWarning" "off"
	Option	"DontZap" "off"
	Option	"BlankTime" "120"
EndSection

Section "InputClass"
	Identifier	"system-keyboard"
	MatchIsKeyboard	"on"
	Option	"XkbLayout"	"us"
EndSection

Section "Extensions"
	Option	"Composite"	"Disable"
EndSection

# 50-device.conf
Section "Device"
	Identifier "Default Device"
	Driver	"Intel"
	Option	"AccelMethod"	"UXA"
EndSection

# 50-monitor.conf
Section "Monitor"
	Identifier	"Default Monitor"
	HorizSync	30-150
	VertRefresh	56-86
	Option	"DPMS"	"off"
	Option	"PreferredMode"	"1600x1200"
	DisplaySize	338 253 # 120 DPI @ 1600x1200
EndSection

# 50-screen.conf
Section "Screen"
	Identifier	"Default Screen"
	Device	"Default Device"
	Monitor	"Default Monitor"
EndSection

This works, so now I'm confused again, but maybe
https://bugs.freedesktop.org/show_bug.cgi?id=85016 resolves it.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/


More information about the test mailing list