Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 KB | None | 0 0
  1. % xmodmap ~/.Xmodmap
  2. X Error of failed request: BadValue (integer parameter out of range for operation)
  3. Major opcode of failed request: 118 (X_SetModifierMapping)
  4. Value in failed request: 0x17
  5. Serial number of failed request: 15
  6. Current serial number in output stream: 15
  7.  
  8. remove Lock = Caps_Lock
  9.  
  10. ! ESC
  11. keycode 9 = Caps_Lock
  12. add Lock = Caps_Lock
  13. remove Control = Control_L
  14.  
  15. ! CapsLock
  16. keycode 66 = Control_L
  17. add control = Control_L
  18.  
  19. ! Control_R
  20. keycode 37 = Escape
  21.  
  22. ! 2*Meta_L
  23. keycode 148 = Meta_L
  24. add mod1 = Meta_L
  25.  
  26. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  27. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Fri Aug 14 17:54:58 PDT 2009
  28.  
  29. Section "ServerLayout"
  30. Identifier "Layout0"
  31. Screen 0 "Screen0"
  32. InputDevice "Evdev Keyboard" "CoreKeyboard"
  33. InputDevice "Evdev Mouse" "CorePointer"
  34. EndSection
  35. Section "Module"
  36. Disable "dri"
  37. Disable "dri2"
  38. EndSection
  39.  
  40. Section "InputDevice"
  41. Identifier "Evdev Keyboard"
  42. Driver "evdev"
  43. Option "Device" "/dev/input/event2"
  44. Option "CoreKeyboard"
  45. Option "AutoRepeat" "500 25"
  46. Option "XkbRules" "xorg"
  47. Option "XkbModel" "yahoo"
  48. Option "XkbLayout" "dvp2"
  49. Option "XkbOptions" "grp_led:scroll,grp:rctrl_toggle,compose:rwin,grp:lwin_switch"
  50. EndSection
  51.  
  52. Section "InputDevice"
  53. Identifier "Evdev Mouse"
  54. Driver "evdev"
  55. Option "CorePointer"
  56. Option "Device" "/dev/input/event3"
  57. Option "Name" "Genius Ergo Mouse"
  58. Option "HWHEELRelativeAxisButtons" "7 6"
  59. Option "WHEELRelativeAxizButtons" "4 5"
  60. Option "SendCoreEvents" "true"
  61. Option "Buttons" "11"
  62. EndSection
  63.  
  64. Section "Files"
  65. FontPath "/usr/share/fonts/misc"
  66. FontPath "/usr/share/fonts/Type1"
  67. FontPath "/usr/share/fonts/100dpi"
  68. FontPath "/usr/share/fonts/75dpi"
  69.  
  70. FontPath "/usr/share/fonts/terminus"
  71. # FontPath "/usr/share/fonts/intlfonts"
  72.  
  73. FontPath "/usr/share/fonts/ttf-bitstream-vera"
  74. # FontPath "/usr/share/fonts/ttf"
  75. FontPath "/usr/share/fonts/corefonts"
  76.  
  77. FontPath "/usr/share/fonts/paratype"
  78. EndSection
  79.  
  80. Section "Monitor"
  81. Identifier "Monitor0"
  82. VendorName "Unknown"
  83. ModelName "Unknown"
  84. HorizSync 28.0 - 33.0
  85. VertRefresh 43.0 - 72.0
  86. Option "DPMS"
  87. EndSection
  88.  
  89. Section "Device"
  90. Identifier "Device0"
  91. Driver "nvidia"
  92. VendorName "NVIDIA Corporation"
  93. EndSection
  94.  
  95. Section "Screen"
  96. Identifier "Screen0"
  97. Device "Device0"
  98. Monitor "Monitor0"
  99. DefaultDepth 24
  100. SubSection "Display"
  101. Depth 24
  102. EndSubSection
  103. EndSection
  104.  
  105. #Section "Extensions"
  106. #Option "Composite" "Disable"
  107. #EndSection
  108. Section "ServerFlags"
  109. Option "AutoAddDevices" "false"
  110. Option "DontVTSwitch" "false"
  111. Option "DontZap" "false"
  112. Option "DontZoom" "true"
  113. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement