F10 and built-in Intel graphics

Gordon Messmer yinyang at eburg.com
Mon Mar 16 18:13:31 UTC 2009


M A Young wrote:
> 
> I recommend that you do a text based install (add text to the boot 
> line), and once you have it installed, boot to a text console (add 3 to 
> the boot line), then add Option "NoAccel" "true" to the Device section 
> of /etc/X11/xorg.conf

I'm curious whether it's necessary to disable acceleration entirely, or 
simply revert to the older XAA method.  On my Thinkpad X40, the Intel 
video driver in F10 had significant problems, where the driver on F9 was 
fine.  I could either use XAA or revert to the older driver to get 
proper rendering.

I've attached a minimal xorg.conf.  I believe you can save it to 
/etc/X11 to test each of the options individually.  Try disabling accel, 
and then try using XAA (both options are in the file).  Let us know what 
kind of results you get, and then track down one of the bugzilla reports 
on this subject (I know a few are open) and add your information.

-------------- next part --------------
Section "ServerLayout"
	Identifier	"Default"
	Screen		"Screen0"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Videocard0"
EndSection

Section "Device"
	Identifier	"Videocard0"
	Driver		"intel"
	Option "NoAccel" "true"
	#Option "AccelMethod" "XAA"
EndSection


More information about the fedora-list mailing list