Original source: https://help.ubuntu.com/community/FixVideoResolutionHowto
Just installed the new version of Ubuntu, 8.04 LTS. The system only give 1024x768. To improve the resolution, I follow the instructions.
dpkg-reconfigure xserver-xorg does not work for me, so I go for the next solution.
Backup the /etc/X11/xorg.conf first. Then look for the section "Monitor". Google your monitor's HorizSync and VertRefresh, then add them into the file.
For example,
Section "Monitor"
Identifier "FLATRON 995F"
Option "DPMS"
HorizSync 30-96
VertRefresh 50-160
EndSection
By the way I found rdesktop is a quick cool tool under Linux which allows you to login the Windows system remotely. If you want to have the full screen, type
rdesktop -f ipaddress.
No comments:
Post a Comment