LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Resolution Problems (https://www.linuxquestions.org/questions/ubuntu-63/resolution-problems-334408/)

Rick069 06-16-2005 09:17 PM

Resolution Problems
 
I tried out Ubuntu and I could not change the resolution on my computer screen. I think it was set at 800X600, but me screen is a 17 inch flat screen monitor with a preferred resolution of 1280X1024. I tried to change it from within Ubuntu, but there were no other settings except the before-mentioned 800X600. Was there something that I forgot to do during installation or something I missed during that time? I have a NVIDIA PCI graphic card.

stefan_nicolau 06-16-2005 09:53 PM

the change has to be made in your X configuration file
try looking for it in /etc/X11/x.org.conf, or similar.
You will need to change it to something similar to:
Code:

...
Section "Screen"
...
        SubSection "Display"
                Depth          xxxx
                Modes          "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
...
EndSection
...

Make a backup of your old file, in case you screw up.
Add '"1280x1024" "1024x768"' for every depth
restart X (or your whole computer to apply)
Your distribution may also provide a graphical X configuration tool.


All times are GMT -5. The time now is 08:47 PM.