Advertisement
Guest User

Untitled

a guest
May 6th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. pg@pipoTower: ~/tmp$ xrandr
  2. Screen 0: minimum 8 x 8, current 2720 x 1080, maximum 16384 x 16384
  3. DVI-I-0 disconnected (normal left inverted right x axis y axis)
  4. DVI-I-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 298mm
  5. 1920x1080 60.0*+
  6. 1680x1050 60.0
  7. 1600x900 60.0
  8. 1280x1024 75.0 60.0
  9. 1280x800 59.8
  10. 1280x720 60.0
  11. 1024x768 75.0 60.0
  12. 800x600 75.0 60.3
  13. 640x480 75.0 59.9
  14. HDMI-0 disconnected (normal left inverted right x axis y axis)
  15. DP-0 disconnected (normal left inverted right x axis y axis)
  16. DVI-D-0 connected 800x600+1920+0 (normal left inverted right x axis y axis) 0mm x 0mm
  17. 800x600 60.3*+
  18. DP-1 disconnected (normal left inverted right x axis y axis)
  19.  
  20. Section "Monitor"
  21. Identifier "Monitor0"
  22. VendorName "Unknown"
  23. ModelName "BenQ GL2450H"
  24. HorizSync 30.0 - 83.0
  25. VertRefresh 50.0 - 76.0
  26. Option "DPMS"
  27. EndSection
  28.  
  29. Section "Device"
  30. Identifier "Device0"
  31. Driver "nvidia"
  32. VendorName "NVIDIA Corporation"
  33. BoardName "GeForce GTX 660"
  34. Option "ModeValidation" "NoMaxPClkCheck"
  35. EndSection
  36.  
  37. Section "Screen"
  38. Identifier "Screen0"
  39. Device "Device0"
  40. Monitor "Monitor0"
  41. DefaultDepth 24
  42. Option "Stereo" "0"
  43. Option "nvidiaXineramaInfoOrder" "DFP-0"
  44. Option "metamodes" "DVI-I-1: nvidia-auto-select +0+0, DVI-D-0: 1024x768_60 +1920+0"
  45. Option "SLI" "Off"
  46. Option "MultiGPU" "Off"
  47. Option "BaseMosaic" "off"
  48. SubSection "Display"
  49. Depth 24
  50. EndSubSection
  51. EndSection
  52.  
  53. pg@pipoTower: ~/tmp$ cvt 1024 768 60
  54. # 1024x768 59.92 Hz (CVT 0.79M3) hsync: 47.82 kHz; pclk: 63.50 MHz
  55. Modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
  56. pg@pipoTower: ~/tmp$ xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync
  57. pg@pipoTower: ~/tmp$ xrandr --addmode DVI-D-0 1024x768_60.00
  58. X Error of failed request: BadMatch (invalid parameter attributes)
  59. Major opcode of failed request: 140 (RANDR)
  60. Minor opcode of failed request: 18 (RRAddOutputMode)
  61. Serial number of failed request: 41
  62. Current serial number in output stream: 42
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement