resolution

Asked by umesh

resolution automatically changed to 800*600
how can i adjust to 1024*768

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-video-intel Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
peter (peter-neuweiler) said :
#1

I have 8.04 and solved the problem by the following:

1: Copy the file /etc/X11/xorg.conf to /etc/X11/xorg.conf.bak
2: In a Terminal enter sudo gedit /etc/X11/xorg.conf
3: Have a look at the screen section (the sub section is important)

Section "Screen"
 Identifier "Default Screen"
 Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
 Monitor "Generic Monitor"
 DefaultDepth 24
        SubSection "Display"
                   Modes "1280x800"
        EndSubSection
EndSection

4: Save the file
5: Restart the system

The update of the file shouldn't take more than 15 minutes – otherwise you're going to loose the root privileges and you wouldn't be able to save it.

Hope it helps.
Peter

Revision history for this message
umesh (umesh-pld) said :
#2

but its not working !!!

it is rectified automatically by installing next updation

Can you help with this problem?

Provide an answer of your own, or ask umesh for more information if necessary.

To post a message you must log in.