Hi all I'b be grateful for help with the following problem When my new install of Ubuntu 8.04 boots the screen changes resolution instead of sticking with the 1152x768 I'd like it to. I'm using the GeForce4 MX 4000 & a single monitor ADI GD-790. The Splash screen appears normally but the Nvidia logo & log-in screens appears magnified - what should be only the upper left corner covers the whole screen! Luckily the log-in box is still visible so I log-in and the screen returns to the correct 1152x768. my Xorg.conf file is below. the lines starting ##### i've removed which improves things a little. # nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 1.0 (buildd@vernadsky) Thu Jun 5 09:26:53 UTC 2008 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" EndSection Section "Module" Load "dbe" Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" # HorizSync source: edid, VertRefresh source: edid Identifier "Monitor0" VendorName "Unknown" ModelName "ADI GD-790T" HorizSync 30.0 - 110.0 VertRefresh 50.0 - 160.0 Option "DPMS" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce4 MX 4000" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 option "AddARGBGLXVisuals" "True" option "Composite" "Enabled" ##### Option "TwinView" "0" ##### Option "TwinViewXineramaInfoOrder" "CRT-0" Option "metamodes" "nvidia-auto-select +0+0; 1152x768 +0+0" SubSection "Display" Depth 24 EndSubSection EndSection cheers paul |