Linux Trouble Shooting

From KevinWiki

(Difference between revisions)
Jump to: navigation, search
Kevin (Talk | contribs)
(Created page with "Category:Linux === Issue with Intel Graphics === * If there are any issues with Intel graphics, do <pre> $ sudo adduser $USER video </pre> * Then edit /etc/X11/xorg.conf (...")

Latest revision as of 15:04, 17 October 2013


Issue with Intel Graphics

  • If there are any issues with Intel graphics, do
$ sudo adduser $USER video 
  • Then edit /etc/X11/xorg.conf (create if it does not exists)

/etc/X11/xorg.conf


Section "Device"

Identifier "Card0"

Driver "intel"

Option "AccelMethod" "uxa"

#Option "AccelMethod" "sna"

EndSection

Personal tools