Advertisement
Guest User

Untitled

a guest
Nov 7th, 2023
65
0
193 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Section "ServerLayout"
  2. # Option "Xinerama"
  3. Identifier "0"
  4. Screen 0 "Screen 0" 0 0
  5. Option "BlankTime" "0"
  6. EndSection
  7.  
  8.  
  9. Section "Device"
  10. Identifier "radeon"
  11. Driver "radeon"
  12. BusID "PCI:0:1:0"
  13. EndSection
  14.  
  15.  
  16. Section "Module"
  17. EndSection
  18.  
  19.  
  20. Section "ServerFlags"
  21. # DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
  22. # allows the server to start up even if the mouse does not work
  23. Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
  24. Option "allowmouseopenfail"
  25. EndSection
  26.  
  27.  
  28. Section "Monitor"
  29. Identifier "Monitor 0"
  30. VendorName "Plug'n Play"
  31. Option "DPMS" "false"
  32. EndSection
  33.  
  34.  
  35. Section "Screen"
  36. Identifier "Screen 0"
  37. Device "radeon"
  38. Monitor "Monitor 0"
  39. DefaultDepth 24
  40.  
  41. SubSection "Display"
  42. Viewport 0 0
  43. Depth 24
  44. Modes "1366x768" "1366x768"
  45. EndSubSection
  46.  
  47. EndSection
  48.  
  49.  
  50. # Section "DRI"
  51. # Mode 0666
  52. # EndSection
  53.  
  54.  
  55. Section "InputClass"
  56. Identifier "evdev keyboard catchall"
  57. MatchIsKeyboard "on"
  58. MatchDevicePath "/dev/input/event*"
  59. Driver "evdev"
  60. Option "XkbLayout" "us,ru"
  61. Option "XkbRules" "xorg"
  62. Option "XkbOptions" "grp:caps_toggle,grp_led:caps,compose:ralt"
  63. EndSection
  64.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement