How to change screen resolution on Mandriva One?
Posted by admin, under MandrivaI am experimenting with Mandriva One 2008. I am wanting to change my screen resolution to 1024×1028 but I dont see any obvious way of doing this. Does anyone know ?
I know this works in ubuntu
I think this may work Mandriva as well:
Open a terminal and type:
sudo nano /etc/X11/xorg.conf
Press ctrl+w and search "Modes"
You should see a line similar to:
Modes "1024×768" "800×600" "640×480"
The first resolution "1024×768" is default
So if you wanted to make 1024×1028 the default resolution, you change it to:
Modes "1024×1028" "1024×768" "800×600" "640×480"
Then press ctrl+o to save
And reboot