Skip to content

Instantly share code, notes, and snippets.

/xorg.conf Secret

Created April 28, 2015 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/518d79c4cbfc49b5f672 to your computer and use it in GitHub Desktop.
Save anonymous/518d79c4cbfc49b5f672 to your computer and use it in GitHub Desktop.
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection
Section "Device"
Identifier "Device One"
Driver "vivante"
Option "fbdev" "/dev/fb0"
Option "vivante_fbdev" "/dev/fb0"
EndSection
Section "Device"
Identifier "Device Two"
Driver "vivante"
Option "fbdev" "/dev/fb2"
Option "vivante_fbdev" "/dev/fb2"
EndSection
Section "Monitor"
Identifier "Monitor One"
EndSection
Section "Monitor"
Identifier "Monitor Two"
EndSection
Section "Screen"
Identifier "Screen One"
Monitor "Monitor One"
Device "Device One"
EndSection
Section "Screen"
Identifier "Screen Two"
Monitor "Monitor Two"
Device "Device Two"
EndSection
Section "ServerLayout"
Identifier "Dual Layout"
Screen 0 "Screen One"
Screen 1 "Screen Two" RightOf "Screen One"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment