Advertisement
Guest User

xorg.conf-wyild1

a guest
Apr 25th, 2010
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. xbmc@HOBAG:~$ cat /etc/X11/xorg.conf
  2. Section "Device"
  3. Identifier "nvidia"
  4. Driver "nvidia"
  5. Option "NoLogo" "true"
  6. # Option "DynamicTwinView" "false"
  7. Option "FlatPanelProperties" "Scaling = Native"
  8. Option "ModeValidation" "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
  9. Option "UseDisplayDevice" "DFP-1"
  10. Option "ModeDebug" "true"
  11. Option "HWCursor" "false"
  12. EndSection
  13.  
  14. Section "Screen"
  15. Identifier "screen"
  16. Device "nvidia"
  17. SubSection "Display"
  18. # Modes "1280x720_60"
  19. Modes "1920x1080_60_0" "1920x1080_24"
  20. EndSubSection
  21. EndSection
  22.  
  23. Section "Extensions"
  24. Option "Composite" "false"
  25. Option "Composite" "disable"
  26. EndSection
  27.  
  28.  
  29. # --- Modes in ModePool for TSB-TV (DFP-1) ---
  30. # "nvidia-auto-select" : 1920 x 1080 @ 60.0 Hz
  31. # "1920x1080" : 1920 x 1080 @ 60.0 Hz
  32. # "1920x1080_60" : 1920 x 1080 @ 60.0 Hz
  33. # "1920x1080_60_0" : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
  34. # "1920x1080_30" : 1920 x 1080 @ 29.97/30 Hz (CEA-861B Format 34)
  35. # "1920x1080_24" : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32)
  36. # "1920x1080_60i" : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
  37. # "1440x480" : 1440 x 480 @ 60.1 Hz Interlace
  38. # "1440x480_60i" : 1440 x 480 @ 60.1 Hz Interlace
  39. # "1360x765" : 1360 x 765 @ 60.0 Hz
  40. # "1360x765_60" : 1360 x 765 @ 60.0 Hz
  41. # "1280x1024" : 1280 x 1024 @ 60.0 Hz
  42. # "1280x1024_60" : 1280 x 1024 @ 60.0 Hz
  43. # "1280x720" : 1280 x 720 @ 60.0 Hz
  44. # "1280x720_60" : 1280 x 720 @ 60.0 Hz
  45. # "1280x720_60_0" : 1280 x 720 @ 59.94/60 Hz (CEA-861B Format 4)
  46. # "1024x768" : 1024 x 768 @ 75.0 Hz
  47. # "1024x768_75" : 1024 x 768 @ 75.0 Hz
  48. # "1024x768_70" : 1024 x 768 @ 70.1 Hz
  49. # "1024x768_60" : 1024 x 768 @ 60.0 Hz
  50. # "800x600" : 800 x 600 @ 75.0 Hz
  51. # "800x600_75" : 800 x 600 @ 75.0 Hz
  52. # "800x600_72" : 800 x 600 @ 72.2 Hz
  53. # "800x600_60" : 800 x 600 @ 60.3 Hz
  54. # "720x480" : 720 x 480 @ 59.9 Hz
  55. # "720x480_60" : 720 x 480 @ 59.9 Hz
  56. # "720x480_60i" : (1440)x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 7)
  57. # "640x480" : 640 x 480 @ 75.0 Hz
  58. # "640x480_75" : 640 x 480 @ 75.0 Hz
  59. # "640x480_73" : 640 x 480 @ 72.8 Hz
  60. # "640x480_60" : 640 x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
  61. # --- End of ModePool for TSB-TV (DFP-1): ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement