Hello!
I've decided to move from Ubuntu 10.10 all the way up to Kubuntu 12.04. I installed the Beta 1 onto new partitions, and all seemed good.
After a little time poking around, I noticed firstly that, using the Oxygen theme, that dragging windows around the desktop was sluggish. I presumed that this was because the open source nouveau drivers were being used, rather than the closed source NVIDIA binary drivers. So, I used the "Additional Drivers" thingie to install the nvidia-current package. Jockey reported that there was a problem installing the driver, and that I should look at the /etc/log/jockey.log for more details. (I've attached this to this post.)
Then, I went and installed the NVIDIA driver from their website manually (by stopping KDM, and running the NVIDIA-Linux-x86_64-295.20.run installer as root).
When I rebooted back to Kubuntu 12.04, I am only shown a 800x600 desktop, and I am unable to either change the resolution to 1920x1200 I had when I had a "clean" Kubuntu 12.04 install, nor reactivate the nouveau driver (?) correctly.
Can anyone offer any suggestions?
Many thanks,
Jon
My xorg.conf currently looks like this:
I've decided to move from Ubuntu 10.10 all the way up to Kubuntu 12.04. I installed the Beta 1 onto new partitions, and all seemed good.
After a little time poking around, I noticed firstly that, using the Oxygen theme, that dragging windows around the desktop was sluggish. I presumed that this was because the open source nouveau drivers were being used, rather than the closed source NVIDIA binary drivers. So, I used the "Additional Drivers" thingie to install the nvidia-current package. Jockey reported that there was a problem installing the driver, and that I should look at the /etc/log/jockey.log for more details. (I've attached this to this post.)
Then, I went and installed the NVIDIA driver from their website manually (by stopping KDM, and running the NVIDIA-Linux-x86_64-295.20.run installer as root).
When I rebooted back to Kubuntu 12.04, I am only shown a 800x600 desktop, and I am unable to either change the resolution to 1920x1200 I had when I had a "clean" Kubuntu 12.04 install, nor reactivate the nouveau driver (?) correctly.
Can anyone offer any suggestions?
Many thanks,
Jon
My xorg.conf currently looks like this:
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 295.20 (buildmeister@swio-display-x86-rhel47-05.nvidia.com) Mon Feb 6 22:13:40 PST 2012 Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" # generated from default Identifier "Keyboard0" Driver "kbd" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Unknown" ModelName "Unknown" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection
Code:
2012-03-11 15:57:45,848 DEBUG: Updating repository indexes... 2012-03-11 16:01:57,927 DEBUG: ... success 2012-03-11 16:01:58,101 DEBUG: updating <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> 2012-03-11 16:01:59,684 DEBUG: reading modalias file /lib/modules/3.2.0-17-generic/modules.alias 2012-03-11 16:01:59,757 DEBUG: reading modalias file /usr/share/jockey/modaliases/b43 2012-03-11 16:01:59,757 DEBUG: reading modalias file /usr/share/jockey/modaliases/disable-upstream-nvidia 2012-03-11 16:01:59,787 WARNING: Could not open DriverDB cache /var/cache/jockey/driverdb-OpenPrintingDriverDB.cache: [Errno 2] No such file or directory: '/var/cache/jockey/driverdb-OpenPrintingDriverDB.cache' 2012-03-11 16:01:59,825 DEBUG: loading custom handler /usr/share/jockey/handlers/broadcom_wl.py 2012-03-11 16:01:59,855 WARNING: modinfo for module wl failed: ERROR: modinfo: could not find module wl 2012-03-11 16:01:59,891 DEBUG: Instantiated Handler subclass __builtin__.BroadcomWLHandler from name BroadcomWLHandler 2012-03-11 16:01:59,892 DEBUG: Broadcom STA wireless driver availability undetermined, adding to pool 2012-03-11 16:01:59,892 DEBUG: loading custom handler /usr/share/jockey/handlers/nvidia.py 2012-03-11 16:01:59,945 WARNING: modinfo for module nvidia_96 failed: ERROR: modinfo: could not find module nvidia_96 2012-03-11 16:01:59,955 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver96 from name NvidiaDriver96 2012-03-11 16:01:59,958 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:00,050 DEBUG: XorgDriverHandler(nvidia_96, nvidia-96, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:00,051 DEBUG: NVIDIA accelerated graphics driver not available 2012-03-11 16:02:00,058 WARNING: modinfo for module nvidia_current failed: ERROR: modinfo: could not find module nvidia_current 2012-03-11 16:02:00,068 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriverCurrent from name NvidiaDriverCurrent 2012-03-11 16:02:00,069 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:00,145 DEBUG: NVIDIA accelerated graphics driver availability undetermined, adding to pool 2012-03-11 16:02:00,152 WARNING: modinfo for module nvidia_current_updates failed: ERROR: modinfo: could not find module nvidia_current_updates 2012-03-11 16:02:00,162 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriverCurrentUpdates from name NvidiaDriverCurrentUpdates 2012-03-11 16:02:00,164 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:00,234 DEBUG: NVIDIA accelerated graphics driver (post-release updates) availability undetermined, adding to pool 2012-03-11 16:02:00,241 WARNING: modinfo for module nvidia_173_updates failed: ERROR: modinfo: could not find module nvidia_173_updates 2012-03-11 16:02:00,252 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver173Updates from name NvidiaDriver173Updates 2012-03-11 16:02:00,253 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:00,289 DEBUG: XorgDriverHandler(nvidia_173_updates, nvidia-173-updates, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:00,289 DEBUG: NVIDIA accelerated graphics driver (post-release updates) not available 2012-03-11 16:02:00,296 WARNING: modinfo for module nvidia_173 failed: ERROR: modinfo: could not find module nvidia_173 2012-03-11 16:02:00,306 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver173 from name NvidiaDriver173 2012-03-11 16:02:00,308 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:00,343 DEBUG: XorgDriverHandler(nvidia_173, nvidia-173, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:00,344 DEBUG: NVIDIA accelerated graphics driver not available 2012-03-11 16:02:00,351 WARNING: modinfo for module nvidia_96_updates failed: ERROR: modinfo: could not find module nvidia_96_updates 2012-03-11 16:02:00,361 DEBUG: Instantiated Handler subclass __builtin__.NvidiaDriver96Updates from name NvidiaDriver96Updates 2012-03-11 16:02:00,363 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:00,398 DEBUG: XorgDriverHandler(nvidia_96_updates, nvidia-96-updates, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:00,398 DEBUG: NVIDIA accelerated graphics driver (post-release updates) not available 2012-03-11 16:02:00,399 DEBUG: loading custom handler /usr/share/jockey/handlers/vmware-client.py 2012-03-11 16:02:00,407 WARNING: modinfo for module vmxnet failed: ERROR: modinfo: could not find module vmxnet 2012-03-11 16:02:00,408 DEBUG: Instantiated Handler subclass __builtin__.VmwareClientHandler from name VmwareClientHandler 2012-03-11 16:02:00,443 DEBUG: VMWare Client Tools availability undetermined, adding to pool 2012-03-11 16:02:00,444 DEBUG: loading custom handler /usr/share/jockey/handlers/sl_modem.py 2012-03-11 16:02:00,483 DEBUG: Instantiated Handler subclass __builtin__.SlModem from name SlModem 2012-03-11 16:02:00,506 DEBUG: Software modem not available 2012-03-11 16:02:00,506 DEBUG: loading custom handler /usr/share/jockey/handlers/madwifi.py 2012-03-11 16:02:00,514 WARNING: modinfo for module ath_pci failed: ERROR: modinfo: could not find module ath_pci 2012-03-11 16:02:00,515 DEBUG: Instantiated Handler subclass __builtin__.MadwifiHandler from name MadwifiHandler 2012-03-11 16:02:00,515 DEBUG: Alternate Atheros "madwifi" driver availability undetermined, adding to pool 2012-03-11 16:02:00,515 DEBUG: loading custom handler /usr/share/jockey/handlers/fglrx.py 2012-03-11 16:02:00,523 WARNING: modinfo for module fglrx_updates failed: ERROR: modinfo: could not find module fglrx_updates 2012-03-11 16:02:00,532 DEBUG: Instantiated Handler subclass __builtin__.FglrxDriverUpdate from name FglrxDriverUpdate 2012-03-11 16:02:00,533 DEBUG: fglrx.available: falling back to default 2012-03-11 16:02:00,604 DEBUG: ATI/AMD proprietary FGLRX graphics driver (post-release updates) availability undetermined, adding to pool 2012-03-11 16:02:00,611 WARNING: modinfo for module fglrx failed: ERROR: modinfo: could not find module fglrx 2012-03-11 16:02:00,622 DEBUG: Instantiated Handler subclass __builtin__.FglrxDriver from name FglrxDriver 2012-03-11 16:02:00,622 DEBUG: fglrx.available: falling back to default 2012-03-11 16:02:00,692 DEBUG: ATI/AMD proprietary FGLRX graphics driver availability undetermined, adding to pool 2012-03-11 16:02:00,693 DEBUG: loading custom handler /usr/share/jockey/handlers/dvb_usb_firmware.py 2012-03-11 16:02:00,755 DEBUG: Instantiated Handler subclass __builtin__.DvbUsbFirmwareHandler from name DvbUsbFirmwareHandler 2012-03-11 16:02:00,756 DEBUG: Firmware for DVB cards not available 2012-03-11 16:02:00,756 DEBUG: all custom handlers loaded 2012-03-11 16:02:00,756 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v0000197Bd00002363sv00001458sd0000B000bc01sc06i01') 2012-03-11 16:02:00,774 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfwD,') 2012-03-11 16:02:00,777 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:00,859 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:00,860 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0C04:') 2012-03-11 16:02:00,860 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0B00:') 2012-03-11 16:02:00,860 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v0000197Bd00002363sv00001458sd0000B000bc01sc01i85') 2012-03-11 16:02:00,860 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'pata_jmicron'} 2012-03-11 16:02:00,860 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'pata_jmicron', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:00,860 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'platform:pcspkr') 2012-03-11 16:02:00,860 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'pcspkr'} 2012-03-11 16:02:00,861 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'pcspkr', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:00,861 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_pcsp'} 2012-03-11 16:02:00,861 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_pcsp', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:00,861 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v1D6Bp0002d0302dc09dsc00dp01ic09isc00ip00') 2012-03-11 16:02:00,872 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic0Aisc00ip00') 2012-03-11 16:02:00,984 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0019v0000p0001e0000-e0,1,k74,ramlsfw') 2012-03-11 16:02:00,984 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:00,984 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:00,984 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'} 2012-03-11 16:02:00,984 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:00,984 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic01isc02ip00') 2012-03-11 16:02:01,004 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic0Eisc02ip00') 2012-03-11 16:02:01,005 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0800:') 2012-03-11 16:02:01,005 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'platform:SP5100 TCO timer') 2012-03-11 16:02:01,005 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'platform:Fixed MDIO bus') 2012-03-11 16:02:01,005 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000') 2012-03-11 16:02:01,005 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001033d00000194sv00001458sd00005007bc0Csc03i30') 2012-03-11 16:02:01,005 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic01isc01ip00') 2012-03-11 16:02:01,006 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_usb_audio'} 2012-03-11 16:02:01,006 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_usb_audio', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,006 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'wmi:05901221-D566-11D1-B2F0-00A0C9062910') 2012-03-11 16:02:01,006 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0C01:') 2012-03-11 16:02:01,006 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0000:') 2012-03-11 16:02:01,006 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v000010ECd00008168sv00001458sd0000E000bc02sc00i00') 2012-03-11 16:02:01,013 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'r8169'} 2012-03-11 16:02:01,013 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'r8169', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,013 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001002d00004385sv00000000sd00000000bc0Csc05i00') 2012-03-11 16:02:01,249 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'i2c_piix4'} 2012-03-11 16:02:01,249 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'i2c_piix4', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,249 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'sp5100_tco'} 2012-03-11 16:02:01,249 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'sp5100_tco', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,249 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0100:') 2012-03-11 16:02:01,249 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001022d00001202sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:01,259 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'amd64_edac_mod'} 2012-03-11 16:02:01,259 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'amd64_edac_mod', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,259 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v0000104Cd00008024sv00001458sd00001000bc0Csc00i10') 2012-03-11 16:02:01,268 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'firewire_ohci'} 2012-03-11 16:02:01,269 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'firewire_ohci', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,269 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v1D6Bp0001d0302dc09dsc00dp00ic09isc00ip00') 2012-03-11 16:02:01,269 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic0Eisc01ip00') 2012-03-11 16:02:01,269 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'uvcvideo'} 2012-03-11 16:02:01,269 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'uvcvideo', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,269 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw6,') 2012-03-11 16:02:01,270 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:01,270 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,270 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw2,') 2012-03-11 16:02:01,270 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:01,270 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,270 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0003v045Ep0039e0110-e0,1,2,4,k110,111,112,113,114,r0,1,8,am4,lsfw') 2012-03-11 16:02:01,270 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:01,270 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,270 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'} 2012-03-11 16:02:01,270 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,270 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001002d00004384sv00000000sd00000000bc06sc04i01') 2012-03-11 16:02:01,273 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0003v045Ep00DDe0111-e0,1,2,3,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E4,E7,E8,E9,EA,EB,F0,F1,100,161,162,166,16A,16E,172,174,176,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,198,199,19A,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1B0,1B1,1B7,1BA,r6,a20,m4,lsfw') 2012-03-11 16:02:01,273 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:01,273 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,273 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'joydev'} 2012-03-11 16:02:01,273 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'joydev', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,273 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'} 2012-03-11 16:02:01,274 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,274 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc0Bip00') 2012-03-11 16:02:01,275 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd11/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-890FXA-UD5:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-890FXA-UD5:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:') 2012-03-11 16:02:01,287 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001022d00001203sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:01,287 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'k10temp'} 2012-03-11 16:02:01,287 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'k10temp', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,287 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v05ACp1292d0001dc00dsc00dp00ic06isc01ip01') 2012-03-11 16:02:01,305 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0C02:') 2012-03-11 16:02:01,306 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc02ip01') 2012-03-11 16:02:01,307 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'cdc_acm'} 2012-03-11 16:02:01,307 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'cdc_acm', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,307 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001022d00001200sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:01,307 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic08isc06ip50') 2012-03-11 16:02:01,309 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'uas'} 2012-03-11 16:02:01,309 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'uas', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,309 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0003v046Dp0824e0010-e0,1,kD4,ramlsfw') 2012-03-11 16:02:01,309 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:01,309 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,309 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'} 2012-03-11 16:02:01,309 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,309 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v045Ep0039d0300dc00dsc00dp00ic03isc01ip02') 2012-03-11 16:02:01,351 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbhid'} 2012-03-11 16:02:01,351 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbhid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,351 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbmouse'} 2012-03-11 16:02:01,351 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbmouse', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,351 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v1D6Bp0003d0302dc09dsc00dp03ic09isc00ip00') 2012-03-11 16:02:01,351 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v045Ep00DDd0173dc00dsc00dp00ic03isc01ip01') 2012-03-11 16:02:01,352 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbhid'} 2012-03-11 16:02:01,352 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbhid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,352 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbkbd'} 2012-03-11 16:02:01,352 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbkbd', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,352 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001002d00004391sv00001458sd0000B002bc01sc06i01') 2012-03-11 16:02:01,355 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001022d00001204sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:01,355 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw4,') 2012-03-11 16:02:01,355 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:01,356 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,356 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v000010DEd000001D1sv00001043sd0000821Dbc03sc00i00') 2012-03-11 16:02:01,546 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidiafb'} 2012-03-11 16:02:01,546 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'nvidiafb', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,546 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nouveau'} 2012-03-11 16:02:01,546 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'nouveau', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:01,546 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidia_current', 'package': 'nvidia-current'} 2012-03-11 16:02:01,591 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:01,592 DEBUG: nvidia_current is not the alternative in use 2012-03-11 16:02:01,546 DEBUG: found match in handler pool xorg:nvidia_current([NvidiaDriverCurrent, nonfree, disabled] NVIDIA accelerated graphics driver) 2012-03-11 16:02:01,600 WARNING: modinfo for module nvidia_current failed: ERROR: modinfo: could not find module nvidia_current 2012-03-11 16:02:01,612 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:01,680 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:01,681 DEBUG: nvidia_current is not the alternative in use 2012-03-11 16:02:01,652 DEBUG: got handler xorg:nvidia_current([NvidiaDriverCurrent, nonfree, disabled] NVIDIA accelerated graphics driver) 2012-03-11 16:02:01,681 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidia_173_updates', 'package': 'nvidia-173-updates'} 2012-03-11 16:02:01,709 DEBUG: NVidia(nvidia_173_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:01,710 DEBUG: nvidia_173_updates is not the alternative in use 2012-03-11 16:02:01,682 DEBUG: found match in handler pool xorg:nvidia_173_updates([NvidiaDriver173Updates, nonfree, disabled] NVIDIA accelerated graphics driver (post-release updates)) 2012-03-11 16:02:01,718 WARNING: modinfo for module nvidia_173_updates failed: ERROR: modinfo: could not find module nvidia_173_updates 2012-03-11 16:02:01,729 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:01,765 DEBUG: XorgDriverHandler(nvidia_173_updates, nvidia-173-updates, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:01,794 DEBUG: NVidia(nvidia_173_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:01,795 DEBUG: nvidia_173_updates is not the alternative in use 2012-03-11 16:02:01,766 DEBUG: ignoring unavailable handler xorg:nvidia_173_updates([NvidiaDriver173Updates, nonfree, disabled] NVIDIA accelerated graphics driver (post-release updates)) 2012-03-11 16:02:01,795 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidia_96_updates', 'package': 'nvidia-96-updates'} 2012-03-11 16:02:01,824 DEBUG: NVidia(nvidia_96_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:01,824 DEBUG: nvidia_96_updates is not the alternative in use 2012-03-11 16:02:01,796 DEBUG: found match in handler pool xorg:nvidia_96_updates([NvidiaDriver96Updates, nonfree, disabled] NVIDIA accelerated graphics driver (post-release updates)) 2012-03-11 16:02:01,833 WARNING: modinfo for module nvidia_96_updates failed: ERROR: modinfo: could not find module nvidia_96_updates 2012-03-11 16:02:01,844 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:01,880 DEBUG: XorgDriverHandler(nvidia_96_updates, nvidia-96-updates, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:01,909 DEBUG: NVidia(nvidia_96_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:01,910 DEBUG: nvidia_96_updates is not the alternative in use 2012-03-11 16:02:01,881 DEBUG: ignoring unavailable handler xorg:nvidia_96_updates([NvidiaDriver96Updates, nonfree, disabled] NVIDIA accelerated graphics driver (post-release updates)) 2012-03-11 16:02:01,910 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidia_96', 'package': 'nvidia-96'} 2012-03-11 16:02:01,939 DEBUG: NVidia(nvidia_96).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:01,939 DEBUG: nvidia_96 is not the alternative in use 2012-03-11 16:02:01,911 DEBUG: found match in handler pool xorg:nvidia_96([NvidiaDriver96, nonfree, disabled] NVIDIA accelerated graphics driver) 2012-03-11 16:02:01,948 WARNING: modinfo for module nvidia_96 failed: ERROR: modinfo: could not find module nvidia_96 2012-03-11 16:02:01,959 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:01,995 DEBUG: XorgDriverHandler(nvidia_96, nvidia-96, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:02,024 DEBUG: NVidia(nvidia_96).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:02,024 DEBUG: nvidia_96 is not the alternative in use 2012-03-11 16:02:01,996 DEBUG: ignoring unavailable handler xorg:nvidia_96([NvidiaDriver96, nonfree, disabled] NVIDIA accelerated graphics driver) 2012-03-11 16:02:02,025 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidia_173', 'package': 'nvidia-173'} 2012-03-11 16:02:02,053 DEBUG: NVidia(nvidia_173).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:02,053 DEBUG: nvidia_173 is not the alternative in use 2012-03-11 16:02:02,025 DEBUG: found match in handler pool xorg:nvidia_173([NvidiaDriver173, nonfree, disabled] NVIDIA accelerated graphics driver) 2012-03-11 16:02:02,061 WARNING: modinfo for module nvidia_173 failed: ERROR: modinfo: could not find module nvidia_173 2012-03-11 16:02:02,073 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:02,109 DEBUG: XorgDriverHandler(nvidia_173, nvidia-173, None): Disabling as package video ABI xorg-video-abi-10 does not match X.org video ABI xorg-video-abi-11 2012-03-11 16:02:02,137 DEBUG: NVidia(nvidia_173).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:02,138 DEBUG: nvidia_173 is not the alternative in use 2012-03-11 16:02:02,109 DEBUG: ignoring unavailable handler xorg:nvidia_173([NvidiaDriver173, nonfree, disabled] NVIDIA accelerated graphics driver) 2012-03-11 16:02:02,138 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'nvidia_current_updates', 'package': 'nvidia-current-updates'} 2012-03-11 16:02:02,166 DEBUG: NVidia(nvidia_current_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:02,167 DEBUG: nvidia_current_updates is not the alternative in use 2012-03-11 16:02:02,138 DEBUG: found match in handler pool xorg:nvidia_current_updates([NvidiaDriverCurrentUpdates, nonfree, disabled] NVIDIA accelerated graphics driver (post-release updates)) 2012-03-11 16:02:02,175 WARNING: modinfo for module nvidia_current_updates failed: ERROR: modinfo: could not find module nvidia_current_updates 2012-03-11 16:02:02,186 DEBUG: nvidia.available: falling back to default 2012-03-11 16:02:02,251 DEBUG: NVidia(nvidia_current_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:02,251 DEBUG: nvidia_current_updates is not the alternative in use 2012-03-11 16:02:02,222 DEBUG: got handler xorg:nvidia_current_updates([NvidiaDriverCurrentUpdates, nonfree, disabled] NVIDIA accelerated graphics driver (post-release updates)) 2012-03-11 16:02:02,252 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc08ip00') 2012-03-11 16:02:02,257 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v05ACp1292d0001dc00dsc00dp00icFFiscFDip01') 2012-03-11 16:02:02,259 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'ipheth'} 2012-03-11 16:02:02,259 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'ipheth', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,260 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v05ACp1292d0001dc00dsc00dp00icFFiscFEip02') 2012-03-11 16:02:02,261 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v1D6Bp0002d0302dc09dsc00dp00ic09isc00ip00') 2012-03-11 16:02:02,262 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001002d00005A11sv00001002sd00005A11bc06sc00i00') 2012-03-11 16:02:02,273 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:LNXSYSTM:') 2012-03-11 16:02:02,273 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v045Ep00DDd0173dc00dsc00dp00ic03isc00ip00') 2012-03-11 16:02:02,274 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'usbhid'} 2012-03-11 16:02:02,274 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'usbhid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,274 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001022d00001201sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:02,274 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001002d00004396sv00001458sd00005004bc0Csc03i20') 2012-03-11 16:02:02,277 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001002d0000439Dsv00001002sd0000439Dbc06sc01i00') 2012-03-11 16:02:02,280 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'serio:ty06pr00id00ex00') 2012-03-11 16:02:02,286 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw'} 2012-03-11 16:02:02,286 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'serio_raw', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,286 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc06ip00') 2012-03-11 16:02:02,288 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'cdc_ether'} 2012-03-11 16:02:02,288 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'cdc_ether', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,288 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'input:b0003v045Ep00DDe0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,8,sfw') 2012-03-11 16:02:02,288 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'evbug'} 2012-03-11 16:02:02,288 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'evbug', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,288 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid'} 2012-03-11 16:02:02,288 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'mac_hid', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,288 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'pci:v00001002d00004383sv00001458sd0000A102bc04sc03i00') 2012-03-11 16:02:02,291 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel'} 2012-03-11 16:02:02,291 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,291 DEBUG: searching handler for driver ID {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel'} 2012-03-11 16:02:02,291 DEBUG: no corresponding handler available for {'driver_type': 'kernel_module', 'kernel_module': 'snd_hda_intel', 'jockey_handler': 'KernelModuleHandler'} 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.LocalKernelModulesDriverDB instance at 0x29697a0> about HardwareID('modalias', 'acpi:PNP0200:') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v0000197Bd00002363sv00001458sd0000B000bc01sc06i01') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfwD,') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0C04:') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0B00:') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v0000197Bd00002363sv00001458sd0000B000bc01sc01i85') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'platform:pcspkr') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v1D6Bp0002d0302dc09dsc00dp01ic09isc00ip00') 2012-03-11 16:02:02,291 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic0Aisc00ip00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0019v0000p0001e0000-e0,1,k74,ramlsfw') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic01isc02ip00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic0Eisc02ip00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0800:') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'platform:SP5100 TCO timer') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'platform:Fixed MDIO bus') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'wmi:ABBC0F6A-8EA1-11D1-00A0-C90629100000') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001033d00000194sv00001458sd00005007bc0Csc03i30') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic01isc01ip00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'wmi:05901221-D566-11D1-B2F0-00A0C9062910') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0C01:') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0000:') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v000010ECd00008168sv00001458sd0000E000bc02sc00i00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001002d00004385sv00000000sd00000000bc0Csc05i00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0100:') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001022d00001202sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v0000104Cd00008024sv00001458sd00001000bc0Csc00i10') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v1D6Bp0001d0302dc09dsc00dp00ic09isc00ip00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v046Dp0824d0010dcEFdsc02dp01ic0Eisc01ip00') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw6,') 2012-03-11 16:02:02,292 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw2,') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0003v045Ep0039e0110-e0,1,2,4,k110,111,112,113,114,r0,1,8,am4,lsfw') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001002d00004384sv00000000sd00000000bc06sc04i01') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0003v045Ep00DDe0111-e0,1,2,3,4,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8E,90,96,98,9B,9C,9E,9F,A1,A3,A4,A5,A6,A7,A8,A9,AB,AC,AD,AE,B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,CE,CF,D0,D1,D2,D4,D8,D9,DB,DF,E4,E7,E8,E9,EA,EB,F0,F1,100,161,162,166,16A,16E,172,174,176,178,179,17A,17B,17C,17D,17F,180,182,183,185,188,189,18C,18D,18E,18F,190,191,192,193,195,198,199,19A,1A0,1A1,1A2,1A3,1A4,1A5,1A6,1A7,1A8,1A9,1AA,1AB,1AC,1AD,1AE,1B0,1B1,1B7,1BA,r6,a20,m4,lsfw') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc0Bip00') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd11/24/2010:svnGigabyteTechnologyCo.,Ltd.:pnGA-890FXA-UD5:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnGA-890FXA-UD5:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001022d00001203sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v05ACp1292d0001dc00dsc00dp00ic06isc01ip01') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0C02:') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc02ip01') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001022d00001200sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic08isc06ip50') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0003v046Dp0824e0010-e0,1,kD4,ramlsfw') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v045Ep0039d0300dc00dsc00dp00ic03isc01ip02') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v1D6Bp0003d0302dc09dsc00dp03ic09isc00ip00') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v045Ep00DDd0173dc00dsc00dp00ic03isc01ip01') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001002d00004391sv00001458sd0000B002bc01sc06i01') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001022d00001204sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0000v0000p0000e0000-e0,5,kramlsfw4,') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v000010DEd000001D1sv00001043sd0000821Dbc03sc00i00') 2012-03-11 16:02:02,293 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc08ip00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v05ACp1292d0001dc00dsc00dp00icFFiscFDip01') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v05ACp1292d0001dc00dsc00dp00icFFiscFEip02') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v1D6Bp0002d0302dc09dsc00dp00ic09isc00ip00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001002d00005A11sv00001002sd00005A11bc06sc00i00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:LNXSYSTM:') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v045Ep00DDd0173dc00dsc00dp00ic03isc00ip00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001022d00001201sv00000000sd00000000bc06sc00i00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001002d00004396sv00001458sd00005004bc0Csc03i20') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001002d0000439Dsv00001002sd0000439Dbc06sc01i00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'serio:ty06pr00id00ex00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'usb:v19D2p1003d0001dc02dsc00dp00ic02isc06ip00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'input:b0003v045Ep00DDe0111-e0,1,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,ram4,l0,1,2,8,sfw') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'pci:v00001002d00004383sv00001458sd0000A102bc04sc03i00') 2012-03-11 16:02:02,294 DEBUG: querying driver db <jockey.detection.OpenPrintingDriverDB instance at 0x2f09dd0> about HardwareID('modalias', 'acpi:PNP0200:') 2012-03-11 16:02:02,371 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:02,371 DEBUG: nvidia_current is not the alternative in use 2012-03-11 16:02:03,553 DEBUG: NVidia(nvidia_current_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:03,554 DEBUG: nvidia_current_updates is not the alternative in use 2012-03-11 16:02:04,708 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:04,708 DEBUG: nvidia_current is not the alternative in use 2012-03-11 16:02:04,770 DEBUG: NVidia(nvidia_current_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:04,770 DEBUG: nvidia_current_updates is not the alternative in use 2012-03-11 16:02:04,832 DEBUG: NVidia(nvidia_current_updates).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:02:04,832 DEBUG: nvidia_current_updates is not the alternative in use 2012-03-11 16:10:33,734 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:10:33,735 DEBUG: nvidia_current is not the alternative in use 2012-03-11 16:10:35,407 DEBUG: NVidia(nvidia_current).enabled(): target_alt None current_alt /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf other target alt None other current alt None 2012-03-11 16:10:35,408 DEBUG: nvidia_current is not the alternative in use 2012-03-11 16:10:39,943 DEBUG: Installing package: linux-headers-generic 2012-03-11 16:10:40,609 DEBUG: download progress <Package: name:'linux-headers-generic' architecture='amd64' id:1966L> 0.000000 <snip> 2012-03-11 16:12:48,636 DEBUG: download progress <Package: name:'linux-headers-generic' architecture='amd64' id:1966L> 99.649203 2012-03-11 16:12:48,932 DEBUG: download progress <Package: name:'linux-headers-generic' architecture='amd64' id:1966L> 100.000000 2012-03-11 16:12:49,414 DEBUG: install progress dpkg-exec 0.000000 2012-03-11 16:12:49,581 DEBUG: install progress nvidia-current 0.000000 2012-03-11 16:12:50,004 DEBUG: install progress man-db 0.000000 2012-03-11 16:12:50,783 DEBUG: install progress libc-bin 0.000000 2012-03-11 16:12:51,101 DEBUG: install progress dpkg-exec 0.000000 2012-03-11 16:12:51,493 DEBUG: install progress libc-bin 1.886790 2012-03-11 16:12:52,000 DEBUG: install progress libc-bin 3.773580 2012-03-11 16:12:52,055 DEBUG: install progress libc-bin 5.660380 2012-03-11 16:12:52,108 DEBUG: install progress man-db 5.660380 2012-03-11 16:12:53,469 DEBUG: install progress dpkg-exec 5.660380 2012-03-11 16:12:53,510 DEBUG: install progress libc-bin 5.660380 2012-03-11 16:12:53,730 DEBUG: install progress libc-bin 7.547170 2012-03-11 16:12:53,768 DEBUG: install progress libc-bin 9.433960 2012-03-11 16:12:53,935 DEBUG: install progress dpkg-exec 9.433960 2012-03-11 16:12:54,403 DEBUG: install progress libc6 11.320800 2012-03-11 16:12:55,340 DEBUG: install progress libc6 13.207500 2012-03-11 16:12:55,398 DEBUG: install progress libc6 15.094300 2012-03-11 16:12:55,586 DEBUG: install progress dpkg-exec 15.094300 2012-03-11 16:12:55,624 DEBUG: install progress libc6 15.094300 2012-03-11 16:12:55,718 DEBUG: install progress libc6 16.981100 2012-03-11 16:12:56,070 DEBUG: install progress libc6 18.867900 2012-03-11 16:12:56,175 DEBUG: install progress libc-bin 18.867900 2012-03-11 16:12:56,403 DEBUG: install progress dpkg-exec 18.867900 2012-03-11 16:12:56,616 DEBUG: install progress libc-dev-bin 18.867900 2012-03-11 16:12:56,717 DEBUG: install progress libc-dev-bin 20.754700 2012-03-11 16:12:56,869 DEBUG: install progress libc-dev-bin 22.641500 2012-03-11 16:12:56,917 DEBUG: install progress libc-dev-bin 24.528300 2012-03-11 16:12:57,062 DEBUG: install progress linux-libc-dev 24.528300 2012-03-11 16:12:57,162 DEBUG: install progress linux-libc-dev 26.415100 2012-03-11 16:12:57,502 DEBUG: install progress linux-libc-dev 28.301900 2012-03-11 16:12:57,544 DEBUG: install progress linux-libc-dev 30.188700 2012-03-11 16:12:57,701 DEBUG: install progress libc6-dev 30.188700 2012-03-11 16:12:57,802 DEBUG: install progress libc6-dev 32.075500 2012-03-11 16:12:58,121 DEBUG: install progress libc6-dev 33.962300 2012-03-11 16:12:58,155 DEBUG: install progress libc6-dev 35.849100 2012-03-11 16:12:58,346 DEBUG: install progress linux-headers-3.2.0-18 35.849100 2012-03-11 16:12:58,447 DEBUG: install progress linux-headers-3.2.0-18 37.735800 2012-03-11 16:13:02,237 DEBUG: install progress linux-headers-3.2.0-18 39.622600 2012-03-11 16:13:02,298 DEBUG: install progress linux-headers-3.2.0-18 41.509400 2012-03-11 16:13:02,497 DEBUG: install progress linux-headers-3.2.0-18-generic 41.509400 2012-03-11 16:13:02,598 DEBUG: install progress linux-headers-3.2.0-18-generic 43.396200 2012-03-11 16:13:03,981 DEBUG: install progress linux-headers-3.2.0-18-generic 45.283000 2012-03-11 16:13:04,053 DEBUG: install progress linux-headers-3.2.0-18-generic 47.169800 2012-03-11 16:13:04,223 DEBUG: install progress linux-headers-generic 47.169800 2012-03-11 16:13:04,325 DEBUG: install progress linux-headers-generic 49.056600 2012-03-11 16:13:04,368 DEBUG: install progress linux-headers-generic 50.943400 2012-03-11 16:13:04,403 DEBUG: install progress linux-headers-generic 52.830200 2012-03-11 16:13:04,552 DEBUG: install progress make 52.830200 2012-03-11 16:13:04,653 DEBUG: install progress make 54.717000 2012-03-11 16:13:04,768 DEBUG: install progress make 56.603800 2012-03-11 16:13:04,805 DEBUG: install progress make 58.490600 2012-03-11 16:13:04,961 DEBUG: install progress patch 58.490600 2012-03-11 16:13:05,062 DEBUG: install progress patch 60.377400 2012-03-11 16:13:05,183 DEBUG: install progress patch 62.264200 2012-03-11 16:13:05,237 DEBUG: install progress patch 64.150900 2012-03-11 16:13:05,276 DEBUG: install progress man-db 64.150900 2012-03-11 16:13:06,159 DEBUG: install progress dpkg-exec 64.150900 2012-03-11 16:13:06,199 DEBUG: install progress libc-dev-bin 64.150900 2012-03-11 16:13:06,249 DEBUG: install progress libc-dev-bin 66.037700 2012-03-11 16:13:06,293 DEBUG: install progress libc-dev-bin 67.924500 2012-03-11 16:13:06,333 DEBUG: install progress linux-libc-dev 67.924500 2012-03-11 16:13:06,377 DEBUG: install progress linux-libc-dev 69.811300 2012-03-11 16:13:06,417 DEBUG: install progress linux-libc-dev 71.698100 2012-03-11 16:13:06,460 DEBUG: install progress libc6-dev 71.698100 2012-03-11 16:13:06,501 DEBUG: install progress libc6-dev 73.584900 2012-03-11 16:13:06,551 DEBUG: install progress libc6-dev 75.471700 2012-03-11 16:13:06,587 DEBUG: install progress linux-headers-3.2.0-18 75.471700 2012-03-11 16:13:06,635 DEBUG: install progress linux-headers-3.2.0-18 77.358500 2012-03-11 16:13:06,671 DEBUG: install progress linux-headers-3.2.0-18 79.245300 2012-03-11 16:13:06,710 DEBUG: install progress linux-headers-3.2.0-18-generic 79.245300 2012-03-11 16:13:06,746 DEBUG: install progress linux-headers-3.2.0-18-generic 81.132100 2012-03-11 16:13:06,799 DEBUG: install progress linux-headers-3.2.0-18-generic 83.018900 2012-03-11 16:13:06,839 DEBUG: install progress linux-headers-generic 83.018900 2012-03-11 16:13:06,876 DEBUG: install progress linux-headers-generic 84.905700 2012-03-11 16:13:06,923 DEBUG: install progress linux-headers-generic 86.792500 2012-03-11 16:13:06,967 DEBUG: install progress make 86.792500 2012-03-11 16:13:07,007 DEBUG: install progress make 88.679200 2012-03-11 16:13:07,051 DEBUG: install progress make 90.566000 2012-03-11 16:13:07,091 DEBUG: install progress patch 90.566000 2012-03-11 16:13:07,134 DEBUG: install progress patch 92.452800 2012-03-11 16:13:07,175 DEBUG: install progress patch 94.339600 2012-03-11 16:13:07,979 DEBUG: Preconfiguring packages ... (Reading database ... 68112 files and directories currently installed.) Removing nvidia-current ... Processing triggers for man-db ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place (Reading database ... 67918 files and directories currently installed.) Preparing to replace libc-bin 2.15-0ubuntu3 (using .../libc-bin_2.15-0ubuntu5_amd64.deb) ... Unpacking replacement libc-bin ... Processing triggers for man-db ... Setting up libc-bin (2.15-0ubuntu5) ... (Reading database ... 67918 files and directories currently installed.) Preparing to replace libc6 2.15-0ubuntu3 (using .../libc6_2.15-0ubuntu5_amd64.deb) ... Unpacking replacement libc6 ... Setting up libc6 (2.15-0ubuntu5) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place Selecting previously unselected package libc-dev-bin. (Reading database ... 67918 files and directories currently installed.) Unpacking libc-dev-bin (from .../libc-dev-bin_2.15-0ubuntu5_amd64.deb) ... Selecting previously unselected package linux-libc-dev. Unpacking linux-libc-dev (from .../linux-libc-dev_3.2.0-18.29_amd64.deb) ... Selecting previously unselected package libc6-dev. Unpacking libc6-dev (from .../libc6-dev_2.15-0ubuntu5_amd64.deb) ... Selecting previously unselected package linux-headers-3.2.0-18. Unpacking linux-headers-3.2.0-18 (from .../linux-headers-3.2.0-18_3.2.0-18.28_all.deb) ... Selecting previously unselected package linux-headers-3.2.0-18-generic. Unpacking linux-headers-3.2.0-18-generic (from .../linux-headers-3.2.0-18-generic_3.2.0-18.29_amd64.deb) ... Selecting previously unselected package linux-headers-generic. Unpacking linux-headers-generic (from .../linux-headers-generic_3.2.0.18.20_amd64.deb) ... Selecting previously unselected package make. Unpacking make (from .../make_3.81-8.1ubuntu1_amd64.deb) ... Selecting previously unselected package patch. Unpacking patch (from .../patch_2.6.1-3_amd64.deb) ... Processing triggers for man-db ... Setting up libc-dev-bin (2.15-0ubuntu5) ... Setting up linux-libc-dev (3.2.0-18.29) ... Setting up libc6-dev (2.15-0ubuntu5) ... Setting up linux-headers-3.2.0-18 (3.2.0-18.28) ... Setting up linux-headers-3.2.0-18-generic (3.2.0-18.29) ... Setting up linux-headers-generic (3.2.0.18.20) ... Setting up make (3.81-8.1ubuntu1) ... Setting up patch (2.6.1-3) ... 2012-03-11 16:13:08,131 DEBUG: Installing package: nvidia-current 2012-03-11 16:13:08,768 DEBUG: download progress <Package: name:'nvidia-current' architecture='amd64' id:9025L> 0.000000 <snip> 2012-03-11 16:21:43,225 DEBUG: download progress <Package: name:'nvidia-current' architecture='amd64' id:9025L> 99.958480 2012-03-11 16:21:43,380 DEBUG: download progress <Package: name:'nvidia-current' architecture='amd64' id:9025L> 100.000000 2012-03-11 16:21:43,708 DEBUG: install progress dpkg-exec 0.000000 2012-03-11 16:21:44,026 DEBUG: install progress gcc-4.6-base 0.833333 2012-03-11 16:21:44,221 DEBUG: install progress gcc-4.6-base 1.666670 2012-03-11 16:21:44,267 DEBUG: install progress gcc-4.6-base 2.500000 2012-03-11 16:21:44,423 DEBUG: install progress dpkg-exec 2.500000 2012-03-11 16:21:44,475 DEBUG: install progress gcc-4.6-base 2.500000 2012-03-11 16:21:44,516 DEBUG: install progress gcc-4.6-base 3.333330 2012-03-11 16:21:44,556 DEBUG: install progress gcc-4.6-base 4.166670 2012-03-11 16:21:44,699 DEBUG: install progress dpkg-exec 4.166670 2012-03-11 16:21:45,123 DEBUG: install progress libstdc++6 5.000000 2012-03-11 16:21:45,351 DEBUG: install progress libstdc++6 5.833330 2012-03-11 16:21:45,387 DEBUG: install progress libstdc++6 6.666670 2012-03-11 16:21:45,562 DEBUG: install progress dpkg-exec 6.666670 2012-03-11 16:21:45,614 DEBUG: install progress libstdc++6 6.666670 2012-03-11 16:21:45,655 DEBUG: install progress libstdc++6 7.500000 2012-03-11 16:21:45,747 DEBUG: install progress libstdc++6 8.333330 2012-03-11 16:21:45,847 DEBUG: install progress libc-bin 8.333330 2012-03-11 16:21:46,082 DEBUG: install progress dpkg-exec 8.333330 2012-03-11 16:21:46,380 DEBUG: install progress cpp-4.6 9.166670 2012-03-11 16:21:46,869 DEBUG: install progress cpp-4.6 10.000000 2012-03-11 16:21:46,935 DEBUG: install progress cpp-4.6 10.833300 2012-03-11 16:21:47,228 DEBUG: install progress libgcc1 11.666700 2012-03-11 16:21:47,457 DEBUG: install progress libgcc1 12.500000 2012-03-11 16:21:47,495 DEBUG: install progress libgcc1 13.333300 2012-03-11 16:21:47,536 DEBUG: install progress man-db 13.333300 2012-03-11 16:21:48,374 DEBUG: install progress dpkg-exec 13.333300 2012-03-11 16:21:48,412 DEBUG: install progress libgcc1 13.333300 2012-03-11 16:21:48,526 DEBUG: install progress libgcc1 14.166700 2012-03-11 16:21:48,609 DEBUG: install progress libgcc1 15.000000 2012-03-11 16:21:48,693 DEBUG: install progress libc-bin 15.000000 2012-03-11 16:21:48,926 DEBUG: install progress dpkg-exec 15.000000 2012-03-11 16:21:49,317 DEBUG: install progress libglib2.0-0 15.833300 2012-03-11 16:21:49,653 DEBUG: install progress libglib2.0-0 16.666700 2012-03-11 16:21:49,689 DEBUG: install progress libglib2.0-0 17.500000 2012-03-11 16:21:49,905 DEBUG: install progress libgomp1 17.500000 2012-03-11 16:21:50,006 DEBUG: install progress libgomp1 18.333300 2012-03-11 16:21:50,046 DEBUG: install progress libgomp1 19.166700 2012-03-11 16:21:50,092 DEBUG: install progress libgomp1 20.000000 2012-03-11 16:21:50,242 DEBUG: install progress libgtk-3-common 20.000000 2012-03-11 16:21:50,343 DEBUG: install progress libgtk-3-common 20.833300 2012-03-11 16:21:50,412 DEBUG: install progress libgtk-3-common 21.666700 2012-03-11 16:21:50,441 DEBUG: install progress libgtk-3-common 22.500000 2012-03-11 16:21:50,708 DEBUG: install progress libgtk-3-0 22.500000 2012-03-11 16:21:50,808 DEBUG: install progress libgtk-3-0 23.333300 2012-03-11 16:21:51,000 DEBUG: install progress libgtk-3-0 24.166700 2012-03-11 16:21:51,044 DEBUG: install progress libgtk-3-0 25.000000 2012-03-11 16:21:51,255 DEBUG: install progress libgtk2.0-common 25.000000 2012-03-11 16:21:51,356 DEBUG: install progress libgtk2.0-common 25.833300 2012-03-11 16:21:51,417 DEBUG: install progress libgtk2.0-common 26.666700 2012-03-11 16:21:51,456 DEBUG: install progress libgtk2.0-common 27.500000 2012-03-11 16:21:51,751 DEBUG: install progress libgtk2.0-0 27.500000 2012-03-11 16:21:51,852 DEBUG: install progress libgtk2.0-0 28.333300 2012-03-11 16:21:52,035 DEBUG: install progress libgtk2.0-0 29.166700 2012-03-11 16:21:52,068 DEBUG: install progress libgtk2.0-0 30.000000 2012-03-11 16:21:52,291 DEBUG: install progress libquadmath0 30.000000 2012-03-11 16:21:52,392 DEBUG: install progress libquadmath0 30.833300 2012-03-11 16:21:52,434 DEBUG: install progress libquadmath0 31.666700 2012-03-11 16:21:52,464 DEBUG: install progress libquadmath0 32.500000 2012-03-11 16:21:52,612 DEBUG: install progress gcc-4.6 32.500000 2012-03-11 16:21:52,713 DEBUG: install progress gcc-4.6 33.333300 2012-03-11 16:21:53,124 DEBUG: install progress gcc-4.6 34.166700 2012-03-11 16:21:53,160 DEBUG: install progress gcc-4.6 35.000000 2012-03-11 16:21:53,350 DEBUG: install progress gcc 35.000000 2012-03-11 16:21:53,451 DEBUG: install progress gcc 35.833300 2012-03-11 16:21:53,519 DEBUG: install progress gcc 36.666700 2012-03-11 16:21:53,553 DEBUG: install progress gcc 37.500000 2012-03-11 16:21:53,764 DEBUG: install progress dkms 37.500000 2012-03-11 16:21:53,865 DEBUG: install progress dkms 38.333300 2012-03-11 16:21:54,015 DEBUG: install progress dkms 39.166700 2012-03-11 16:21:54,054 DEBUG: install progress dkms 40.000000 2012-03-11 16:21:54,249 DEBUG: install progress fakeroot 40.000000 2012-03-11 16:21:54,349 DEBUG: install progress fakeroot 40.833300 2012-03-11 16:21:54,446 DEBUG: install progress fakeroot 41.666700 2012-03-11 16:21:54,476 DEBUG: install progress fakeroot 42.500000 2012-03-11 16:21:54,665 DEBUG: install progress libgtk-3-bin 42.500000 2012-03-11 16:21:54,766 DEBUG: install progress libgtk-3-bin 43.333300 2012-03-11 16:21:55,001 DEBUG: install progress libgtk-3-bin 44.166700 2012-03-11 16:21:55,037 DEBUG: install progress libgtk-3-bin 45.000000 2012-03-11 16:21:55,233 DEBUG: install progress libgtk2.0-bin 45.000000 2012-03-11 16:21:55,334 DEBUG: install progress libgtk2.0-bin 45.833300 2012-03-11 16:21:55,409 DEBUG: install progress libgtk2.0-bin 46.666700 2012-03-11 16:21:55,444 DEBUG: install progress libgtk2.0-bin 47.500000 2012-03-11 16:21:55,688 DEBUG: install progress nvidia-current 47.500000 2012-03-11 16:21:55,789 DEBUG: install progress nvidia-current 48.333300 2012-03-11 16:22:01,101 DEBUG: install progress nvidia-current 49.166700 2012-03-11 16:22:01,135 DEBUG: install progress nvidia-current 50.000000 2012-03-11 16:22:01,329 DEBUG: install progress python-cairo 50.000000 2012-03-11 16:22:01,430 DEBUG: install progress python-cairo 50.833300 2012-03-11 16:22:01,492 DEBUG: install progress python-cairo 51.666700 2012-03-11 16:22:01,521 DEBUG: install progress python-cairo 52.500000 2012-03-11 16:22:01,689 DEBUG: install progress python-gtk2 52.500000 2012-03-11 16:22:01,790 DEBUG: install progress python-gtk2 53.333300 2012-03-11 16:22:01,884 DEBUG: install progress python-gtk2 54.166700 2012-03-11 16:22:01,933 DEBUG: install progress python-gtk2 55.000000 2012-03-11 16:22:02,079 DEBUG: install progress pkg-config 55.000000 2012-03-11 16:22:02,180 DEBUG: install progress pkg-config 55.833300 2012-03-11 16:22:02,267 DEBUG: install progress pkg-config 56.666700 2012-03-11 16:22:02,305 DEBUG: install progress pkg-config 57.500000 2012-03-11 16:22:02,453 DEBUG: install progress policykit-1-gnome 57.500000 2012-03-11 16:22:02,554 DEBUG: install progress policykit-1-gnome 58.333300 2012-03-11 16:22:02,594 DEBUG: install progress policykit-1-gnome 59.166700 2012-03-11 16:22:02,638 DEBUG: install progress policykit-1-gnome 60.000000 2012-03-11 16:22:02,839 DEBUG: install progress screen-resolution-extra 60.000000 2012-03-11 16:22:02,940 DEBUG: install progress screen-resolution-extra 60.833300 2012-03-11 16:22:03,000 DEBUG: install progress screen-resolution-extra 61.666700 2012-03-11 16:22:03,046 DEBUG: install progress screen-resolution-extra 62.500000 2012-03-11 16:22:03,250 DEBUG: install progress nvidia-settings 62.500000 2012-03-11 16:22:03,351 DEBUG: install progress nvidia-settings 63.333300 2012-03-11 16:22:03,428 DEBUG: install progress nvidia-settings 64.166700 2012-03-11 16:22:03,463 DEBUG: install progress nvidia-settings 65.000000 2012-03-11 16:22:03,505 DEBUG: install progress man-db 65.000000 2012-03-11 16:22:05,182 DEBUG: install progress dpkg-exec 65.000000 2012-03-11 16:22:05,224 DEBUG: install progress cpp-4.6 65.000000 2012-03-11 16:22:05,273 DEBUG: install progress cpp-4.6 65.833300 2012-03-11 16:22:05,309 DEBUG: install progress cpp-4.6 66.666700 2012-03-11 16:22:05,348 DEBUG: install progress libglib2.0-0 66.666700 2012-03-11 16:22:05,385 DEBUG: install progress libglib2.0-0 67.500000 2012-03-11 16:22:05,550 DEBUG: install progress libglib2.0-0 68.333300 2012-03-11 16:22:05,647 DEBUG: install progress libgomp1 68.333300 2012-03-11 16:22:05,681 DEBUG: install progress libgomp1 69.166700 2012-03-11 16:22:05,758 DEBUG: install progress libgomp1 70.000000 2012-03-11 16:22:05,816 DEBUG: install progress libgtk-3-common 70.000000 2012-03-11 16:22:05,849 DEBUG: install progress libgtk-3-common 70.833300 2012-03-11 16:22:05,891 DEBUG: install progress libgtk-3-common 71.666700 2012-03-11 16:22:05,925 DEBUG: install progress libgtk-3-0 71.666700 2012-03-11 16:22:06,049 DEBUG: install progress libgtk-3-0 72.500000 2012-03-11 16:22:06,289 DEBUG: install progress libgtk-3-0 73.333300 2012-03-11 16:22:06,344 DEBUG: install progress libgtk2.0-common 73.333300 2012-03-11 16:22:06,453 DEBUG: install progress libgtk2.0-common 74.166700 2012-03-11 16:22:06,490 DEBUG: install progress libgtk2.0-common 75.000000 2012-03-11 16:22:06,521 DEBUG: install progress libgtk2.0-0 75.000000 2012-03-11 16:22:06,556 DEBUG: install progress libgtk2.0-0 75.833300 2012-03-11 16:22:06,651 DEBUG: install progress libgtk2.0-0 76.666700 2012-03-11 16:22:06,706 DEBUG: install progress libquadmath0 76.666700 2012-03-11 16:22:06,756 DEBUG: install progress libquadmath0 77.500000 2012-03-11 16:22:06,840 DEBUG: install progress libquadmath0 78.333300 2012-03-11 16:22:06,889 DEBUG: install progress gcc-4.6 78.333300 2012-03-11 16:22:06,934 DEBUG: install progress gcc-4.6 79.166700 2012-03-11 16:22:06,964 DEBUG: install progress gcc-4.6 80.000000 2012-03-11 16:22:07,001 DEBUG: install progress gcc 80.000000 2012-03-11 16:22:07,039 DEBUG: install progress gcc 80.833300 2012-03-11 16:22:07,414 DEBUG: install progress gcc 81.666700 2012-03-11 16:22:07,455 DEBUG: install progress dkms 81.666700 2012-03-11 16:22:08,388 DEBUG: install progress dkms 82.500000 2012-03-11 16:22:08,445 DEBUG: install progress dkms 83.333300 2012-03-11 16:22:08,481 DEBUG: install progress fakeroot 83.333300 2012-03-11 16:22:08,530 DEBUG: install progress fakeroot 84.166700 2012-03-11 16:22:08,650 DEBUG: install progress fakeroot 85.000000 2012-03-11 16:22:08,705 DEBUG: install progress libgtk-3-bin 85.000000 2012-03-11 16:22:08,744 DEBUG: install progress libgtk-3-bin 85.833300 2012-03-11 16:22:08,788 DEBUG: install progress libgtk-3-bin 86.666700 2012-03-11 16:22:08,828 DEBUG: install progress libgtk2.0-bin 86.666700 2012-03-11 16:22:08,871 DEBUG: install progress libgtk2.0-bin 87.500000 2012-03-11 16:22:08,912 DEBUG: install progress libgtk2.0-bin 88.333300 2012-03-11 16:22:08,979 DEBUG: install progress nvidia-current 88.333300 2012-03-11 16:22:09,071 DEBUG: install progress nvidia-current 89.166700 2012-03-11 16:22:09,856 DEBUG: install progress nvidia-current 90.000000 2012-03-11 16:22:09,963 DEBUG: install progress python-cairo 90.000000 2012-03-11 16:22:10,012 DEBUG: install progress python-cairo 90.833300 2012-03-11 16:22:10,262 DEBUG: install progress python-cairo 91.666700 2012-03-11 16:22:10,297 DEBUG: install progress python-gtk2 91.666700 2012-03-11 16:22:10,344 DEBUG: install progress python-gtk2 92.500000 2012-03-11 16:22:10,522 DEBUG: install progress python-gtk2 93.333300 2012-03-11 16:22:10,565 DEBUG: install progress pkg-config 93.333300 2012-03-11 16:22:10,610 DEBUG: install progress pkg-config 94.166700 2012-03-11 16:22:10,657 DEBUG: install progress pkg-config 95.000000 2012-03-11 16:22:10,701 DEBUG: install progress policykit-1-gnome 95.000000 2012-03-11 16:22:10,793 DEBUG: install progress policykit-1-gnome 95.833300 2012-03-11 16:22:10,834 DEBUG: install progress policykit-1-gnome 96.666700 2012-03-11 16:22:10,876 DEBUG: install progress screen-resolution-extra 96.666700 2012-03-11 16:22:10,959 DEBUG: install progress screen-resolution-extra 97.500000 2012-03-11 16:22:11,280 DEBUG: install progress screen-resolution-extra 98.333300 2012-03-11 16:22:11,321 DEBUG: install progress nvidia-settings 98.333300 2012-03-11 16:22:11,358 DEBUG: install progress nvidia-settings 99.166700 2012-03-11 16:22:11,516 DEBUG: install progress nvidia-settings 100.000000 2012-03-11 16:22:11,569 DEBUG: install progress libc-bin 100.000000 2012-03-11 16:22:11,734 DEBUG: install progress initramfs-tools 100.000000 2012-03-11 16:22:33,693 DEBUG: (Reading database ... 91111 files and directories currently installed.) Preparing to replace gcc-4.6-base 4.6.2-16ubuntu1 (using .../gcc-4.6-base_4.6.3-1ubuntu3_amd64.deb) ... Unpacking replacement gcc-4.6-base ... Setting up gcc-4.6-base (4.6.3-1ubuntu3) ... (Reading database ... 91111 files and directories currently installed.) Preparing to replace libstdc++6 4.6.2-16ubuntu1 (using .../libstdc++6_4.6.3-1ubuntu3_amd64.deb) ... Unpacking replacement libstdc++6 ... Setting up libstdc++6 (4.6.3-1ubuntu3) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place (Reading database ... 91111 files and directories currently installed.) Preparing to replace cpp-4.6 4.6.2-16ubuntu1 (using .../cpp-4.6_4.6.3-1ubuntu3_amd64.deb) ... Unpacking replacement cpp-4.6 ... Preparing to replace libgcc1 1:4.6.2-16ubuntu1 (using .../libgcc1_1%3a4.6.3-1ubuntu3_amd64.deb) ... Unpacking replacement libgcc1 ... Processing triggers for man-db ... Setting up libgcc1 (1:4.6.3-1ubuntu3) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place (Reading database ... 91111 files and directories currently installed.) Preparing to replace libglib2.0-0 2.31.18-0ubuntu2 (using .../libglib2.0-0_2.31.20-0ubuntu2_amd64.deb) ... Unpacking replacement libglib2.0-0 ... Selecting previously unselected package libgomp1. Unpacking libgomp1 (from .../libgomp1_4.6.3-1ubuntu3_amd64.deb) ... Selecting previously unselected package libgtk-3-common. Unpacking libgtk-3-common (from .../libgtk-3-common_3.3.18-0ubuntu2_all.deb) ... Selecting previously unselected package libgtk-3-0. Unpacking libgtk-3-0 (from .../libgtk-3-0_3.3.18-0ubuntu2_amd64.deb) ... Selecting previously unselected package libgtk2.0-common. Unpacking libgtk2.0-common (from .../libgtk2.0-common_2.24.10-0ubuntu5_all.deb) ... Selecting previously unselected package libgtk2.0-0. Unpacking libgtk2.0-0 (from .../libgtk2.0-0_2.24.10-0ubuntu5_amd64.deb) ... Selecting previously unselected package libquadmath0. Unpacking libquadmath0 (from .../libquadmath0_4.6.3-1ubuntu3_amd64.deb) ... Selecting previously unselected package gcc-4.6. Unpacking gcc-4.6 (from .../gcc-4.6_4.6.3-1ubuntu3_amd64.deb) ... Selecting previously unselected package gcc. Unpacking gcc (from .../gcc_4%3a4.6.2-4ubuntu1_amd64.deb) ... Selecting previously unselected package dkms. Unpacking dkms (from .../dkms_2.2.0.3-1ubuntu1_all.deb) ... Selecting previously unselected package fakeroot. Unpacking fakeroot (from .../fakeroot_1.18.2-1_amd64.deb) ... Selecting previously unselected package libgtk-3-bin. Unpacking libgtk-3-bin (from .../libgtk-3-bin_3.3.18-0ubuntu2_amd64.deb) ... Adding 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin' Adding 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin' Selecting previously unselected package libgtk2.0-bin. Unpacking libgtk2.0-bin (from .../libgtk2.0-bin_2.24.10-0ubuntu5_amd64.deb) ... Selecting previously unselected package nvidia-current. Unpacking nvidia-current (from .../nvidia-current_295.20-0ubuntu1_amd64.deb) ... Selecting previously unselected package python-cairo. Unpacking python-cairo (from .../python-cairo_1.8.8-1ubuntu3_amd64.deb) ... Selecting previously unselected package python-gtk2. Unpacking python-gtk2 (from .../python-gtk2_2.24.0-3_amd64.deb) ... Selecting previously unselected package pkg-config. Unpacking pkg-config (from .../pkg-config_0.26-1ubuntu1_amd64.deb) ... Selecting previously unselected package policykit-1-gnome. Unpacking policykit-1-gnome (from .../policykit-1-gnome_0.105-1ubuntu3_amd64.deb) ... Selecting previously unselected package screen-resolution-extra. Unpacking screen-resolution-extra (from .../screen-resolution-extra_0.14ubuntu2_all.deb) ... Selecting previously unselected package nvidia-settings. Unpacking nvidia-settings (from .../nvidia-settings_295.20-0ubuntu1_amd64.deb) ... Processing triggers for man-db ... Setting up cpp-4.6 (4.6.3-1ubuntu3) ... Setting up libglib2.0-0 (2.31.20-0ubuntu2) ... Setting up libgomp1 (4.6.3-1ubuntu3) ... Setting up libgtk-3-common (3.3.18-0ubuntu2) ... Setting up libgtk-3-0 (3.3.18-0ubuntu2) ... Setting up libgtk2.0-common (2.24.10-0ubuntu5) ... Setting up libgtk2.0-0 (2.24.10-0ubuntu5) ... Setting up libquadmath0 (4.6.3-1ubuntu3) ... Setting up gcc-4.6 (4.6.3-1ubuntu3) ... Setting up gcc (4:4.6.2-4ubuntu1) ... Setting up dkms (2.2.0.3-1ubuntu1) ... Setting up fakeroot (1.18.2-1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode. Setting up libgtk-3-bin (3.3.18-0ubuntu2) ... Setting up libgtk2.0-bin (2.24.10-0ubuntu5) ... Setting up nvidia-current (295.20-0ubuntu1) ... update-alternatives: using /usr/lib/nvidia-current/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode. update-alternatives: using /usr/lib/nvidia-current/alt_ld.so.conf to provide /etc/ld.so.conf.d/i386-linux-gnu_GL.conf (i386-linux-gnu_gl_conf) in auto mode. update-initramfs: deferring update (trigger activated) INFO:Enable nvidia-current Loading new nvidia-current-295.20 DKMS files... First Installation: checking all kernels... Building only for 3.2.0-17-generic Building for architecture x86_64 Module build for the currently running kernel was skipped since the kernel source for this kernel does not seem to be installed. Setting up python-cairo (1.8.8-1ubuntu3) ... Setting up python-gtk2 (2.24.0-3) ... Setting up pkg-config (0.26-1ubuntu1) ... Setting up policykit-1-gnome (0.105-1ubuntu3) ... Setting up screen-resolution-extra (0.14ubuntu2) ... Setting up nvidia-settings (295.20-0ubuntu1) ... update-alternatives: using /usr/lib/nvidia-settings/ld.so.conf to provide /etc/ld.so.conf.d/nvidia_settings.conf (nvidia_settings_conf) in auto mode. Processing triggers for libc-bin ... ldconfig deferred processing now taking place Processing triggers for initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.2.0-17-generic 2012-03-11 16:22:33,865 WARNING: modinfo for module nvidia_current failed: ERROR: modinfo: could not find module nvidia_current 2012-03-11 16:22:33,866 ERROR: XorgDriverHandler.enable(): package or module not installed, aborting
Comment