spacepaste

  1.  
  2. $ cat xorg.conf
  3. Section "dri"
  4. Mode 0666
  5. EndSection
  6. $ cat intel.conf
  7. Section "device"
  8. identifier "intel"
  9. driver "intel"
  10. endsection
  11. $ cat 20opengl.conf
  12. Section "Files"
  13. EndSection
  14. $ cat 00-keyboard.conf
  15. Section "InputClass"
  16. Identifier "system-keyboard"
  17. MatchIsKeyboard "on"
  18. Option "XkbLayout" "de"
  19. EndSection
  20. $ cat qlist
  21. x11-drivers/xf86-input-evdev
  22. x11-drivers/xf86-input-synaptics
  23. x11-drivers/xf86-input-wacom
  24. x11-drivers/xf86-video-intel
  25.