Fedora hangs driving me nuts, in Windows it works without problems!

Heinz Diehl htd at fritha.org
Mon Jan 7 15:14:17 UTC 2013


On 07.01.2013, Gordon Messmer wrote: 

> Google results for "xorg hangs Sandybridge i915" turn up a whole lot of
> results (sadly).  Among the first page results is one report that a bad BIOS
> was responsible for the problem.  Have you updated yours?

Switching off the acceleration or switching to SNA would be the first
try. Create a file named "20-intel.conf" in /etc/X11/xorg.conf.d
containing

Section "Device"
   Identifier "Card0"
   Driver "intel"
   Option "AccelMethod" "SNA"
EndSection

to choose SNA or

Section "Device"
   Identifier "Card0"
   Driver "intel"
   Option "NoAccel" "True"
  EndSection

to switch off acceleration completely. Restart your graphical
environment afterwards.

You may want to boot with "i915.i915_enable_rc6=0", too.



More information about the users mailing list