Results 1 to 7 of 7

Thread: Ubuntu won't load - odd screen

  1. #1
    Join Date
    Oct 2007
    Beans
    4

    Unhappy Ubuntu won't load - odd screen

    Recently I just tried to run the LiveCD of Ubuntu on my Toshiba P200 laptop and the resolution was detected successfully, however, when it came to loading past the splash screen, the screen kept blurring in and out, and then after, just odd pixels popping up and I had to resort to turning off my laptop. (I've tried running both the LiveCD and Wubi)

    Does anyone know the cause or a resolution to this problem?

    Thanks!

    P.S - I'm a newbie to this stuff.

  2. #2
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: Ubuntu won't load - odd screen

    What sort of specs does your machine have? e.g. amount of RAM and that kind of stuff.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  3. #3
    Join Date
    Oct 2007
    Beans
    4

    Re: Ubuntu won't load - odd screen

    Processor: Intel Core 2 Duo
    Ram: 2GB
    Graphics: ATI Mobility Radeon HD 2400
    Sound: Realtek High Definition Audio
    Hard Drive: Hitachi - 250GB
    CD-ROM: Pioneer DVD-RW

    Anything else?

  4. #4
    Join Date
    Oct 2007
    Beans
    4

    Re: Ubuntu won't load - odd screen

    I've got some more information. After attempting to load Ubuntu without xorg.conf I found that a few messages popped up that stated a file or folder for ACPI was missing and of course, a message about the missing xorg.conf

  5. #5
    Join Date
    Aug 2007
    Location
    Cornwall, UK
    Beans
    77
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu won't load - odd screen

    I didn't know you could run a live cd version without xorg.conf! Anyway, it could be that your cd, or the image used to create it, is slightly corrupted (this has happened to me, long ago).

    You could also try to see if the laptop works with other distributions.

    Alexis Phoenix
    Signatures are for wusses.

  6. #6
    Join Date
    Oct 2007
    Beans
    4

    Re: Ubuntu won't load - odd screen

    I tested Fedora just recently from a DVD and it still produced a wierd screen.

  7. #7
    Join Date
    Aug 2007
    Location
    Cornwall, UK
    Beans
    77
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu won't load - odd screen

    I've been thinking about your problem, and this is what I thought. It sounds like the driver used by xorg isn't behaving correctly. You can set it up to use the vesa driver. This is most basic driver and should work with any vesa compliant graphics card (pretty much all of the ones in current use). Start it with xorg.conf enabled, but start it in failsafe mode - you should be able to use a console that way, open the nano text editor, open xorg.conf (type the following at the console)
    Code:
    nano /etc/X11/xorg.conf
    and find the line that says
    Code:
    "driver"     "(something)"
    and change (something) to vesa. Save the file (ctrl-o) and exit (ctrl-x). Start xorg by typing
    Code:
    startx
    - hopefully you will now have a working gui and can go on to install with that version of the file. The missing ACPI stuff is probably due to a bios bug, or something needs to be turned on in the kernel. Possibly the installed version or it's updates will provide a fix for this, but I don't know anything about your laptop so can't really say. Try www.tuxmobil.org for a place to start looking for help.

    I hope all goes well for you.
    Cheers,
    Alexis
    Signatures are for wusses.

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
  •