Skip to content

Instantly share code, notes, and snippets.

@starks
Created February 26, 2017 20:21
Show Gist options
  • Save starks/5f82135f13f00f05a05d140483584f40 to your computer and use it in GitHub Desktop.
Save starks/5f82135f13f00f05a05d140483584f40 to your computer and use it in GitHub Desktop.
xorg.conf pxp
Section "ServerLayout"
Identifier "fglrx-layout"
Screen 0 "fglrx-screen" 0 0
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "sna"
BusID "PCI:0@0:2:0"
EndSection
Section "Device"
Identifier "fglrx-device"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "fglrx-monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Screen"
Identifier "fglrx-screen"
Device "fglrx-device"
Monitor "fglrx-monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment