Find the answer to your Linux question:
Results 1 to 6 of 6
My Ubuntu shows only 800 by 600 and 640 by 480 resolutions. Please elaborate the steps to set te desired screen size....
  1. #1
    Just Joined!
    Join Date
    Dec 2009
    Location
    Amravati, India
    Posts
    4

    How to get 1280 by 800 resolution on Ubuntu

    My Ubuntu shows only 800 by 600 and 640 by 480 resolutions. Please elaborate the steps to set te desired screen size.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Which Graphics Card do you have and which version of Ubuntu are you using?

    Post the output of this
    Code:
    sudo lspci | grep -i vga
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Dec 2009
    Location
    Amravati, India
    Posts
    4
    I use Ubuntu 8.04 i.e. Hardy Heron and GeForce 8200m Graphics Card

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have to install Nvidia Proprietary Driver. Install it through Hardware Drivers option available in System - Administration menu.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Dec 2009
    Location
    Amravati, India
    Posts
    4
    I tried to install the drivers, after enabling the drivers the OS asks for reboot. As soon as reboot is done the Ubuntu loading screen comes and system hangs. What might be the glitch.

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Press Alt+Ctrl+F3 at blank screen. It will switch to command line mode. Login there and execute this
    Code:
    cd /etc/X11
    sudo mv xorg.conf xorg.conf.bak
    Reboot machine.
    Code:
    sudo shutdown -r now
    Post the contents of /etc/X11/xorg.conf.bak file here.

    In case Ubuntu doesn't switch to command line mode, boot up in Single User Mode and execute above commands.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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