Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1.  
  2. Section "Files"
  3. FontPath "/usr/lib/X11/fonts/misc"
  4. EndSection
  5.  
  6. Section "Module"
  7. Load "glx"
  8. Load "int10"
  9. EndSection
  10.  
  11. Section "ServerFlags"
  12. Option "DontZap" "false"
  13. Option "DontZoom" "true"
  14. Option "DontVTSwitch" "true"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18. Identifier "Generic Keyboard"
  19. Driver "kbd"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23. Identifier "Configured Mouse"
  24. Driver "void"
  25. Option "CorePointer"
  26. EndSection
  27.  
  28. Section "Device"
  29. Identifier "Generic Video Card"
  30. Driver "nvidia"
  31. Option "NoLogo"
  32. Option "UseEDID" "FALSE"
  33. EndSection
  34.  
  35. Section "Monitor"
  36. Option "ConnectedMonitor" "CRT"
  37. Identifier "Generic Monitor"
  38.  
  39. VertRefresh 60
  40. HorizSync 15.75
  41. Option "UseEDID" "FALSE"
  42.  
  43. Modeline "640x480" 12.324 640 648 706 784 480 483 489 524 interlace -Hsync -Vsync
  44.  
  45. EndSection
  46.  
  47. Section "Screen"
  48. Identifier "Default Screen"
  49. Device "Generic Video Card"
  50. Monitor "Generic Monitor"
  51. DefaultDepth 24
  52. SubSection "Display"
  53. Depth 24
  54. Modes "640x480"
  55. EndSubSection
  56. EndSection
  57.  
  58. Section "ServerLayout"
  59. Identifier "Default Layout"
  60. Screen "Default Screen"
  61. InputDevice "Generic Keyboard"
  62. InputDevice "Configured Mouse"
  63. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement