Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: Installing 10.10 - Graphics Problem

  1. #1
    Join Date
    Oct 2010
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Installing 10.10 - Graphics Problem

    Hi All,

    The live Ubuntu 10.10 cd works fine on my laptop
    and is able to detect and configure my graphics card.
    But the installation of Ubuntu on my laptop fails to do so.

    Is there any way to obtain the same graphics settings from
    the live cd to the installed Ubuntu.

  2. #2
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Installing 10.10 - Graphics Problem

    What graphics card do you have?
    If you have a nvidia or ati card, have you installed the proper drivers (system > administration > hardware drivers) for your card?

    Did you install Ubuntu inside Windows using Wubi? Or is this a real install to a linux partition on your hard drive?
    Last edited by tommcd; October 20th, 2010 at 01:44 AM.
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

  3. #3
    Join Date
    Oct 2010
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Installing 10.10 - Graphics Problem

    My laptop has Intel's P6100 processor and
    my graphics card shows

    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)

    Does Intel provide a driver for Linux for this chip ?

  4. #4
    Join Date
    Oct 2010
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Installing 10.10 - Graphics Problem

    I did a fresh installation of Ubuntu not Wubi

  5. #5
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Installing 10.10 - Graphics Problem

    Quote Originally Posted by chetkgp View Post
    Does Intel provide a driver for Linux for this chip ?
    Ubuntu already includes the intel graphics driver.
    Are you able to get to the graphical desktop at all after installing Ubuntu 10.10? Or is it a problem with not getting the proper resolution for your monitor? What exactly happens when you boot to the desktop?
    If you can not get to the graphical desktop, then boot to recovery mode and choose the option xfix fix video (or whatever it says exactly). Then reboot.
    If that does not work, then try adding i915.modeset=1 or i915.modeset=0 to the kernel line when booting Ubuntu. This will disable the kernel mode setting for intel graphics.
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

  6. #6
    Join Date
    Oct 2010
    Beans
    24
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Installing 10.10 - Graphics Problem

    After the 10.10 installation when I rebooted the laptop, gdm was unable to start.
    I just a got a text mode login window.

    I then added an xorg.conf file with a vesa driver and did a startx. This got me
    a GUI with a bad resolution. Also it periodically logged me out of the GUI.

    I have tried the booting with the i915.modeset=1 turned on but that fails to
    solve the problem.

  7. #7
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Installing 10.10 - Graphics Problem

    You can also try booting with the boot option i915.modeset=0.
    Also, instead of trying to start the GUI with startx, try running:
    Code:
    sudo service gdm start
    What specific intel graphics chip does your laptop have?
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

  8. #8
    Join Date
    Oct 2010
    Beans
    7
    Distro
    Kubuntu

    Re: Installing 10.10 - Graphics Problem

    Edit: never mind, OP was the same person as (http://ubuntuforums.org/showthread.php?p=10027685).

  9. #9
    Join Date
    Oct 2010
    Beans
    11

    Re: Installing 10.10 - Graphics Problem

    Tommcd,
    I have the same problem and tried the 'sudo service gdm start' and get a black screen and no response.

    I cannot find what type of graphics card I have. I looked in the Dell Setup menu, but found nothing. I am going to the Dell service site now to look the information up.

  10. #10
    Join Date
    Aug 2005
    Location
    Philadelphia, PA, USA
    Beans
    2,774
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Installing 10.10 - Graphics Problem

    Quote Originally Posted by Clodzilla View Post
    I have the same problem and tried the 'sudo service gdm start' and get a black screen and no response.
    Is this a fresh install of Ubuntu? Or did you do a dist-upgrade from 10.04? How did you install Ubuntu?
    Quote Originally Posted by Clodzilla View Post
    I cannot find what type of graphics card I have. ...
    To find out what graphics card you have, run lspci like this:
    Code:
    lspci | grep -i vga
    And post the output here.
    Last edited by tommcd; October 27th, 2010 at 01:54 AM.
    Registered Linux User #422464 http://linuxcounter.net/
    Use the search engine that respects your privacy rights: https://startpage.com/

Page 1 of 2 12 LastLast

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
  •