Advertisement
Guest User

Untitled

a guest
Feb 8th, 2015
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Screen 0 "Screen0"
  4. InputDevice "Keyboard0" "CoreKeyboard"
  5. InputDevice "Mouse0" "CorePointer"
  6. EndSection
  7.  
  8. Section "Files"
  9. EndSection
  10.  
  11. Section "InputDevice"
  12. Identifier "Mouse0"
  13. Driver "mouse"
  14. Option "Protocol" "auto"
  15. Option "Device" "/dev/psaux"
  16. Option "Emulate3Buttons" "no"
  17. Option "ZAxisMapping" "4 5"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21. Identifier "Keyboard0"
  22. Driver "kbd"
  23. EndSection
  24.  
  25. Section "Monitor"
  26. Identifier "Monitor0"
  27. VendorName "QNIX"
  28. ModelName "QX2710"
  29. DisplaySize 597 336
  30. HorizSync 88.8 - 160.0
  31. VertRefresh 59.5 - 120.0
  32. Option "DPMS"
  33. EndSection
  34.  
  35. Section "Device"
  36. Identifier "Device0"
  37. Driver "nvidia"
  38. VendorName "NVIDIA Corporation"
  39. #Option "Coolbits" "12"
  40. Option "CustomEDID" "DFP-0:/etc/X11/monex.bin"
  41. Option "IgnoreEdidChecksum" "DFP-0"
  42. Option "ModeValidation" "AllowNon60hzmodesDFPModes, NoEDIDDFPMaxSizeCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoDFPNativeResolutionCheck, NoMaxSizeCheck, NoMaxPClkCheck"
  43. EndSection
  44.  
  45. Section "Screen"
  46. Identifier "Screen0"
  47. Device "Device0"
  48. Monitor "Monitor0"
  49. DefaultDepth 24
  50. Option "ConnectedMonitor" "DFP"
  51. SubSection "Display"
  52. Depth 24
  53. Modes "2560x1440"
  54. EndSubSection
  55. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement