Linux Trouble Shooting

From KevinWiki

Revision as of 15:04, 17 October 2013 by Kevin (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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