LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   glxgears: Error: couldn't get an RGB, Double-buffered visual. (https://www.linuxquestions.org/questions/linux-software-2/glxgears-error-couldnt-get-an-rgb-double-buffered-visual-4175586372/)

awkawaii 08-05-2016 01:34 PM

glxgears: Error: couldn't get an RGB, Double-buffered visual.
 
Hi all,

When I run glxgears, I get the following error:
Error: couldn't get an RGB, Double-buffered visual.

Also, this is the output of glxinfo:
name of display: :0.0
Error: couldn't find RGB GLX visual or fbconfig

Previously, the error when I ran glxgears was:
Xlib: extension "GLX" missing on display ":0"
Error: couldn't find RGB GLX visual or fbconfig
Since then, I had downloaded updated nvidia drivers and now I'm not getting the Xlib GLX missing message, but I'm not sure if this is an improvement or not since I'm a bit new to Linux.

Does anyone have any advice on how to approach this problem? I've been trying to debug this for the past few weeks with no luck, so I would really appreciate some help on this.

zk1234 08-05-2016 05:29 PM

Quote:

Originally Posted by awkawaii (Post 5586564)
extension "GLX" missing on display ":0".

Mesa drivers are not loaded.

.

awkawaii 08-08-2016 12:14 PM

Could you explain what you mean when you say they're not loaded? I already ran
Quote:

yum install mesa-libGL
and
Quote:

yum install mesa-libGL-devel
, but that hasn't solved anything so far.

zk1234 08-08-2016 12:27 PM

Before we continue ...
What did you mean by nvidia in your first post: X.org nouveau driver or NVIDIA proprietary driver?

.

awkawaii 08-08-2016 01:28 PM

nvidia proprietary driver, but currently when I run nvidia-smi, it gives me
Quote:

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
I downloaded the drivers from the elrepo repository.

zk1234 08-08-2016 01:57 PM

mesa-libGL should not be used with the NVIDIA proprietary driver.
1)Install NVIDIA once again.
2)Reboot and start X.
3)Post your /var/log/Xorg.0.log here.

.

awkawaii 08-08-2016 02:20 PM

When I re-installed the nvidia driver version 367.27 and then rebooted, it gave me a black screen with a blinking cursor at the top left corner. I solved this by deleting the /etc/X11/xorg.conf file, which then let me log back in. This is the first half of the output from /var/log/Xorg.0.log (because of character limit):

Quote:

[ 35.064]
X.Org X Server 1.17.4
Release Date: 2015-10-28
[ 35.064] X Protocol Version 11, Revision 0
[ 35.064] Build Operating System: worker1 2.6.32-573.18.1.el6.x86_64
[ 35.064] Current Operating System: Linux CentOS 2.6.32-642.3.1.el6.x86_64 #1 SMP Tue Jul 12 18:30:56 UTC 2016 x86_64
[ 35.065] Kernel command line: ro root=UUID=8187b1b1-6f4b-4c75-8783-823a8911dfcb rd_NO_LUKS rd_NO_LVM LANG=en_US.UTF-8 rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet crashkernel=129M@0M rd.driver.blacklist=nouveau video=vesa:off vga=normal nouveau.modeset=0 rdblacklist=nouveau
[ 35.065] Build Date: 12 July 2016 04:55:13PM
[ 35.065] Build ID: xorg-x11-server 1.17.4-9.5.el6.centos
[ 35.065] Current version of pixman: 0.32.8
[ 35.065] Before reporting problems, check http://wiki.centos.org/Documentation
to make sure that you have the latest version.
[ 35.065] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 35.065] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Aug 8 05:13:24 2016
[ 35.177] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 35.205] (==) No Layout section. Using the first Screen section.
[ 35.205] (==) No screen section available. Using defaults.
[ 35.205] (**) |-->Screen "Default Screen Section" (0)
[ 35.205] (**) | |-->Monitor "<default monitor>"
[ 35.234] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 35.234] (==) Automatically adding devices
[ 35.234] (==) Automatically enabling devices
[ 35.234] (==) Not automatically adding GPU devices
[ 35.234] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 35.234] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 35.234] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 35.234] (II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable AutoAddDevices.
[ 35.247] (II) Loader magic: 0x7f69cb506020
[ 35.247] (II) Module ABI versions:
[ 35.247] X.Org ANSI C Emulation: 0.4
[ 35.247] X.Org Video Driver: 19.0
[ 35.247] X.Org XInput driver : 21.0
[ 35.247] X.Org Server Extension : 9.0
[ 35.261] (--) PCI:*(0:0:2:0) 8086:0166:104d:909a rev 9, Mem @ 0xb9000000/4194304, 0xc0000000/268435456, I/O @ 0x00007000/64, BIOS @ 0x????????/131072
[ 35.261] (II) LoadModule: "glx"
[ 35.322] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 35.322] (EE) Failed to load /usr/lib64/xorg/modules/extensions/libglx.so: /usr/lib64/xorg/modules/extensions/libglx.so: cannot open shared object file: No such file or directory
[ 35.322] (II) UnloadModule: "glx"
[ 35.322] (II) Unloading glx
[ 35.322] (EE) Failed to load module "glx" (loader failed, 7)
[ 35.322] (==) Matched intel as autoconfigured driver 0
[ 35.322] (==) Matched modesetting as autoconfigured driver 1
[ 35.322] (==) Matched fbdev as autoconfigured driver 2
[ 35.322] (==) Matched vesa as autoconfigured driver 3
[ 35.322] (==) Assigned the driver to the xf86ConfigLayout
[ 35.322] (II) LoadModule: "intel"
[ 35.378] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[ 35.450] (II) Module intel: vendor="X.Org Foundation"
[ 35.450] compiled for 1.17.4, module version = 2.99.917
[ 35.450] Module class: X.Org Video Driver
[ 35.450] ABI class: X.Org Video Driver, version 19.0
[ 35.450] (II) LoadModule: "modesetting"
[ 35.450] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 35.464] (II) Module modesetting: vendor="X.Org Foundation"
[ 35.464] compiled for 1.17.4, module version = 1.17.4
[ 35.464] Module class: X.Org Video Driver
[ 35.464] ABI class: X.Org Video Driver, version 19.0
[ 35.464] (II) LoadModule: "fbdev"
[ 35.465] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 35.480] (II) Module fbdev: vendor="X.Org Foundation"
[ 35.480] compiled for 1.17.4, module version = 0.4.3
[ 35.480] Module class: X.Org Video Driver
[ 35.480] ABI class: X.Org Video Driver, version 19.0
[ 35.480] (II) LoadModule: "vesa"
[ 35.498] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 35.505] (II) Module vesa: vendor="X.Org Foundation"
[ 35.505] compiled for 1.17.4, module version = 2.3.4
[ 35.505] Module class: X.Org Video Driver
[ 35.505] ABI class: X.Org Video Driver, version 19.0
[ 35.505] (II) intel: Driver for Intel(R) 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
[ 35.506] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 35.506] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 35.506] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 35.506] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 35.506] (II) FBDEV: driver for framebuffer: fbdev
[ 35.506] (II) VESA: driver for VESA chipsets: vesa
[ 35.506] (++) using VT number 1

[ 35.524] (WW) Falling back to old probe method for modesetting
[ 35.524] (WW) Falling back to old probe method for fbdev
[ 35.524] (II) Loading sub module "fbdevhw"
[ 35.524] (II) LoadModule: "fbdevhw"
[ 35.524] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[ 35.531] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 35.531] compiled for 1.17.4, module version = 0.0.2
[ 35.531] ABI class: X.Org Video Driver, version 19.0
[ 35.531] (WW) Falling back to old probe method for vesa
[ 35.531] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 35.531] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 35.531] (==) intel(0): RGB weight 888
[ 35.531] (==) intel(0): Default visual is TrueColor
[ 35.531] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[ 35.531] (**) intel(0): Relaxed fencing enabled
[ 35.531] (**) intel(0): Wait on SwapBuffers? enabled
[ 35.531] (**) intel(0): Triple buffering? enabled
[ 35.531] (**) intel(0): Framebuffer tiled
[ 35.531] (**) intel(0): Pixmaps tiled
[ 35.531] (**) intel(0): 3D buffers tiled
[ 35.531] (**) intel(0): SwapBuffers wait enabled
[ 35.531] (==) intel(0): video overlay key set to 0x101fe
[ 35.532] (II) intel(0): Output LVDS1 has no monitor section
[ 35.532] (--) intel(0): found backlight control interface acpi_video0
[ 35.533] (II) intel(0): Output VGA1 has no monitor section
[ 35.621] (II) intel(0): Output HDMI1 has no monitor section
[ 35.621] (II) intel(0): Output DP1 has no monitor section
[ 35.710] (II) intel(0): EDID for output LVDS1
[ 35.710] (II) intel(0): Manufacturer: CMO Model: 1332 Serial#: 0
[ 35.710] (II) intel(0): Year: 2010 Week: 32
[ 35.710] (II) intel(0): EDID Version: 1.3
[ 35.710] (II) intel(0): Digital Display Input
[ 35.710] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
[ 35.710] (II) intel(0): Gamma: 2.20
[ 35.710] (II) intel(0): No DPMS capabilities specified
[ 35.710] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 35.710] (II) intel(0): First detailed timing is preferred mode
[ 35.710] (II) intel(0): redX: 0.584 redY: 0.349 greenX: 0.338 greenY: 0.574
[ 35.710] (II) intel(0): blueX: 0.157 blueY: 0.126 whiteX: 0.313 whiteY: 0.329
[ 35.710] (II) intel(0): Manufacturer's mask: 0
[ 35.710] (II) intel(0): Supported detailed timing:
[ 35.710] (II) intel(0): clock: 75.4 MHz Image Size: 293 x 164 mm
[ 35.710] (II) intel(0): h_active: 1366 h_sync: 1397 h_sync_end 1462 h_blank_end 1560 h_border: 0
[ 35.710] (II) intel(0): v_active: 768 v_sync: 772 v_sync_end 784 v_blanking: 806 v_border: 0
[ 35.710] (II) intel(0): N133BGE-L31
[ 35.710] (II) intel(0): CMO
[ 35.710] (II) intel(0): N133BGE-L31
[ 35.710] (II) intel(0): EDID (in hex):
[ 35.710] (II) intel(0): 00ffffffffffff000daf321300000000
[ 35.710] (II) intel(0): 20140103801d10780a98559559569328
[ 35.710] (II) intel(0): 20505400000001010101010101010101
[ 35.710] (II) intel(0): 010101010101781d56c2500026301f41
[ 35.710] (II) intel(0): 4c0025a410000018000000fe004e3133
[ 35.710] (II) intel(0): 334247452d4c33310a20000000fe0043
[ 35.710] (II) intel(0): 4d4f20202020202020202020000000fe
[ 35.710] (II) intel(0): 004e3133334247452d4c33310a200061
[ 35.711] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 35.711] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 35.711] (II) intel(0): Printing probed modes for output LVDS1
[ 35.711] (II) intel(0): Modeline "1366x768"x60.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 35.711] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 35.711] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 35.711] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 35.711] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 35.711] (II) intel(0): EDID for output VGA1
[ 35.711] (II) intel(0): EDID for output HDMI1
[ 35.711] (II) intel(0): EDID for output DP1
[ 35.711] (II) intel(0): Output LVDS1 connected
[ 35.711] (II) intel(0): Output VGA1 disconnected
[ 35.711] (II) intel(0): Output HDMI1 disconnected
[ 35.711] (II) intel(0): Output DP1 disconnected
[ 35.711] (II) intel(0): Using exact sizes for initial modes
[ 35.711] (II) intel(0): Output LVDS1 using initial mode 1366x768 +0+0
[ 35.711] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 35.711] (II) intel(0): Kernel page flipping support detected, enabling
[ 35.711] (==) intel(0): DPI set to (96, 96)
[ 35.711] (II) Loading sub module "fb"
[ 35.711] (II) LoadModule: "fb"
[ 35.712] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 35.728] (II) Module fb: vendor="X.Org Foundation"
[ 35.728] compiled for 1.17.4, module version = 1.0.0
[ 35.728] ABI class: X.Org ANSI C Emulation, version 0.4
[ 35.728] (II) Loading sub module "dri2"
[ 35.728] (II) LoadModule: "dri2"
[ 35.728] (II) Module "dri2" already built-in
[ 35.728] (II) UnloadModule: "modesetting"
[ 35.729] (II) Unloading modesetting
[ 35.729] (II) UnloadModule: "fbdev"
[ 35.729] (II) Unloading fbdev
[ 35.729] (II) UnloadSubModule: "fbdevhw"
[ 35.729] (II) Unloading fbdevhw
[ 35.729] (II) UnloadModule: "vesa"
[ 35.729] (II) Unloading vesa
[ 35.729] (==) Depth 24 pixmap format is 32 bpp
[ 35.729] (II) intel(0): Allocated new frame buffer 1366x768 stride 5632, tiled
[ 35.764] (II) UXA(0): Driver registered support for the following operations:
[ 35.764] (II) solid
[ 35.764] (II) copy
[ 35.764] (II) composite (RENDER acceleration)
[ 35.764] (II) put_image
[ 35.764] (II) get_image
[ 35.765] (II) intel(0): [DRI2] Setup complete
[ 35.765] (II) intel(0): [DRI2] DRI driver: i965
[ 35.765] (II) intel(0): [DRI2] VDPAU driver: va_gl
[ 35.766] (==) intel(0): Backing store enabled
[ 35.766] (==) intel(0): Silken mouse enabled
[ 35.766] (II) intel(0): Initializing HW Cursor
[ 35.766] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 35.767] (==) intel(0): DPMS enabled
[ 35.767] (==) intel(0): Intel XvMC decoder enabled
[ 35.767] (II) intel(0): Set up textured video
[ 35.767] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 35.767] (II) intel(0): DRI2: Enabled
[ 35.767] (II) intel(0): DRI3: Not available
[ 35.767] (==) intel(0): hotplug detection: "enabled"
[ 35.791] (--) RandR disabled
[ 35.813] (II) SELinux: Disabled by boolean
[ 35.814] (II) intel(0): Setting screen physical size to 361 x 203
[ 36.592] (II) config/hal: Adding input device Sony Vaio Keys
[ 36.592] (II) LoadModule: "evdev"
[ 36.593] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 36.680] (II) Module evdev: vendor="X.Org Foundation"
[ 36.680] compiled for 1.17.4, module version = 2.9.2
[ 36.680] Module class: X.Org XInput Driver
[ 36.680] ABI class: X.Org XInput driver, version 21.0
[ 36.680] (II) Using input driver 'evdev' for 'Sony Vaio Keys'
[ 36.680] (**) Sony Vaio Keys: always reports core events
[ 36.680] (**) evdev: Sony Vaio Keys: Device: "/dev/input/event10"
[ 36.688] (--) evdev: Sony Vaio Keys: Vendor 0x104d Product 0
[ 36.688] (--) evdev: Sony Vaio Keys: Found keys
[ 36.688] (II) evdev: Sony Vaio Keys: Configuring as keyboard
[ 36.688] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input_0"
[ 36.688] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD, id 6)
[ 36.688] (**) Option "xkb_rules" "evdev"
[ 36.688] (**) Option "xkb_model" "pc105+inet"
[ 36.688] (**) Option "xkb_layout" "us"
[ 36.688] (WW) Option "xkb_variant" requires a string value
[ 36.688] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 36.742] (II) config/hal: Adding input device HDA Intel PCH Headphone
[ 36.742] (II) Using input driver 'evdev' for 'HDA Intel PCH Headphone'
[ 36.742] (**) HDA Intel PCH Headphone: always reports core events
[ 36.742] (**) evdev: HDA Intel PCH Headphone: Device: "/dev/input/event7"
[ 36.749] (--) evdev: HDA Intel PCH Headphone: Vendor 0 Product 0
[ 36.749] (WW) evdev: HDA Intel PCH Headphone: Don't know how to use device
[ 36.757] (EE) PreInit returned 8 for "HDA Intel PCH Headphone"
[ 36.757] (II) UnloadModule: "evdev"
[ 36.757] (EE) config/hal: NewInputDeviceRequest failed (8)
[ 36.764] (II) config/hal: Adding input device Lid Switch
[ 36.764] (II) Using input driver 'evdev' for 'Lid Switch'
[ 36.764] (**) Lid Switch: always reports core events
[ 36.764] (**) evdev: Lid Switch: Device: "/dev/input/event0"
[ 36.771] (--) evdev: Lid Switch: Vendor 0 Product 0x5
[ 36.771] (II) Lid Switch: Adding for lid switch
[ 36.771] (WW) evdev: Lid Switch: Don't know how to use device
[ 36.771] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input_4"
[ 36.771] (II) XINPUT: Adding extended input device "Lid Switch" (type: UNKNOWN, id 7)
[ 36.781] (II) config/hal: Adding input device AT Translated Set 2 keyboard
[ 36.781] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 36.781] (**) AT Translated Set 2 keyboard: always reports core events
[ 36.781] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[ 36.787] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 36.787] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 36.787] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 36.787] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/platform_i8042_i8042_KBD_port_logicaldev_input"
[ 36.787] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
[ 36.787] (**) Option "xkb_rules" "evdev"
[ 36.787] (**) Option "xkb_model" "pc105+inet"
[ 36.787] (**) Option "xkb_layout" "us"
[ 36.787] (WW) Option "xkb_variant" requires a string value
[ 36.787] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 36.799] (II) config/hal: Adding input device USB2.0 Camera
[ 36.800] (II) Using input driver 'evdev' for 'USB2.0 Camera'
[ 36.800] (**) USB2.0 Camera: always reports core events
[ 36.800] (**) evdev: USB2.0 Camera: Device: "/dev/input/event9"
[ 36.804] (--) evdev: USB2.0 Camera: Vendor 0x489 Product 0xd601
[ 36.804] (--) evdev: USB2.0 Camera: Found keys
[ 36.804] (II) evdev: USB2.0 Camera: Configuring as keyboard
[ 36.804] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/usb_device_489_d601_noserial_if0_logicaldev_input"
[ 36.804] (II) XINPUT: Adding extended input device "USB2.0 Camera" (type: KEYBOARD, id 9)
[ 36.804] (**) Option "xkb_rules" "evdev"
[ 36.804] (**) Option "xkb_model" "pc105+inet"
[ 36.804] (**) Option "xkb_layout" "us"
[ 36.804] (WW) Option "xkb_variant" requires a string value
[ 36.804] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 36.813] (II) config/hal: Adding input device Power Button
[ 36.813] (II) Using input driver 'evdev' for 'Power Button'
[ 36.813] (**) Power Button: always reports core events
[ 36.813] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 36.822] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 36.822] (--) evdev: Power Button: Found keys
[ 36.822] (II) evdev: Power Button: Configuring as keyboard
[ 36.822] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input_1"
[ 36.822] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
[ 36.822] (**) Option "xkb_rules" "evdev"
[ 36.822] (**) Option "xkb_model" "pc105+inet"
[ 36.822] (**) Option "xkb_layout" "us"
[ 36.822] (WW) Option "xkb_variant" requires a string value
[ 36.822] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 36.831] (II) config/hal: Adding input device Video Bus
[ 36.831] (II) Using input driver 'evdev' for 'Video Bus'
[ 36.831] (**) Video Bus: always reports core events
[ 36.831] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 36.840] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 36.840] (--) evdev: Video Bus: Found keys
[ 36.840] (II) evdev: Video Bus: Configuring as keyboard
[ 36.840] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input"
[ 36.840] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 11)
[ 36.840] (**) Option "xkb_rules" "evdev"
[ 36.840] (**) Option "xkb_model" "pc105+inet"
[ 36.840] (**) Option "xkb_layout" "us"
[ 36.840] (WW) Option "xkb_variant" requires a string value
[ 36.840] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[ 36.848] (II) config/hal: Adding input device Macintosh mouse button emulation
[ 36.848] (II) Using input driver 'evdev' for 'Macintosh mouse button emulation'
[ 36.848] (**) Macintosh mouse button emulation: always reports core events
[ 36.848] (**) evdev: Macintosh mouse button emulation: Device: "/dev/input/event2"
[ 36.856] (--) evdev: Macintosh mouse button emulation: Vendor 0x1 Product 0x1
[ 36.856] (--) evdev: Macintosh mouse button emulation: Found 3 mouse buttons
[ 36.856] (--) evdev: Macintosh mouse button emulation: Found relative axes
[ 36.856] (--) evdev: Macintosh mouse button emulation: Found x and y relative axes
[ 36.856] (II) evdev: Macintosh mouse button emulation: Configuring as mouse
[ 36.856] (**) evdev: Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
[ 36.856] (**) evdev: Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 36.856] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/computer_logicaldev_input_3"
[ 36.856] (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE, id 12)
[ 36.856] (II) evdev: Macintosh mouse button emulation: initialized for relative axes.
[ 36.856] (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
[ 36.856] (**) Macintosh mouse button emulation: (accel) acceleration profile 0
[ 36.856] (**) Macintosh mouse button emulation: (accel) acceleration factor: 2.000
[ 36.856] (**) Macintosh mouse button emulation: (accel) acceleration threshold: 4
[ 36.866] (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
[ 36.866] (II) LoadModule: "synaptics"
[ 36.866] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 36.895] (II) Module synaptics: vendor="X.Org Foundation"
[ 36.895] compiled for 1.17.4, module version = 1.8.3
[ 36.895] Module class: X.Org XInput Driver
[ 36.895] ABI class: X.Org XInput driver, version 21.0
[ 36.895] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 36.895] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 36.895] (**) Option "Device" "/dev/input/event5"
[ 36.956] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
[ 36.956] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1304 - 5638 (res 37)
[ 36.956] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1138 - 4714 (res 59)
[ 36.956] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 36.956] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 36.956] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
[ 36.956] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 36.956] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 36.956] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 36.956] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 36.972] (**) Option "config_info" "hal:/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX1_port_logicaldev_input"
[ 36.972] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 36.972] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 36.972] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 36.972] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[ 36.972] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 36.972] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 36.972] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 36.972] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 36.980] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 36.988] (II) config/hal: Adding input device HDA Intel PCH HDMI/DP,pcm=3
[ 36.988] (II) Using input driver 'evdev' for 'HDA Intel PCH HDMI/DP,pcm=3'
[ 36.988] (**) HDA Intel PCH HDMI/DP,pcm=3: always reports core events
[ 36.988] (**) evdev: HDA Intel PCH HDMI/DP,pcm=3: Device: "/dev/input/event8"
[ 36.992] (--) evdev: HDA Intel PCH HDMI/DP,pcm=3: Vendor 0 Product 0
[ 36.992] (WW) evdev: HDA Intel PCH HDMI/DP,pcm=3: Don't know how to use device
[ 37.008] (EE) PreInit returned 8 for "HDA Intel PCH HDMI/DP,pcm=3"
[ 37.008] (II) UnloadModule: "evdev"
[ 37.008] (EE) config/hal: NewInputDeviceRequest failed (8)
[ 37.024] AUDIT: Mon Aug 8 05:13:26 2016: 2869: client 1 connected from local host ( uid=0 gid=0 pid=2866 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 37.114] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 37.114] (II) intel(0): Printing DDC gathered Modelines:
[ 37.114] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 37.324] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 connected from local host ( uid=0 gid=0 pid=2880 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 37.331] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 disconnected
[ 37.412] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 connected from local host ( uid=0 gid=0 pid=2882 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 37.413] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 disconnected
[ 37.427] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 connected from local host ( uid=0 gid=0 pid=2883 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 37.488] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 disconnected
[ 37.511] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 connected from local host ( uid=0 gid=0 pid=2886 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 37.512] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 disconnected
[ 37.726] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 2 connected from local host ( uid=42 gid=42 pid=2958 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 38.079] AUDIT: Mon Aug 8 05:13:27 2016: 2869: client 3 connected from local host ( uid=42 gid=42 pid=2961 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 38.575] AUDIT: Mon Aug 8 05:13:28 2016: 2869: client 4 connected from local host ( uid=42 gid=42 pid=2964 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 39.815] AUDIT: Mon Aug 8 05:13:29 2016: 2869: client 5 connected from local host ( uid=42 gid=42 pid=2990 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113

awkawaii 08-08-2016 02:21 PM

Here's the other part of the file:

Quote:

[ 40.000] AUDIT: Mon Aug 8 05:13:29 2016: 2869: client 6 connected from local host ( uid=42 gid=42 pid=2989 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 40.407] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 40.407] (II) intel(0): Printing DDC gathered Modelines:
[ 40.407] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 40.497] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 40.497] (II) intel(0): Printing DDC gathered Modelines:
[ 40.497] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 40.607] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 40.607] (II) intel(0): Printing DDC gathered Modelines:
[ 40.607] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 40.641] AUDIT: Mon Aug 8 05:13:30 2016: 2869: client 7 connected from local host ( uid=42 gid=42 pid=2996 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 40.642] AUDIT: Mon Aug 8 05:13:30 2016: 2869: client 7 disconnected
[ 42.382] AUDIT: Mon Aug 8 05:13:32 2016: 2869: client 7 connected from local host ( uid=42 gid=42 pid=3000 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 42.454] AUDIT: Mon Aug 8 05:13:32 2016: 2869: client 8 connected from local host ( uid=42 gid=42 pid=2990 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 42.457] AUDIT: Mon Aug 8 05:13:32 2016: 2869: client 9 connected from local host ( uid=42 gid=42 pid=2964 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 42.506] AUDIT: Mon Aug 8 05:13:32 2016: 2869: client 10 connected from local host ( uid=42 gid=42 pid=3000 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 42.923] AUDIT: Mon Aug 8 05:13:32 2016: 2869: client 11 connected from local host ( uid=42 gid=42 pid=3001 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 42.929] AUDIT: Mon Aug 8 05:13:32 2016: 2869: client 12 connected from local host ( uid=42 gid=42 pid=3001 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.509] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 13 connected from local host ( uid=42 gid=42 pid=3002 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.518] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 14 connected from local host ( uid=42 gid=42 pid=3002 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.554] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 15 connected from local host ( uid=42 gid=42 pid=3003 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.560] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 16 connected from local host ( uid=42 gid=42 pid=3003 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.669] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 17 connected from local host ( uid=42 gid=42 pid=3003 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.670] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 17 disconnected
[ 43.838] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 17 connected from local host ( uid=42 gid=42 pid=3005 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.845] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 18 connected from local host ( uid=42 gid=42 pid=3005 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.852] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 19 connected from local host ( uid=42 gid=42 pid=3008 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 43.858] AUDIT: Mon Aug 8 05:13:33 2016: 2869: client 20 connected from local host ( uid=42 gid=42 pid=3008 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 44.378] AUDIT: Mon Aug 8 05:13:34 2016: 2869: client 20 disconnected
[ 44.379] AUDIT: Mon Aug 8 05:13:34 2016: 2869: client 19 disconnected
[ 44.495] AUDIT: Mon Aug 8 05:13:34 2016: 2869: client 19 connected from local host ( uid=42 gid=42 pid=2990 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 44.495] AUDIT: Mon Aug 8 05:13:34 2016: 2869: client 19 disconnected
[ 45.005] AUDIT: Mon Aug 8 05:13:34 2016: 2869: client 20 connected from local host ( uid=42 gid=42 pid=3020 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 45.016] AUDIT: Mon Aug 8 05:13:34 2016: 2869: client 21 connected from local host ( uid=42 gid=42 pid=3020 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 46.066] AUDIT: Mon Aug 8 05:13:35 2016: 2869: client 16 disconnected
[ 46.067] AUDIT: Mon Aug 8 05:13:35 2016: 2869: client 15 disconnected
[ 46.787] AUDIT: Mon Aug 8 05:13:36 2016: 2869: client 15 connected from local host ( uid=0 gid=0 pid=2866 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 48.821] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 6 disconnected
[ 48.830] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 17 disconnected
[ 48.831] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 18 disconnected
[ 48.831] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 14 disconnected
[ 48.831] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 13 disconnected
[ 48.832] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 10 disconnected
[ 48.832] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 12 disconnected
[ 48.832] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 7 disconnected
[ 48.833] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 11 disconnected
[ 48.867] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 9 disconnected
[ 48.868] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 4 disconnected
(!!) BUG: Device "SynPS/2 Synaptics TouchPad" received a double tracking ID 0 in slot 0.
[ 48.957] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 21 disconnected
[ 48.957] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 20 disconnected
[ 49.002] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 8 disconnected
[ 49.004] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 5 disconnected
[ 49.019] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 4 connected from local host ( uid=0 gid=0 pid=3042 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 49.020] AUDIT: Mon Aug 8 05:13:38 2016: 2869: client 4 disconnected
[ 49.282] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 4 connected from local host ( uid=500 gid=500 pid=3046 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 49.283] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 4 disconnected
[ 49.285] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 4 connected from local host ( uid=500 gid=500 pid=3047 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 49.285] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 4 disconnected
[ 49.294] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 4 connected from local host ( uid=500 gid=500 pid=3049 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 49.352] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 5 connected from local host ( uid=500 gid=500 pid=3052 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 49.420] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 6 connected from local host ( uid=500 gid=500 pid=3109 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 49.429] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 6 disconnected
[ 49.685] AUDIT: Mon Aug 8 05:13:39 2016: 2869: client 6 connected from local host ( uid=500 gid=500 pid=3044 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 50.906] AUDIT: Mon Aug 8 05:13:40 2016: 2869: client 7 connected from local host ( uid=500 gid=500 pid=3134 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 50.944] AUDIT: Mon Aug 8 05:13:40 2016: 2869: client 7 disconnected
[ 50.946] AUDIT: Mon Aug 8 05:13:40 2016: 2869: client 7 connected from local host ( uid=500 gid=500 pid=3141 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 51.046] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 51.046] (II) intel(0): Printing DDC gathered Modelines:
[ 51.046] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 51.046] AUDIT: Mon Aug 8 05:13:40 2016: 2869: client 8 connected from local host ( uid=500 gid=500 pid=3136 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 51.139] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 51.139] (II) intel(0): Printing DDC gathered Modelines:
[ 51.139] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 51.229] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 51.229] (II) intel(0): Printing DDC gathered Modelines:
[ 51.229] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 51.251] AUDIT: Mon Aug 8 05:13:41 2016: 2869: client 9 connected from local host ( uid=500 gid=500 pid=3144 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 51.252] AUDIT: Mon Aug 8 05:13:41 2016: 2869: client 9 disconnected
[ 51.338] AUDIT: Mon Aug 8 05:13:41 2016: 2869: client 9 connected from local host ( uid=500 gid=500 pid=3150 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 51.339] AUDIT: Mon Aug 8 05:13:41 2016: 2869: client 9 disconnected
[ 51.678] AUDIT: Mon Aug 8 05:13:41 2016: 2869: client 9 connected from local host ( uid=500 gid=500 pid=3141 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 51.678] AUDIT: Mon Aug 8 05:13:41 2016: 2869: client 9 disconnected
[ 51.769] AUDIT: Mon Aug 8 05:13:41 2016: 2869: client 9 connected from local host ( uid=500 gid=500 pid=3158 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 52.231] AUDIT: Mon Aug 8 05:13:42 2016: 2869: client 10 connected from local host ( uid=500 gid=500 pid=3163 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 52.757] AUDIT: Mon Aug 8 05:13:42 2016: 2869: client 11 connected from local host ( uid=500 gid=500 pid=3184 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 52.781] AUDIT: Mon Aug 8 05:13:42 2016: 2869: client 12 connected from local host ( uid=500 gid=500 pid=3186 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 53.204] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 13 connected from local host ( uid=500 gid=500 pid=3176 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 53.325] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 14 connected from local host ( uid=500 gid=500 pid=3198 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 53.334] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 14 disconnected
[ 53.344] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 14 connected from local host ( uid=500 gid=500 pid=3201 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 53.361] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 16 connected from local host ( uid=500 gid=500 pid=3199 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 53.574] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 17 connected from local host ( uid=500 gid=500 pid=3207 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 53.682] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 18 connected from local host ( uid=500 gid=500 pid=3207 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 53.683] AUDIT: Mon Aug 8 05:13:43 2016: 2869: client 18 disconnected
[ 54.171] AUDIT: Mon Aug 8 05:13:44 2016: 2869: client 17 disconnected
[ 54.228] AUDIT: Mon Aug 8 05:13:44 2016: 2869: client 17 connected from local host ( uid=500 gid=500 pid=3208 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 54.693] AUDIT: Mon Aug 8 05:13:44 2016: 2869: client 18 connected from local host ( uid=500 gid=500 pid=3202 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 54.693] AUDIT: Mon Aug 8 05:13:44 2016: 2869: client 20 connected from local host ( uid=500 gid=500 pid=3204 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 54.705] AUDIT: Mon Aug 8 05:13:44 2016: 2869: client 21 connected from local host ( uid=500 gid=500 pid=3210 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 54.800] (II) intel(0): EDID vendor "CMO", prod id 4914
[ 54.800] (II) intel(0): Printing DDC gathered Modelines:
[ 54.800] (II) intel(0): Modeline "1366x768"x0.0 75.44 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
[ 55.271] AUDIT: Mon Aug 8 05:13:45 2016: 2869: client 22 connected from local host ( uid=500 gid=500 pid=3218 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 55.310] AUDIT: Mon Aug 8 05:13:45 2016: 2869: client 23 connected from local host ( uid=500 gid=500 pid=3212 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.647] AUDIT: Mon Aug 8 05:13:45 2016: 2869: client 24 connected from local host ( uid=500 gid=500 pid=3221 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.648] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 26 connected from local host ( uid=500 gid=500 pid=3230 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.648] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 25 connected from local host ( uid=500 gid=500 pid=3223 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.650] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 26 disconnected
[ 56.666] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 26 connected from local host ( uid=500 gid=500 pid=3236 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.682] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 27 connected from local host ( uid=500 gid=500 pid=3223 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.683] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 27 disconnected
[ 56.753] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 27 connected from local host ( uid=500 gid=500 pid=3211 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.805] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 28 connected from local host ( uid=500 gid=500 pid=3162 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.808] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 29 connected from local host ( uid=500 gid=500 pid=3239 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.808] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 29 disconnected
[ 56.916] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 29 connected from local host ( uid=500 gid=500 pid=3240 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 56.917] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 22 disconnected
[ 56.917] AUDIT: Mon Aug 8 05:13:46 2016: 2869: client 29 disconnected
[ 58.800] AUDIT: Mon Aug 8 05:13:48 2016: 2869: client 22 connected from local host ( uid=500 gid=500 pid=3405 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 58.825] AUDIT: Mon Aug 8 05:13:48 2016: 2869: client 29 connected from local host ( uid=500 gid=500 pid=3407 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 58.843] AUDIT: Mon Aug 8 05:13:48 2016: 2869: client 30 connected from local host ( uid=500 gid=500 pid=3409 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 62.113] AUDIT: Mon Aug 8 05:13:51 2016: 2869: client 31 connected from local host ( uid=500 gid=500 pid=3219 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 62.297] AUDIT: Mon Aug 8 05:13:52 2016: 2869: client 32 connected from local host ( uid=500 gid=500 pid=3176 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 62.297] AUDIT: Mon Aug 8 05:13:52 2016: 2869: client 32 disconnected
[ 87.389] AUDIT: Mon Aug 8 05:14:17 2016: 2869: client 26 disconnected
[ 123.290] AUDIT: Mon Aug 8 05:14:53 2016: 2869: client 19 connected from local host ( uid=500 gid=500 pid=3502 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113
[ 130.173] AUDIT: Mon Aug 8 05:15:00 2016: 2869: client 26 connected from local host ( uid=500 gid=500 pid=3524 )
Auth name: MIT-MAGIC-COOKIE-1 ID: 113

zk1234 08-08-2016 02:41 PM

The log posted by you shows that you have Intel (and not NVIDIA) video card. Please post the output of the following command:
Code:

lspci

awkawaii 08-08-2016 02:53 PM

Here's the output of lspci:

Quote:

00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M LE] (rev ff)
02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)
03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
Also, by proprietary nvidia driver, xorg-x11-drv-nvidia that was installed with cuda counts right? When I tried to install using yum install kmod-nvidia after installing the cuda drivers, it gave me a conflict since it automatically tried to install version 367.35, while the cuda nvidia driver was 352.93.

zk1234 08-08-2016 03:04 PM

OK. You have an NVIDIA card, too. Let's check if you have the correct version of kernel module. Post the output of
Code:

modprobe nvidia

awkawaii 08-08-2016 03:09 PM

Here's the output of modprobe nvidia:

Quote:

FATAL: Error inserting nvidia (/lib/modules/2.6.32-642.3.1.el6.x86_64/extra/nvidia.ko): No such device
I'm not sure if it's because of how my laptop has 2 graphics cards. I was told to disable the Intel graphics card from the BIOS, but the option wasn't there. There was only an intel virtualization option, which I'm guessing is for virtual machines only.

zk1234 08-08-2016 03:20 PM

Quote:

Originally Posted by awkawaii (Post 5588046)
Here's the output of modprobe nvidia:
FATAL: Error inserting nvidia (/lib/modules/2.6.32-642.3.1.el6.x86_64/extra/nvidia.ko): No such device

This usually means that the version of the nvidia kernel module installed by you does not support your card. Please post the output of
Code:

cat /var/log/messages | grep nvidia

awkawaii 08-08-2016 03:28 PM

When I run
Quote:

cat /var/log/messages | grep nvidia
, I get no output. I'm guessing that means that the nvidia kernel module has not yet been installed on my machine. I've tried looking up the file to download and I think it's one of the kernel files in /elrepo/kernel/el6/x86_64/RPMS on the elrepo website. Am I on the right track?

zk1234 08-08-2016 03:32 PM

Your card is supported by the version 367.35 of NVIDIA proprietary driver. Make sure you have this version installed.

.


All times are GMT -5. The time now is 04:23 AM.