Saturday 30 November 2013

NVIDIA Optimus on Ubuntu 12.04

After a long struggle, my discrete NVIDIA GeForce 640M video card is working properly in my Optimus notebook Sony Vaio SVS15118FXB. After lots of tries, driver downloads, configuration attempts etc, the solution that worked was reinstalling the system.

Yes, it is possible to do that without losing your home folder. Just reinstall Linux without formatting your partition. Even if your home folder is placed in the root partition, you can reinstall everything, and the home folder will be left intact. The link below describes how to reinstall your system keeping your home folder. In my case, I had to choose the last option, "Something else", which will lead to the manual partition installation process. I installed with both options checked: "Download updates while installing" and "Install this third-party software".

https://help.ubuntu.com/community/UbuntuReinstallation

After the reinstallation, my system started working flawlessly, with video acceleration and no need to call optirun. Just forget about bumblebee. The secret, it seems, is installing nvidia-prime, which was done automatically.

For future reference, I will post here as much as I can about the setup, installed packages and messages.

Starting with uname -a output:

~$ uname -a 
Linux vaio 3.8.0-33-generic #48~precise1-Ubuntu SMP Thu Oct 24 16:28:06 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

Verbose lspci output:

~$ lspci -vv | grep "VGA " -A13
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device 909c
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
 Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
 Latency: 0
 Interrupt: pin A routed to IRQ 47
 Region 0: Memory at b9000000 (64-bit, non-prefetchable) [size=4M]
 Region 2: Memory at c0000000 (64-bit, prefetchable) [size=256M]
 Region 4: I/O ports at 7000 [size=64]
 Expansion ROM at <unassigned> [disabled]
 Capabilities: <access denied>
 Kernel driver in use: i915
 Kernel modules: i915

--
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M LE] (rev a1) (prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device 909c
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
 Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
 Latency: 0
 Interrupt: pin A routed to IRQ 16
 Region 0: Memory at b8000000 (32-bit, non-prefetchable) [size=16M]
 Region 1: Memory at a0000000 (64-bit, prefetchable) [size=256M]
 Region 3: Memory at b0000000 (64-bit, prefetchable) [size=32M]
 Region 5: I/O ports at 6000 [size=128]
 Capabilities: <access denied>
 Kernel driver in use: nvidia
 Kernel modules: nvidia_319_updates, nouveau, nvidiafb

lsmod output:

~$ lsmod
ip6table_filter        12815  0 
ip6_tables             27502  1 ip6table_filter
ebtable_nat            12807  0 
ebtables               30994  1 ebtable_nat
ipt_MASQUERADE         12759  3 
iptable_nat            12909  1 
nf_nat_ipv4            13316  1 iptable_nat
nf_nat                 26158  3 ipt_MASQUERADE,iptable_nat,nf_nat_ipv4
nf_conntrack_ipv4      14538  2 
nf_defrag_ipv4         12729  1 nf_conntrack_ipv4
xt_state               12578  1 
nf_conntrack           83996  6 ipt_MASQUERADE,iptable_nat,nf_nat_ipv4,nf_nat,nf_conntrack_ipv4,xt_state
ipt_REJECT             12576  2 
xt_CHECKSUM            12549  1 
iptable_mangle         12734  1 
xt_tcpudp              12603  5 
iptable_filter         12810  1 
ip_tables              27473  3 iptable_nat,iptable_mangle,iptable_filter
x_tables               29938  11 ip6table_filter,ip6_tables,ebtables,ipt_MASQUERADE,xt_state,ipt_REJECT,xt_CHECKSUM,iptable_mangle,xt_tcpudp,iptable_filter,ip_tables
bridge                101039  0 
stp                    12976  1 bridge
llc                    14597  2 bridge,stp
bnep                   18258  2 
rfcomm                 47864  0 
parport_pc             28284  0 
ppdev                  17113  0 
binfmt_misc            17540  1 
nvidia               9430169  31 
coretemp               13596  0 
snd_hda_codec_hdmi     37463  1 
snd_hda_codec_realtek    79916  1 
arc4                   12573  2 
kvm_intel             137899  0 
kvm                   455932  1 kvm_intel
snd_hda_intel          44339  3 
iwldvm                249093  0 
snd_hda_codec         141761  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
ghash_clmulni_intel    13259  0 
mac80211              630977  1 iwldvm
uvcvideo               82214  0 
snd_hwdep              13668  1 snd_hda_codec
snd_pcm               102477  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
i915                  620571  2 
videobuf2_core         40785  1 uvcvideo
snd_seq_midi           13324  0 
snd_rawmidi            30417  1 snd_seq_midi
drm_kms_helper         49597  1 i915
snd_seq_midi_event     14899  1 snd_seq_midi
i2c_algo_bit           13564  1 i915
videodev              130053  2 uvcvideo,videobuf2_core
snd_seq                61930  2 snd_seq_midi,snd_seq_midi_event
snd_timer              29989  2 snd_pcm,snd_seq
aesni_intel            55495  0 
iwlwifi               183603  1 iwldvm
snd_seq_device         14497  3 snd_seq_midi,snd_rawmidi,snd_seq
joydev                 17613  0 
ablk_helper            13597  1 aesni_intel
videobuf2_vmalloc      13056  1 uvcvideo
btusb                  22431  0 
videobuf2_memops       13202  1 videobuf2_vmalloc
cryptd                 20501  3 ghash_clmulni_intel,aesni_intel,ablk_helper
lrw                    13294  1 aesni_intel
aes_x86_64             17255  1 aesni_intel
bluetooth             247165  11 bnep,rfcomm,btusb
snd                    69533  16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
xts                    12922  1 aesni_intel
soundcore              12680  1 snd
drm                   287564  5 nvidia,i915,drm_kms_helper
snd_page_alloc         18798  2 snd_hda_intel,snd_pcm
gf128mul               14951  2 lrw,xts
psmouse                97873  0 
mei                    41820  0 
cfg80211              525326  3 iwldvm,mac80211,iwlwifi
sony_laptop            55009  0 
wmi                    19256  0 
serio_raw              13215  0 
video                  19652  1 i915
lpc_ich                17144  0 
tpm_infineon           17410  0 
mac_hid                13253  0 
microcode              23017  0 
tpm_tis                18761  0 
rtsx_pci_ms            13180  0 
memstick               16605  1 rtsx_pci_ms
lp                     17799  0 
parport                46562  3 parport_pc,ppdev,lp
hid_generic            12540  0 
usbhid                 47346  0 
hid                   105826  2 hid_generic,usbhid
rtsx_pci_sdmmc         17800  0 
ahci                   25879  2 
r8169                  68716  0 
libahci                31606  1 ahci
rtsx_pci               34530  2 rtsx_pci_ms,rtsx_pci_sdmmc

dmesg output. Notice that the message "module license nvidia taints kernel" does not prevent the system from working.

~$ dmesg
[    2.375986] ACPI: bus type usb registered
[    2.376002] usbcore: registered new interface driver usbfs
[    2.376009] usbcore: registered new interface driver hub
[    2.376026] usbcore: registered new device driver usb
[    2.376096] PCI: Using ACPI for IRQ routing
[    2.382882] PCI: pci_cache_line_size set to 64 bytes
[    2.382916] pci 0000:01:00.0: no compatible bridge window for [mem 0xb9000000-0xb9ffffff]
[    2.382944] pci 0000:02:00.0: no compatible bridge window for [mem 0xb8000000-0xb8001fff 64bit]
[    2.382950] pci 0000:03:00.0: no compatible bridge window for [mem 0xb7000000-0xb7000fff]
[    2.383014] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    2.383016] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    2.383017] e820: reserve RAM buffer [mem 0x9aabf000-0x9bffffff]
[    2.383019] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
[    2.383020] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
[    2.383100] NetLabel: Initializing
[    2.383102] NetLabel:  domain hash size = 128
[    2.383102] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.383112] NetLabel:  unlabeled traffic allowed by default
[    2.383155] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    2.383161] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    2.385169] Switching to clocksource hpet
[    2.389835] AppArmor: AppArmor Filesystem Enabled
[    2.389852] pnp: PnP ACPI init
[    2.389861] ACPI: bus type pnp registered
[    2.389943] pnp 00:00: [dma 4]
[    2.389963] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    2.389980] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    2.390057] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    2.390083] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    2.390125] system 00:04: [io  0x0680-0x069f] has been reserved
[    2.390127] system 00:04: [io  0x1100-0x110f] has been reserved
[    2.390129] system 00:04: [io  0xffff] has been reserved
[    2.390131] system 00:04: [io  0xffff] has been reserved
[    2.390133] system 00:04: [io  0x0400-0x0453] has been reserved
[    2.390135] system 00:04: [io  0x0458-0x047f] has been reserved
[    2.390137] system 00:04: [io  0x0500-0x057f] has been reserved
[    2.390139] system 00:04: [io  0x164e-0x164f] has been reserved
[    2.390141] system 00:04: [io  0x2000] has been reserved
[    2.390143] system 00:04: [io  0x2004] has been reserved
[    2.390145] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.390166] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.390207] system 00:06: [io  0x0454-0x0457] has been reserved
[    2.390210] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    2.390237] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    2.390262] pnp 00:08: Plug and Play ACPI device, IDs SNYa003 PNP0f13 (active)
[    2.390295] pnp 00:09: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    2.390413] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    2.390415] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved
[    2.390417] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.390419] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.390422] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    2.390424] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.390426] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.390428] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[    2.390430] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.390432] system 00:0a: [mem 0x9fa00000-0x9fa00fff] has been reserved
[    2.390434] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.390724] system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
[    2.390727] system 00:0b: [mem 0x40004000-0x40004fff] has been reserved
[    2.390729] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.390745] pnp: PnP ACPI: found 12 devices
[    2.390747] ACPI: ACPI bus type pnp unregistered
[    2.396812] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
[    2.396850] pci 0000:01:00.0: BAR 0: assigned [mem 0xb8000000-0xb8ffffff]
[    2.396854] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x80000)
[    2.396856] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.396859] pci 0000:00:01.0:   bridge window [io  0x6000-0x6fff]
[    2.396862] pci 0000:00:01.0:   bridge window [mem 0xb8000000-0xb8ffffff]
[    2.396865] pci 0000:00:01.0:   bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
[    2.396869] pci 0000:02:00.0: BAR 0: assigned [mem 0xb7000000-0xb7001fff 64bit]
[    2.396955] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    2.396958] pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
[    2.396964] pci 0000:00:1c.0:   bridge window [mem 0xb7000000-0xb7ffffff]
[    2.396969] pci 0000:00:1c.0:   bridge window [mem 0xb2000000-0xb2ffffff 64bit pref]
[    2.396976] pci 0000:03:00.0: BAR 0: assigned [mem 0xb6000000-0xb6000fff]
[    2.396984] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    2.396987] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    2.396993] pci 0000:00:1c.1:   bridge window [mem 0xb6000000-0xb6ffffff]
[    2.396997] pci 0000:00:1c.1:   bridge window [mem 0xb3000000-0xb3ffffff 64bit pref]
[    2.397004] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    2.397008] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    2.397013] pci 0000:00:1c.2:   bridge window [mem 0xb5000000-0xb5ffffff]
[    2.397018] pci 0000:00:1c.2:   bridge window [mem 0xb4000000-0xb4ffffff 64bit pref]
[    2.397051] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    2.397053] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    2.397055] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    2.397057] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff]
[    2.397059] pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
[    2.397061] pci_bus 0000:01: resource 1 [mem 0xb8000000-0xb8ffffff]
[    2.397062] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
[    2.397064] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    2.397066] pci_bus 0000:02: resource 1 [mem 0xb7000000-0xb7ffffff]
[    2.397068] pci_bus 0000:02: resource 2 [mem 0xb2000000-0xb2ffffff 64bit pref]
[    2.397070] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    2.397072] pci_bus 0000:03: resource 1 [mem 0xb6000000-0xb6ffffff]
[    2.397074] pci_bus 0000:03: resource 2 [mem 0xb3000000-0xb3ffffff 64bit pref]
[    2.397075] pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
[    2.397077] pci_bus 0000:04: resource 1 [mem 0xb5000000-0xb5ffffff]
[    2.397079] pci_bus 0000:04: resource 2 [mem 0xb4000000-0xb4ffffff 64bit pref]
[    2.397106] NET: Registered protocol family 2
[    2.397285] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.397480] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.397602] TCP: Hash tables configured (established 65536 bind 65536)
[    2.397619] TCP: reno registered
[    2.397632] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    2.397662] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    2.397728] NET: Registered protocol family 1
[    2.397739] pci 0000:00:02.0: Boot video device
[    2.429207] PCI: CLS 64 bytes, default 64
[    2.429246] Trying to unpack rootfs image as initramfs...
[    2.716019] Freeing initrd memory: 16388k freed
[    2.717996] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.717999] software IO TLB [mem 0x96ab8000-0x9aab8000] (64MB) mapped at [ffff880096ab8000-ffff88009aab7fff]
[    2.718033] Simple Boot Flag at 0x44 set to 0x1
[    2.718510] Initialise module verification
[    2.718554] audit: initializing netlink socket (disabled)
[    2.718568] type=2000 audit(1385794976.388:1): initialized
[    2.752327] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.753715] VFS: Disk quotas dquot_6.5.2
[    2.753752] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.754160] fuse init (API version 7.20)
[    2.754224] msgmni has been set to 15770
[    2.754610] Key type asymmetric registered
[    2.754612] Asymmetric key parser 'x509' registered
[    2.754641] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.754667] io scheduler noop registered
[    2.754670] io scheduler deadline registered (default)
[    2.754676] io scheduler cfq registered
[    2.754774] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    2.754945] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.754957] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.754993] intel_idle: MWAIT substates: 0x21120
[    2.754994] intel_idle: v0.4 model 0x3A
[    2.754995] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.755084] ACPI: AC Adapter [ADP1] (on-line)
[    2.755165] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.755178] ACPI: Lid Switch [LID0]
[    2.755205] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.755209] ACPI: Power Button [PWRB]
[    2.755278] ACPI: Requesting acpi_cpufreq
[    2.760026] thermal LNXTHERM:00: registered as thermal_zone0
[    2.760028] ACPI: Thermal Zone [TZ01] (47 C)
[    2.760056] GHES: HEST is not enabled!
[    2.760130] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.762729] Linux agpgart interface v0.103
[    2.763779] brd: module loaded
[    2.764155] ACPI: Battery Slot [BAT1] (battery present)
[    2.764180] ACPI: Battery Slot [BAT2] (battery absent)
[    2.764285] loop: module loaded
[    2.764554] libphy: Fixed MDIO Bus: probed
[    2.764602] tun: Universal TUN/TAP device driver, 1.6
[    2.764604] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.764650] PPP generic driver version 2.4.2
[    2.764691] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.764692] ehci-pci: EHCI PCI platform driver
[    2.764737] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    2.764741] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.764746] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.764761] ehci-pci 0000:00:1a.0: debug port 2
[    2.768659] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.768675] ehci-pci 0000:00:1a.0: irq 23, io mem 0xb9419000
[    2.780613] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.780643] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.780645] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.780647] usb usb1: Product: EHCI Host Controller
[    2.780649] usb usb1: Manufacturer: Linux 3.8.0-33-generic ehci_hcd
[    2.780650] usb usb1: SerialNumber: 0000:00:1a.0
[    2.780736] hub 1-0:1.0: USB hub found
[    2.780740] hub 1-0:1.0: 2 ports detected
[    2.780861] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    2.780865] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.780869] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.780882] ehci-pci 0000:00:1d.0: debug port 2
[    2.784780] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.784795] ehci-pci 0000:00:1d.0: irq 20, io mem 0xb9418000
[    2.796592] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.796615] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.796617] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.796619] usb usb2: Product: EHCI Host Controller
[    2.796620] usb usb2: Manufacturer: Linux 3.8.0-33-generic ehci_hcd
[    2.796622] usb usb2: SerialNumber: 0000:00:1d.0
[    2.796696] hub 2-0:1.0: USB hub found
[    2.796699] hub 2-0:1.0: 2 ports detected
[    2.796790] ehci-platform: EHCI generic platform driver
[    2.796796] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.796807] uhci_hcd: USB Universal Host Controller Interface driver
[    2.796846] xhci_hcd 0000:00:14.0: setting latency timer to 64
[    2.796850] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.796856] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.796944] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.796988] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
[    2.797035] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    2.797037] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.797038] usb usb3: Product: xHCI Host Controller
[    2.797040] usb usb3: Manufacturer: Linux 3.8.0-33-generic xhci_hcd
[    2.797042] usb usb3: SerialNumber: 0000:00:14.0
[    2.797099] xHCI xhci_add_endpoint called for root hub
[    2.797100] xHCI xhci_check_bandwidth called for root hub
[    2.797117] hub 3-0:1.0: USB hub found
[    2.797124] hub 3-0:1.0: 4 ports detected
[    2.797307] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.797311] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.797332] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    2.797334] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.797335] usb usb4: Product: xHCI Host Controller
[    2.797337] usb usb4: Manufacturer: Linux 3.8.0-33-generic xhci_hcd
[    2.797339] usb usb4: SerialNumber: 0000:00:14.0
[    2.797391] xHCI xhci_add_endpoint called for root hub
[    2.797392] xHCI xhci_check_bandwidth called for root hub
[    2.797407] hub 4-0:1.0: USB hub found
[    2.797414] hub 4-0:1.0: 4 ports detected
[    2.797678] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.799681] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.799686] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.799777] mousedev: PS/2 mouse device common for all mice
[    2.799878] rtc_cmos 00:05: RTC can wake from S4
[    2.799992] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.800019] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[    2.800091] device-mapper: uevent: version 1.0.3
[    2.800139] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
[    2.800270] cpuidle: using governor ladder
[    2.800451] cpuidle: using governor menu
[    2.800455] ledtrig-cpu: registered to indicate activity on CPUs
[    2.800457] EFI Variables Facility v0.08 2004-May-17
[    2.800612] ashmem: initialized
[    2.800728] TCP: cubic registered
[    2.800812] NET: Registered protocol family 10
[    2.800953] NET: Registered protocol family 17
[    2.800961] Key type dns_resolver registered
[    2.801204] Loading module verification certificates
[    2.802117] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: f18b7991d2384529679d61befc4fb536686c75e2'
[    2.802126] registered taskstats version 1
[    2.804176] Key type trusted registered
[    2.805940] Key type encrypted registered
[    2.808598] rtc_cmos 00:05: setting system clock to 2013-11-30 07:02:58 UTC (1385794978)
[    2.809886] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.809888] EDD information not available.
[    2.811102] Freeing unused kernel memory: 1016k freed
[    2.811198] Write protecting the kernel read-only data: 12288k
[    2.813443] Freeing unused kernel memory: 1008k freed
[    2.814459] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.815608] Freeing unused kernel memory: 1008k freed
[    2.827796] udevd[129]: starting version 175
[    2.842445] Disabling lock debugging due to kernel taint
[    2.842872] rtsx_pci 0000:03:00.0: irq 42 for MSI/MSI-X
[    2.842890] rtsx_pci 0000:03:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 42
[    2.843489] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.843500] ahci 0000:00:1f.2: version 3.0
[    2.843548] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    2.843571] ahci: SSS flag set, parallel bus scan disabled
[    2.843716] r8169 0000:04:00.0: irq 44 for MSI/MSI-X
[    2.843890] r8169 0000:04:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000c70000, 30:f9:ed:eb:ac:48, XID 0c900800 IRQ 44
[    2.843893] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    2.856546] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x11 impl SATA mode
[    2.856552] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part apst 
[    2.856559] ahci 0000:00:1f.2: setting latency timer to 64
[    2.857255] scsi0 : ahci
[    2.857355] scsi1 : ahci
[    2.857430] scsi2 : ahci
[    2.857502] scsi3 : ahci
[    2.857576] scsi4 : ahci
[    2.857674] scsi5 : ahci
[    2.857755] ata1: SATA max UDMA/133 abar m2048@0xb9417000 port 0xb9417100 irq 43
[    2.857757] ata2: DUMMY
[    2.857758] ata3: DUMMY
[    2.857759] ata4: DUMMY
[    2.857761] ata5: SATA max UDMA/133 abar m2048@0xb9417000 port 0xb9417300 irq 43
[    2.857763] ata6: DUMMY
[    3.092193] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    3.176115] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.179682] ata1.00: ATA-8: WDC WD7500BPVT-55HXZT3, 01.01A01, max UDMA/133
[    3.179689] ata1.00: 1465149168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    3.183323] ata1.00: configured for UDMA/133
[    3.183570] scsi 0:0:0:0: Direct-Access     ATA      WDC WD7500BPVT-5 01.0 PQ: 0 ANSI: 5
[    3.183780] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.183783] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    3.184007] sd 0:0:0:0: [sda] Write Protect is off
[    3.184011] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.184072] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.224458] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    3.224475] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.224713] hub 1-1:1.0: USB hub found
[    3.224801] hub 1-1:1.0: 6 ports detected
[    3.252860]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[    3.253952] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.335797] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    3.468096] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    3.468103] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.468507] hub 2-1:1.0: USB hub found
[    3.468571] hub 2-1:1.0: 8 ports detected
[    3.503629] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.505442] ata5.00: ATAPI: MATSHITABD-CMB UJ167, 1.00, max UDMA/133
[    3.506941] ata5.00: configured for UDMA/133
[    3.510615] scsi 4:0:0:0: CD-ROM            MATSHITA BD-CMB UJ167     1.00 PQ: 0 ANSI: 5
[    3.513216] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda caddy
[    3.513220] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.513411] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    3.513512] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    3.635358] usb 3-3: new low-speed USB device number 2 using xhci_hcd
[    3.655549] usb 3-3: New USB device found, idVendor=045e, idProduct=00cb
[    3.655555] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.655559] usb 3-3: Product: Microsoft Basic Optical Mouse v2.0 
[    3.655563] usb 3-3: Manufacturer: Microsoft 
[    3.655653] usb 3-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.660121] usbcore: registered new interface driver usbhid
[    3.660122] usbhid: USB HID core driver
[    3.661409] input: Microsoft  Microsoft Basic Optical Mouse v2.0  as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input3
[    3.661505] hid-generic 0003:045E:00CB.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft  Microsoft Basic Optical Mouse v2.0 ] on usb-0000:00:14.0-3/input0
[    3.715214] tsc: Refined TSC clocksource calibration: 2095.239 MHz
[    3.715217] Switching to clocksource tsc
[    3.727295] usb 1-1.2: new full-speed USB device number 3 using ehci-pci
[    3.823675] usb 1-1.2: New USB device found, idVendor=8087, idProduct=07da
[    3.823690] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.895055] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
[    4.305039] usb 1-1.3: New USB device found, idVendor=0489, idProduct=d601
[    4.305043] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.305045] usb 1-1.3: Product: USB2.0 Camera
[    4.305046] usb 1-1.3: Manufacturer: Sunplus IT Co
[    4.588287] EXT4-fs (sda6): INFO: recovery required on readonly filesystem
[    4.588290] EXT4-fs (sda6): write access will be enabled during recovery
[    6.631619] EXT4-fs (sda6): orphan cleanup on readonly fs
[    6.631626] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078851
[    6.631648] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078850
[    6.631653] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078849
[    6.673465] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078845
[    6.673512] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078848
[    6.673517] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078847
[    6.673564] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078846
[    6.673574] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078762
[    6.673583] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 4073603
[    6.700639] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 3549569
[    6.738824] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 3547342
[    6.738886] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078761
[    6.738897] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078759
[    6.786812] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132823
[    6.786865] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132820
[    6.786879] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 3555414
[    6.786910] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 3555413
[    6.786918] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 7078749
[    6.795603] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132325
[    6.795632] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132830
[    6.795651] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132814
[    6.819592] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8127964
[    6.839278] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8131750
[    6.839329] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132449
[    6.839339] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132803
[    6.839346] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132769
[    6.839354] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132771
[    6.839361] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132484
[    6.839369] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132811
[    6.839377] EXT4-fs (sda6): ext4_orphan_cleanup: deleting unreferenced inode 8132818
[    6.839384] EXT4-fs (sda6): 30 orphan inodes deleted
[    6.839385] EXT4-fs (sda6): recovery complete
[    7.363371] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    8.584744] init: ureadahead main process (323) terminated with status 5
[    9.612091] Adding 10234876k swap on /dev/sda8.  Priority:-1 extents:1 across:10234876k 
[   10.911592] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.064712] udevd[425]: starting version 175
[   12.372225] lp: driver loaded but no devices found
[   12.690453] tpm_tis 00:09: 1.2 TPM (device-id 0xB, rev-id 16)
[   12.746399] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x10
[   12.941499] tpm_tis 00:09: TPM is disabled/deactivated (0x7)
[   13.136917] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x10
[   13.137882] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x10
[   13.138724] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x10
[   13.139580] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x10
[   13.140429] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x10
[   13.141263] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x10
[   13.142114] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x10
[   13.142924] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   13.217559] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
[   13.217566] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.217571] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[   13.217575] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20121018/utaddress-251)
[   13.217579] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.217580] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
[   13.217583] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 2 (20121018/utaddress-251)
[   13.217585] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.217586] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   13.266577] wmi: Mapper loaded
[   13.308610] sony_laptop: Sony Notebook Control Driver v0.6
[   13.308708] input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input4
[   13.308800] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input5
[   13.313350] sony_laptop: brightness ignored, must be controlled by ACPI video driver
[   13.318543] cfg80211: Calling CRDA to update world regulatory domain
[   13.324360] mei 0000:00:16.0: setting latency timer to 64
[   13.324412] mei 0000:00:16.0: irq 45 for MSI/MSI-X
[   13.589571] [drm] Initialized drm 1.1.0 20060810
[   13.750019] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00, board id: 2044, fw id: 1119400
[   13.783133] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[   13.965455] Bluetooth: Core ver 2.16
[   13.965472] NET: Registered protocol family 31
[   13.965473] Bluetooth: HCI device and connection manager initialized
[   13.965478] Bluetooth: HCI socket layer initialized
[   13.965480] Bluetooth: L2CAP socket layer initialized
[   13.965483] Bluetooth: SCO socket layer initialized
[   14.216606] usbcore: registered new interface driver btusb
[   14.484626] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   14.484628] Copyright(c) 2003-2012 Intel Corporation
[   14.484851] iwlwifi 0000:02:00.0: irq 46 for MSI/MSI-X
[   14.673453] Linux video capture interface: v2.00
[   14.874555] [drm] Memory usable by graphics device = 2048M
[   14.874561] i915 0000:00:02.0: setting latency timer to 64
[   14.900578] i915 0000:00:02.0: irq 47 for MSI/MSI-X
[   14.900585] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   14.900586] [drm] Driver supports precise vblank timestamp query.
[   14.900677] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   14.900678] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[   15.023880] iwlwifi 0000:02:00.0: loaded firmware version 18.168.6.1
[   15.114919] uvcvideo: Found UVC 1.00 device USB2.0 Camera (0489:d601)
[   15.174163] [drm] GMBUS [i915 gmbus dpd] timed out, falling back to bit banging on pin 6
[   15.197602] input: USB2.0 Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input7
[   15.197654] usbcore: registered new interface driver uvcvideo
[   15.197655] USB Video Class driver (1.1.1)
[   15.220414] fbcon: inteldrmfb (fb0) is primary device
[   15.490685] cfg80211: World regulatory domain updated:
[   15.490686] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   15.490687] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   15.490688] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   15.490688] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   15.490689] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   15.490689] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   15.587450] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   15.587451] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   15.587452] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   15.587452] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE enabled
[   15.587453] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_P2P disabled
[   15.587454] iwlwifi 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6235 AGN, REV=0xB0
[   15.587560] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   15.620667] type=1400 audit(1385805791.327:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=811 comm="apparmor_parser"
[   15.620699] type=1400 audit(1385805791.327:3): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=810 comm="apparmor_parser"
[   15.620925] type=1400 audit(1385805791.327:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=811 comm="apparmor_parser"
[   15.620959] type=1400 audit(1385805791.327:5): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=810 comm="apparmor_parser"
[   15.621070] type=1400 audit(1385805791.327:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=811 comm="apparmor_parser"
[   15.621106] type=1400 audit(1385805791.327:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=810 comm="apparmor_parser"
[   16.025015] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   16.147855] Console: switching to colour frame buffer device 240x67
[   16.151032] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   16.151033] i915 0000:00:02.0: registered panic notifier
[   16.151167] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   16.151462] acpi device:2e: registered as cooling_device8
[   16.151551] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[   16.151595] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input8
[   16.157391] acpi device:37: registered as cooling_device9
[   16.157492] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   16.157520] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
[   16.157579] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   16.157661] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[   16.248642] hda_codec: ALC275: SKU not ready 0x411111f0
[   16.299159] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   16.299214] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   16.299253] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[   16.299291] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[   16.577120] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[   16.708764] nvidia: module license 'NVIDIA' taints kernel.
[   16.714109] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
[   16.714125] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[   16.714300] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 1
[   16.714305] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  319.32  Wed Jun 19 15:51:20 PDT 2013
[   17.055642] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[   19.733055] init: failsafe main process (1008) killed by TERM signal
[   19.896346] usb 1-1.2: USB disconnect, device number 3
[   21.608367] type=1400 audit(1385805797.323:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1081 comm="apparmor_parser"
[   21.608697] type=1400 audit(1385805797.327:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1081 comm="apparmor_parser"
[   21.608857] type=1400 audit(1385805797.327:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1081 comm="apparmor_parser"
[   21.681215] type=1400 audit(1385805797.399:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=1080 comm="apparmor_parser"
[   21.681428] type=1400 audit(1385805797.399:12): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper//chromium_browser" pid=1080 comm="apparmor_parser"
[   21.701655] type=1400 audit(1385805797.419:13): apparmor="STATUS" operation="profile_load" name="/usr/lib/libvirt/virt-aa-helper" pid=1084 comm="apparmor_parser"
[   21.717041] type=1400 audit(1385805797.435:14): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=1086 comm="apparmor_parser"
[   21.717362] type=1400 audit(1385805797.435:15): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=1086 comm="apparmor_parser"
[   21.720586] type=1400 audit(1385805797.439:16): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=1089 comm="apparmor_parser"
[   21.750752] type=1400 audit(1385805797.467:17): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1085 comm="apparmor_parser"
[   23.536576] ppdev: user-space parallel port driver
[   24.979017] Bluetooth: RFCOMM TTY layer initialized
[   24.979026] Bluetooth: RFCOMM socket layer initialized
[   24.979027] Bluetooth: RFCOMM ver 1.11
[   25.159650] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   25.159653] Bluetooth: BNEP filters: protocol multicast
[   25.159659] Bluetooth: BNEP socket layer initialized
[   26.761741] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   26.768467] iwlwifi 0000:02:00.0: Radio type=0x2-0x1-0x0
[   27.169070] iwlwifi 0000:02:00.0: L1 Enabled; Disabling L0S
[   27.175812] iwlwifi 0000:02:00.0: Radio type=0x2-0x1-0x0
[   27.403748] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   27.403981] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   27.701668] r8169 0000:04:00.0 eth0: link down
[   27.701702] r8169 0000:04:00.0 eth0: link down
[   27.701731] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   27.702100] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   28.578800] Bridge firewalling registered
[   28.959470] ip_tables: (C) 2000-2006 Netfilter Core Team
[   29.617533] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   30.001857] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
[   30.026847] r8169 0000:04:00.0 eth0: link up
[   30.026852] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   31.108001] Ebtables v2.0 registered
[   31.351187] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   31.904309] cgroup: libvirtd (1269) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[   31.904312] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
[   31.904341] cgroup: libvirtd (1269) created nested cgroup for controller "devices" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[   31.904373] cgroup: libvirtd (1269) created nested cgroup for controller "blkio" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[   37.157228] postgres (1596): /proc/1596/oom_adj is deprecated, please use /proc/1596/oom_score_adj instead.
[   57.762687] init: plymouth-stop pre-start process (2202) terminated with status 1
[   67.337957] audit_printk_skb: 36 callbacks suppressed
[   67.337960] type=1400 audit(1385805843.111:30): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1222 comm="cupsd" pid=1222 comm="cupsd" capability=36  capname="block_suspend"
[  919.740755] type=1400 audit(1385806696.454:31): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1222 comm="cupsd" pid=1222 comm="cupsd" capability=36  capname="block_suspend"
[ 3562.802439] type=1400 audit(1385809343.454:32): apparmor="DENIED" operation="capable" parent=1 profile="/usr/sbin/cupsd" pid=1222 comm="cupsd" pid=1222 comm="cupsd" capability=36  capname="block_suspend"

xorg.conf:

~$ cat /etc/X11/xorg.conf 
# Warning: This file is autogenerated by nvidia-prime. All changes to this file will be lost.

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "1:0:0"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    # Uncomment this line if your computer has no display devices connected to
    # the NVIDIA GPU.  Leave it commented if you have display devices
    # connected to the NVIDIA GPU that you would like to use.
    Option "UseDisplayDevice" "none"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Xorg.0.log. Notice that the device "intel" appears as inactive.

~$ cat /var/log/Xorg.0.log
[    25.043] 
X.Org X Server 1.13.3
Release Date: 2013-03-07
[    25.043] X Protocol Version 11, Revision 0
[    25.043] Build Operating System: Linux 2.6.42-37-generic x86_64 Ubuntu
[    25.043] Current Operating System: Linux vaio 3.8.0-33-generic #48~precise1-Ubuntu SMP Thu Oct 24 16:28:06 UTC 2013 x86_64
[    25.043] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.8.0-33-generic root=UUID=bb7b25e1-4a7f-4965-ae25-2a2ee94c32ca ro quiet splash
[    25.043] Build Date: 07 June 2013  09:48:08AM
[    25.043] xorg-server 2:1.13.3-0ubuntu6~precise2 (For technical support please see http://www.ubuntu.com/support) 
[    25.043] Current version of pixman: 0.24.4
[    25.043]  Before reporting problems, check http://wiki.x.org
 to make sure that you have the latest version.
[    25.043] Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    25.044] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 30 07:03:22 2013
[    25.129] (==) Using config file: "/etc/X11/xorg.conf"
[    25.129] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    25.232] (==) ServerLayout "layout"
[    25.232] (**) |-->Screen "nvidia" (0)
[    25.232] (**) |   |-->Monitor "<default monitor>"
[    25.232] (**) |   |-->Device "nvidia"
[    25.232] (==) No monitor specified for screen "nvidia".
 Using a default monitor configuration.
[    25.232] (**) |-->Inactive Device "intel"
[    25.232] (==) Automatically adding devices
[    25.232] (==) Automatically enabling devices
[    25.232] (==) Automatically adding GPU devices
[    25.351] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    25.351]  Entry deleted from font path.
[    25.351] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[    25.351]  Entry deleted from font path.
[    25.351] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[    25.351]  Entry deleted from font path.
[    25.352] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[    25.352]  Entry deleted from font path.
[    25.352] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[    25.352]  Entry deleted from font path.
[    25.352] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[    25.352]  Entry deleted from font path.
[    25.352] (==) FontPath set to:
 /usr/share/fonts/X11/misc,
 /usr/share/fonts/X11/Type1,
 built-ins
[    25.352] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    25.352] (II) The server relies on udev to provide the list of input devices.
 If no devices become available, reconfigure udev or disable AutoAddDevices.
[    25.352] (II) Loader magic: 0x7f474a137c20
[    25.352] (II) Module ABI versions:
[    25.352]  X.Org ANSI C Emulation: 0.4
[    25.352]  X.Org Video Driver: 13.1
[    25.352]  X.Org XInput driver : 18.0
[    25.352]  X.Org Server Extension : 7.0
[    25.353] (II) config/udev: Adding drm device (/dev/dri/card1)
[    25.353] (II) config/udev: Adding drm device (/dev/dri/card0)
[    25.354] (--) PCI:*(0:0:2:0) 8086:0166:104d:909c rev 9, Mem @ 0xb9000000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64
[    25.354] (--) PCI: (0:1:0:0) 10de:0fd3:104d:909c rev 161, Mem @ 0xb8000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00006000/128
[    25.354] (II) Open ACPI successful (/var/run/acpid.socket)
[    25.458] Initializing built-in extension Generic Event Extension
[    25.458] Initializing built-in extension SHAPE
[    25.458] Initializing built-in extension MIT-SHM
[    25.458] Initializing built-in extension XInputExtension
[    25.458] Initializing built-in extension XTEST
[    25.458] Initializing built-in extension BIG-REQUESTS
[    25.458] Initializing built-in extension SYNC
[    25.458] Initializing built-in extension XKEYBOARD
[    25.458] Initializing built-in extension XC-MISC
[    25.458] Initializing built-in extension SECURITY
[    25.458] Initializing built-in extension XINERAMA
[    25.458] Initializing built-in extension XFIXES
[    25.458] Initializing built-in extension RENDER
[    25.458] Initializing built-in extension RANDR
[    25.458] Initializing built-in extension COMPOSITE
[    25.458] Initializing built-in extension DAMAGE
[    25.458] Initializing built-in extension MIT-SCREEN-SAVER
[    25.458] Initializing built-in extension DOUBLE-BUFFER
[    25.458] Initializing built-in extension RECORD
[    25.458] Initializing built-in extension DPMS
[    25.458] Initializing built-in extension X-Resource
[    25.458] Initializing built-in extension XVideo
[    25.458] Initializing built-in extension XVideo-MotionCompensation
[    25.458] Initializing built-in extension XFree86-VidModeExtension
[    25.458] Initializing built-in extension XFree86-DGA
[    25.458] Initializing built-in extension XFree86-DRI
[    25.458] Initializing built-in extension DRI2
[    25.458] (II) LoadModule: "glx"
[    25.686] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so
[    28.937] (II) Module glx: vendor="NVIDIA Corporation"
[    28.937]  compiled for 4.0.2, module version = 1.0.0
[    28.937]  Module class: X.Org Server Extension
[    28.937] (II) NVIDIA GLX Module  319.32  Wed Jun 19 14:55:38 PDT 2013
[    29.003] Loading extension GLX
[    29.003] (II) LoadModule: "nvidia"
[    29.003] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/nvidia_drv.so
[    29.446] (II) Module nvidia: vendor="NVIDIA Corporation"
[    29.447]  compiled for 4.0.2, module version = 1.0.0
[    29.447]  Module class: X.Org Video Driver
[    29.598] (II) LoadModule: "modesetting"
[    29.706] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    29.785] (II) Module modesetting: vendor="X.Org Foundation"
[    29.785]  compiled for 1.13.3, module version = 0.7.0
[    29.785]  Module class: X.Org Video Driver
[    29.785]  ABI class: X.Org Video Driver, version 13.1
[    29.785] (II) NVIDIA dlloader X Driver  319.32  Wed Jun 19 14:34:12 PDT 2013
[    29.785] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    29.810] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    29.810] (++) using VT number 7

[    29.840] (II) Loading sub module "fb"
[    29.840] (II) LoadModule: "fb"
[    29.842] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.933] (II) Module fb: vendor="X.Org Foundation"
[    29.933]  compiled for 1.13.3, module version = 1.0.0
[    29.933]  ABI class: X.Org ANSI C Emulation, version 0.4
[    29.933] (WW) Unresolved symbol: fbGetGCPrivateKey
[    29.933] (II) Loading sub module "wfb"
[    29.933] (II) LoadModule: "wfb"
[    29.933] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    30.005] (II) Module wfb: vendor="X.Org Foundation"
[    30.005]  compiled for 1.13.3, module version = 1.0.0
[    30.005]  ABI class: X.Org ANSI C Emulation, version 0.4
[    30.005] (II) Loading sub module "shadow"
[    30.005] (II) LoadModule: "shadow"
[    30.005] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    30.051] (II) Module shadow: vendor="X.Org Foundation"
[    30.051]  compiled for 1.13.3, module version = 1.1.0
[    30.051]  ABI class: X.Org ANSI C Emulation, version 0.4
[    30.052] (II) Loading sub module "ramdac"
[    30.052] (II) LoadModule: "ramdac"
[    30.052] (II) Module "ramdac" already built-in
[    30.134] (II) modesetting(1): using drv /dev/dri/card0
[    30.134] (II) modesetting(G0): using drv /dev/dri/card0
[    30.134] (EE) Screen 1 deleted because of no matching config section.
[    30.134] (II) UnloadModule: "modesetting"
[    30.134] (II) NVIDIA(0): Creating default Display subsection in Screen section
 "nvidia" for depth/fbbpp 24/32
[    30.134] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    30.134] (==) NVIDIA(0): RGB weight 888
[    30.134] (==) NVIDIA(0): Default visual is TrueColor
[    30.134] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    30.134] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
[    30.134] (**) NVIDIA(0): Enabling 2D acceleration
[    30.134] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
[    30.134] (**) NVIDIA(0):     mode
[    30.786] (WW) NVIDIA(0): Failed to enable display hotplug notification
[    30.811] (II) NVIDIA(0): NVIDIA GPU GeForce GT 640M LE (GK107) at PCI:1:0:0 (GPU-0)
[    30.811] (--) NVIDIA(0): Memory: 2097152 kBytes
[    30.811] (--) NVIDIA(0): VideoBIOS: 80.07.1d.00.16
[    30.811] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    30.811] (--) NVIDIA(0): Valid display device(s) on GeForce GT 640M LE at PCI:1:0:0
[    30.811] (--) NVIDIA(0):     none
[    30.811] (II) NVIDIA(0): Validated MetaModes:
[    30.811] (II) NVIDIA(0):     "nvidia-auto-select"
[    30.811] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    30.811] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    30.811] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    30.811] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
[    30.811] (==) modesetting(G0): RGB weight 888
[    30.811] (==) modesetting(G0): Default visual is TrueColor
[    30.811] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
[    30.811] (II) modesetting(G0): Output LVDS-0 has no monitor section
[    30.828] (II) modesetting(G0): Output VGA-0 has no monitor section
[    30.844] (II) modesetting(G0): Output HDMI-0 has no monitor section
[    30.892] (II) modesetting(G0): Output DisplayPort-0 has no monitor section
[    30.924] (II) modesetting(G0): Output HDMI-1 has no monitor section
[    30.972] (II) modesetting(G0): Output DisplayPort-1 has no monitor section
[    30.972] (II) modesetting(G0): EDID for output LVDS-0
[    30.972] (II) modesetting(G0): Manufacturer: LGD  Model: 323  Serial#: 0
[    30.972] (II) modesetting(G0): Year: 2011  Week: 0
[    30.972] (II) modesetting(G0): EDID Version: 1.3
[    30.972] (II) modesetting(G0): Digital Display Input
[    30.972] (II) modesetting(G0): Max Image Size [cm]: horiz.: 35  vert.: 19
[    30.972] (II) modesetting(G0): Gamma: 2.20
[    30.972] (II) modesetting(G0): No DPMS capabilities specified
[    30.972] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    30.972] (II) modesetting(G0): First detailed timing is preferred mode
[    30.972] (II) modesetting(G0): redX: 0.619 redY: 0.370   greenX: 0.345 greenY: 0.607
[    30.972] (II) modesetting(G0): blueX: 0.148 blueY: 0.115   whiteX: 0.313 whiteY: 0.329
[    30.972] (II) modesetting(G0): Manufacturer's mask: 0
[    30.972] (II) modesetting(G0): Supported detailed timing:
[    30.972] (II) modesetting(G0): clock: 144.2 MHz   Image Size:  345 x 194 mm
[    30.972] (II) modesetting(G0): h_active: 1920  h_sync: 1968  h_sync_end 2040 h_blank_end 2148 h_border: 0
[    30.972] (II) modesetting(G0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1120 v_border: 0
[    30.972] (II) modesetting(G0):  LG Display
[    30.972] (II) modesetting(G0):  LP156WF4-SLB1
[    30.972] (II) modesetting(G0): EDID (in hex):
[    30.972] (II) modesetting(G0):  00ffffffffffff0030e4230300000000
[    30.972] (II) modesetting(G0):  00150103802313780ab6259e5e589b26
[    30.972] (II) modesetting(G0):  1d505400000001010101010101010101
[    30.972] (II) modesetting(G0):  010101010101543880e4703828403048
[    30.972] (II) modesetting(G0):  350059c2100000190000000000000000
[    30.972] (II) modesetting(G0):  00000000000000000000000000fe004c
[    30.972] (II) modesetting(G0):  4720446973706c61790a2020000000fe
[    30.972] (II) modesetting(G0):  004c503135365746342d534c423100b2
[    30.972] (II) modesetting(G0): Printing probed modes for output LVDS-0
[    30.972] (II) modesetting(G0): Modeline "1920x1080"x59.9  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    30.972] (II) modesetting(G0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    30.972] (II) modesetting(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    30.972] (II) modesetting(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    30.972] (II) modesetting(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    30.972] (II) modesetting(G0): Modeline "960x600"x120.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "960x540"x120.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[    30.972] (II) modesetting(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    30.972] (II) modesetting(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    30.972] (II) modesetting(G0): Modeline "840x525"x120.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[    30.972] (II) modesetting(G0): Modeline "840x525"x119.8   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[    30.972] (II) modesetting(G0): Modeline "800x512"x120.3   51.56  800 800 828 832  512 512 514 515 doublescan +hsync +vsync (62.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    30.972] (II) modesetting(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "720x450"x119.8   53.25  720 760 836 952  450 451 454 467 doublescan -hsync +vsync (55.9 kHz d)
[    30.972] (II) modesetting(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    30.972] (II) modesetting(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    30.972] (II) modesetting(G0): Modeline "680x384"x119.6   42.38  680 716 784 888  384 385 390 399 doublescan -hsync +vsync (47.7 kHz d)
[    30.972] (II) modesetting(G0): Modeline "680x384"x119.9   36.00  680 704 720 760  384 385 390 395 doublescan +hsync -vsync (47.4 kHz d)
[    30.972] (II) modesetting(G0): Modeline "576x432"x120.1   40.81  576 608 668 760  432 432 434 447 doublescan -hsync +vsync (53.7 kHz d)
[    30.972] (II) modesetting(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    30.972] (II) modesetting(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    30.972] (II) modesetting(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    30.972] (II) modesetting(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    30.988] (II) modesetting(G0): EDID for output VGA-0
[    31.004] (II) modesetting(G0): EDID for output HDMI-0
[    31.052] (II) modesetting(G0): EDID for output DisplayPort-0
[    31.084] (II) modesetting(G0): EDID for output HDMI-1
[    31.132] (II) modesetting(G0): EDID for output DisplayPort-1
[    31.132] (II) modesetting(G0): Output LVDS-0 connected
[    31.132] (II) modesetting(G0): Output VGA-0 disconnected
[    31.132] (II) modesetting(G0): Output HDMI-0 disconnected
[    31.132] (II) modesetting(G0): Output DisplayPort-0 disconnected
[    31.132] (II) modesetting(G0): Output HDMI-1 disconnected
[    31.132] (II) modesetting(G0): Output DisplayPort-1 disconnected
[    31.132] (II) modesetting(G0): Using exact sizes for initial modes
[    31.132] (II) modesetting(G0): Output LVDS-0 using initial mode 1920x1080
[    31.132] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    31.132] (==) modesetting(G0): DPI set to (96, 96)
[    31.132] (II) Loading sub module "fb"
[    31.132] (II) LoadModule: "fb"
[    31.132] (II) Loading /usr/lib/xorg/modules/libfb.so
[    31.132] (II) Module fb: vendor="X.Org Foundation"
[    31.132]  compiled for 1.13.3, module version = 1.0.0
[    31.132]  ABI class: X.Org ANSI C Emulation, version 0.4
[    31.132] (II) Loading sub module "shadow"
[    31.132] (II) LoadModule: "shadow"
[    31.132] (II) Loading /usr/lib/xorg/modules/libshadow.so
[    31.132] (II) Module shadow: vendor="X.Org Foundation"
[    31.132]  compiled for 1.13.3, module version = 1.1.0
[    31.132]  ABI class: X.Org ANSI C Emulation, version 0.4
[    31.132] (--) Depth 24 pixmap format is 32 bpp
[    31.179] (==) modesetting(G0): Backing store disabled
[    31.179] (==) modesetting(G0): Silken mouse enabled
[    31.179] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    31.181] (==) modesetting(G0): DPMS enabled
[    31.181] (WW) modesetting(G0): Option "UseDisplayDevice" is not used
[    31.200] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    31.200] (II) NVIDIA:     access.
[    31.203] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    31.242] (II) NVIDIA(0): Built-in logo is bigger than the screen.
[    31.242] Loading extension NV-GLX
[    31.308] (==) NVIDIA(0): Disabling shared memory pixmaps
[    31.308] (==) NVIDIA(0): Backing store disabled
[    31.308] (==) NVIDIA(0): Silken mouse enabled
[    31.308] (==) NVIDIA(0): DPMS enabled
[    31.308] Loading extension NV-CONTROL
[    31.308] (II) Loading sub module "dri2"
[    31.308] (II) LoadModule: "dri2"
[    31.308] (II) Module "dri2" already built-in
[    31.308] (II) NVIDIA(0): [DRI2] Setup complete
[    31.308] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    31.308] (--) RandR disabled
[    31.340] (II) Initializing extension GLX
[    31.340] (II) modesetting(G0): Damage tracking initialized
[    31.341] (II) modesetting(G0): Setting screen physical size to 508 x 285
[    32.757] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[    32.790] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[    32.790] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    32.790] (II) LoadModule: "evdev"
[    32.790] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    32.863] (II) Module evdev: vendor="X.Org Foundation"
[    32.863]  compiled for 1.13.3, module version = 2.7.3
[    32.863]  Module class: X.Org XInput Driver
[    32.863]  ABI class: X.Org XInput driver, version 18.0
[    32.863] (II) Using input driver 'evdev' for 'Video Bus'
[    32.863] (**) Video Bus: always reports core events
[    32.863] (**) evdev: Video Bus: Device: "/dev/input/event9"
[    32.863] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    32.863] (--) evdev: Video Bus: Found keys
[    32.863] (II) evdev: Video Bus: Configuring as keyboard
[    32.863] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9/event9"
[    32.863] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    32.863] (**) Option "xkb_rules" "evdev"
[    32.863] (**) Option "xkb_model" "pc105"
[    32.863] (**) Option "xkb_layout" "us"
[    32.863] (**) Option "xkb_variant" "alt-intl"
[    32.864] (II) XKB: reuse xkmfile /var/lib/xkb/server-B9A0894252119D4FDAAF7214719EE68A7E4F2148.xkm
[    32.898] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event4)
[    32.898] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
[    32.898] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
[    32.898] (**) Sony Vaio Keys: always reports core events
[    32.898] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event4"
[    32.898] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
[    32.898] (--) evdev: Sony Vaio Keys: Found keys
[    32.898] (II) evdev: Sony Vaio Keys: Configuring as keyboard
[    32.898] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input4/event4"
[    32.898] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 7)
[    32.898] (**) Option "xkb_rules" "evdev"
[    32.898] (**) Option "xkb_model" "pc105"
[    32.898] (**) Option "xkb_layout" "us"
[    32.898] (**) Option "xkb_variant" "alt-intl"
[    32.898] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event5)
[    32.899] (II) No input driver specified, ignoring this device.
[    32.899] (II) This device may have been added with another device file.
[    32.899] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
[    32.899] (II) No input driver specified, ignoring this device.
[    32.899] (II) This device may have been added with another device file.
[    32.899] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[    32.899] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    32.899] (II) Using input driver 'evdev' for 'Video Bus'
[    32.899] (**) Video Bus: always reports core events
[    32.899] (**) evdev: Video Bus: Device: "/dev/input/event8"
[    32.899] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    32.899] (--) evdev: Video Bus: Found keys
[    32.899] (II) evdev: Video Bus: Configuring as keyboard
[    32.899] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2c/LNXVIDEO:00/input/input8/event8"
[    32.899] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    32.899] (**) Option "xkb_rules" "evdev"
[    32.899] (**) Option "xkb_model" "pc105"
[    32.899] (**) Option "xkb_layout" "us"
[    32.899] (**) Option "xkb_variant" "alt-intl"
[    32.899] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    32.899] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    32.899] (II) Using input driver 'evdev' for 'Power Button'
[    32.899] (**) Power Button: always reports core events
[    32.899] (**) evdev: Power Button: Device: "/dev/input/event1"
[    32.899] (--) evdev: Power Button: Vendor 0 Product 0x1
[    32.899] (--) evdev: Power Button: Found keys
[    32.899] (II) evdev: Power Button: Configuring as keyboard
[    32.899] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    32.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    32.899] (**) Option "xkb_rules" "evdev"
[    32.899] (**) Option "xkb_model" "pc105"
[    32.899] (**) Option "xkb_layout" "us"
[    32.899] (**) Option "xkb_variant" "alt-intl"
[    32.900] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    32.900] (II) No input driver specified, ignoring this device.
[    32.900] (II) This device may have been added with another device file.
[    32.900] (II) config/udev: Adding drm device (/dev/dri/card1) card1 /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1
[    32.900] (II) config/udev: Ignoring already known drm device (/dev/dri/card1)
[    32.900] (II) config/udev: Adding drm device (/dev/dri/card0) card0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    32.900] (II) config/udev: Ignoring already known drm device (/dev/dri/card0)
[    32.900] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/event3)
[    32.900] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : Applying InputClass "evdev pointer catchall"
[    32.900] (II) Using input driver 'evdev' for 'Microsoft  Microsoft Basic Optical Mouse v2.0 '
[    32.900] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : always reports core events
[    32.900] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Device: "/dev/input/event3"
[    32.900] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Vendor 0x45e Product 0xcb
[    32.900] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found 3 mouse buttons
[    32.900] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found scroll wheel(s)
[    32.900] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found relative axes
[    32.900] (--) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Found x and y relative axes
[    32.900] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Configuring as mouse
[    32.900] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : Adding scrollwheel support
[    32.900] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : YAxisMapping: buttons 4 and 5
[    32.900] (**) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    32.900] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/input/input3/event3"
[    32.900] (II) XINPUT: Adding extended input device "Microsoft  Microsoft Basic Optical Mouse v2.0 " (type: MOUSE, id 10)
[    32.900] (II) evdev: Microsoft  Microsoft Basic Optical Mouse v2.0 : initialized for relative axes.
[    32.900] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) keeping acceleration scheme 1
[    32.900] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration profile 0
[    32.900] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration factor: 2.000
[    32.900] (**) Microsoft  Microsoft Basic Optical Mouse v2.0 : (accel) acceleration threshold: 4
[    32.900] (II) config/udev: Adding input device Microsoft  Microsoft Basic Optical Mouse v2.0  (/dev/input/mouse0)
[    32.901] (II) No input driver specified, ignoring this device.
[    32.901] (II) This device may have been added with another device file.
[    32.901] (II) config/udev: Adding input device USB2.0 Camera (/dev/input/event7)
[    32.901] (**) USB2.0 Camera: Applying InputClass "evdev keyboard catchall"
[    32.901] (II) Using input driver 'evdev' for 'USB2.0 Camera'
[    32.901] (**) USB2.0 Camera: always reports core events
[    32.901] (**) evdev: USB2.0 Camera: Device: "/dev/input/event7"
[    32.901] (--) evdev: USB2.0 Camera: Vendor 0x489 Product 0xd601
[    32.901] (--) evdev: USB2.0 Camera: Found keys
[    32.901] (II) evdev: USB2.0 Camera: Configuring as keyboard
[    32.901] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input7/event7"
[    32.901] (II) XINPUT: Adding extended input device "USB2.0 Camera" (type: KEYBOARD, id 11)
[    32.901] (**) Option "xkb_rules" "evdev"
[    32.901] (**) Option "xkb_model" "pc105"
[    32.901] (**) Option "xkb_layout" "us"
[    32.901] (**) Option "xkb_variant" "alt-intl"
[    32.901] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10)
[    32.901] (II) No input driver specified, ignoring this device.
[    32.901] (II) This device may have been added with another device file.
[    32.901] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    32.901] (II) No input driver specified, ignoring this device.
[    32.901] (II) This device may have been added with another device file.
[    32.901] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[    32.901] (II) No input driver specified, ignoring this device.
[    32.901] (II) This device may have been added with another device file.
[    32.901] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    32.901] (II) No input driver specified, ignoring this device.
[    32.901] (II) This device may have been added with another device file.
[    32.902] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    32.902] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    32.902] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    32.902] (**) AT Translated Set 2 keyboard: always reports core events
[    32.902] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event2"
[    32.902] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    32.902] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    32.902] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    32.902] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input2/event2"
[    32.902] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    32.902] (**) Option "xkb_rules" "evdev"
[    32.902] (**) Option "xkb_model" "pc105"
[    32.902] (**) Option "xkb_layout" "us"
[    32.902] (**) Option "xkb_variant" "alt-intl"
[    32.902] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    32.902] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    32.902] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    32.902] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    32.902] (II) LoadModule: "synaptics"
[    32.902] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    32.944] (II) Module synaptics: vendor="X.Org Foundation"
[    32.944]  compiled for 1.13.3, module version = 1.6.2
[    32.944]  Module class: X.Org XInput Driver
[    32.944]  ABI class: X.Org XInput driver, version 18.0
[    32.944] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    32.944] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    32.944] (**) Option "Device" "/dev/input/event6"
[    32.969] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5638
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4692
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    32.969] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    32.969] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    32.969] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event6"
[    32.969] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    32.969] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    32.969] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
[    32.969] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.038
[    32.969] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    32.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    32.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    32.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    32.969] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    32.970] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse2)
[    32.970] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    33.456] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    33.456] (II) modesetting(G0): Printing DDC gathered Modelines:
[    33.456] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    33.616] reporting 3 6 37 280
[    33.684] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    33.684] (II) modesetting(G0): Printing DDC gathered Modelines:
[    33.684] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    33.844] reporting 3 6 37 280
[    33.846] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    33.846] (II) modesetting(G0): Printing DDC gathered Modelines:
[    33.846] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    34.004] reporting 3 6 37 280
[    34.004] have a master to look out for
[    34.004] need to create shared pixmap 1(II) modesetting(G0): EDID vendor "LGD", prod id 803
[    34.350] (II) modesetting(G0): Printing DDC gathered Modelines:
[    34.350] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    34.508] reporting 3 6 37 280
[    34.518] have a master to look out for
[    34.518] adjust shatters 0 1920
[    34.522] need to create shared pixmap 1reporting 3 6 37 280
[    40.662] reporting 3 6 37 280
[    42.120] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    42.120] (II) modesetting(G0): Printing DDC gathered Modelines:
[    42.120] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    42.280] reporting 3 6 37 280
[    58.708] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    58.708] (II) modesetting(G0): Printing DDC gathered Modelines:
[    58.708] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    58.868] reporting 3 6 37 280
[    64.909] reporting 3 6 37 280
[    65.460] reporting 3 6 37 280
[    65.467] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    65.467] (II) modesetting(G0): Printing DDC gathered Modelines:
[    65.467] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    65.624] reporting 3 6 37 280
[    66.291] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    66.291] (II) modesetting(G0): Printing DDC gathered Modelines:
[    66.291] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    66.448] reporting 3 6 37 280
[    66.606] reporting 3 6 37 280
[    67.430] (II) XKB: reuse xkmfile /var/lib/xkb/server-832A6C9EA32252B33142070CB5747DD3C0A9A17F.xkm
[    67.540] reporting 3 6 37 280
[    67.559] reporting 3 6 37 280
[    68.214] reporting 3 6 37 280
[    68.356] reporting 3 6 37 280
[    68.439] reporting 3 6 37 280
[    68.696] reporting 3 6 37 280
[    68.756] reporting 3 6 37 280
[    69.409] reporting 3 6 37 280
[    70.693] reporting 3 6 37 280
[    78.605] reporting 3 6 37 280
[    79.069] reporting 3 6 37 280
[    79.601] reporting 3 6 37 280
[    80.408] reporting 3 6 37 280
[    80.626] reporting 3 6 37 280
[    83.493] reporting 3 6 37 280
[    83.570] reporting 3 6 37 280
[    88.543] reporting 3 6 37 280
[    88.565] (II) modesetting(G0): EDID vendor "LGD", prod id 803
[    88.565] (II) modesetting(G0): Printing DDC gathered Modelines:
[    88.565] (II) modesetting(G0): Modeline "1920x1080"x0.0  144.20  1920 1968 2040 2148  1080 1083 1088 1120 -hsync -vsync (67.1 kHz eP)
[    88.724] reporting 3 6 37 280
[   102.680] reporting 3 6 37 280
[   128.624] reporting 3 6 37 280
[   139.333] reporting 3 6 37 280
[   182.626] reporting 3 6 37 280
[   193.013] reporting 3 6 37 280
[   196.433] reporting 3 6 37 280
[   369.338] reporting 3 6 37 280
[  1832.702] reporting 3 6 37 280
[  4488.951] reporting 3 6 37 280
[  6558.799] reporting 3 6 37 280
[  6625.299] reporting 3 6 37 280
[  6688.023] reporting 3 6 37 280
[  6701.079] reporting 3 6 37 280

glxinfo output:

~$ glxinfo 
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_buffer_age, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_framebuffer_sRGB, GLX_NV_multisample_coverage
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_buffer_age, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_NV_float_buffer, 
    GLX_ARB_fbconfig_float, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
    GLX_NV_present_video, GLX_NV_copy_image, GLX_NV_multisample_coverage, 
    GLX_NV_video_capture, GLX_EXT_create_context_es_profile, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness
GLX version: 1.4
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_buffer_age, GLX_ARB_create_context, 
    GLX_ARB_create_context_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_create_context_es2_profile, GLX_ARB_create_context_robustness, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_EXT_framebuffer_sRGB, GLX_NV_multisample_coverage, 
    GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 640M LE/PCIe/SSE2
OpenGL version string: 4.3.0 NVIDIA 319.32
OpenGL shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL extensions:
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_clear_buffer_object, GL_ARB_color_buffer_float, 
    GL_ARB_compatibility, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_conservative_depth, GL_ARB_compute_shader, GL_ARB_copy_buffer, 
    GL_ARB_copy_image, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_indirect, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, GL_ARB_gpu_shader5, 
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_imaging, GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, 
    GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture, 
    GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_image_size, GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_stencil_texturing, 
    GL_ARB_sync, GL_ARB_tessellation_shader, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, 
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, 
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXTX_framebuffer_mixed_formats, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_provoking_vertex, GL_EXT_rescale_normal, 
    GL_EXT_secondary_color, GL_EXT_separate_shader_objects, 
    GL_EXT_separate_specular_color, GL_EXT_shader_image_load_store, 
    GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, 
    GL_EXT_texture3D, GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, 
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_decode, GL_EXT_texture_storage, 
    GL_EXT_texture_swizzle, GL_EXT_timer_query, GL_EXT_transform_feedback2, 
    GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, GL_EXT_vertex_attrib_64bit, 
    GL_EXT_x11_sync_object, GL_EXT_import_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KHR_debug, GL_KTX_buffer_region, 
    GL_NV_bindless_texture, GL_NV_blend_square, GL_NV_compute_program5, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_depth_buffer_float, GL_NV_depth_clamp, GL_NV_draw_texture, 
    GL_NV_ES1_1_compatibility, GL_NV_explicit_multisample, GL_NV_fence, 
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program, 
    GL_NV_fragment_program_option, GL_NV_fragment_program2, 
    GL_NV_framebuffer_multisample_coverage, GL_NV_geometry_shader4, 
    GL_NV_gpu_program4, GL_NV_gpu_program4_1, GL_NV_gpu_program5, 
    GL_NV_gpu_program5_mem_extended, GL_NV_gpu_program_fp64, 
    GL_NV_gpu_shader5, GL_NV_half_float, GL_NV_light_max_exponent, 
    GL_NV_multisample_coverage, GL_NV_multisample_filter_hint, 
    GL_NV_occlusion_query, GL_NV_packed_depth_stencil, 
    GL_NV_parameter_buffer_object, GL_NV_parameter_buffer_object2, 
    GL_NV_path_rendering, GL_NV_pixel_data_range, GL_NV_point_sprite, 
    GL_NV_primitive_restart, GL_NV_register_combiners, 
    GL_NV_register_combiners2, GL_NV_shader_atomic_counters, 
    GL_NV_shader_atomic_float, GL_NV_shader_buffer_load, 
    GL_NV_shader_storage_buffer_object, GL_NV_texgen_reflection, 
    GL_NV_texture_barrier, GL_NV_texture_compression_vtc, 
    GL_NV_texture_env_combine4, GL_NV_texture_expand_normal, 
    GL_NV_texture_multisample, GL_NV_texture_rectangle, GL_NV_texture_shader, 
    GL_NV_texture_shader2, GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit, 
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_NVX_nvenc_interop, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

228 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x06f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x070 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x072 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x073 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x074 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x075 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x076 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x077 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x078 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x079 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x07a 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x07b 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x07c 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x07d 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x07e 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x07f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x080 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x081 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x082 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x083 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x084 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x085 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x086 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x087 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x088 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x089 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x08a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x08b 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x08c 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x08d 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x08e 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x08f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x090 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x091 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x092 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x093 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x094 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x095 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x096 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x097 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x098 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x099 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x09a 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x09b 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x09c 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x09d 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x09e 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x09f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a0 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a1 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a2 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a3 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0a4 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0a5 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a6 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a7 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a8 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0a9 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0aa 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0ab 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0ac 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0ad 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0ae 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0af 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0b0 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0b1 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0b2 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0b3 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0b4 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0b5 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x0b6 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x0b7 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x0b8 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x0b9 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x0ba 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x0bb 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x0bc 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x0bd 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0be 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x0bf 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x0c0 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0c1 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0c2 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x0c3 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x0c4 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0c5 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0c6 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x0c7 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x0c8 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0c9 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0ca 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0cb 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0cc 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0cd 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x0ce 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0cf 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x0d0 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d1 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d2 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d3 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d4 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d5 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x0d6 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d7 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x0d8 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0d9 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0da 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0db 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0dc 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0dd 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0de 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0df 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0e0 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e1 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e2 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e3 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e4 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e5 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0e6 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e7 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0e8 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0e9 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0ea 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0eb 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0ec 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0ed 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0ee 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0ef 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x0f0 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f1 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f2 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f3 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x0f4 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0f5 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0f6 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0f7 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0f8 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0f9 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0fa 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0fb 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x0fc 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0fd 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0fe 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x0ff 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x100 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x101 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x102 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x103 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x104 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x105 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x106 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x107 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x071 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x108 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x109 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x10a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x10b 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x10c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x10d 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x10e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x10f 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x110 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x111 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x112 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x113 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x114 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x115 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x116 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x117 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x118 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x119 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x11a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x11b 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x11c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x11d 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x11e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x11f 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x120 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x121 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x122 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x123 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x124 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x125 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x126 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x127 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x128 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x129 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x12a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x12b 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x12c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x12d 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x12e 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x12f 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x130 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x131 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x132 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x133 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x134 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x135 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x136 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x137 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x138 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x139 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x13a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x13b 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x13c 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x13d 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x13e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x13f 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x140 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x141 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x142 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x143 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x144 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x145 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x146 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x147 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x148 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x149 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x14a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x14b 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x14c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x14d 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x14e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x14f 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x150 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x151 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x152 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon

311 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x153 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x154 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x155 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x156 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x157 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x158 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x159 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x15a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x15b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x15c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x15d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x15e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x15f 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x160 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x161 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x162 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x163 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x164 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x165 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x166 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x167 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x168 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x169 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x16a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x16b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x16c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x16d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x16e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x16f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x170 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x171 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x172 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x173 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x174 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x175 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x176 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x177 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x178 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x179 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x17a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x17b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x17c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x17d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x17e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x17f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x180 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x181 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x182 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x183 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x184 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x185 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x186 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x187 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x188 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x189 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x18a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x18b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x18c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x18d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x18e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x18f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x190 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x191 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x192 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x193 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x194 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x195 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x196 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x197 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x198 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x199 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x19a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x19b 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19c 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19d 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19e 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x19f 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a0 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a1 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a2 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a3 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1a4 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1a5 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1a6 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1a7 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a8 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1a9 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1aa 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1ab 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1ac 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1ad 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1ae 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1af 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b0 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b1 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b2 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b4 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b5 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b6 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1b7 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1b8 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1b9 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1ba 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x1bb 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1bc 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1bd 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1be 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1bf 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1c0 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1c1 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1c2 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x1c3 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1c4 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1c5 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1c6 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1c7 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1c8 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1c9 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1ca 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1cb 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1cc 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1cd 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1ce 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1cf 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1d0 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1d1 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1d2 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x1d3 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1d4 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1d5 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1d6 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1d7 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1d8 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1d9 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1da 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x1db 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1dc 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1dd 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1de 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1df 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1e0 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1e1 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1e2 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x1e3 24 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1e4 24 dc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1e5 24 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1e6 24 dc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1e7 24 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1e8 24 dc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1e9 24 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1ea 24 dc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x1eb 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x1ec 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x1ed 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  0 0 None
0x1ee 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  0 0 None
0x1ef 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x1f0 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x1f1 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  0 0 None
0x1f2 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  0 0 None
0x1f3 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x1f4 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x1f5 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4  0  0 16 16 16 16  0 0 None
0x1f6 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4  0  0 16 16 16 16  0 0 None
0x1f7 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x1f8 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x1f9 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x1fa 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x1fb 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x1fc 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  2 1 Ncon
0x1fd 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x1fe 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  4 1 Ncon
0x1ff 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x200 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x201 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x202 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x203 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x204 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  2 1 Ncon
0x205 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x206 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  4 1 Ncon
0x207 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x208 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x209 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x20a 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x20b 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x20c 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x20d 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x20e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x20f 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x210 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x211 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x212 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x213 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x214 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x215 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x216 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x217 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x218 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x219 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x21a 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x21b 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x21c 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x21d 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x21e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16  8 1 Ncon
0x21f 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x220 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x221 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x222 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 16 1 Ncon
0x223 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x224 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x225 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x226 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x227 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x228 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x229 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x22a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16  8 1 Ncon
0x22b 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x22c 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x22d 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x22e 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 16 1 Ncon
0x22f 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x230 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x231 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x232 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  0 16 16 16 16 32 1 Ncon
0x233 32 tc  0  32  0 r  y .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x234 32 tc  0  32  0 r  y .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x235 32 tc  0  32  0 r  . .   8  8  8  0 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x236 32 tc  0  32  0 r  . .   8  8  8  8 .  s  4 24  8 16 16 16 16 32 1 Ncon
0x237  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x238  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x239  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x23a  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x23b  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x23c  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x23d  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x23e  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x23f  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 16  0 16 16 16 16  0 0 None
0x240  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x241  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x242  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x243  0 sg  0  32  0    . .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x244  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x245  0 sg  0  32  0    y .  16 16  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x246  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x247  0 sg  0  32  0    . .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x248  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x249  0 sg  0  32  0    y .  32  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x24a  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x24b  0 sg  0  64  0    . .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x24c  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x24d  0 sg  0  64  0    y .  16 16 16 16 f  .  4  0  0 16 16 16 16  0 0 None
0x24e  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x24f  0 sg  0 128  0    . .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x250  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x251  0 sg  0 128  0    y .  32 32 32 32 f  .  4  0  0 16 16 16 16  0 0 None
0x252  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x253  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x254  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x255  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x256  0 sg  0  32  0 r  . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x257  0 sg  0  32  0    . .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x258  0 sg  0  32  0 r  y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x259  0 sg  0  32  0    y .  16 16  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x25a  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x25b  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x25c  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x25d  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x25e  0 sg  0  32  0 r  . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x25f  0 sg  0  32  0    . .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x260  0 sg  0  32  0 r  y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x261  0 sg  0  32  0    y .  32  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x262  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x263  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x264  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x265  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  0 16 16 16 16  0 0 None
0x266  0 sg  0  64  0 r  . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x267  0 sg  0  64  0    . .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x268  0 sg  0  64  0 r  y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x269  0 sg  0  64  0    y .  16 16 16 16 f  .  4 24  8 16 16 16 16  0 0 None
0x26a  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x26b  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x26c  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x26d  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  0 16 16 16 16  0 0 None
0x26e  0 sg  0 128  0 r  . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x26f  0 sg  0 128  0    . .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x270  0 sg  0 128  0 r  y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x271  0 sg  0 128  0    y .  32 32 32 32 f  .  4 24  8 16 16 16 16  0 0 None
0x272  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x273  0 sg  0  16  0    . .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x274  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x275  0 sg  0  16  0    y .  16  0  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x276  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x277  0 sg  0  64  0    . .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x278  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x279  0 sg  0  64  0    y .  32 32  0  0 f  .  4  0  0 16 16 16 16  0 0 None
0x27a  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x27b  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x27c  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x27d  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x27e  0 sg  0  16  0 r  . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x27f  0 sg  0  16  0    . .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x280  0 sg  0  16  0 r  y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x281  0 sg  0  16  0    y .  16  0  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x282  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x283  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x284  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x285  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  0 16 16 16 16  0 0 None
0x286  0 sg  0  64  0 r  . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x287  0 sg  0  64  0    . .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x288  0 sg  0  64  0 r  y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None
0x289  0 sg  0  64  0    y .  32 32  0  0 f  .  4 24  8 16 16 16 16  0 0 None

glxgears output. The first half shows a reasonable framerate. The last half shows a quite bigger framerate, obtained wuen the glxgears window is hiddden behind another one.

~$ glxgears
41667 frames in 5.0 seconds = 8333.379 FPS
44044 frames in 5.0 seconds = 8808.692 FPS
42356 frames in 5.0 seconds = 8471.131 FPS
42377 frames in 5.0 seconds = 8475.311 FPS
45685 frames in 5.0 seconds = 9136.929 FPS
43819 frames in 5.0 seconds = 8763.688 FPS
44323 frames in 5.0 seconds = 8864.499 FPS
46917 frames in 5.0 seconds = 9383.338 FPS
58696 frames in 5.0 seconds = 11739.095 FPS
68584 frames in 5.0 seconds = 13716.740 FPS
68496 frames in 5.0 seconds = 13699.173 FPS
66176 frames in 5.0 seconds = 13235.102 FPS
67985 frames in 5.0 seconds = 13596.984 FPS
68175 frames in 5.0 seconds = 13634.901 FPS
68230 frames in 5.0 seconds = 13645.858 FPS
67734 frames in 5.0 seconds = 13546.719 FPS

And a list of installed packages related to nvidia, vesa, intel and xserver:

~$ dpkg --list | grep -E 'xserver|xorg|nvidia|intel|vesa|glx|dri[0-9]' 
ii  intel-gpu-tools                                1.2-1                                   tools for debugging the Intel graphics driver
ii  libdrm-intel1                                  2.4.43-0ubuntu0.0.3                     Userspace interface to intel-specific kernel DRM services -- runtime
ii  libdrm-intel1:i386                             2.4.43-0ubuntu0.0.3                     Userspace interface to intel-specific kernel DRM services -- runtime
ii  libgl1-mesa-glx-lts-raring                     9.1.4-0ubuntu0.1~precise1               free implementation of the OpenGL API -- GLX runtime
ii  libxcb-dri2-0                                  1.8.1-1ubuntu0.2                        X C Binding, dri2 extension
rc  libxcb-dri2-0:i386                             1.8.1-1ubuntu0.2                        X C Binding, dri2 extension
ii  libxcb-glx0                                    1.8.1-1ubuntu0.2                        X C Binding, glx extension
rc  libxcb-glx0:i386                               1.8.1-1ubuntu0.2                        X C Binding, glx extension
ii  libxcb-glx0-dev                                1.8.1-1ubuntu0.2                        X C Binding, glx extension, development files
ii  nvidia-319-updates                             319.32-0ubuntu0.0.1                     NVIDIA binary Xorg driver, kernel module and VDPAU library
ii  nvidia-common                                  1:0.2.44.2                              Find obsolete NVIDIA drivers
ii  nvidia-prime                                   0.4.2~hybrid0.0.1                       Tools to enable NVIDIA's Prime
ii  nvidia-settings-319-updates                    319.32-0ubuntu0.0.1                     Tool for configuring the NVIDIA graphics driver
ii  python-xkit                                    0.4.2.3build1                           library for the manipulation of the xorg.conf
ii  whois                                          5.0.15ubuntu2                           intelligent WHOIS client
ii  x11-xserver-utils                              7.6+3                                   X server utilities
ii  x11-xserver-utils-lts-raring                   7.7~3ubuntu2~precise1                   X server utilities
ii  x11proto-dri2-dev                              2.8-1~precise2                          X11 DRI2 extension wire protocol
ii  xorg                                           1:7.6+12ubuntu2                         X.Org X Window System
ii  xorg-docs-core                                 1:1.6-1ubuntu2                          Core documentation for the X.org X Window System
ii  xorg-sgml-doctools                             1:1.10-1                                Common tools for building X.Org SGML documentation
ii  xserver-common                                 2:1.11.4-0ubuntu10.14                   common files used by various X servers
ii  xserver-common-lts-raring                      2:1.13.3-0ubuntu6~precise2              common files used by various X servers
ii  xserver-xorg-core-lts-raring                   2:1.13.3-0ubuntu6~precise2              Xorg X server - core server
ii  xserver-xorg-input-all-lts-raring              1:7.7+1ubuntu4~precise1                 X.Org X server -- input driver metapackage
ii  xserver-xorg-input-evdev-lts-raring            1:2.7.3-0ubuntu2b2~precise1             X.Org X server -- evdev input driver
ii  xserver-xorg-input-mouse-lts-raring            1:1.7.2-3~precise1                      X.Org X server -- mouse input driver
ii  xserver-xorg-input-synaptics-lts-raring        1.6.2-1ubuntu6~precise1                 Synaptics TouchPad driver for X.Org server
ii  xserver-xorg-input-vmmouse-lts-raring          1:12.9.0-0ubuntu3~precise1              X.Org X server -- VMMouse input driver to use with VMWare
ii  xserver-xorg-input-wacom-lts-raring            1:0.19.0-0ubuntu1~precise1              X.Org X server -- Wacom input driver
ii  xserver-xorg-lts-raring                        1:7.7+1ubuntu4~precise1                 X.Org X server
ii  xserver-xorg-video-all-lts-raring              1:7.7+1ubuntu4~precise1                 X.Org X server -- output driver metapackage
ii  xserver-xorg-video-ati-lts-raring              1:7.1.0-0ubuntu2~precise1               X.Org X server -- AMD/ATI display driver wrapper
ii  xserver-xorg-video-cirrus-lts-raring           1:1.5.2-0ubuntu1~precise1               X.Org X server -- Cirrus display driver
ii  xserver-xorg-video-fbdev-lts-raring            1:0.4.3-0ubuntu1~precise1               X.Org X server -- fbdev display driver
ii  xserver-xorg-video-intel-lts-raring            2:2.21.6-0ubuntu4.1~precise1            X.Org X server -- Intel i8xx, i9xx display driver
ii  xserver-xorg-video-mach64-lts-raring           6.9.3-0ubuntu1~precise1                 X.Org X server -- ATI Mach64 display driver
ii  xserver-xorg-video-mga-lts-raring              1:1.6.2-0ubuntu1~precise1               X.Org X server -- MGA display driver
ii  xserver-xorg-video-modesetting-lts-raring      0.7.0-0ubuntu2~precise1                 X.Org X server -- Generic modesetting driver
ii  xserver-xorg-video-neomagic-lts-raring         1:1.2.7-0ubuntu1~precise1               X.Org X server -- Neomagic display driver
ii  xserver-xorg-video-nouveau-lts-raring          1:1.0.7-0ubuntu1~precise1               X.Org X server -- Nouveau display driver
ii  xserver-xorg-video-openchrome-lts-raring       1:0.3.1-0ubuntu1~precise1               X.Org X server -- VIA display driver
ii  xserver-xorg-video-r128-lts-raring             6.9.1-0ubuntu1~precise1                 X.Org X server -- ATI r128 display driver
ii  xserver-xorg-video-radeon-lts-raring           1:7.1.0-0ubuntu2~precise1               X.Org X server -- AMD/ATI Radeon display driver
ii  xserver-xorg-video-s3-lts-raring               1:0.6.5-0ubuntu3~precise1               X.Org X server -- legacy S3 display driver
ii  xserver-xorg-video-savage-lts-raring           1:2.3.6-0ubuntu1~precise1               X.Org X server -- Savage display driver
ii  xserver-xorg-video-siliconmotion-lts-raring    1:1.7.7-0ubuntu1~precise1               X.Org X server -- SiliconMotion display driver
ii  xserver-xorg-video-sis-lts-raring              1:0.10.7-0ubuntu1~precise1              X.Org X server -- SiS display driver
ii  xserver-xorg-video-sisusb-lts-raring           1:0.9.6-0ubuntu1~precise1               X.Org X server -- SiS USB display driver
ii  xserver-xorg-video-tdfx-lts-raring             1:1.4.5-0ubuntu1~precise1               X.Org X server -- tdfx display driver
ii  xserver-xorg-video-trident-lts-raring          1:1.3.6-0ubuntu2~precise1               X.Org X server -- Trident display driver
ii  xserver-xorg-video-vesa-lts-raring             1:2.3.2-0ubuntu1~precise1               X.Org X server -- VESA display driver
ii  xserver-xorg-video-vmware-lts-raring           1:12.0.2+git.e5ac80d8-0ubuntu1~precise1 X.Org X server -- VMware display driver

calling nvidia-settings...