I believe many of my friends have installed the video card driver in Ubuntu10.04 and restarted the computer, and found that the picture on the logon interface is ugly and the resolution is very low... first, enter $ sudogedit/etc/default/grub on the terminal and add the following sentence to the end of the opened file: GRUB_GFXPAYLOAD_LINUX = 1280x800 = the resolution after which is changed to what you need. Save and close it. Run sudoupdate-on the terminal-
I believe many of my friends have installed the video card driver on Ubuntu 10.04 and restarted the computer. The picture on the logon interface is ugly and the resolution is very low...
First, enter:
$ Sudo gedit/etc/default/grub
Add the following sentence to the end of the opened file:
GRUB_GFXPAYLOAD_LINUX = 1280x800
= The resolution is changed to what you need.
Save and close it.
Run the following command on the terminal:
Sudo update-grub
Restart your computer and you will find that the login interface is the same as the system you just installed.