Results 1 to 6 of 6

Thread: screen resolution stuck at 640x480 after update

  1. #1
    Join Date
    Nov 2008
    Beans
    9

    screen resolution stuck at 640x480 after update

    i updated my computer this morning (Ubuntu 8.04 x64 with a a native resolution of 1920x1200), then after the restart it prompted me about no hardware acceleration and now i can't get the resolution above 640x480 which is unusable.

    I've tried modifying xorg.conf but can't get it to work

    (i have a 8800gtx btw)

    Code:
    # xorg.conf (X.Org X Window System server configuration file)
    #
    # This file was generated by failsafeDexconf, using
    # values from the debconf database and some overrides to use vesa mode.
    #
    # You should use dexconf or another such tool for creating a "real" xorg.conf
    # For example:
    #   sudo dpkg-reconfigure -phigh xserver-xorg
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"Configured Video Device"
    	Monitor		"Configured Monitor"
    	SubSection "Display"
    		Depth	24
    		Virtual	640	480
    		Modes		"640x480@60"
    	EndSubSection
    	Option		"AddARGBGLXVisuals"	"True"
    	Defaultdepth	24
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Boardname	"NVIDIA GeForce 8 Series"
    	Busid		"PCI:1:0:0"
    	Driver		"nvidia"
    	Screen	0
    	Vendorname	"NVIDIA"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
      screen 0 "Default Screen" 0 0
    EndSection
    
    Section "Module"
    	Load		"glx"
    	Load		"GLcore"
    	Load		"v4l"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    	Vendorname	"Plug 'n' Play"
    	Modelname	"Plug 'n' Play"
      modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    	Gamma	1.0
    EndSection
    
    Section "Extensions"
    	Option		"Composite"	"Enable"
    EndSection
    any help?

    I've tried changing the resolution in the terminal but it won't let me go above 640x480 still?

    thanks for your help

  2. #2
    Join Date
    Feb 2008
    Location
    Bend, Oregon usa
    Beans
    259

    Re: screen resolution stuck at 640x480 after update

    sudo nvidia-xconfig

  3. #3
    Join Date
    Jul 2006
    Location
    Canmore, Alberta
    Beans
    97
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: screen resolution stuck at 640x480 after update

    EnvyNG

  4. #4
    Join Date
    Nov 2008
    Beans
    9

    Re: screen resolution stuck at 640x480 after update

    k got everything to work thank you. nvidia-xconfig did the trickxxxxxxx

    i already had envyng installed btw

  5. #5
    Join Date
    May 2008
    Beans
    6
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: screen resolution stuck at 640x480 after update

    I am running wubi 8.04 (HH) using an Nvidia 5200FX graphics card (HP 514n system w a Celeron 2.2GHz CPU). This system is networked with two other systems, and also has a Belkin Flip switch to share a second desktop system that is wirelessly connected to this one. Graphics used to work under HH just fine and the video card (256MB) works fine under WinXP.

    I can switch back and forth between systems using the Belkin Flip switch under WinXP just fine. I can boot Wubi 8.10 (TT)--which I downloaded recently on my other desktop, a Compaq AMD 64X2 with an GeForce 8600GTS card. Wubi 8.10 runs just fine on the Compaq, but Wubi 8.04 only runs now at 640x480. I have followed all kinds of different threads, tried different fixes and nothing works on my HP desktop. I repeat, it used to work just fine. Is there a good step by step fix for setting my screen resolution to 1024 x 768? Everyone seems to suggest one or two things, nothing comprehensive and clean step by step.

    It's this kind of thing that makes me want to stay with Microsoft, even though I have found OpenOffice a very good replacement for MSOffice. Fixing this display issue should be easy, but so far no fixes under Ubuntu seem so. The length of this should tell you how frustrated I am...Thanks, Kent.

  6. #6
    Join Date
    Feb 2009
    Beans
    1

    Smile Re: screen resolution stuck at 640x480 after update

    Hi, couple of days ago I downloaded and installed some updates. My screen resolution went to 640x480. So I went System->Preferences->Update screen resolution. The previous higher settings were no longer available.

    I tried the detect displays - nothing happens when clicking the button so ..

    I have onboard graphics Intel 865G so I checked to see if I had the latest.
    sudo apt-get install xserver-xorg-video-intel

    Had the latest so checked /etc/X11/xorg.conf and there were no settings present in the Section "Screen" so I updated it with the following

    Section "Screen"

    Identifier "Default Screen"

    Device "Intel Corporation 865G Integrated Graphics Controller"

    Monitor "Lenovo"

    DefaultDepth 24

    SubSection "Display"

    Depth 1

    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

    Depth 4

    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

    Depth 8

    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

    Depth 15

    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

    Depth 16

    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    SubSection "Display"

    Depth 24

    Modes "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"

    EndSubSection

    EndSection

    I used sudo gedit /etc/X11/xorg.conf and saved the changes.

    ctrl-alt-backspace restarted X and I had 1680 back.

    Went back to System->Preferences->Update screen resolution and chose the setting I was after. For some reason the screen only displayed in the top left of the monitor so I restarted Ubuntu, logged in and now all is good again.

    Only a newbie to Linux so there is probably a better way to do the above but thought it might add to the discussion or a solution for someone.

    Thanks to everyone else out there that posts their issues but especially those who say how it was fixed.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •