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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 


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.

I was already completely bypassing intel driver by using fdbev module with this section in xorg.conf:

Section "Device"
        Driver      "fbdev"
        BusID       "PCI:0:2:0"
EndSection

And it still froze my system. Is there other reason why resting with intel driver and no acceleration could troubleshoot this issue further or my usage of fbdev module has already rulled out intel driver issue?

With fbdev module my system froze also after few days....
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux