PDA

View Full Version : [SOLVED] Xorg resolution



Mosabama
April 15th, 2011, 11:36 AM
I have ATI driver and everything works great on GUI mode.
but when I switch to tty1 or even while loading the resolution is really big.
each letter shows really big that the screen can only fit a small paragraph. how can I change this with out effecting the resolution of gdm cause I like it the way it is.

Thanks

Mosabama
April 15th, 2011, 12:44 PM
I found the solution:

add this to /etc/default/grub file:


GRUB_GFXMODE=1024x600 #or whatever your VGA supports.
GRUB_GFXPAYLOAD_LINUX=keep
then run:


sudo update-grub