Advertisement
Guest User

Untitled

a guest
Nov 15th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "Touchpad0"
  3. MatchIsTouchpad "on"
  4. Driver "mtrack"
  5. EndSection
  6.  
  7. Section "InputDevice"
  8. Identifier "Keyboard0"
  9. Driver "evdev"
  10. Option "XkbLayout" "fr"
  11. Option "XkbModel" "Apple Macbook Keyboard"
  12. Option "XkbMRules" "xorg"
  13. Option "XkbOptions" "grp:alt_shift_toggle,grp:switch,grp_led:scrool,compose:rwin,terminate:ctrl_alt_bksp"
  14. Option "XkbVariant" ",azerty"
  15. EndSection
  16.  
  17. Section "Monitor"
  18. Identifier "Monitor0"
  19. DisplaySize 366 203
  20. EndSection
  21.  
  22. Section "Device"
  23. Identifier "Device0"
  24. Driver "intel"
  25. EndSection
  26.  
  27. Section "Screen"
  28. Identifier "Screen0"
  29. Device "Device0"
  30. Monitor "Monitor0"
  31. DefaultDepth 24
  32. SubSection "Display"
  33. Depth 24
  34. EndSubSection
  35. SubSection "Display"
  36. Depth 24
  37. Modes "2880x1800"
  38. EndSubSection
  39. Option "PreferredMode" "2880x1800"
  40. EndSection
  41.  
  42. Section "ServerLayout"
  43. Identifier "Layout0"
  44. Screen 0 "Screen0"
  45. InputDevice "Keyboard0" "CoreKeyboard"
  46. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement