Results 1 to 5 of 5

Thread: screen resolution

  1. #1
    Join Date
    Mar 2008
    Beans
    42
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    screen resolution

    Hi
    After accidentally installing the wrong driver using envy I am now unable to change my screen resolution to anything higher than 640X480. The envy driver is installed but it hasn't changed anything. Currently using 8.04 hardy heron LTS, ibm thinkpad t40, radeon 7500. Help will be much appreciated!

  2. #2
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: screen resolution

    Have you asked envy to remove the driver, to get it properly out of your system? (pun)

    To reset your X configuration, enter the following commands. The graphical environment will then start with the default vesa driver, at which point you're back to square one, whereupon you can try a different approach. It'll make a backup of the file, too.
    Code:
    $ sudo mv /etc/X11/xorg.conf /etc/X11/xorg.backup0805
    $ sudo dpkg-reconfigure xserver-xorg
    It'll ask some questions, then it's done. Save your work, then restart X with Ctrl+Alt+Backspace.
    Last edited by Zorael; May 2nd, 2008 at 10:07 AM. Reason: doh, I suck
    ...

  3. #3
    Join Date
    Dec 2007
    Location
    /home
    Beans
    483

    Smile Re: screen resolution

    Zorael is right, but i think that should be

    Code:
    sudo dpkg-reconfigure xserver-xorg
    Don't eff with The Cult...

  4. #4
    Join Date
    Apr 2007
    Location
    /dev/random
    Beans
    3,052

    Re: screen resolution

    Er, yes, thanks. I suck. :<
    ...

  5. #5
    Join Date
    Mar 2008
    Beans
    42
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: screen resolution

    Thanks guys!

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
  •