A question for the resolution of Xubuntu

Asked by jeffwang

Hi:

I have installed the Xubuntu 8.10 in my PC. The maximum resolution is 800X600.How can I change it into 1280X1024.Is it necessary to download the driver from the internet? Thank

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
ealthuis (ealthuis) said :
#1

As a first thing you can do go to System>Preferences>Screen resolution (near the bottom of the list), you may find the resolution you seek.

Revision history for this message
Uwe Geuder (ubuntulp-ugeuder) said :
#2

I use it with 1600x1200 in Xubunut 8.10 and I have not installed any extra drivers. It probably depends on your graphics adapter.

I'm not an expert in that area, but try to run lspci from the shell (command line), search whether you can find the model of your graphics adapter in the output and google for that name.

Revision history for this message
peter (peter-neuweiler) said :
#3

If it doesn't work, try 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: Change the screen section (the three lines of the subsection are 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 "1280x1024"
        EndSubSection
EndSection

4: Save the file
5: Restart the system

Hope it helps.
Peter

Can you help with this problem?

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

To post a message you must log in.