low resolution in hardy with amd

Asked by nik_iit

I installed 8.04 Desktop edition on my HP pavillion dc6000 series AMD processor with onboard Nvidia.But the resolution is not coming as desired.Can u give some solution for this

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
zero442 (zero442) said :
#1

i have the same problem on a 2000 series hp pavilion

Revision history for this message
Sharar Ravitz (jewfro-macabbi) said :
#2

Have either of you installed your graphic drivers? System - administration - restricted manager.

You can also manually edit your xorg.conf. First, back it up though

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old

then edit it:

gksudo gedit /etc/X11/xorg.conf

You need to add your desired resolution, here's an example:

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 Device "Configured Video Device"
        DefaultDepth 24
        SubSection "Display"
                Viewport 0 0
                Depth 24
                Modes "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen "Default Screen"
EndSection

Add your desired resolution/s - save the file, then restart X:

sudo /etc/init.d/gdm restart

If for some reason X fails - you've made an error in your xorg.conf - restore the old file like this:

cp /etc/X11/xorg.conf.old /etc/X11/xorg.conf

Can you help with this problem?

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

To post a message you must log in.