Configurate graphic NVIDIA problems

Asked by Jiux

Hi, I have a sony vaio laptop and i can't configurate it to use the NVIDIA graphic chip, i installed some software to configurate the driver (i have a nVidia GeForce 310M) and appers a problem with the configuration of xorg.conf, well I get it but i do not know what i must configurate of this text, some website says that paste:

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "ConnectedMonitor" "DFP-0"
Option "CustomEDID" "DFP-0:/etc/X11/sonycw.bin"
EndSection

but i do not know if this is going to be below of the exist text or i must to replace each sections where appers section, identifier, driver, etc for the word that are above. An i do not really know if this driver software that i have is able to do that or maybe i should use other from website. please tells me

Thanks in advance

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu xserver-xorg-video-nv Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you run:

sudo nvidia-xconfig

It will make you a skeleton file, you can then run:

gksudo gedit /etc/X11/xorg.conf

and add:

Option "ConnectedMonitor" "DFP-0"
Option "CustomEDID" "DFP-0:/etc/X11/sonycw.bin"

under the line:

Driver "nvidia"

Save the new file, close gedit and reboot, should be fine. You will NEED to have installed the nvidia proprietary driver installing and running BEFORE you do all of this.

Revision history for this message
Jiux (jiux-bahamut) said :
#2

I change the indication as you said and it is like this:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Apr 22 20:35:23 PDT 2010

Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier "Mouse0"
    Driver "nvidia"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier "Keyboard0"
    Driver "nvidia"
    Option "ConnectedMonitor" "DFP-0"
    Option "CustomEDID" "DFP-0:/etc/X11/sonycw.bin"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
EndSection

Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    Option "ConnectedMonitor" "DFP-0"
    Option "CustomEDID" "DFP-0:/etc/X11/sonycw.bin"
    VendorName "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Depth 24
    EndSubSection
EndSection

But I restart my notebook and the problem of the configuration NVIDIA x server still be there.
=S

Revision history for this message
Johannes (windowstothenations) said :
#3

Hello!
I have also a Sony laptop and just solved such a problem! My video card is Geforce 330m and I had similar problem. I installed different drivers from Ubuntu and tried anything you can imagine with limited success but then I connected with www.nvidia.com and found drivers for linux there!!! These drivers are more new then what Ubuntu has and I understand that if you have a more modern videocard the driver is simply not included in the Ubuntu server.

Download your driver from www.nvidia.com

Save it in your homefolder

Uninstall then everything what nvidia is on your computer. Try to disable the driver you have. There is something called nouveadriver or similar that can make a conflict but nvidiasetup can do that for you also.
Then restart your computer to command promt (without xserver) A terminal is not enough. To do that you may have to select the second line in grub and push e and then ctrl x to get the choices at all. I got then a root promt and typed sudo cd /home/myhomename Then I just followed the instructions from nvidia and typed sudo sh NVIDIA-Linux-x86-256.53.run after the name of the file.
Then I just followed the instructions in the setup. It disabled the drivers that was in use (nouvea..) and after a restart and the same typing everything was fine and now its just fine with the screen and videocard

Johannes

Can you help with this problem?

Provide an answer of your own, or ask Jiux for more information if necessary.

To post a message you must log in.