Screen Resolution problem under 8.04

Asked by Rocco

Hi, I'm unable to change my screen resolution, the maximum is 1024x768.

The video card is NVIDIA GeForce4 MX440

My LShw is:

*-display
description: VGA compatible controller
product: NV17 [GeForce4 MX 440]
vendor: nVidia Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a3
width: 32 bits
clock: 66MHz
capabilities: vga_controller bus_master cap_list
configuration: driver=nvidia latency=248 maxlatency=1 mingnt=5 module=nvidia

and my xorg.conf is:

Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
Option "AddARGBGLXVisuals" "True"
Option "AddARGBGLXVisuals" "True"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection
Section "Module"
Load "glx"
EndSection

I know I'm mising alot of thinks, but what,

Please can some one direct me to a FAQ

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu xorg Edit question
Assignee:
No assignee Edit question
Solved by:
Abi ^-^
Solved:
Last query:
Last reply:
Revision history for this message
Best Abi ^-^ (abiyasa-eka) said :
#1
Revision history for this message
S.Vikash Koushik (vikashkoushik) said :
#2

Hi Rocco

         I had the same problem but without the graphix card.What I did was just this.

Log in as root in the GDM itself.Now go to System->Administration->Users and Groups.There you will find root & your user.Just delete your user and create a new one.It should work properly.

 If you had any data on your desktop then install Kubuntu from synaptic package manager from the root.After installation login with your user id but change your session to KDE and there you will find your data on the desktop. Copy them to your Hard Disk.Now just follow the Paragraph 2.

Hope you found it helpful

Revision history for this message
Rocco (racicot-sylvain) said :
#3

Thanks Abi ^-^, that solved my question.