The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    nvidia geforce 330m to ubuntu 10.04 - no image

    Discussion in 'Linux Compatibility and Software' started by Kildere, Jun 30, 2010.

  1. Kildere

    Kildere Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    I use vaio vpccw23fx com graphics nvidia geforce 330M. I need to know what and how install the drivers to LInux ubuntu 10.04. I tried many times and nothing. In this moment, I use my monitor of my desktop for see the image of the notebook.
    Pleas, if any one know about solutions, I'll be thankful
     
  2. smiley_lauf

    smiley_lauf Notebook Consultant

    Reputations:
    43
    Messages:
    234
    Likes Received:
    0
    Trophy Points:
    30
    As far as I know, yes, install the drivers in Ubuntu--you could get these from synpatic or just run the hardware installtion wizard from System>Amdin>hardware...

    All the best.
    S
     
  3. helikaon

    helikaon Notebook Consultant

    Reputations:
    269
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
    Hi Kildere,
    as far as your info goes, i'd say:
    1. GPU driver is installed and present - Q. is, which driver. You say, you're able to see the computer screen image on external monitor, right? My Q is, if on the external monitor is used the correct screen resolution?? Or is it just some crap resolution? (all icons seam terribly big?).
    2. if you see resolution corresponding with native resolution of external monitor => your GPU driver is installed and used, Q remains, why your notebook screen is not used
    3. if u see some crap resolution - probably VESA driver is used
    4. anyway - if you see the image on your external monitor and none image on your notebook screen - there are 2 possible reasons:
    - your notebook screen got broken
    - your xorg.conf (config. file for the X server responsible for the image) is improperly configured

    investigate more and post findings, anyway you can start with posting your xorg.conf ....


    gl & hf
     
  4. DEagleson

    DEagleson Gamer extraordinaire

    Reputations:
    2,529
    Messages:
    3,107
    Likes Received:
    30
    Trophy Points:
    116
    Ubuntu 10.04 ships with a community mantained open source Nvidia driver, but it should notify that there are "non free" official Nvidia drivers and download them off the net and autoinstall after you give it permission.
     
  5. Pantha

    Pantha Notebook Consultant

    Reputations:
    4
    Messages:
    148
    Likes Received:
    0
    Trophy Points:
    30
    Does he have a dying GPU?

    As in: Currently i am using an external monitor with my laptop.

    So dead GPU
     
  6. Kildere

    Kildere Newbie

    Reputations:
    0
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    5
    Hi managed to install the monitor through the package manager Sysnaptic. Prior was on the monitors philips 19 '. Now I see the image on the notebook apart. Exit a failed image. As if the screen 14 'does not support the image. In March drivres Sysnatic had to install. I opted for the current (recommended) - but there are two drivers there which I enter without knowing it. How can I cofigurar? When i start the ubuntu is low definition.
    Here is my xorg.conf:
    Section "Screen"
    Identifier "Default Screen"
    DefaultDepth 24
    EndSection

    Section "Module"
    Load "glx"
    EndSection

    Section "Device"
    Identifier "Default Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection