Linux Trouble Shooting

From KevinWiki

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