← Back to team overview

bumblebee team mailing list archive

Results of (un)installing nvidia

 

Hi all,

To understand which files were actually touched by the nvidia installer, I
decided to run the installer in VirtualBox running an Ubuntu 11.04 64-bit
Live CD.

Running with boot options "quiet splash" stripped, added "text noprompt":
$ cat /proc/cmdline
file=/cdrom/preseed/ubuntu.seed boot=casper initrd=/casper/initrd.lz
noprompt text --

$ ./NVIDIA-Linux-x86_64-280.04-no-compat32.run -x
$ cd NVIDIA-Linux-x86_64-280.04-no-compat32

Because the VirtualBox does not have nvidia hardware, I had to edit
kernel/nv.c and make the line after

    nv_printf(NV_DBG_ERRORS, "NVRM: No NVIDIA graphics adapter found!\n");
return success (0):

    sed 's/return -ENODEV/return 0/' -i kernel/nv.c

Accept the questions following:
# ./nvidia-installer -a --no-distro-scripts

After installation, use the find command below. Replace $file for the output
file, e.g.
install-changes.txt and 2 by the passed minutes since the installer was
started.
Use a higher value if unsure)
# find /{bin,etc,lib,sbin,var,lib64,usr} -cmin -2 > $file

Separate dirs from files:
$ touch files.txt dirs.txt
# while read -r l;do [ -f "$l" ] && echo "$l" >> files.txt||echo "$l" >>
dirs.txt;done<install-changes.txt

Find directories which have no files listed in files.txt
$ while read d;do grep -q "^$d/" files.txt||echo "$d";done<dirs.txt >
dirs-no-files.txt

List dirs and files (not contents of dirs):
# ls -ld $(< changes.txt) > changes-ls.txt

The names should be self-explanatory, install-* are after installation,
uninstall-* after uninstallation (sudo nvidia-uninstall). dirs-no-files,
dirs, files and
var-lib-nvidia-log.txt are from the installation too.

Some observations:
- the installer backups /usr/lib/mesa/libGL.so.1 to /var/lib/nvidia (00x)
and removes those files from /usr/lib/mesa

Regards,
Lekensteyn
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Sep  5 17:59:45 2011
installer version: 280.04

PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

option status:
  license pre-accepted               : false
  update                             : false
  force update                       : false
  expert                             : false
  uninstall                          : true
  driver info                        : false
  precompiled interfaces             : true
  no ncurses color                   : false
  query latest version               : false
  no questions                       : false
  silent                             : false
  no recursion                       : false
  no backup                          : false
  kernel module only                 : false
  sanity                             : false
  add this kernel                    : false
  no runlevel check                  : false
  no network                         : false
  no ABI note                        : false
  no RPMs                            : false
  no kernel module                   : false
  force SELinux                      : default
  no X server check                  : false
  no cc version check                : false
  run distro scripts                 : true
  no nouveau check                   : false
  run nvidia-xconfig                 : false
  sigwinch work around               : true
  force tls                          : (not specified)
  force compat32 tls                 : (not specified)
  X install prefix                   : (not specified)
  X library install path             : (not specified)
  X module install path              : (not specified)
  OpenGL install prefix              : (not specified)
  OpenGL install libdir              : (not specified)
  compat32 install chroot            : (not specified)
  compat32 install prefix            : (not specified)
  compat32 install libdir            : (not specified)
  utility install prefix             : (not specified)
  utility install libdir             : (not specified)
  installer prefix                   : (not specified)
  doc install prefix                 : (not specified)
  kernel name                        : (not specified)
  kernel include path                : (not specified)
  kernel source path                 : (not specified)
  kernel output path                 : (not specified)
  kernel install path                : (not specified)
  precompiled kernel interfaces path : (not specified)
  precompiled kernel interfaces url  : (not specified)
  proc mount point                   : /proc
  ui                                 : (not specified)
  tmpdir                             : /tmp
  ftp mirror                         : ftp://download.nvidia.com
  RPM file list                      : (not specified)
  selinux chcon type                 : (not specified)

Using: nvidia-installer ncurses user interface
-> Parsing log file:
-> done.
-> Validating previous installation:
-> done.
-> Uninstalling NVIDIA Accelerated Graphics Driver for Linux-x86_64 (1.0-28004
   (280.04)):
-> done.
-> Uninstallation of existing driver: NVIDIA Accelerated Graphics Driver for
   Linux-x86_64 (280.04) is complete.
/usr/lib/xorg:
total 31
drwxr-xr-x   2 root root     3 Apr 19 10:49 x11-extra-modules
-rw-r--r--   1 root root 31246 Apr 19 15:41 protocol.txt
lrwxrwxrwx   1 root root    36 Apr 25 23:04 extra-modules -> /etc/alternatives/xorg_extra_modules
drwxr-xr-x   5 root root    60 Apr 25 23:04 .
drwxr-xr-x   8 root root    80 Sep  5 17:59 modules
drwxr-xr-x 205 root root   200 Sep  5 17:59 ..

/usr/lib/xorg/x11-extra-modules:
total 0
drwxr-xr-x 2 root root  3 Apr 19 10:49 .
drwxr-xr-x 5 root root 60 Apr 25 23:04 ..

/usr/lib/xorg/modules:
total 1113
-rw-r--r-- 1 root root 433232 Apr 19 15:49 libxaa.so
-rw-r--r-- 1 root root 187272 Apr 19 15:49 libwfb.so
-rw-r--r-- 1 root root  27608 Apr 19 15:49 libvgahw.so
-rw-r--r-- 1 root root  22776 Apr 19 15:49 libvbe.so
-rw-r--r-- 1 root root  35160 Apr 19 15:49 libshadowfb.so
-rw-r--r-- 1 root root  26784 Apr 19 15:49 libshadow.so
-rw-r--r-- 1 root root 141904 Apr 19 15:49 libint10.so
-rw-r--r-- 1 root root  18624 Apr 19 15:49 libfbdevhw.so
-rw-r--r-- 1 root root 142248 Apr 19 15:49 libfb.so
-rw-r--r-- 1 root root 100904 Apr 19 15:49 libexa.so
drwxr-xr-x 2 root root    242 Apr 25 23:00 multimedia
drwxr-xr-x 2 root root    121 Apr 25 23:00 input
drwxr-xr-x 5 root root     60 Apr 25 23:04 ..
drwxr-xr-x 2 root root     40 Sep  5 17:59 drivers
drwxr-xr-x 8 root root     80 Sep  5 17:59 .
drwxr-xr-x 2 root root     60 Sep  5 17:59 extensions

/usr/lib/xorg/modules/multimedia:
total 154
-rw-r--r-- 1 root root 37512 Mar 18 15:29 theatre_drv.so
-rw-r--r-- 1 root root  6216 Mar 18 15:29 theatre_detect_drv.so
-rw-r--r-- 1 root root 37584 Mar 18 15:29 theatre200_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 uda1380_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 tda9885_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 tda9850_drv.so
-rw-r--r-- 1 root root  6208 Apr 19 15:49 tda8425_drv.so
-rw-r--r-- 1 root root 10336 Apr 19 15:49 msp3430_drv.so
-rw-r--r-- 1 root root 14464 Apr 19 15:49 fi1236_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 bt829_drv.so
drwxr-xr-x 2 root root   242 Apr 25 23:00 .
drwxr-xr-x 8 root root    80 Sep  5 17:59 ..

/usr/lib/xorg/modules/input:
total 264
-rw-r--r-- 1 root root 50400 Feb 23  2011 mouse_drv.so
-rw-r--r-- 1 root root 14760 Feb 23  2011 vmmouse_drv.so
-rw-r--r-- 1 root root 94624 Apr 11 08:05 wacom_drv.so
-rw-r--r-- 1 root root 60528 Apr 16 14:55 synaptics_drv.so
-rw-r--r-- 1 root root 48552 Apr 16 15:01 evdev_drv.so
drwxr-xr-x 2 root root   121 Apr 25 23:00 .
drwxr-xr-x 8 root root    80 Sep  5 17:59 ..

/usr/lib/xorg/modules/drivers:
total 4547
-rw-r--r-- 1 root root  139880 Mar 18 10:49 apm_drv.so
-rw-r--r-- 1 root root   23304 Mar 18 10:50 ark_drv.so
-rw-r--r-- 1 root root  148248 Mar 18 10:55 chips_drv.so
-rw-r--r-- 1 root root   23496 Mar 18 10:57 fbdev_drv.so
-rw-r--r-- 1 root root   60552 Mar 18 11:01 i128_drv.so
-rw-r--r-- 1 root root   31888 Mar 18 11:03 cirrus_laguna.so
-rw-r--r-- 1 root root   15104 Mar 18 11:03 cirrus_drv.so
-rw-r--r-- 1 root root   39824 Mar 18 11:03 cirrus_alpine.so
-rw-r--r-- 1 root root  181984 Mar 18 11:11 mga_drv.so
-rw-r--r-- 1 root root   74696 Mar 18 11:13 neomagic_drv.so
-rw-r--r-- 1 root root  195200 Mar 18 11:17 mach64_drv.so
-rw-r--r-- 1 root root  359848 Mar 18 11:19 openchrome_drv.so
-rw-r--r-- 1 root root   39928 Mar 18 11:25 rendition_drv.so
-rw-r--r-- 1 root root  112656 Mar 18 11:26 r128_drv.so
-rw-r--r-- 1 root root   31352 Mar 18 11:30 qxl_drv.so
-rw-r--r-- 1 root root   65808 Mar 18 11:31 s3_drv.so
-rw-r--r-- 1 root root   82048 Mar 18 11:33 s3virge_drv.so
-rw-r--r-- 1 root root  124528 Mar 18 11:37 siliconmotion_drv.so
-rw-r--r-- 1 root root  588104 Mar 18 11:40 sis_drv.so
-rw-r--r-- 1 root root   77096 Mar 18 11:43 sisusb_drv.so
-rw-r--r-- 1 root root  149032 Mar 18 11:44 savage_drv.so
-rw-r--r-- 1 root root   74072 Mar 18 11:47 tdfx_drv.so
-rw-r--r-- 1 root root  166808 Mar 18 11:49 trident_drv.so
-rw-r--r-- 1 root root   56328 Mar 18 11:54 tseng_drv.so
-rw-r--r-- 1 root root   52800 Mar 18 11:54 vmwlegacy_drv.so
-rw-r--r-- 1 root root   10408 Mar 18 11:54 vmware_drv.so
-rw-r--r-- 1 root root   27592 Mar 18 11:57 vesa_drv.so
-rw-r--r-- 1 root root   27488 Mar 18 12:00 voodoo_drv.so
-rw-r--r-- 1 root root   10328 Mar 18 15:29 ati_drv.so
-rw-r--r-- 1 root root 1113176 Mar 18 15:29 radeon_drv.so
-rw-r--r-- 1 root root  211200 Apr 11 06:32 nouveau_drv.so
-rw-r--r-- 1 root root  331960 Apr 12 02:32 intel_drv.so
drwxr-xr-x 2 root root      40 Sep  5 17:59 .
drwxr-xr-x 8 root root      80 Sep  5 17:59 ..

/usr/lib/xorg/modules/extensions:
total 663
-rw-r--r-- 1 root root  31200 Apr 19 15:49 librecord.so
-rw-r--r-- 1 root root 106032 Apr 19 15:49 libextmod.so
-rw-r--r-- 1 root root  22840 Apr 19 15:49 libdbe.so
-rw-r--r-- 1 root root 438440 Apr 19 15:49 libglx.so
-rw-r--r-- 1 root root  22808 Apr 19 15:49 libdri2.so
-rw-r--r-- 1 root root  43704 Apr 19 15:49 libdri.so
drwxr-xr-x 8 root root     80 Sep  5 17:59 ..
drwxr-xr-x 2 root root     60 Sep  5 17:59 .

/usr/lib/mesa:
total 501
-rw-r--r--   1 root root     30 Apr 19 10:49 ld.so.conf
-rw-r--r--   1 root root 502016 Apr 19 10:50 libGL.so.1.2
lrwxrwxrwx   1 root root     12 Sep  5 17:59 libGL.so.1 -> libGL.so.1.2
drwxr-xr-x 205 root root    200 Sep  5 17:59 ..
drwxr-xr-x   2 root root     80 Sep  5 17:59 .
/etc/OpenCL/vendors
/lib/modules/2.6.38-8-generic/kernel/drivers/video
/var/log/nvidia-installer.log
/usr/bin
/usr/lib
/usr/lib/xorg/modules
/usr/lib/xorg/modules/drivers
/usr/lib/xorg/modules/extensions
/usr/lib/xorg/modules/extensions/libglx.so
/usr/lib/mesa
/usr/lib/mesa/libGL.so.1.2
/usr/lib/mesa/libGL.so.1
/usr/lib/vdpau
/usr/lib/tls
/usr/share/man/man1
/usr/share/doc/NVIDIA_GLX-1.0
/usr/share/doc/NVIDIA_GLX-1.0/html
/usr/share/applications
/usr/lib/xorg:
total 31
drwxr-xr-x   2 root root     3 Apr 19 10:49 x11-extra-modules
-rw-r--r--   1 root root 31246 Apr 19 15:41 protocol.txt
lrwxrwxrwx   1 root root    36 Apr 25 23:04 extra-modules -> /etc/alternatives/xorg_extra_modules
drwxr-xr-x   5 root root    60 Apr 25 23:04 .
drwxr-xr-x   8 root root   120 Sep  5 17:46 modules
drwxr-xr-x 205 root root   840 Sep  5 17:46 ..

/usr/lib/xorg/x11-extra-modules:
total 0
drwxr-xr-x 2 root root  3 Apr 19 10:49 .
drwxr-xr-x 5 root root 60 Apr 25 23:04 ..

/usr/lib/xorg/modules:
total 1413
-rw-r--r-- 1 root root 433232 Apr 19 15:49 libxaa.so
-rw-r--r-- 1 root root 187272 Apr 19 15:49 libwfb.so
-rw-r--r-- 1 root root  27608 Apr 19 15:49 libvgahw.so
-rw-r--r-- 1 root root  22776 Apr 19 15:49 libvbe.so
-rw-r--r-- 1 root root  35160 Apr 19 15:49 libshadowfb.so
-rw-r--r-- 1 root root  26784 Apr 19 15:49 libshadow.so
-rw-r--r-- 1 root root 141904 Apr 19 15:49 libint10.so
-rw-r--r-- 1 root root  18624 Apr 19 15:49 libfbdevhw.so
-rw-r--r-- 1 root root 142248 Apr 19 15:49 libfb.so
-rw-r--r-- 1 root root 100904 Apr 19 15:49 libexa.so
drwxr-xr-x 2 root root    242 Apr 25 23:00 multimedia
drwxr-xr-x 2 root root    121 Apr 25 23:00 input
drwxr-xr-x 5 root root     60 Apr 25 23:04 ..
drwxr-xr-x 2 root root     60 Sep  5 17:46 drivers
-rwxr-xr-x 1 root root 295416 Sep  5 17:46 libnvidia-wfb.so.280.04
lrwxrwxrwx 1 root root     23 Sep  5 17:46 libnvidia-wfb.so.1 -> libnvidia-wfb.so.280.04
drwxr-xr-x 2 root root     80 Sep  5 17:46 extensions
drwxr-xr-x 8 root root    120 Sep  5 17:46 .

/usr/lib/xorg/modules/multimedia:
total 154
-rw-r--r-- 1 root root 37512 Mar 18 15:29 theatre_drv.so
-rw-r--r-- 1 root root  6216 Mar 18 15:29 theatre_detect_drv.so
-rw-r--r-- 1 root root 37584 Mar 18 15:29 theatre200_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 uda1380_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 tda9885_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 tda9850_drv.so
-rw-r--r-- 1 root root  6208 Apr 19 15:49 tda8425_drv.so
-rw-r--r-- 1 root root 10336 Apr 19 15:49 msp3430_drv.so
-rw-r--r-- 1 root root 14464 Apr 19 15:49 fi1236_drv.so
-rw-r--r-- 1 root root 10304 Apr 19 15:49 bt829_drv.so
drwxr-xr-x 2 root root   242 Apr 25 23:00 .
drwxr-xr-x 8 root root   120 Sep  5 17:46 ..

/usr/lib/xorg/modules/input:
total 264
-rw-r--r-- 1 root root 50400 Feb 23  2011 mouse_drv.so
-rw-r--r-- 1 root root 14760 Feb 23  2011 vmmouse_drv.so
-rw-r--r-- 1 root root 94624 Apr 11 08:05 wacom_drv.so
-rw-r--r-- 1 root root 60528 Apr 16 14:55 synaptics_drv.so
-rw-r--r-- 1 root root 48552 Apr 16 15:01 evdev_drv.so
drwxr-xr-x 2 root root   121 Apr 25 23:00 .
drwxr-xr-x 8 root root   120 Sep  5 17:46 ..

/usr/lib/xorg/modules/drivers:
total 11299
-rw-r--r-- 1 root root  139880 Mar 18 10:49 apm_drv.so
-rw-r--r-- 1 root root   23304 Mar 18 10:50 ark_drv.so
-rw-r--r-- 1 root root  148248 Mar 18 10:55 chips_drv.so
-rw-r--r-- 1 root root   23496 Mar 18 10:57 fbdev_drv.so
-rw-r--r-- 1 root root   60552 Mar 18 11:01 i128_drv.so
-rw-r--r-- 1 root root   31888 Mar 18 11:03 cirrus_laguna.so
-rw-r--r-- 1 root root   15104 Mar 18 11:03 cirrus_drv.so
-rw-r--r-- 1 root root   39824 Mar 18 11:03 cirrus_alpine.so
-rw-r--r-- 1 root root  181984 Mar 18 11:11 mga_drv.so
-rw-r--r-- 1 root root   74696 Mar 18 11:13 neomagic_drv.so
-rw-r--r-- 1 root root  195200 Mar 18 11:17 mach64_drv.so
-rw-r--r-- 1 root root  359848 Mar 18 11:19 openchrome_drv.so
-rw-r--r-- 1 root root   39928 Mar 18 11:25 rendition_drv.so
-rw-r--r-- 1 root root  112656 Mar 18 11:26 r128_drv.so
-rw-r--r-- 1 root root   31352 Mar 18 11:30 qxl_drv.so
-rw-r--r-- 1 root root   65808 Mar 18 11:31 s3_drv.so
-rw-r--r-- 1 root root   82048 Mar 18 11:33 s3virge_drv.so
-rw-r--r-- 1 root root  124528 Mar 18 11:37 siliconmotion_drv.so
-rw-r--r-- 1 root root  588104 Mar 18 11:40 sis_drv.so
-rw-r--r-- 1 root root   77096 Mar 18 11:43 sisusb_drv.so
-rw-r--r-- 1 root root  149032 Mar 18 11:44 savage_drv.so
-rw-r--r-- 1 root root   74072 Mar 18 11:47 tdfx_drv.so
-rw-r--r-- 1 root root  166808 Mar 18 11:49 trident_drv.so
-rw-r--r-- 1 root root   56328 Mar 18 11:54 tseng_drv.so
-rw-r--r-- 1 root root   52800 Mar 18 11:54 vmwlegacy_drv.so
-rw-r--r-- 1 root root   10408 Mar 18 11:54 vmware_drv.so
-rw-r--r-- 1 root root   27592 Mar 18 11:57 vesa_drv.so
-rw-r--r-- 1 root root   27488 Mar 18 12:00 voodoo_drv.so
-rw-r--r-- 1 root root   10328 Mar 18 15:29 ati_drv.so
-rw-r--r-- 1 root root 1113176 Mar 18 15:29 radeon_drv.so
-rw-r--r-- 1 root root  211200 Apr 11 06:32 nouveau_drv.so
-rw-r--r-- 1 root root  331960 Apr 12 02:32 intel_drv.so
-rwxr-xr-x 1 root root 6893312 Sep  5 17:46 nvidia_drv.so
drwxr-xr-x 2 root root      60 Sep  5 17:46 .
drwxr-xr-x 8 root root     120 Sep  5 17:46 ..

/usr/lib/xorg/modules/extensions:
total 6439
-rw-r--r-- 1 root root   31200 Apr 19 15:49 librecord.so
-rw-r--r-- 1 root root  106032 Apr 19 15:49 libextmod.so
-rw-r--r-- 1 root root   22840 Apr 19 15:49 libdbe.so
-rw-r--r-- 1 root root   22808 Apr 19 15:49 libdri2.so
-rw-r--r-- 1 root root   43704 Apr 19 15:49 libdri.so
-rwxr-xr-x 1 root root 6346184 Sep  5 17:46 libglx.so.280.04
lrwxrwxrwx 1 root root      16 Sep  5 17:46 libglx.so -> libglx.so.280.04
drwxr-xr-x 8 root root     120 Sep  5 17:46 ..
drwxr-xr-x 2 root root      80 Sep  5 17:46 .

/usr/lib/mesa:
total 1
-rw-r--r--   1 root root  30 Apr 19 10:49 ld.so.conf
drwxr-xr-x   2 root root  80 Sep  5 17:46 .
drwxr-xr-x 205 root root 840 Sep  5 17:46 ..

/var/lib/nvidia:
total 948
-rw-r--r--  1 root root 502016 Apr 19 10:50 100
-rw-r--r--  1 root root 438440 Apr 19 15:49 101
drwxr-xr-x 76 root root    360 Sep  5 17:46 ..
drwx------  2 root root    100 Sep  5 17:46 .
-rw-------  1 root root   6066 Sep  5 17:46 log
/usr/lib/mesa
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Sep  5 17:46:34 2011
installer version: 280.04

PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

option status:
  license pre-accepted               : true
  update                             : false
  force update                       : false
  expert                             : false
  uninstall                          : false
  driver info                        : false
  precompiled interfaces             : true
  no ncurses color                   : false
  query latest version               : false
  no questions                       : false
  silent                             : false
  no recursion                       : false
  no backup                          : false
  kernel module only                 : false
  sanity                             : false
  add this kernel                    : false
  no runlevel check                  : false
  no network                         : false
  no ABI note                        : false
  no RPMs                            : false
  no kernel module                   : false
  force SELinux                      : default
  no X server check                  : false
  no cc version check                : false
  run distro scripts                 : false
  no nouveau check                   : false
  run nvidia-xconfig                 : false
  sigwinch work around               : true
  force tls                          : (not specified)
  force compat32 tls                 : (not specified)
  X install prefix                   : (not specified)
  X library install path             : (not specified)
  X module install path              : (not specified)
  OpenGL install prefix              : (not specified)
  OpenGL install libdir              : (not specified)
  compat32 install chroot            : (not specified)
  compat32 install prefix            : (not specified)
  compat32 install libdir            : (not specified)
  utility install prefix             : (not specified)
  utility install libdir             : (not specified)
  installer prefix                   : (not specified)
  doc install prefix                 : (not specified)
  kernel name                        : (not specified)
  kernel include path                : (not specified)
  kernel source path                 : (not specified)
  kernel output path                 : (not specified)
  kernel install path                : (not specified)
  precompiled kernel interfaces path : (not specified)
  precompiled kernel interfaces url  : (not specified)
  proc mount point                   : /proc
  ui                                 : (not specified)
  tmpdir                             : /tmp
  ftp mirror                         : ftp://download.nvidia.com
  RPM file list                      : (not specified)
  selinux chcon type                 : (not specified)

Using: nvidia-installer ncurses user interface
WARNING: You do not appear to have an NVIDIA GPU supported by the 280.04 NVIDIA
         Linux graphics driver installed in this system.  For further details,
         please see the appendix SUPPORTED NVIDIA GRAPHICS CHIPS in the README
         available on the Linux driver download page at www.nvidia.com.
-> License accepted by command line option.
-> Installing NVIDIA driver version 280.04.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.38-8-generic/build'
-> Kernel output path: '/lib/modules/2.6.38-8-generic/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Cleaning kernel module build directory.
   executing: 'cd ./kernel; make clean'...
-> Building kernel module:
   executing: 'cd ./kernel; make module SYSSRC=/lib/modules/2.6.38-8-generic/bu
   ild SYSOUT=/lib/modules/2.6.38-8-generic/build'...
   NVIDIA: calling KBUILD...
   test -e include/generated/autoconf.h -a -e include/config/auto.conf || (		\
   	echo;								\
   	echo "  ERROR: Kernel configuration is invalid.";		\
   	echo "         include/generated/autoconf.h or include/config/auto.conf are
   missing.";\
   	echo "         Run 'make oldconfig && make prepare' on kernel src to fix it
   .";	\
   	echo;								\
   	/bin/false)
   mkdir -p /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_ver
   sions ; rm -f /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tm
   p_versions/*
   make -f scripts/Makefile.build obj=/home/ubuntu/NVIDIA-Linux-x86_64-280.04-n
   o-compat32/kernel
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv.
   o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2
   /include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -Iinclu
   de  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__ -Wa
   ll -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-comm
   on -Werror-i
   mplicit-function-declaration -Wno-format-security -fno-delete-null-pointer-c
   hecks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time
   -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_C
   FI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wn
   o-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -
   mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sib
   ling-calls -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-o
   verflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_
   64-280.04-no-compat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-er
   ror -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-
   function -mno-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  
   -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=K
   BUILD_STR(nvidia)" -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32
   /kernel/.tmp_nv.o /home/ubuntu/NVID
   IA-Linux-x86_64-280.04-no-compat32/kernel/nv.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv.c:13:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv.c:13:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv.o != "scripts/mod/empty.o" ]; then /usr/src/linux-header
   s-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_64-28
   0.04-no-compat32/kernel/nv.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv-
   chrdev.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gn
   u/4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include 
   -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNE
   L__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -f
   no-common -Werror-implicit-function-declaration -Wno-format-security -fno-de
   lete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kern
   el -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS
   _CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_S
   ECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-un
   wind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 
   -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-
   statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_
   ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall 
   -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -D
   NV_VERSION_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcmodel=ker
   nel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASE
   NAME=KBUILD_STR(nv_chrdev)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /ho
   me/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_nv-chrdev.o /ho
   me/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-chrdev.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-chrdev.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-chrdev.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv-chrdev.o != "scripts/mod/empty.o" ]; then /usr/src/linux
   -headers-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x8
   6_64-280.04-no-compat32/kernel/nv-chrdev.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv-
   mlock.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu
   /4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -
   Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL
   __ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fn
   o-common -Werror-implicit-function-declaration -Wno-format-security -fno-del
   ete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kerne
   l -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_
   CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_
   FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -
   mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointe
   r -fno-optimize-sibling-calls -pg -Wdeclar
   ation-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stac
   k -DCC_HAVE_ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/k
   ernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODU
   LE -DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -mno-red-zone 
   -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D
   "KBUILD_BASENAME=KBUILD_STR(nv_mlock)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)
   " -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_nv-m
   lock.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-mlock.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-mlock.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-mlock.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv-mlock.o != "scripts/mod/empty.o" ]; then /usr/src/linux-
   headers-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86
   _64-280.04-no-compat32/kernel/nv-mlock.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv-
   procfs.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gn
   u/4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include 
   -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNE
   L__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -f
   no-common -Werror-implicit-function-declaration -Wno-format-security -fno-de
   lete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kern
   el -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS
   _CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS
   _FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse 
   -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-point
   er -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointe
   r-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/home/ubun
   tu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall -MD -Wsign-compare -W
   no-cast-qual -Wno-error -D__KERNEL__ 
   -DMODULE -DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -mno-red
   -zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=
   #s" -D"KBUILD_BASENAME=KBUILD_STR(nv_procfs)"  -D"KBUILD_MODNAME=KBUILD_STR(
   nvidia)" -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.t
   mp_nv-procfs.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv
   -procfs.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-procfs.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-procfs.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv-procfs.o != "scripts/mod/empty.o" ]; then /usr/src/linux
   -headers-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x8
   6_64-280.04-no-compat32/kernel/nv-procfs.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv-
   usermap.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-g
   nu/4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include
   -Iinclude  -include include/generated/autoconf.h -Iubuntu/inclu
   de  -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-stric
   t-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-sec
   urity -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone 
   -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-protecto
   r -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=
   1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tab
   les -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omi
   t-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statemen
   t -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO
   -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall -MD -Wsig
   n-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSIO
   N_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcmodel=kernel -UDEB
   UG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUI
   LD_STR(nv_usermap)"  -D"KBUILD_MODN
   AME=KBUILD_STR(nvidia)" -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-com
   pat32/kernel/.tmp_nv-usermap.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-co
   mpat32/kernel/nv-usermap.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-usermap.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-usermap.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv-usermap.o != "scripts/mod/empty.o" ]; then /usr/src/linu
   x-headers-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x
   86_64-280.04-no-compat32/kernel/nv-usermap.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv_
   gvi.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4
   .5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -Ii
   nclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__
   -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
   ommon -Werror-implicit-function-declaration -Wno-format-security -fno-delete
   -null-pointer-checks -O2 -m64 -mtune=gener
   ic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args
   -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_
   AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchr
   onous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-th
   an=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaratio
   n-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D
   CC_HAVE_ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kerne
   l -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -
   DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcm
   odel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBU
   ILD_BASENAME=KBUILD_STR(nv_gvi)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -
   o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_nv_gvi.o /
   home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv_gvi.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv_gvi.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv_gvi.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv_gvi.o != "scripts/mod/empty.o" ]; then /usr/src/linux-he
   aders-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_6
   4-280.04-no-compat32/kernel/nv_gvi.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv-
   vm.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.
   5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -Iin
   clude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__ 
   -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
   ommon -Werror-implicit-function-declaration -Wno-format-security -fno-delete
   -null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -
   funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI
   =1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXS
   AVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwin
   d-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fn
   o-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-sta
   tement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM
   _GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall -MD
   -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_V
   ERSION_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcmodel=kernel 
   -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME
   =KBUILD_STR(nv_vm)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /home/ubunt
   u/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_nv-vm.o /home/ubuntu/NV
   IDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-vm.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-vm.c:14:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-vm.c:14:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
   /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-vm.c: In funct
   ion ‘nv_sg_map_buffer’:
   /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-vm.c:151:23: w
   arning: assignment makes integer from pointer without a cast
   /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-vm.c:236:1: wa
   rning: label ‘done’ defined but not used
   /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-vm.c:144:16: w
   arning: unused variable ‘count’
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv-vm.o != "scripts/mod/empty.o" ]; then /usr/src/linux-hea
   ders-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_64
   -280.04-no-compat32/kernel/nv-vm.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.os-
   agp.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4
   .5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -Ii
   nclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__
   -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
   ommon -Werror-implicit-function-declaration -Wno-format-security -fno-delete
   -null-pointer-checks -O2 -m64 -mtune=generic -mno-red-
   zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-pro
   tector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECT
   IONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwin
   d-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fn
   o-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-sta
   tement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM
   _GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall -MD
   -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_V
   ERSION_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcmodel=kernel 
   -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME
   =KBUILD_STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /home/ubun
   tu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_os-agp.o /home/ubuntu/
   NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/os-agp.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-agp.c:24:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-agp.c:24:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/os-agp.o != "scripts/mod/empty.o" ]; then /usr/src/linux-he
   aders-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_6
   4-280.04-no-compat32/kernel/os-agp.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.os-
   interface.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux
   -gnu/4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KE
   RNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing
   -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-
   delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=ke
   rnel -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_
   AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_
   AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tab
   les -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omi
   t-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statemen
   t -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO
   -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall -MD -Wsig
   n-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSIO
   N_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcmodel=kernel -UDEB
   UG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUI
   LD_STR(os_interface)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /home/ubu
   ntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_os-interface.o /home/
   ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/os-interface.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-interface.c:26:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-interface.c:26:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/os-interface.o != "scripts/mod/empty.o" ]; then /usr/src/li
   nux-headers-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux
   -x86_64-280.04-no-compat32/kernel/os-interface.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.os-
   smp.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4
   .5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -Ii
   nclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__
   -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
   ommon -Werror-implicit-function-declaration -Wno-format-security -fno-delete
   -null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -
   funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI
   =1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXS
   AVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno
   -mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -
   fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-si
   gn -fno-strict-overflow -fco
   nserve-stack -DCC_HAVE_ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERN
   EL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -mn
   o-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_ST
   R(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_smp)"  -D"KBUILD_MODNAME=KBUILD_ST
   R(nvidia)" -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/
   .tmp_os-smp.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/os-
   smp.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-smp.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-smp.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/os-smp.o != "scripts/mod/empty.o" ]; then /usr/src/linux-he
   aders-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_6
   4-280.04-no-compat32/kernel/os-smp.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.os-
   usermap.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-g
   nu/4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include
   -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNE
   L__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -f
   no-common -Werror-implicit-function-declaration -Wno-format-security -fno-de
   lete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kern
   el -funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS
   _CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS
   _FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse 
   -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-point
   er -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointe
   r-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/home/ubun
   tu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall -MD -Wsign-compare -W
   no-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"2
   80.04\" -Wno-unused-function -mno-red-z
   one -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s
   " -D"KBUILD_BASENAME=KBUILD_STR(os_usermap)"  -D"KBUILD_MODNAME=KBUILD_STR(n
   vidia)" -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tm
   p_os-usermap.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/os
   -usermap.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-usermap.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-usermap.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/os-usermap.o != "scripts/mod/empty.o" ]; then /usr/src/linu
   x-headers-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x
   86_64-280.04-no-compat32/kernel/os-usermap.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.os-
   registry.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-
   gnu/4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/includ
   e -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KER
   NEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno
   -strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-form
   at-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red
   -zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -fstack-pr
   otector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SEC
   TIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwi
   nd-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -f
   no-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-st
   atement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -DCC_HAVE_AS
   M_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel -Wall -M
   D -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DNVRM -DNV
   _VERSION_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcmodel=kerne
   l -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENA
   ME=KBUILD_STR(os_registry)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /ho
   me/ubuntu/NVIDIA-Linux-x86_64-280.04
   -no-compat32/kernel/.tmp_os-registry.o /home/ubuntu/NVIDIA-Linux-x86_64-280.
   04-no-compat32/kernel/os-registry.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-registry.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/os-registry.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/os-registry.o != "scripts/mod/empty.o" ]; then /usr/src/lin
   ux-headers-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-
   x86_64-280.04-no-compat32/kernel/os-registry.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv-
   cray.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/
   4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -I
   include  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL_
   _ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno
   -common -Werror-implicit-function-declaration -Wno-format-security -fno-dele
   te-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel
   -funit-at-a-time -maccumulate
   -outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FR
   AME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-compa
   re -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -W
   frame-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -
   pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fco
   nserve-stack -DCC_HAVE_ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERN
   EL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -mn
   o-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_ST
   R(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_cray)"  -D"KBUILD_MODNAME=KBUILD_S
   TR(nvidia)" -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel
   /.tmp_nv-cray.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/n
   v-cray.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-cray.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-cray.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv-cray.o != "scripts/mod/empty.o" ]; then /usr/src/linux-h
   eaders-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_
   64-280.04-no-compat32/kernel/nv-cray.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nv-
   i2c.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4
   .5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -Ii
   nclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__
   -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
   ommon -Werror-implicit-function-declaration -Wno-format-security -fno-delete
   -null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -
   funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI
   =1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXS
   AVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno
   -mmx -mno-sse2 -mno-3dnow -Wfram
   e-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -
   Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconser
   ve-stack -DCC_HAVE_ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-com
   pat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__
   -DMODULE -DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -mno-red
   -zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=
   #s" -D"KBUILD_BASENAME=KBUILD_STR(nv_i2c)"  -D"KBUILD_MODNAME=KBUILD_STR(nvi
   dia)" -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_
   nv-i2c.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-i2c.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-i2c.c:8:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-i2c.c:8:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nv-i2c.o != "scripts/mod/empty.o" ]; then /usr/src/linux-he
   aders-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_6
   4-280.04-no-compat32/kernel/nv-i2c.o"; fi; fi;
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nva
   cpi.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4
   .5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include -Ii
   nclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNEL__
   -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-c
   ommon -Werror-implicit-function-declaration -Wno-format-security -fno-delete
   -null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -
   funit-at-a-time -maccumulate-outgoing-args -fstack-protector -DCONFIG_AS_CFI
   =1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXS
   AVEQ=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno
   -mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=1024 -fno-omit-frame-pointer -
   fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-si
   gn -fno-strict-overflow -fconserve-stack -DCC_HAVE_ASM_GOTO -I/home/ubuntu/N
   VIDIA-Linux-x86_64-280.04-no-compat32/kernel 
   -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KERNEL__ -DMODULE -DN
   VRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -mno-red-zone -mcmod
   el=kernel -UDEBUG -U_DEBUG -DNDEBUG  -DMODULE  -D"KBUILD_STR(s)=#s" -D"KBUIL
   D_BASENAME=KBUILD_STR(nvacpi)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o 
   /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.tmp_nvacpi.o /ho
   me/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nvacpi.c
   In file included from include/linux/kernel.h:17:0,
                    from include/linux/sched.h:55,
                    from include/linux/utsname.h:35,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:39,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nvacpi.c:15:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
   In file included from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/uaccess.h:573:0,
                    from include/linux/poll.h:14,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nv-linux.h:98,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nvacpi.c:15:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h: I
   n function ‘copy_from_user’:
   /usr/src/linux-headers-2.6.38-8-generic/arch/x86/include/asm/uaccess_64.h:54
   :6: warning: comparison between signed and unsigned integer expressions
     if [ "-pg" = "-pg" ]; then if [ /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no
   -compat32/kernel/nvacpi.o != "scripts/mod/empty.o" ]; then /usr/src/linux-he
   aders-2.6.38-8-generic/scripts/recordmcount "/home/ubuntu/NVIDIA-Linux-x86_6
   4-280.04-no-compat32/kernel/nvacpi.o"; fi; fi;
     ld -m elf_x86_64   -r -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat
   32/kernel/nvidia.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kerne
   l/nv-kernel.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv.
   o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-chrdev.o /ho
   me/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-mlock.o /home/ubu
   ntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-procfs.o /home/ubuntu/N
   VIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-usermap.o /home/ubuntu/NVIDI
   A-Linux-x86_64-280.04-no-compat32/kernel/nv_gvi.o /home/ubuntu/NVIDIA-Linux-
   x86_64-280.04-no-compat32/kernel/nv-vm.o /home/ubuntu/NVIDIA-Linux-x86_64-28
   0.04-no-compat32/kernel/os-agp.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-
   compat32/kernel/os-interface.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-co
   mpat32/kernel/os-smp.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/k
   ernel/os-usermap.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kerne
   l/os-registry.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/n
   v-cray.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv-i2c.o
   /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nvacpi.o 
   (cat /dev/null;   echo kernel//home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-com
   pat32/kernel/nvidia.ko;) > /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat
   32/kernel/modules.order
   make -f /usr/src/linux-headers-2.6.38-8-generic/scripts/Makefile.modpost
     scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.38-8-generic/Modul
   e.symvers -I /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/Modu
   le.symvers  -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/Mo
   dule.symvers -S -w  -s
   WARNING: could not find /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/
   kernel/.nv-kernel.o.cmd for /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compa
   t32/kernel/nv-kernel.o
     cc -Wp,-MD,/home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/.nvi
   dia.mod.o.d  -nostdinc -isystem /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-g
   nu/4.5.2/include  -I/usr/src/linux-headers-2.6.38-8-generic/arch/x86/include
   -Iinclude  -include include/generated/autoconf.h -Iubuntu/include  -D__KERNE
   L__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -f
   no-common -Werror-implicit-func
   tion-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m
   64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulat
   e-outgoing-args -fstack-protector -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_F
   RAME=1 -DCONFIG_AS_CFI_SECTIONS=1 -DCONFIG_AS_FXSAVEQ=1 -pipe -Wno-sign-comp
   are -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -
   Wframe-larger-than=1024 -fno-omit-frame-pointer -fno-optimize-sibling-calls 
   -pg -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fc
   onserve-stack -DCC_HAVE_ASM_GOTO -I/home/ubuntu/NVIDIA-Linux-x86_64-280.04-n
   o-compat32/kernel -Wall -MD -Wsign-compare -Wno-cast-qual -Wno-error -D__KER
   NEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"280.04\" -Wno-unused-function -m
   no-red-zone -mcmodel=kernel -UDEBUG -U_DEBUG -DNDEBUG  -D"KBUILD_STR(s)=#s" 
   -D"KBUILD_BASENAME=KBUILD_STR(nvidia.mod)"  -D"KBUILD_MODNAME=KBUILD_STR(nvi
   dia)" -DMODULE  -c -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nvidia.mod.o /home/ubuntu/NVIDI
   A-Linux-x86_64-280.04-no-compat32/kernel/nvidia.mod.c
   In file included from include/linux/kernel.h:17:0,
                    from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/percpu.h:44,
                    from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/current.h:5,
                    from /usr/src/linux-headers-2.6.38-8-generic/arch/x86/inclu
   de/asm/processor.h:15,
                    from include/linux/prefetch.h:14,
                    from include/linux/list.h:7,
                    from include/linux/module.h:9,
                    from /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/ke
   rnel/nvidia.mod.c:1:
   include/linux/bitops.h: In function ‘hweight_long’:
   include/linux/bitops.h:49:41: warning: signed and unsigned type in condition
   al expression
     ld -r -m elf_x86_64 -T /usr/src/linux-headers-2.6.38-8-generic/scripts/mod
   ule-common.lds --build-id  -o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-com
   pat32/kernel/nvidia.ko /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/k
   ernel/nvidia.o /home/ubuntu/NVIDIA-Linux-x86_64-280.04-no-compat32/kernel/nv
   idia.mod.o
   NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
-> Kernel messages:
   [  468.620404] R13: ffff880056cefeaa R14: 0000000000000000 R15:
   0000000000000001
   [  468.620404] FS:  00007f6cddfbf720(0000) GS:ffff88005f000000(0000)
   knlGS:0000000000000000
   [  468.620404] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
   [  468.620404] CR2: 0000000000000030 CR3: 0000000059360000 CR4:
   00000000000006f0
   [  468.620404] DR0: 0000000000000000 DR1: 0000000000000000 DR2:
   0000000000000000
   [  468.620404] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7:
   0000000000000400
   [  468.620404] Process rmmod (pid: 4212, threadinfo ffff880056cee000, task
   ffff880058632dc0)
   [  468.620404] Stack:
   [  468.620404]  ffff880056cefe48 ffffffff813bb087 ffff880056cefe78
   ffffffff81301596
   [  468.620404]  0000000000000000 0000000000000000 ffff880056cefeaa
   0000000000000000
   [  468.620404]  ffff880056cefed8 ffffffffa090ee65 0000000000000000
   ffff880056cefef8
   [  468.620404] Call Trace:
   [  468.620404]  [<ffffffff813bb087>] driver_remove_file+0x17/0x20
   [  468.620404]  [<ffffffff81301596>] pci_unregister_driver+0x26/0xc0
   [  468.620404]  [<ffffffffa090ee65>] nvidia_exit_module+0x2a5/0x440 [nvidia]
   [  468.620404]  [<ffffffff81067ad2>] ? put_online_cpus+0x52/0x70
   [  468.620404]  [<ffffffff810a2601>] ? module_refcount+0x91/0xb0
   [  468.620404]  [<ffffffff810a3f6d>] sys_delete_module+0x18d/0x260
   [  468.620404]  [<ffffffff815c34d5>] ? page_fault+0x25/0x30
   [  468.620404]  [<ffffffff8100c002>] system_call_fastpath+0x16/0x1b
   [  468.620404] Code: 43 d8 48 c7 c7 60 80 a4 81 e8 41 d2 3e 00 4c 89 e7 e8
   69 22 f8 ff 5b 41 5c c9 c3 0f 1f 40 00 55 48 89 e5 0f 1f 44 00 00 48 8b 16
   <48> 8b 7f 30 31 f6 e8 49 f8 ff ff c9 c3 0f 1f 80 00 00 00 00 55 
   [  468.620404] RIP  [<ffffffff811d419c>] sysfs_remove_file+0xc/0x20
   [  468.620404]  RSP <ffff880056cefe38>
   [  468.620404] CR2: 0000000000000030
   [  468.657626] ---[ end trace cb00a934a99d7753 ]---
-> Installing both new and classic TLS OpenGL libraries.
-> Installing classic TLS 32bit OpenGL libraries.
-> Searching for conflicting X files:
-> done.
-> Searching for conflicting OpenGL files:
-> done.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64' (280.04):
   executing: '/sbin/ldconfig'...
   executing: '/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Shared memory test passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Would you like to run the nvidia-xconfig utility to automatically update you
   r X configuration file so that the NVIDIA X driver will be used when you res
   tart X?  Any pre-existing X configuration file will be backed up. (Answer: N
   o)
-> Installation of the NVIDIA Accelerated Graphics Driver for Linux-x86_64
   (version: 280.04) is now complete.  Please update your XF86Config or
   xorg.conf file as appropriate; see the file
   /usr/share/doc/NVIDIA_GLX-1.0/README.txt for details.
drwxr-xr-x  142 root root      720 Sep  5 17:46 /etc
drwxr-xr-x    3 root root       60 Sep  5 17:46 /etc/OpenCL
drwxr-xr-x    2 root root       60 Sep  5 17:46 /etc/OpenCL/vendors
-r--r--r--    1 root root       11 Sep  5 17:46 /etc/OpenCL/vendors/nvidia.icd
-rw-r--r--    1 root root    57031 Sep  5 17:46 /etc/ld.so.cache
drwxr-xr-x   22 root root       60 Apr 25 23:09 /lib
drwxr-xr-x    4 root root       60 Apr 25 22:54 /lib/modules
drwxr-xr-x    5 root root      400 Sep  5 17:46 /lib/modules/2.6.38-8-generic
drwxr-xr-x   12 root root       60 Apr 25 22:54 /lib/modules/2.6.38-8-generic/kernel
drwxr-xr-x   60 root root       60 Apr 25 22:54 /lib/modules/2.6.38-8-generic/kernel/drivers
drwxr-xr-x   16 root root       60 Sep  5 17:46 /lib/modules/2.6.38-8-generic/kernel/drivers/video
-rw-r--r--    1 root root 15993120 Sep  5 17:46 /lib/modules/2.6.38-8-generic/kernel/drivers/video/nvidia.ko
-rw-r--r--    1 root root   664966 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.alias
-rw-r--r--    1 root root   642161 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.alias.bin
-rw-r--r--    1 root root     6842 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.builtin.bin
-rw-r--r--    1 root root       69 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.ccwmap
-rw-r--r--    1 root root   288734 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.dep
-rw-r--r--    1 root root   427368 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.dep.bin
-rw-r--r--    1 root root      186 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.devname
-rw-r--r--    1 root root      665 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.ieee1394map
-rw-r--r--    1 root root      218 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.inputmap
-rw-r--r--    1 root root     4393 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.isapnpmap
-rw-r--r--    1 root root       74 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.ofmap
-rw-r--r--    1 root root   435625 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.pcimap
-rw-r--r--    1 root root     1471 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.seriomap
-rw-r--r--    1 root root      131 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.softdep
-rw-r--r--    1 root root   240412 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.symbols
-rw-r--r--    1 root root   306747 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.symbols.bin
-rw-r--r--    1 root root   998042 Sep  5 17:46 /lib/modules/2.6.38-8-generic/modules.usbmap
drwxr-xr-x    2 root root      200 Sep  5 17:46 /usr/bin
-rwxr-xr-x    1 root root    13394 Sep  5 17:46 /usr/bin/nvidia-bug-report.sh
-rwxr-xr-x    1 root root   260552 Sep  5 17:46 /usr/bin/nvidia-installer
-rwxr-xr-x    1 root root  1828168 Sep  5 17:46 /usr/bin/nvidia-settings
-rwxr-xr-x    1 root root    58824 Sep  5 17:46 /usr/bin/nvidia-smi
lrwxrwxrwx    1 root root       16 Sep  5 17:46 /usr/bin/nvidia-uninstall -> nvidia-installer
-rwxr-xr-x    1 root root   164952 Sep  5 17:46 /usr/bin/nvidia-xconfig
drwxr-xr-x  205 root root      840 Sep  5 17:46 /usr/lib
-rw-r--r--    1 root root      654 Sep  5 17:46 /usr/lib/libGL.la
lrwxrwxrwx    1 root root       10 Sep  5 17:46 /usr/lib/libGL.so -> libGL.so.1
lrwxrwxrwx    1 root root       15 Sep  5 17:46 /usr/lib/libGL.so.1 -> libGL.so.280.04
-rwxr-xr-x    1 root root  1025360 Sep  5 17:46 /usr/lib/libGL.so.280.04
lrwxrwxrwx    1 root root       14 Sep  5 17:46 /usr/lib/libOpenCL.so -> libOpenCL.so.1
lrwxrwxrwx    1 root root       16 Sep  5 17:46 /usr/lib/libOpenCL.so.1 -> libOpenCL.so.1.0
lrwxrwxrwx    1 root root       18 Sep  5 17:46 /usr/lib/libOpenCL.so.1.0 -> libOpenCL.so.1.0.0
-rwxr-xr-x    1 root root    21296 Sep  5 17:46 /usr/lib/libOpenCL.so.1.0.0
-r--r--r--    1 root root   219240 Sep  5 17:46 /usr/lib/libXvMCNVIDIA.a
-rwxr-xr-x    1 root root   156600 Sep  5 17:46 /usr/lib/libXvMCNVIDIA.so.280.04
lrwxrwxrwx    1 root root       26 Sep  5 17:46 /usr/lib/libXvMCNVIDIA_dynamic.so -> libXvMCNVIDIA_dynamic.so.1
lrwxrwxrwx    1 root root       23 Sep  5 17:46 /usr/lib/libXvMCNVIDIA_dynamic.so.1 -> libXvMCNVIDIA.so.280.04
lrwxrwxrwx    1 root root       12 Sep  5 17:46 /usr/lib/libcuda.so -> libcuda.so.1
lrwxrwxrwx    1 root root       17 Sep  5 17:46 /usr/lib/libcuda.so.1 -> libcuda.so.280.04
-rwxr-xr-x    1 root root  7868968 Sep  5 17:46 /usr/lib/libcuda.so.280.04
lrwxrwxrwx    1 root root       15 Sep  5 17:46 /usr/lib/libnvcuvid.so -> libnvcuvid.so.1
lrwxrwxrwx    1 root root       20 Sep  5 17:46 /usr/lib/libnvcuvid.so.1 -> libnvcuvid.so.280.04
-rwxr-xr-x    1 root root  2192608 Sep  5 17:46 /usr/lib/libnvcuvid.so.280.04
lrwxrwxrwx    1 root root       18 Sep  5 17:46 /usr/lib/libnvidia-cfg.so -> libnvidia-cfg.so.1
lrwxrwxrwx    1 root root       23 Sep  5 17:46 /usr/lib/libnvidia-cfg.so.1 -> libnvidia-cfg.so.280.04
-rwxr-xr-x    1 root root   136616 Sep  5 17:46 /usr/lib/libnvidia-cfg.so.280.04
-rwxr-xr-x    1 root root 27339936 Sep  5 17:46 /usr/lib/libnvidia-compiler.so.280.04
-rwxr-xr-x    1 root root 29564784 Sep  5 17:46 /usr/lib/libnvidia-glcore.so.280.04
lrwxrwxrwx    1 root root       17 Sep  5 17:46 /usr/lib/libnvidia-ml.so -> libnvidia-ml.so.1
lrwxrwxrwx    1 root root       22 Sep  5 17:46 /usr/lib/libnvidia-ml.so.1 -> libnvidia-ml.so.280.04
-rwxr-xr-x    1 root root   172272 Sep  5 17:46 /usr/lib/libnvidia-ml.so.280.04
-rwxr-xr-x    1 root root     8720 Sep  5 17:46 /usr/lib/libnvidia-tls.so.280.04
lrwxrwxrwx    1 root root       13 Sep  5 17:46 /usr/lib/libvdpau.so -> libvdpau.so.1
lrwxrwxrwx    1 root root       18 Sep  5 17:46 /usr/lib/libvdpau.so.1 -> libvdpau.so.280.04
-rwxr-xr-x    1 root root     4064 Sep  5 17:46 /usr/lib/libvdpau.so.280.04
lrwxrwxrwx    1 root root       31 Sep  5 17:46 /usr/lib/libvdpau_nvidia.so -> vdpau/libvdpau_nvidia.so.280.04
lrwxrwxrwx    1 root root       30 Sep  5 17:46 /usr/lib/libvdpau_trace.so -> vdpau/libvdpau_trace.so.280.04
drwxr-xr-x    2 root root       80 Sep  5 17:46 /usr/lib/mesa
drwxr-xr-x    2 root root       60 Sep  5 17:46 /usr/lib/tls
-rwxr-xr-x    1 root root     8968 Sep  5 17:46 /usr/lib/tls/libnvidia-tls.so.280.04
drwxr-xr-x    2 root root      120 Sep  5 17:46 /usr/lib/vdpau
lrwxrwxrwx    1 root root       25 Sep  5 17:46 /usr/lib/vdpau/libvdpau_nvidia.so.1 -> libvdpau_nvidia.so.280.04
-rwxr-xr-x    1 root root  1665128 Sep  5 17:46 /usr/lib/vdpau/libvdpau_nvidia.so.280.04
lrwxrwxrwx    1 root root       24 Sep  5 17:46 /usr/lib/vdpau/libvdpau_trace.so.1 -> libvdpau_trace.so.280.04
-rwxr-xr-x    1 root root    46872 Sep  5 17:46 /usr/lib/vdpau/libvdpau_trace.so.280.04
drwxr-xr-x    5 root root       60 Apr 25 23:04 /usr/lib/xorg
drwxr-xr-x    8 root root      120 Sep  5 17:46 /usr/lib/xorg/modules
drwxr-xr-x    2 root root       60 Sep  5 17:46 /usr/lib/xorg/modules/drivers
-rwxr-xr-x    1 root root  6893312 Sep  5 17:46 /usr/lib/xorg/modules/drivers/nvidia_drv.so
drwxr-xr-x    2 root root       80 Sep  5 17:46 /usr/lib/xorg/modules/extensions
lrwxrwxrwx    1 root root       16 Sep  5 17:46 /usr/lib/xorg/modules/extensions/libglx.so -> libglx.so.280.04
-rwxr-xr-x    1 root root  6346184 Sep  5 17:46 /usr/lib/xorg/modules/extensions/libglx.so.280.04
lrwxrwxrwx    1 root root       23 Sep  5 17:46 /usr/lib/xorg/modules/libnvidia-wfb.so.1 -> libnvidia-wfb.so.280.04
-rwxr-xr-x    1 root root   295416 Sep  5 17:46 /usr/lib/xorg/modules/libnvidia-wfb.so.280.04
drwxr-xr-x    3 root root      100 Sep  5 17:46 /usr/share/applications
-r--r--r--    1 root root      240 Sep  5 17:46 /usr/share/applications/nvidia-settings.desktop
drwxr-xr-x 1364 root root      160 Sep  5 17:46 /usr/share/doc
drwxr-xr-x    3 root root      140 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0
-r--r--r--    1 root root     5725 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/LICENSE
-r--r--r--    1 root root    98682 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/NVIDIA_Changelog
-r--r--r--    1 root root   387791 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/README.txt
drwxr-xr-x    2 root root      900 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html
-r--r--r--    1 root root     8287 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/acknowledgements.html
-r--r--r--    1 root root     4351 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/addtlresources.html
-r--r--r--    1 root root     3728 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/appendices.html
-r--r--r--    1 root root     2554 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/audiosupport.html
-r--r--r--    1 root root    46278 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/commonproblems.html
-r--r--r--    1 root root     9683 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/configlaptop.html
-r--r--r--    1 root root     5268 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/configmultxscreens.html
-r--r--r--    1 root root     8222 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/configtvout.html
-r--r--r--    1 root root    24545 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/configtwinview.html
-r--r--r--    1 root root    12000 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/configuringagp.html
-r--r--r--    1 root root     3531 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/depth30.html
-r--r--r--    1 root root     5190 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/displaydevicenames.html
-r--r--r--    1 root root     6161 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/dma_issues.html
-r--r--r--    1 root root     6663 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/dpi.html
-r--r--r--    1 root root     8098 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/editxconfig.html
-r--r--r--    1 root root    25758 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/faq.html
-r--r--r--    1 root root     4022 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/flippingubb.html
-r--r--r--    1 root root    27246 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/framelock.html
-r--r--r--    1 root root     5032 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/glxsupport.html
-r--r--r--    1 root root     3701 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/i2c.html
-r--r--r--    1 root root     8576 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/index.html
-r--r--r--    1 root root     6150 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/installationandconfiguration.html
-r--r--r--    1 root root     9767 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/installdriver.html
-r--r--r--    1 root root    10103 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/installedcomponents.html
-r--r--r--    1 root root     5215 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/introduction.html
-r--r--r--    1 root root    25301 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/knownissues.html
-r--r--r--    1 root root     5602 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/minimumrequirements.html
-r--r--r--    1 root root    20122 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/newusertips.html
-r--r--r--    1 root root     3040 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/nvidiasettings.html
-r--r--r--    1 root root     9587 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/openglenvvariables.html
-r--r--r--    1 root root     5479 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/powermanagement.html
-r--r--r--    1 root root     4713 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/procinterface.html
-r--r--r--    1 root root    16899 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/programmingmodes.html
-r--r--r--    1 root root    11159 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/sdi.html
-r--r--r--    1 root root     3312 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/selectdriver.html
-r--r--r--    1 root root    18556 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/sli.html
-r--r--r--    1 root root    44675 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/supportedchips.html
-r--r--r--    1 root root    30023 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/vdpausupport.html
-r--r--r--    1 root root     8248 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/xcompositeextension.html
-r--r--r--    1 root root    85609 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/xconfigoptions.html
-r--r--r--    1 root root     6061 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/xineramaglx.html
-r--r--r--    1 root root     3757 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/xrandrextension.html
-r--r--r--    1 root root     2828 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/html/xvmcsupport.html
-r--r--r--    1 root root     3485 Sep  5 17:46 /usr/share/doc/NVIDIA_GLX-1.0/nvidia-settings.png
drwxr-xr-x    2 root root      160 Sep  5 17:46 /usr/share/man/man1
-r--r--r--    1 root root     6948 Sep  5 17:46 /usr/share/man/man1/nvidia-installer.1.gz
-r--r--r--    1 root root     7328 Sep  5 17:46 /usr/share/man/man1/nvidia-settings.1.gz
-r--r--r--    1 root root     6282 Sep  5 17:46 /usr/share/man/man1/nvidia-smi.1.gz
-r--r--r--    1 root root     7754 Sep  5 17:46 /usr/share/man/man1/nvidia-xconfig.1.gz
drwxr-xr-x   21 root root      140 Apr 25 23:06 /var/cache
drwx------    2 root root       60 Sep  5 17:46 /var/cache/ldconfig
-rw-------    1 root root    42619 Sep  5 17:46 /var/cache/ldconfig/aux-cache
drwxr-xr-x   76 root root      360 Sep  5 17:46 /var/lib
drwx------    2 root root      100 Sep  5 17:46 /var/lib/nvidia
-rw-r--r--    1 root root   502016 Apr 19 10:50 /var/lib/nvidia/100
-rw-r--r--    1 root root   438440 Apr 19 15:49 /var/lib/nvidia/101
-rw-------    1 root root     6066 Sep  5 17:46 /var/lib/nvidia/log
drwxr-xr-x   15 root root      460 Sep  5 17:46 /var/log
-rw-r--r--    1 root root    58075 Sep  5 17:47 /var/log/nvidia-installer.log
/etc
/etc/OpenCL
/etc/OpenCL/vendors
/lib
/lib/modules
/lib/modules/2.6.38-8-generic
/lib/modules/2.6.38-8-generic/kernel
/lib/modules/2.6.38-8-generic/kernel/drivers
/lib/modules/2.6.38-8-generic/kernel/drivers/video
/var/cache
/var/cache/ldconfig
/var/lib
/var/lib/nvidia
/var/log
/usr/bin
/usr/lib
/usr/lib/xorg
/usr/lib/xorg/modules
/usr/lib/xorg/modules/drivers
/usr/lib/xorg/modules/extensions
/usr/lib/mesa
/usr/lib/vdpau
/usr/lib/tls
/usr/share/man/man1
/usr/share/doc
/usr/share/doc/NVIDIA_GLX-1.0
/usr/share/doc/NVIDIA_GLX-1.0/html
/usr/share/applications
/etc/ld.so.cache
/etc/OpenCL/vendors/nvidia.icd
/lib/modules/2.6.38-8-generic/modules.devname
/lib/modules/2.6.38-8-generic/modules.builtin.bin
/lib/modules/2.6.38-8-generic/modules.symbols.bin
/lib/modules/2.6.38-8-generic/modules.symbols
/lib/modules/2.6.38-8-generic/modules.softdep
/lib/modules/2.6.38-8-generic/modules.alias.bin
/lib/modules/2.6.38-8-generic/modules.alias
/lib/modules/2.6.38-8-generic/modules.seriomap
/lib/modules/2.6.38-8-generic/modules.ofmap
/lib/modules/2.6.38-8-generic/modules.inputmap
/lib/modules/2.6.38-8-generic/modules.isapnpmap
/lib/modules/2.6.38-8-generic/modules.ieee1394map
/lib/modules/2.6.38-8-generic/modules.ccwmap
/lib/modules/2.6.38-8-generic/modules.usbmap
/lib/modules/2.6.38-8-generic/modules.pcimap
/lib/modules/2.6.38-8-generic/modules.dep.bin
/lib/modules/2.6.38-8-generic/modules.dep
/lib/modules/2.6.38-8-generic/kernel/drivers/video/nvidia.ko
/var/cache/ldconfig/aux-cache
/var/lib/nvidia/101
/var/lib/nvidia/100
/var/lib/nvidia/log
/var/log/nvidia-installer.log
/usr/bin/nvidia-uninstall
/usr/bin/nvidia-installer
/usr/bin/nvidia-bug-report.sh
/usr/bin/nvidia-settings
/usr/bin/nvidia-xconfig
/usr/bin/nvidia-smi
/usr/lib/xorg/modules/libnvidia-wfb.so.1
/usr/lib/xorg/modules/libnvidia-wfb.so.280.04
/usr/lib/xorg/modules/drivers/nvidia_drv.so
/usr/lib/xorg/modules/extensions/libglx.so
/usr/lib/xorg/modules/extensions/libglx.so.280.04
/usr/lib/libGL.la
/usr/lib/libnvcuvid.so
/usr/lib/libnvcuvid.so.1
/usr/lib/libnvcuvid.so.280.04
/usr/lib/libvdpau_nvidia.so
/usr/lib/libvdpau_trace.so
/usr/lib/vdpau/libvdpau_nvidia.so.1
/usr/lib/vdpau/libvdpau_trace.so.1
/usr/lib/vdpau/libvdpau_nvidia.so.280.04
/usr/lib/vdpau/libvdpau_trace.so.280.04
/usr/lib/libvdpau.so
/usr/lib/libvdpau.so.1
/usr/lib/libvdpau.so.280.04
/usr/lib/libnvidia-compiler.so.280.04
/usr/lib/libOpenCL.so
/usr/lib/libOpenCL.so.1
/usr/lib/libOpenCL.so.1.0
/usr/lib/libOpenCL.so.1.0.0
/usr/lib/libcuda.so
/usr/lib/libcuda.so.1
/usr/lib/libcuda.so.280.04
/usr/lib/libnvidia-cfg.so
/usr/lib/libnvidia-cfg.so.1
/usr/lib/libnvidia-cfg.so.280.04
/usr/lib/libnvidia-ml.so
/usr/lib/libnvidia-ml.so.1
/usr/lib/libnvidia-ml.so.280.04
/usr/lib/libXvMCNVIDIA_dynamic.so
/usr/lib/libXvMCNVIDIA_dynamic.so.1
/usr/lib/libXvMCNVIDIA.so.280.04
/usr/lib/libXvMCNVIDIA.a
/usr/lib/libnvidia-tls.so.280.04
/usr/lib/libGL.so
/usr/lib/libGL.so.1
/usr/lib/libGL.so.280.04
/usr/lib/libnvidia-glcore.so.280.04
/usr/lib/tls/libnvidia-tls.so.280.04
/usr/share/man/man1/nvidia-installer.1.gz
/usr/share/man/man1/nvidia-settings.1.gz
/usr/share/man/man1/nvidia-xconfig.1.gz
/usr/share/man/man1/nvidia-smi.1.gz
/usr/share/doc/NVIDIA_GLX-1.0/html/xvmcsupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xrandrextension.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xineramaglx.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xconfigoptions.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xcompositeextension.html
/usr/share/doc/NVIDIA_GLX-1.0/html/vdpausupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/supportedchips.html
/usr/share/doc/NVIDIA_GLX-1.0/html/sli.html
/usr/share/doc/NVIDIA_GLX-1.0/html/selectdriver.html
/usr/share/doc/NVIDIA_GLX-1.0/html/sdi.html
/usr/share/doc/NVIDIA_GLX-1.0/html/programmingmodes.html
/usr/share/doc/NVIDIA_GLX-1.0/html/procinterface.html
/usr/share/doc/NVIDIA_GLX-1.0/html/powermanagement.html
/usr/share/doc/NVIDIA_GLX-1.0/html/openglenvvariables.html
/usr/share/doc/NVIDIA_GLX-1.0/html/nvidiasettings.html
/usr/share/doc/NVIDIA_GLX-1.0/html/newusertips.html
/usr/share/doc/NVIDIA_GLX-1.0/html/minimumrequirements.html
/usr/share/doc/NVIDIA_GLX-1.0/html/knownissues.html
/usr/share/doc/NVIDIA_GLX-1.0/html/introduction.html
/usr/share/doc/NVIDIA_GLX-1.0/html/installedcomponents.html
/usr/share/doc/NVIDIA_GLX-1.0/html/installdriver.html
/usr/share/doc/NVIDIA_GLX-1.0/html/installationandconfiguration.html
/usr/share/doc/NVIDIA_GLX-1.0/html/index.html
/usr/share/doc/NVIDIA_GLX-1.0/html/i2c.html
/usr/share/doc/NVIDIA_GLX-1.0/html/glxsupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/framelock.html
/usr/share/doc/NVIDIA_GLX-1.0/html/flippingubb.html
/usr/share/doc/NVIDIA_GLX-1.0/html/faq.html
/usr/share/doc/NVIDIA_GLX-1.0/html/editxconfig.html
/usr/share/doc/NVIDIA_GLX-1.0/html/dpi.html
/usr/share/doc/NVIDIA_GLX-1.0/html/dma_issues.html
/usr/share/doc/NVIDIA_GLX-1.0/html/displaydevicenames.html
/usr/share/doc/NVIDIA_GLX-1.0/html/depth30.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configuringagp.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configtwinview.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configtvout.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configmultxscreens.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configlaptop.html
/usr/share/doc/NVIDIA_GLX-1.0/html/commonproblems.html
/usr/share/doc/NVIDIA_GLX-1.0/html/audiosupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/appendices.html
/usr/share/doc/NVIDIA_GLX-1.0/html/addtlresources.html
/usr/share/doc/NVIDIA_GLX-1.0/html/acknowledgements.html
/usr/share/doc/NVIDIA_GLX-1.0/README.txt
/usr/share/doc/NVIDIA_GLX-1.0/LICENSE
/usr/share/doc/NVIDIA_GLX-1.0/nvidia-settings.png
/usr/share/doc/NVIDIA_GLX-1.0/NVIDIA_Changelog
/usr/share/applications/nvidia-settings.desktop
/etc
/etc/ld.so.cache
/etc/OpenCL
/etc/OpenCL/vendors
/etc/OpenCL/vendors/nvidia.icd
/lib
/lib/modules
/lib/modules/2.6.38-8-generic
/lib/modules/2.6.38-8-generic/modules.devname
/lib/modules/2.6.38-8-generic/modules.builtin.bin
/lib/modules/2.6.38-8-generic/modules.symbols.bin
/lib/modules/2.6.38-8-generic/modules.symbols
/lib/modules/2.6.38-8-generic/modules.softdep
/lib/modules/2.6.38-8-generic/modules.alias.bin
/lib/modules/2.6.38-8-generic/modules.alias
/lib/modules/2.6.38-8-generic/modules.seriomap
/lib/modules/2.6.38-8-generic/modules.ofmap
/lib/modules/2.6.38-8-generic/modules.inputmap
/lib/modules/2.6.38-8-generic/modules.isapnpmap
/lib/modules/2.6.38-8-generic/modules.ieee1394map
/lib/modules/2.6.38-8-generic/modules.ccwmap
/lib/modules/2.6.38-8-generic/modules.usbmap
/lib/modules/2.6.38-8-generic/modules.pcimap
/lib/modules/2.6.38-8-generic/modules.dep.bin
/lib/modules/2.6.38-8-generic/modules.dep
/lib/modules/2.6.38-8-generic/kernel
/lib/modules/2.6.38-8-generic/kernel/drivers
/lib/modules/2.6.38-8-generic/kernel/drivers/video
/lib/modules/2.6.38-8-generic/kernel/drivers/video/nvidia.ko
/var/cache
/var/cache/ldconfig
/var/cache/ldconfig/aux-cache
/var/lib
/var/lib/nvidia
/var/lib/nvidia/101
/var/lib/nvidia/100
/var/lib/nvidia/log
/var/log
/var/log/nvidia-installer.log
/usr/bin
/usr/bin/nvidia-uninstall
/usr/bin/nvidia-installer
/usr/bin/nvidia-bug-report.sh
/usr/bin/nvidia-settings
/usr/bin/nvidia-xconfig
/usr/bin/nvidia-smi
/usr/lib
/usr/lib/xorg
/usr/lib/xorg/modules
/usr/lib/xorg/modules/libnvidia-wfb.so.1
/usr/lib/xorg/modules/libnvidia-wfb.so.280.04
/usr/lib/xorg/modules/drivers
/usr/lib/xorg/modules/drivers/nvidia_drv.so
/usr/lib/xorg/modules/extensions
/usr/lib/xorg/modules/extensions/libglx.so
/usr/lib/xorg/modules/extensions/libglx.so.280.04
/usr/lib/mesa
/usr/lib/libGL.la
/usr/lib/libnvcuvid.so
/usr/lib/libnvcuvid.so.1
/usr/lib/libnvcuvid.so.280.04
/usr/lib/libvdpau_nvidia.so
/usr/lib/libvdpau_trace.so
/usr/lib/vdpau
/usr/lib/vdpau/libvdpau_nvidia.so.1
/usr/lib/vdpau/libvdpau_trace.so.1
/usr/lib/vdpau/libvdpau_nvidia.so.280.04
/usr/lib/vdpau/libvdpau_trace.so.280.04
/usr/lib/libvdpau.so
/usr/lib/libvdpau.so.1
/usr/lib/libvdpau.so.280.04
/usr/lib/libnvidia-compiler.so.280.04
/usr/lib/libOpenCL.so
/usr/lib/libOpenCL.so.1
/usr/lib/libOpenCL.so.1.0
/usr/lib/libOpenCL.so.1.0.0
/usr/lib/libcuda.so
/usr/lib/libcuda.so.1
/usr/lib/libcuda.so.280.04
/usr/lib/libnvidia-cfg.so
/usr/lib/libnvidia-cfg.so.1
/usr/lib/libnvidia-cfg.so.280.04
/usr/lib/libnvidia-ml.so
/usr/lib/libnvidia-ml.so.1
/usr/lib/libnvidia-ml.so.280.04
/usr/lib/libXvMCNVIDIA_dynamic.so
/usr/lib/libXvMCNVIDIA_dynamic.so.1
/usr/lib/libXvMCNVIDIA.so.280.04
/usr/lib/libXvMCNVIDIA.a
/usr/lib/libnvidia-tls.so.280.04
/usr/lib/libGL.so
/usr/lib/libGL.so.1
/usr/lib/libGL.so.280.04
/usr/lib/libnvidia-glcore.so.280.04
/usr/lib/tls
/usr/lib/tls/libnvidia-tls.so.280.04
/usr/share/man/man1
/usr/share/man/man1/nvidia-installer.1.gz
/usr/share/man/man1/nvidia-settings.1.gz
/usr/share/man/man1/nvidia-xconfig.1.gz
/usr/share/man/man1/nvidia-smi.1.gz
/usr/share/doc
/usr/share/doc/NVIDIA_GLX-1.0
/usr/share/doc/NVIDIA_GLX-1.0/html
/usr/share/doc/NVIDIA_GLX-1.0/html/xvmcsupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xrandrextension.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xineramaglx.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xconfigoptions.html
/usr/share/doc/NVIDIA_GLX-1.0/html/xcompositeextension.html
/usr/share/doc/NVIDIA_GLX-1.0/html/vdpausupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/supportedchips.html
/usr/share/doc/NVIDIA_GLX-1.0/html/sli.html
/usr/share/doc/NVIDIA_GLX-1.0/html/selectdriver.html
/usr/share/doc/NVIDIA_GLX-1.0/html/sdi.html
/usr/share/doc/NVIDIA_GLX-1.0/html/programmingmodes.html
/usr/share/doc/NVIDIA_GLX-1.0/html/procinterface.html
/usr/share/doc/NVIDIA_GLX-1.0/html/powermanagement.html
/usr/share/doc/NVIDIA_GLX-1.0/html/openglenvvariables.html
/usr/share/doc/NVIDIA_GLX-1.0/html/nvidiasettings.html
/usr/share/doc/NVIDIA_GLX-1.0/html/newusertips.html
/usr/share/doc/NVIDIA_GLX-1.0/html/minimumrequirements.html
/usr/share/doc/NVIDIA_GLX-1.0/html/knownissues.html
/usr/share/doc/NVIDIA_GLX-1.0/html/introduction.html
/usr/share/doc/NVIDIA_GLX-1.0/html/installedcomponents.html
/usr/share/doc/NVIDIA_GLX-1.0/html/installdriver.html
/usr/share/doc/NVIDIA_GLX-1.0/html/installationandconfiguration.html
/usr/share/doc/NVIDIA_GLX-1.0/html/index.html
/usr/share/doc/NVIDIA_GLX-1.0/html/i2c.html
/usr/share/doc/NVIDIA_GLX-1.0/html/glxsupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/framelock.html
/usr/share/doc/NVIDIA_GLX-1.0/html/flippingubb.html
/usr/share/doc/NVIDIA_GLX-1.0/html/faq.html
/usr/share/doc/NVIDIA_GLX-1.0/html/editxconfig.html
/usr/share/doc/NVIDIA_GLX-1.0/html/dpi.html
/usr/share/doc/NVIDIA_GLX-1.0/html/dma_issues.html
/usr/share/doc/NVIDIA_GLX-1.0/html/displaydevicenames.html
/usr/share/doc/NVIDIA_GLX-1.0/html/depth30.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configuringagp.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configtwinview.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configtvout.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configmultxscreens.html
/usr/share/doc/NVIDIA_GLX-1.0/html/configlaptop.html
/usr/share/doc/NVIDIA_GLX-1.0/html/commonproblems.html
/usr/share/doc/NVIDIA_GLX-1.0/html/audiosupport.html
/usr/share/doc/NVIDIA_GLX-1.0/html/appendices.html
/usr/share/doc/NVIDIA_GLX-1.0/html/addtlresources.html
/usr/share/doc/NVIDIA_GLX-1.0/html/acknowledgements.html
/usr/share/doc/NVIDIA_GLX-1.0/README.txt
/usr/share/doc/NVIDIA_GLX-1.0/LICENSE
/usr/share/doc/NVIDIA_GLX-1.0/nvidia-settings.png
/usr/share/doc/NVIDIA_GLX-1.0/NVIDIA_Changelog
/usr/share/applications
/usr/share/applications/nvidia-settings.desktop
1.0-28004 (280.04)
NVIDIA Accelerated Graphics Driver for Linux-x86_64
2: /usr/lib/mesa/libGL.so.1
libGL.so.1.2
120777 0 0
100: /usr/lib/mesa/libGL.so.1.2
530632577 100644 0 0
101: /usr/lib/xorg/modules/extensions/libglx.so
1663933060 100644 0 0
1: /usr/lib/libnvidia-glcore.so.280.04
2906165494
1: /usr/lib/libGL.so.280.04
783237628
1: /usr/lib/xorg/modules/extensions/libglx.so.280.04
2836178872
1: /usr/lib/libnvidia-tls.so.280.04
3666075501
1: /usr/lib/tls/libnvidia-tls.so.280.04
869408410
1: /usr/lib/xorg/modules/drivers/nvidia_drv.so
176594131
1: /usr/lib/xorg/modules/libnvidia-wfb.so.280.04
2020005572
1: /usr/lib/libXvMCNVIDIA.a
2750209721
1: /usr/lib/libXvMCNVIDIA.so.280.04
755624805
1: /usr/share/doc/NVIDIA_GLX-1.0/NVIDIA_Changelog
3263020339
1: /usr/share/doc/NVIDIA_GLX-1.0/nvidia-settings.png
3379540851
1: /usr/share/doc/NVIDIA_GLX-1.0/LICENSE
1309744396
1: /usr/bin/nvidia-smi
2344818968
1: /usr/share/man/man1/nvidia-smi.1.gz
978029697
1: /usr/lib/libnvidia-ml.so.280.04
2933663921
1: /usr/bin/nvidia-xconfig
3857950344
1: /usr/share/man/man1/nvidia-xconfig.1.gz
2571602368
1: /usr/bin/nvidia-settings
1698104499
1: /usr/share/man/man1/nvidia-settings.1.gz
151754627
1: /usr/bin/nvidia-bug-report.sh
978206504
1: /usr/share/man/man1/nvidia-installer.1.gz
871218193
1: /usr/bin/nvidia-installer
528859426
1: /usr/lib/libnvidia-cfg.so.280.04
3533628575
1: /usr/share/doc/NVIDIA_GLX-1.0/README.txt
3260718499
1: /usr/lib/libcuda.so.280.04
3398391713
1: /usr/lib/libOpenCL.so.1.0.0
575757607
1: /etc/OpenCL/vendors/nvidia.icd
3720982244
1: /usr/lib/libnvidia-compiler.so.280.04
2782981165
1: /usr/lib/libvdpau.so.280.04
1027307798
1: /usr/lib/vdpau/libvdpau_trace.so.280.04
2119274905
1: /usr/lib/vdpau/libvdpau_nvidia.so.280.04
3880278881
1: /usr/lib/libnvcuvid.so.280.04
3917487400
1: /usr/share/doc/NVIDIA_GLX-1.0/html/acknowledgements.html
678525947
1: /usr/share/doc/NVIDIA_GLX-1.0/html/addtlresources.html
2733180989
1: /usr/share/doc/NVIDIA_GLX-1.0/html/appendices.html
1404942735
1: /usr/share/doc/NVIDIA_GLX-1.0/html/audiosupport.html
2910906812
1: /usr/share/doc/NVIDIA_GLX-1.0/html/commonproblems.html
3635024142
1: /usr/share/doc/NVIDIA_GLX-1.0/html/configlaptop.html
1345296427
1: /usr/share/doc/NVIDIA_GLX-1.0/html/configmultxscreens.html
1128933350
1: /usr/share/doc/NVIDIA_GLX-1.0/html/configtvout.html
1818241357
1: /usr/share/doc/NVIDIA_GLX-1.0/html/configtwinview.html
4264629659
1: /usr/share/doc/NVIDIA_GLX-1.0/html/configuringagp.html
2241648028
1: /usr/share/doc/NVIDIA_GLX-1.0/html/depth30.html
3972984682
1: /usr/share/doc/NVIDIA_GLX-1.0/html/displaydevicenames.html
32759289
1: /usr/share/doc/NVIDIA_GLX-1.0/html/dma_issues.html
1338200546
1: /usr/share/doc/NVIDIA_GLX-1.0/html/dpi.html
2501708998
1: /usr/share/doc/NVIDIA_GLX-1.0/html/editxconfig.html
428893265
1: /usr/share/doc/NVIDIA_GLX-1.0/html/faq.html
391311530
1: /usr/share/doc/NVIDIA_GLX-1.0/html/flippingubb.html
1105818945
1: /usr/share/doc/NVIDIA_GLX-1.0/html/framelock.html
4053288259
1: /usr/share/doc/NVIDIA_GLX-1.0/html/glxsupport.html
1012869507
1: /usr/share/doc/NVIDIA_GLX-1.0/html/i2c.html
2587522012
1: /usr/share/doc/NVIDIA_GLX-1.0/html/index.html
4294512755
1: /usr/share/doc/NVIDIA_GLX-1.0/html/installationandconfiguration.html
1952462033
1: /usr/share/doc/NVIDIA_GLX-1.0/html/installdriver.html
594714849
1: /usr/share/doc/NVIDIA_GLX-1.0/html/installedcomponents.html
2280268680
1: /usr/share/doc/NVIDIA_GLX-1.0/html/introduction.html
2818083912
1: /usr/share/doc/NVIDIA_GLX-1.0/html/knownissues.html
2816494667
1: /usr/share/doc/NVIDIA_GLX-1.0/html/minimumrequirements.html
2990473162
1: /usr/share/doc/NVIDIA_GLX-1.0/html/newusertips.html
3194143381
1: /usr/share/doc/NVIDIA_GLX-1.0/html/nvidiasettings.html
2308779023
1: /usr/share/doc/NVIDIA_GLX-1.0/html/openglenvvariables.html
1919070064
1: /usr/share/doc/NVIDIA_GLX-1.0/html/powermanagement.html
3646864928
1: /usr/share/doc/NVIDIA_GLX-1.0/html/procinterface.html
3548308204
1: /usr/share/doc/NVIDIA_GLX-1.0/html/programmingmodes.html
274737329
1: /usr/share/doc/NVIDIA_GLX-1.0/html/sdi.html
1615483219
1: /usr/share/doc/NVIDIA_GLX-1.0/html/selectdriver.html
1151451636
1: /usr/share/doc/NVIDIA_GLX-1.0/html/sli.html
1854728568
1: /usr/share/doc/NVIDIA_GLX-1.0/html/supportedchips.html
2568053239
1: /usr/share/doc/NVIDIA_GLX-1.0/html/vdpausupport.html
510571857
1: /usr/share/doc/NVIDIA_GLX-1.0/html/xcompositeextension.html
178582627
1: /usr/share/doc/NVIDIA_GLX-1.0/html/xconfigoptions.html
4057960009
1: /usr/share/doc/NVIDIA_GLX-1.0/html/xineramaglx.html
287944288
1: /usr/share/doc/NVIDIA_GLX-1.0/html/xrandrextension.html
2022593999
1: /usr/share/doc/NVIDIA_GLX-1.0/html/xvmcsupport.html
253355255
1: /lib/modules/2.6.38-8-generic/kernel/drivers/video/nvidia.ko
2618360792
1: /usr/lib/libGL.la
2116221918
1: /usr/share/applications/nvidia-settings.desktop
2744848513
0: /usr/lib/libGL.so.1
libGL.so.280.04
0: /usr/lib/libGL.so
libGL.so.1
0: /usr/lib/xorg/modules/extensions/libglx.so
libglx.so.280.04
0: /usr/lib/xorg/modules/libnvidia-wfb.so.1
libnvidia-wfb.so.280.04
0: /usr/lib/libXvMCNVIDIA_dynamic.so.1
libXvMCNVIDIA.so.280.04
0: /usr/lib/libXvMCNVIDIA_dynamic.so
libXvMCNVIDIA_dynamic.so.1
0: /usr/lib/libnvidia-ml.so.1
libnvidia-ml.so.280.04
0: /usr/lib/libnvidia-ml.so
libnvidia-ml.so.1
0: /usr/bin/nvidia-uninstall
nvidia-installer
0: /usr/lib/libnvidia-cfg.so.1
libnvidia-cfg.so.280.04
0: /usr/lib/libnvidia-cfg.so
libnvidia-cfg.so.1
0: /usr/lib/libcuda.so.1
libcuda.so.280.04
0: /usr/lib/libcuda.so
libcuda.so.1
0: /usr/lib/libOpenCL.so.1.0
libOpenCL.so.1.0.0
0: /usr/lib/libOpenCL.so.1
libOpenCL.so.1.0
0: /usr/lib/libOpenCL.so
libOpenCL.so.1
0: /usr/lib/libvdpau.so.1
libvdpau.so.280.04
0: /usr/lib/libvdpau.so
libvdpau.so.1
0: /usr/lib/vdpau/libvdpau_trace.so.1
libvdpau_trace.so.280.04
0: /usr/lib/libvdpau_trace.so
vdpau/libvdpau_trace.so.280.04
0: /usr/lib/vdpau/libvdpau_nvidia.so.1
libvdpau_nvidia.so.280.04
0: /usr/lib/libvdpau_nvidia.so
vdpau/libvdpau_nvidia.so.280.04
0: /usr/lib/libnvcuvid.so.1
libnvcuvid.so.280.04
0: /usr/lib/libnvcuvid.so
libnvcuvid.so.1