When I was on Ubuntu, I installed the drivers via the repository, and it DESTROYED my computer. I lost Unity completely, my resolution wouldn't go higher than 640 x 480. I was advised to do a clean install, so I switch to Mint, with the caution that I install the drivers manually. Did that by using Ctrl + Alt + F1, killed X (sudo service mdm stop), modprobe -r nouveau (after blacklisting it), and installing the driver. It installed okay, and I rebooted. When I came back, my resolution was stuck at 640 x 480, and inxi -xG showed both my integrated card and my Nvidia. I did -uninstall on the drivers.run file, and I am back to my normal resolution, except Themes are gone completely. I searched for the Theme section, and it didn't show up.
Can someone help me out?
LSPCI output:
- Code: Select all
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1058 (rev a1)
03:00.0 Network controller: Intel Corporation Centrino Wireless-N 100
04:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
05:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet (rev c0)
Xorg.log info:
- Code: Select all
[ 24.239]
X.Org X Server 1.13.0
Release Date: 2012-09-05
[ 24.239] X Protocol Version 11, Revision 0
[ 24.239] Build Operating System: Linux 3.2.0-30-generic x86_64 Ubuntu
[ 24.239] Current Operating System: Linux eric-K53SD 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64
[ 24.239] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic root=UUID=12637833-c933-4bca-b917-7c3af9c384cd ro nouveau.blacklist=1 quiet splash vt.handoff=7
[ 24.239] Build Date: 08 October 2012 03:34:01PM
[ 24.239] xorg-server 2:1.13.0-0ubuntu6 (For technical support please see http://www.ubuntu.com/support)
[ 24.239] Current version of pixman: 0.26.0
[ 24.239] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 24.239] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24.239] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 23 17:50:58 2013
[ 24.286] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24.287] (==) No Layout section. Using the first Screen section.
[ 24.287] (==) No screen section available. Using defaults.
[ 24.287] (**) |-->Screen "Default Screen Section" (0)
[ 24.287] (**) | |-->Monitor "<default monitor>"
[ 24.287] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 24.287] (==) Automatically adding devices
[ 24.287] (==) Automatically enabling devices
[ 24.287] (==) Automatically adding GPU devices
[ 24.287] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 24.287] Entry deleted from font path.
[ 24.287] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 24.287] Entry deleted from font path.
[ 24.287] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 24.287] Entry deleted from font path.
[ 24.287] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 24.287] Entry deleted from font path.
[ 24.287] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 24.287] Entry deleted from font path.
[ 24.287] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.
[ 24.287] Entry deleted from font path.
[ 24.287] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 24.287] (==) ModulePath set to "/usr/lib/x86_64-linux-gnu/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[ 24.287] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 24.287] (II) Loader magic: 0x7f37f9a09c40
[ 24.287] (II) Module ABI versions:
[ 24.287] X.Org ANSI C Emulation: 0.4
[ 24.287] X.Org Video Driver: 13.0
[ 24.287] X.Org XInput driver : 18.0
[ 24.287] X.Org Server Extension : 7.0
[ 24.287] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 24.288] (--) PCI:*(0:0:2:0) 8086:0116:1043:1652 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
[ 24.288] (--) PCI: (0:1:0:0) 10de:1058:1043:1652 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/134217728, 0xc8000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[ 24.288] (II) Open ACPI successful (/var/run/acpid.socket)
[ 24.288] Initializing built-in extension Generic Event Extension
[ 24.288] Initializing built-in extension SHAPE
[ 24.288] Initializing built-in extension MIT-SHM
[ 24.288] Initializing built-in extension XInputExtension
[ 24.288] Initializing built-in extension XTEST
[ 24.288] Initializing built-in extension BIG-REQUESTS
[ 24.288] Initializing built-in extension SYNC
[ 24.288] Initializing built-in extension XKEYBOARD
[ 24.288] Initializing built-in extension XC-MISC
[ 24.288] Initializing built-in extension SECURITY
[ 24.288] Initializing built-in extension XINERAMA
[ 24.288] Initializing built-in extension XFIXES
[ 24.288] Initializing built-in extension RENDER
[ 24.288] Initializing built-in extension RANDR
[ 24.288] Initializing built-in extension COMPOSITE
[ 24.288] Initializing built-in extension DAMAGE
[ 24.288] Initializing built-in extension MIT-SCREEN-SAVER
[ 24.288] Initializing built-in extension DOUBLE-BUFFER
[ 24.288] Initializing built-in extension RECORD
[ 24.288] Initializing built-in extension DPMS
[ 24.288] Initializing built-in extension X-Resource
[ 24.288] Initializing built-in extension XVideo
[ 24.288] Initializing built-in extension XVideo-MotionCompensation
[ 24.288] Initializing built-in extension XFree86-VidModeExtension
[ 24.288] Initializing built-in extension XFree86-DGA
[ 24.288] Initializing built-in extension XFree86-DRI
[ 24.288] Initializing built-in extension DRI2
[ 24.288] (II) LoadModule: "glx"
[ 24.455] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 24.456] (II) Module glx: vendor="X.Org Foundation"
[ 24.456] compiled for 1.13.0, module version = 1.0.0
[ 24.456] ABI class: X.Org Server Extension, version 7.0
[ 24.456] (==) AIGLX enabled
[ 24.456] Loading extension GLX
[ 24.456] (==) Matched intel as autoconfigured driver 0
[ 24.456] (==) Matched intel as autoconfigured driver 1
[ 24.456] (==) Matched vesa as autoconfigured driver 2
[ 24.456] (==) Matched modesetting as autoconfigured driver 3
[ 24.456] (==) Matched fbdev as autoconfigured driver 4
[ 24.456] (==) Assigned the driver to the xf86ConfigLayout
[ 24.456] (II) LoadModule: "intel"
[ 24.456] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 24.456] (II) Module intel: vendor="X.Org Foundation"
[ 24.456] compiled for 1.13.0, module version = 2.20.9
[ 24.456] Module class: X.Org Video Driver
[ 24.456] ABI class: X.Org Video Driver, version 13.0
[ 24.456] (II) LoadModule: "vesa"
[ 24.456] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 24.456] (II) Module vesa: vendor="X.Org Foundation"
[ 24.456] compiled for 1.12.99.902, module version = 2.3.2
[ 24.456] Module class: X.Org Video Driver
[ 24.456] ABI class: X.Org Video Driver, version 13.0
[ 24.456] (II) LoadModule: "modesetting"
[ 24.456] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 24.456] (II) Module modesetting: vendor="X.Org Foundation"
[ 24.456] compiled for 1.13.0, module version = 0.5.0
[ 24.456] Module class: X.Org Video Driver
[ 24.456] ABI class: X.Org Video Driver, version 13.0
[ 24.456] (II) LoadModule: "fbdev"
[ 24.456] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 24.456] (II) Module fbdev: vendor="X.Org Foundation"
[ 24.456] compiled for 1.12.99.902, module version = 0.4.3
[ 24.456] Module class: X.Org Video Driver
[ 24.456] ABI class: X.Org Video Driver, version 13.0
[ 24.456] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
Haswell Server (GT2+), Haswell SDV Desktop (GT1),
Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
Haswell ULT Server (GT1), Haswell ULT Server (GT2),
Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
Haswell CRW Server (GT2), Haswell CRW Server (GT2+),
ValleyView PO board
[ 24.457] (II) VESA: driver for VESA chipsets: vesa
[ 24.457] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 24.457] (II) FBDEV: driver for framebuffer: fbdev
[ 24.457] (++) using VT number 8
[ 24.459] (II) intel(0): using device path '/dev/dri/card0'
[ 24.459] (WW) Falling back to old probe method for vesa
[ 24.459] (WW) Falling back to old probe method for modesetting
[ 24.460] (WW) Falling back to old probe method for fbdev
[ 24.460] (II) Loading sub module "fbdevhw"
[ 24.460] (II) LoadModule: "fbdevhw"
[ 24.460] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 24.460] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 24.460] compiled for 1.13.0, module version = 0.0.2
[ 24.460] ABI class: X.Org Video Driver, version 13.0
[ 24.460] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 24.460] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 24.460] (==) intel(0): RGB weight 888
[ 24.460] (==) intel(0): Default visual is TrueColor
[ 24.460] (--) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2)
[ 24.460] (**) intel(0): Relaxed fencing enabled
[ 24.460] (**) intel(0): Wait on SwapBuffers? enabled
[ 24.460] (**) intel(0): Triple buffering? enabled
[ 24.460] (**) intel(0): Framebuffer tiled
[ 24.460] (**) intel(0): Pixmaps tiled
[ 24.460] (**) intel(0): 3D buffers tiled
[ 24.460] (**) intel(0): SwapBuffers wait enabled
[ 24.460] (==) intel(0): video overlay key set to 0x101fe
[ 24.460] (II) intel(0): Output LVDS1 has no monitor section
[ 24.460] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 24.460] (II) intel(0): Output VGA1 has no monitor section
[ 24.476] (II) intel(0): Output HDMI1 has no monitor section
[ 24.524] (II) intel(0): Output DP1 has no monitor section
[ 24.524] (II) intel(0): EDID for output LVDS1
[ 24.524] (II) intel(0): Manufacturer: AUO Model: 26ec Serial#: 0
[ 24.524] (II) intel(0): Year: 2009 Week: 1
[ 24.524] (II) intel(0): EDID Version: 1.3
[ 24.524] (II) intel(0): Digital Display Input
[ 24.524] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 24.524] (II) intel(0): Gamma: 2.20
[ 24.524] (II) intel(0): No DPMS capabilities specified
[ 24.524] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 24.524] (II) intel(0): First detailed timing is preferred mode
[ 24.524] (II) intel(0): redX: 0.577 redY: 0.333 greenX: 0.333 greenY: 0.554
[ 24.524] (II) intel(0): blueX: 0.161 blueY: 0.144 whiteX: 0.313 whiteY: 0.329
[ 24.524] (II) intel(0): Manufacturer's mask: 0
[ 24.524] (II) intel(0): Supported detailed timing:
[ 24.524] (II) intel(0): clock: 71.8 MHz Image Size: 344 x 193 mm
[ 24.524] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
[ 24.524] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 784 v_border: 0
[ 24.524] (II) intel(0): Unknown vendor-specific block f
[ 24.524] (II) intel(0): AUO
[ 24.524] (II) intel(0): B156XW02 V6
[ 24.524] (II) intel(0): EDID (in hex):
[ 24.524] (II) intel(0): 00ffffffffffff0006afec2600000000
[ 24.524] (II) intel(0): 01130103802213780ad7759355558d29
[ 24.524] (II) intel(0): 24505400000001010101010101010101
[ 24.524] (II) intel(0): 0101010101010c1c56a0500010303020
[ 24.524] (II) intel(0): 360058c1100000180000000f00000000
[ 24.524] (II) intel(0): 00000000000000000020000000fe0041
[ 24.524] (II) intel(0): 554f0a202020202020202020000000fe
[ 24.524] (II) intel(0): 004231353658573032205636200a0065
[ 24.524] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[ 24.524] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 24.524] (II) intel(0): Printing probed modes for output LVDS1
[ 24.524] (II) intel(0): Modeline "1366x768"x60.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz eP)
[ 24.524] (II) intel(0): Modeline "1360x768"x59.8 84.75 1360 1432 1568 1776 768 771 781 798 -hsync +vsync (47.7 kHz d)
[ 24.524] (II) intel(0): Modeline "1360x768"x60.0 72.00 1360 1408 1440 1520 768 771 781 790 +hsync -vsync (47.4 kHz d)
[ 24.524] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 24.524] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 24.524] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 24.524] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 24.524] (II) intel(0): EDID for output VGA1
[ 24.540] (II) intel(0): EDID for output HDMI1
[ 24.616] (II) intel(0): EDID for output DP1
[ 24.616] (II) intel(0): Output LVDS1 connected
[ 24.616] (II) intel(0): Output VGA1 disconnected
[ 24.616] (II) intel(0): Output HDMI1 disconnected
[ 24.616] (II) intel(0): Output DP1 disconnected
[ 24.616] (II) intel(0): Using exact sizes for initial modes
[ 24.616] (II) intel(0): Output LVDS1 using initial mode 1366x768
[ 24.616] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 24.616] (II) intel(0): Kernel page flipping support detected, enabling
[ 24.616] (==) intel(0): DPI set to (96, 96)
[ 24.616] (II) Loading sub module "fb"
[ 24.616] (II) LoadModule: "fb"
[ 24.616] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24.616] (II) Module fb: vendor="X.Org Foundation"
[ 24.616] compiled for 1.13.0, module version = 1.0.0
[ 24.616] ABI class: X.Org ANSI C Emulation, version 0.4
[ 24.616] (II) Loading sub module "dri2"
[ 24.616] (II) LoadModule: "dri2"
[ 24.616] (II) Module "dri2" already built-in
[ 24.616] (II) UnloadModule: "vesa"
[ 24.616] (II) Unloading vesa
[ 24.616] (II) UnloadModule: "modesetting"
[ 24.616] (II) Unloading modesetting
[ 24.616] (II) UnloadModule: "fbdev"
[ 24.616] (II) Unloading fbdev
[ 24.616] (II) UnloadSubModule: "fbdevhw"
[ 24.616] (II) Unloading fbdevhw
[ 24.616] (==) Depth 24 pixmap format is 32 bpp
[ 24.616] (II) intel(0): [DRI2] Setup complete
[ 24.616] (II) intel(0): [DRI2] DRI driver: i965
[ 24.616] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
[ 24.617] (II) UXA(0): Driver registered support for the following operations:
[ 24.617] (II) solid
[ 24.617] (II) copy
[ 24.617] (II) composite (RENDER acceleration)
[ 24.617] (II) put_image
[ 24.617] (II) get_image
[ 24.617] (==) intel(0): Backing store disabled
[ 24.617] (==) intel(0): Silken mouse enabled
[ 24.617] (II) intel(0): Initializing HW Cursor
[ 24.617] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 24.618] (==) intel(0): DPMS enabled
[ 24.618] (==) intel(0): Intel XvMC decoder enabled
[ 24.618] (II) intel(0): Set up textured video
[ 24.618] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 24.618] (II) intel(0): direct rendering: DRI2 Enabled
[ 24.618] (==) intel(0): hotplug detection: "enabled"
[ 24.636] (--) RandR disabled
[ 24.641] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 24.641] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 24.641] (II) AIGLX: enabled GLX_ARB_create_context
[ 24.641] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 24.641] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 24.641] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 24.641] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 24.641] (II) AIGLX: Loaded and initialized i965
[ 24.641] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 24.642] (II) intel(0): Setting screen physical size to 361 x 203
[ 24.646] (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
[ 24.647] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 24.647] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24.647] (II) LoadModule: "evdev"
[ 24.648] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 24.648] (II) Module evdev: vendor="X.Org Foundation"
[ 24.648] compiled for 1.13.0, module version = 2.7.3
[ 24.648] Module class: X.Org XInput Driver
[ 24.648] ABI class: X.Org XInput driver, version 18.0
[ 24.648] (II) Using input driver 'evdev' for 'Power Button'
[ 24.648] (**) Power Button: always reports core events
[ 24.648] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 24.648] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 24.648] (--) evdev: Power Button: Found keys
[ 24.648] (II) evdev: Power Button: Configuring as keyboard
[ 24.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 24.648] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 24.648] (**) Option "xkb_rules" "evdev"
[ 24.648] (**) Option "xkb_model" "pc105"
[ 24.648] (**) Option "xkb_layout" "us"
[ 24.648] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 24.648] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 24.648] (II) Using input driver 'evdev' for 'Video Bus'
[ 24.648] (**) Video Bus: always reports core events
[ 24.648] (**) evdev: Video Bus: Device: "/dev/input/event5"
[ 24.648] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 24.648] (--) evdev: Video Bus: Found keys
[ 24.648] (II) evdev: Video Bus: Configuring as keyboard
[ 24.648] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5/event5"
[ 24.648] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 24.648] (**) Option "xkb_rules" "evdev"
[ 24.648] (**) Option "xkb_model" "pc105"
[ 24.648] (**) Option "xkb_layout" "us"
[ 24.649] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 24.649] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 24.649] (II) Using input driver 'evdev' for 'Video Bus'
[ 24.649] (**) Video Bus: always reports core events
[ 24.649] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 24.649] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 24.649] (--) evdev: Video Bus: Found keys
[ 24.649] (II) evdev: Video Bus: Configuring as keyboard
[ 24.649] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input4/event4"
[ 24.649] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 24.649] (**) Option "xkb_rules" "evdev"
[ 24.649] (**) Option "xkb_model" "pc105"
[ 24.649] (**) Option "xkb_layout" "us"
[ 24.649] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[ 24.649] (II) No input driver specified, ignoring this device.
[ 24.649] (II) This device may have been added with another device file.
[ 24.649] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 24.649] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 24.649] (II) Using input driver 'evdev' for 'Sleep Button'
[ 24.649] (**) Sleep Button: always reports core events
[ 24.649] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[ 24.649] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 24.649] (--) evdev: Sleep Button: Found keys
[ 24.649] (II) evdev: Sleep Button: Configuring as keyboard
[ 24.649] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 24.649] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 24.649] (**) Option "xkb_rules" "evdev"
[ 24.649] (**) Option "xkb_model" "pc105"
[ 24.649] (**) Option "xkb_layout" "us"
[ 24.649] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 24.650] (II) config/udev: Adding input device ASUS USB2.0 WebCam (/dev/input/event6)
[ 24.650] (**) ASUS USB2.0 WebCam: Applying InputClass "evdev keyboard catchall"
[ 24.650] (II) Using input driver 'evdev' for 'ASUS USB2.0 WebCam'
[ 24.650] (**) ASUS USB2.0 WebCam: always reports core events
[ 24.650] (**) evdev: ASUS USB2.0 WebCam: Device: "/dev/input/event6"
[ 24.650] (--) evdev: ASUS USB2.0 WebCam: Vendor 0x58f Product 0xa014
[ 24.650] (--) evdev: ASUS USB2.0 WebCam: Found keys
[ 24.650] (II) evdev: ASUS USB2.0 WebCam: Configuring as keyboard
[ 24.650] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input6/event6"
[ 24.650] (II) XINPUT: Adding extended input device "ASUS USB2.0 WebCam" (type: KEYBOARD, id 10)
[ 24.650] (**) Option "xkb_rules" "evdev"
[ 24.650] (**) Option "xkb_model" "pc105"
[ 24.650] (**) Option "xkb_layout" "us"
[ 24.650] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event10)
[ 24.650] (II) No input driver specified, ignoring this device.
[ 24.650] (II) This device may have been added with another device file.
[ 24.650] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[ 24.650] (II) No input driver specified, ignoring this device.
[ 24.650] (II) This device may have been added with another device file.
[ 24.650] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[ 24.650] (II) No input driver specified, ignoring this device.
[ 24.650] (II) This device may have been added with another device file.
[ 24.650] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event7)
[ 24.650] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 24.650] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[ 24.650] (**) Asus WMI hotkeys: always reports core events
[ 24.650] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event7"
[ 24.650] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[ 24.650] (--) evdev: Asus WMI hotkeys: Found keys
[ 24.650] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[ 24.650] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input7/event7"
[ 24.650] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[ 24.650] (**) Option "xkb_rules" "evdev"
[ 24.650] (**) Option "xkb_model" "pc105"
[ 24.650] (**) Option "xkb_layout" "us"
[ 24.651] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 24.651] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 24.651] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 24.651] (**) AT Translated Set 2 keyboard: always reports core events
[ 24.651] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 24.651] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 24.651] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 24.651] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 24.651] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 24.651] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 24.651] (**) Option "xkb_rules" "evdev"
[ 24.651] (**) Option "xkb_model" "pc105"
[ 24.651] (**) Option "xkb_layout" "us"
[ 24.651] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[ 24.651] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[ 24.651] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[ 24.651] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[ 24.651] (II) LoadModule: "synaptics"
[ 24.651] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 24.651] (II) Module synaptics: vendor="X.Org Foundation"
[ 24.651] compiled for 1.12.99.905, module version = 1.6.2
[ 24.651] Module class: X.Org XInput Driver
[ 24.651] ABI class: X.Org XInput driver, version 18.0
[ 24.651] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[ 24.651] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 24.651] (**) Option "Device" "/dev/input/event11"
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 2508
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 1320
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left right double triple
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 24.652] (**) ETPS/2 Elantech Touchpad: always reports core events
[ 24.652] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input11/event11"
[ 24.652] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[ 24.652] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 24.652] (**) synaptics: ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
[ 24.652] (**) synaptics: ETPS/2 Elantech Touchpad: AccelFactor is now 0.071
[ 24.652] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[ 24.652] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[ 24.652] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[ 24.652] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[ 24.652] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[ 24.652] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[ 24.652] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 34.144] (II) intel(0): EDID vendor "AUO", prod id 9964
[ 34.144] (II) intel(0): Printing DDC gathered Modelines:
[ 34.144] (II) intel(0): Modeline "1366x768"x0.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz eP)
[ 34.556] (II) intel(0): EDID vendor "AUO", prod id 9964
[ 34.556] (II) intel(0): Printing DDC gathered Modelines:
[ 34.556] (II) intel(0): Modeline "1366x768"x0.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz eP)
[ 34.658] (II) XKB: reuse xkmfile /var/lib/xkb/server-8C3648A5FD728529D869F46730BE1BC287DB231C.xkm
[ 35.606] (II) XKB: reuse xkmfile /var/lib/xkb/server-8AA988DD479FAABEC4FC3CCCF4CC29B4948840B4.xkm
[ 35.608] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.611] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.614] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.617] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.620] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.624] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.627] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.633] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 35.636] (II) XKB: reuse xkmfile /var/lib/xkb/server-53628FFEAE787BDF7F5128B07068E2A1D9DEC814.xkm
[ 55.512] (II) intel(0): EDID vendor "AUO", prod id 9964
[ 55.512] (II) intel(0): Printing DDC gathered Modelines:
[ 55.512] (II) intel(0): Modeline "1366x768"x0.0 71.80 1366 1414 1446 1526 768 771 777 784 -hsync -vsync (47.1 kHz eP)

