Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. xavier@Xavier:~$ lspci | grep VGA
  2. 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 09)
  3.  
  4. xavier@Xavier:~$ grep MemTotal /proc/meminfo
  5. MemTotal: 4063044 kB
  6.  
  7. xavier@Xavier:~$ lscpu | grep "MHz"
  8. CPU MHz: 1000.000
  9.  
  10. $ sudo gedit /etc/X11/xorg.conf
  11.  
  12. Section "Monitor"
  13. Identifier "Samsung SyncMaster 171N"
  14. Modeline "1280x1024_60.09" 109.25 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
  15. Option "PreferredMode" "1280x1024_60.09"
  16. EndSection
  17.  
  18. Section "Device"
  19. Identifier "Intel"
  20. Driver "intel"
  21. EndSection
  22.  
  23. Section "Screen"
  24. Identifier "Default Screen"
  25. Monitor "Samsung SyncMaster 171N"
  26. Device "Intel"
  27. Defaultdepth 24
  28. SubSection "Display"
  29. Modes "1280x1024_60.09"
  30. EndSubSection
  31. EndSection
  32.  
  33. Section "ServerLayout"
  34. Identifier "Default Layout"
  35. Screen "Default Screen"
  36. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement