Results 1 to 10 of 20

Thread: Thinkpad W530 nvidia

Threaded View

  1. #1
    Join Date
    Jun 2012
    Beans
    2

    Thinkpad W530 nvidia

    I'm trying to get the nvidia driver for the quadro k1000m to run, and have had no luck with any of the other threads. Help would be greatly appreciated.

    Its an optimus setup, with the default X running on the intel graphics. I've added some command outputs at the bottom for context.

    I have no xorg.conf at the moment, as the nvidia-xconfig file gives me an error referring me to the syslog, which only has the following entries about nvidia:

    Code:
    nvidia: module license 'NVIDIA' taints kernel.
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: power state changed by ACPI to D0
    nvidia 0000:01:00.0: enabling device (0004 -> 0007)
    nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    nvidia 0000:01:00.0: setting latency timer to 64
    ---
    Code:
    $ lsmod|grep nvidia
    nvidia              10888310  0
    --
    Code:
    # grep -r nvidia_current /etc
    /etc/alternatives/x86_64-linux-gnu_nvidia_modconf:alias nvidia nvidia_current
    /etc/modprobe.d/nvidia-graphics-drivers.conf:alias nvidia nvidia_current
    --
    Code:
    # find / -name nvidia.ko
    /var/lib/dkms/nvidia-current/302.17/build/nvidia.ko
    /lib/modules/3.2.0-25-generic/kernel/drivers/video/nvidia/nvidia.ko
    --
    Code:
    # find / -name nvidia_current.ko
    /var/lib/dkms/nvidia-current/302.17/3.2.0-25-generic/x86_64/module/nvidia_current.ko
    /lib/modules/3.2.0-25-generic/updates/dkms/nvidia_current.ko
    --
    Code:
    # lshw -short -class display
    H/W path           Device      Class          Description
    =========================================================
    /0/100/1/0                     display        NVIDIA Corporation
    /0/100/2                       display        Ivy Bridge Graphics Controller
    --
    Code:
    # lspci -vnn | grep '\''[030[02]\]'
    00:02.0 VGA compatible controller [0300]: Intel Corporation Ivy Bridge Graphics Controller [8086:0166] (rev 09) (prog-if 00 [VGA controller])
    01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:0ffc] (rev a1) (prog-if 00 [VGA controller])
    --
    Code:
    # cat /etc/modprobe.d/disable-nouveau.conf
    blacklist nouveau
    options nouveau modeset=0
    --
    Code:
    # uname -a
    Linux snip 3.2.0-25-generic #40-Ubuntu SMP Wed May 23 20:30:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    --
    Code:
    # xrandr
    Screen 0: minimum 320 x 200, current 1600 x 900, maximum 8192 x 8192
    LVDS1 connected 1600x900+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
       1600x900       60.2*+   50.0  
       1440x900       59.9  
       1360x768       59.8     60.0  
       1152x864       60.0  
       1024x768       60.0  
       800x600        60.3     56.2  
       640x480        59.9  
    VGA1 disconnected (normal left inverted right x axis y axis)
    Last edited by Belrog; June 20th, 2012 at 11:06 PM. Reason: code tags

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
  •