Results 1 to 4 of 4

Thread: Intel Graphics Card 945GM Problems

  1. #1
    Join Date
    Apr 2010
    Beans
    7
    Distro
    Ubuntu 9.10 Karmic Koala

    Intel Graphics Card 945GM Problems

    I'm currently using Ubuntu 9.10 on a HP Pavilion dv2000. When I boot I get a message saying that Ubuntu is running on low-graphics mode.

    After that the window displays the following message:
    The following error was encountered. You may need to update your configuration to solve this.

    (EE) intel(0): No modes.
    (EE) Screen(s) found, but none have usable configuration.

    The Graphics Card that my computer has is:
    lspci -nn | grep VGA
    00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)

    I'm new to Linux/Ubuntu, and I'd really appreciate your help.

  2. #2
    Join Date
    Feb 2008
    Location
    Greece
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Exclamation Re: Intel Graphics Card 945GM Problems

    I would reboot into Recovery Mode as root and try a :

    Code:
    dpkg-reconfigure xserver-xorg
    and afterward do a fresh reboot into normal boot to test the changes(if any)...

    If that does not work reboot again into Recovery Mode and this time type:

    Code:
    X -configure
    This will update your xorg.conf.

    To test the new xserver type:

    Code:
    X -config /root/xorg.conf.new
    If successful consider moving the new xorg.conf to /etc/X11 for the changes to become permanent:

    Code:
    cp /root/xorg.conf.new /etc/X11/xorg.conf
    and tehn reboot into normal mode.


  3. #3
    Join Date
    Apr 2010
    Beans
    7
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Intel Graphics Card 945GM Problems

    Quote Originally Posted by klemes View Post
    I would reboot into Recovery Mode as root and try a :

    Code:
    dpkg-reconfigure xserver-xorg
    and afterward do a fresh reboot into normal boot to test the changes(if any)...

    If that does not work reboot again into Recovery Mode and this time type:

    Code:
    X -configure
    This will update your xorg.conf.

    To test the new xserver type:

    Code:
    X -config /root/xorg.conf.new
    If successful consider moving the new xorg.conf to /etc/X11 for the changes to become permanent:

    Code:
    cp /root/xorg.conf.new /etc/X11/xorg.conf
    and tehn reboot into normal mode.

    I just tried booting in Recovery Mode but the monitor just displayed splashes of color. I tried it several times, but with no success.

    Is there another way to do those modifications?

  4. #4
    Join Date
    Sep 2008
    Beans
    26
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Intel Graphics Card 945GM Problems

    When you encounter the error you can try pressing Ctrl+Alt+F1, then login with your username/password and try the commands from there.

Tags for this Thread

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
  •