Results 1 to 1 of 1

Thread: 10.10 NVIDIA installation on VAIO

  1. #1
    Join Date
    Mar 2007
    Beans
    194
    Distro
    Ubuntu 10.10 Maverick Meerkat

    10.10 NVIDIA installation on VAIO

    I am having troubles getting X working with NVIDIA drivers. I am installing from 10.10 Alternative CD with networking. Once fully installed, I add NVIDIA PPA...
    Code:
    sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
    sudo apt-get update
    ...and then click on the notification telling me I have access to proprietary hardware drivers, which I chose the recommended version and use.

    Upon restart, the boot screen is different. It's not as high resolution and when I am prompted to enter my LVM encryption key, it doesn't look as fancy as when the original drivers were in use. Also, once the password is entered, it shows the message "Checking battery state" and immediately turns to a black screen. (No flickering of the monitor or anything)

    I then restarted and used the recovery cli to make sure that xorg.conf existed (which it did)...
    Code:
    Section "Screen"
    	Identifier	"Default Screen"
    	DefaultDepth	24
    EndSection
    
    Section "Module"
    	Load	"glx"
    EndSection
    
    Section "Device"
    	Identifier	"Default Device"
    	Driver	"nvidia"
    	Option	"NoLogo"	"True"
    EndSection
    ...and took a snap shot of my Xorg.0.log:

    Code:
    [    33.595] 
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [    33.596] X Protocol Version 11, Revision 0
    [    33.596] Build Operating System: Linux 2.6.24-27-server x86_64 Ubuntu
    [    33.596] Current Operating System: Linux Yggdrasil 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:32:27 UTC 2010 x86_64
    [    33.596] Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.35-22-generic root=/dev/mapper/lvm-root ro quiet splash
    [    33.596] Build Date: 16 September 2010  06:18:41PM
    [    33.596] xorg-server 2:1.9.0-0ubuntu7 (For technical support please see http://www.ubuntu.com/support) 
    [    33.596] Current version of pixman: 0.18.4
    [    33.596] 	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    [    33.596] Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [    33.596] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 26 14:22:47 2010
    [    33.596] (==) Using config file: "/etc/X11/xorg.conf"
    [    33.596] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [    33.652] (==) No Layout section.  Using the first Screen section.
    [    33.652] (**) |-->Screen "Default Screen" (0)
    [    33.652] (**) |   |-->Monitor "<default monitor>"
    [    33.652] (==) No device specified for screen "Default Screen".
    	Using the first device section listed.
    [    33.652] (**) |   |-->Device "Default Device"
    [    33.652] (==) No monitor specified for screen "Default Screen".
    	Using a default monitor configuration.
    [    33.652] (==) Automatically adding devices
    [    33.652] (==) Automatically enabling devices
    [    33.652] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    [    33.652] 	Entry deleted from font path.
    [    33.652] (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    [    33.652] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    [    33.652] (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    [    33.652] (II) Loader magic: 0x7d0200
    [    33.652] (II) Module ABI versions:
    [    33.652] 	X.Org ANSI C Emulation: 0.4
    [    33.652] 	X.Org Video Driver: 8.0
    [    33.652] 	X.Org XInput driver : 11.0
    [    33.652] 	X.Org Server Extension : 4.0
    [    33.654] (--) PCI:*(0:1:0:0) 10de:0a29:104d:9067 rev 162, Mem @ 0xe2000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [    33.654] (II) Open ACPI successful (/var/run/acpid.socket)
    [    33.654] (II) "extmod" will be loaded by default.
    [    33.654] (II) "dbe" will be loaded by default.
    [    33.654] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [    33.654] (II) "record" will be loaded by default.
    [    33.654] (II) "dri" will be loaded by default.
    [    33.654] (II) "dri2" will be loaded by default.
    [    33.654] (II) LoadModule: "glx"
    [    33.687] (II) Loading /usr/lib/xorg/extra-modules/libglx.so
    [    34.869] (II) Module glx: vendor="NVIDIA Corporation"
    [    34.881] 	compiled for 4.0.2, module version = 1.0.0
    [    34.881] 	Module class: X.Org Server Extension
    [    34.881] (II) NVIDIA GLX Module  260.19.21  Thu Nov  4 21:42:11 PDT 2010
    [    34.882] (II) Loading extension GLX
    [    34.882] (II) LoadModule: "extmod"
    [    34.882] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [    34.882] (II) Module extmod: vendor="X.Org Foundation"
    [    34.882] 	compiled for 1.9.0, module version = 1.0.0
    [    34.882] 	Module class: X.Org Server Extension
    [    34.882] 	ABI class: X.Org Server Extension, version 4.0
    [    34.882] (II) Loading extension MIT-SCREEN-SAVER
    [    34.882] (II) Loading extension XFree86-VidModeExtension
    [    34.882] (II) Loading extension XFree86-DGA
    Xorg.0.log.old (which is larger) is available here.

    I then tried starting x in the following manner to capture output:
    Code:
    startx &> startx.log
    which returned absolutely nothing when I started X.


    I am unsure what could be causing this problem. I hope that the information I have provided is enough to get a little help. If not, please tell me where I may be able to find more information to solve this problem.

    Quote Originally Posted by Sysinfo
    FRESH Ubuntu 10.10 x64 (From Alternative CD)
    Sony VAIO VPCF126FM
    NVIDIA 330m CUDA

    EDIT:
    I ran nvidia-xconfig and tried the following xconfig with no real change:
    Code:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 260.19.21  (buildmeister@builder101)  Thu Nov  4 21:47:28 PDT 2010
    
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    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"
        VendorName     "NVIDIA Corporation"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    Last edited by earthmeLon; November 27th, 2010 at 12:19 AM.

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
  •