Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Section "Screen"
  2. Identifier "Default Screen"
  3. Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
  4. Monitor "CM752ET"
  5. DefaultDepth 16
  6. SubSection "Display":
  7. Depth 16
  8. Modes "1280x1024" "1024x768"
  9. EndSubSection
  10. EndSection
  11.  
  12. cvt 1920 1080
  13.  
  14. # 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
  15. Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  16.  
  17. cd /home/mikia
  18.  
  19. vi .xprofile
  20.  
  21. xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
  22. xrandr --addmode VGA1 "1920x1080_60.00"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement