Reinstalling Ubuntu or other Linux on the webbook

This is coming up quite a bit, and I really want to get better graphics drivers before making a distributable full recovery solution on a USB stick, however if you want to you can use a USB CDROM drive to install Linux (Ubuntu, Fedora, probably others) and then edit the xorg.conf file from the command line (ctrl+alt+F1 to get to the console, log on then do something like sudo nano /etc/X11/xorg.conf and find the screen section. Change the display subsection for Depth 24 (which is true colour no point using anything else these days) and make it look something like this:

SubSection “Display”
Depth     24
Modes    “1024×600″ “800×600″ “640×480″
EndSubSection

The important bit is 1024×600 as the first resolution.

Here is my xorg.conf file which you can download, stick on a USB or something and overwrite the one that gets put there by the installer. If you get to a command line and have a wired network plugged in then you can do

wget http://webbookblog.com/wp-content/uploads/2008/09/xorg.conf

to download it to your current directory.

If you want to reinstall Ubuntu, or try any other Linux the don’t go calling support and expecting them to help! This is totally unsupported, and not recommended by me unless you know what you are doing (or at least you think you do :-) ) but if you get stuck you can ask me for help and I will try as best I can to help.

54 Responses to “Reinstalling Ubuntu or other Linux on the webbook”

  1. admin says:

    I may do another article when Jaunty is released.

  2. Shaun Wright says:

    Hi Alan,

    I’ve received a USB wrist vault for my Elonex Webbook, I need to recover it as some how it became corrupted. Elonex failed to send instructions on how to do the recovery and despite lots of phone calls to their support desk, nothing received.

    Any ideas how I can perform the recovery, I’m no computer geek so appreciate any clear instructions on how to do this.

    Thanks

    Shaun

  3. aitch says:

    >> I may do another article when Jaunty is released.

    would appreciate if you would, Alan. My screen is not detected properly, it’s using something that makes it run off the side and nothing I do changes it. I saw your post about it on wiki but don’t understand enough to fix it! any help available, please?

  4. aitch says:

    ok, fixed it now :)

Leave a Reply