SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: Lizbeth on May 28, 2015, 03:44:41 AM

Title: What's the consensus of an xorg.conf for intel hd graphics?
Post by: Lizbeth on May 28, 2015, 03:44:41 AM
this was what i had in mind"






Section "Device"
Identifier  "Device0"
Driver      "intel"
BusID       "PCI:0:2:0"
Option      "AccelMethod" "sna"
Option      "DRI"    "true"
EndSection


Section "DRI"
        Group  "video"
        Mode   0666
EndSection


Section "Extensions"
Option "Composite" "Enable"
Option "RENDER"    "Enable"
EndSection


Section "InputClass"
Identifier          "Keyboard Defaults"
MatchIsKeyboard     "yes"
Option              "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection