Advertisement
Guest User

Untitled

a guest
Oct 17th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1.  
  2. nano /etc/X11/xorg.conf.d
  3.  
  4. Section "Monitor"
  5. Identifier "Default Screan"
  6. Option "DPMS"
  7. Modeline "800x600_60.00" 38.25 800 832 912 1024 600 603 607$
  8. Option "PreferredMode" "800x600_60.00"
  9. EndSection
  10. __________________
  11.  
  12. nano /etc/X11/xorg.conf
  13.  
  14. Section "Screen"
  15. Identifier "Default Screen"
  16. Device "geforce256"
  17. Monitor "S/M 950p"
  18. DefaultDepth 24
  19. SubSection "Display"
  20. Depth 16
  21. Modes "800x600" "1600x1200" "1280x1024" "1024x768" "640x480"
  22. EndSubSection
  23. SubSection "Display"
  24. Depth 24
  25. Modes "800x600" "1600x1200" "1280x1024" "1024x768" "640x480"
  26. EndSubSection
  27.  
  28. EndSection
  29.  
  30. __________________________
  31.  
  32. nano ~/.fluxbox/startup
  33.  
  34. #screen resolution
  35.  
  36. xrandr --newmode "800x600_60.00" 38.25 800 832 912 1024 600 603 607 624 -hsync +vsync
  37. xrandr --addmode LVDS 800x600_60.00
  38. xrandr --output LVDS --mode 800x600_60.00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement