You are not logged in.
Hi guys..
I just bought new Nvidia Graphic Card. I install to my desktop, then install nvidia driver
pacman -S nvidia After that, i reboot my computer, enter bios and disable intel iGPU to make sure I really use my new dedicated GPU.
And then I'm rebooting again, login to my desktop like usual, then open terminal, check my opengl version:
$ glxinfo | grep -i opengl
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.6, 256 bits)
OpenGL version string: 3.0 Mesa 10.6.3
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
So, I think I need install nvidia-libgl, so I install.
$ pacman -S nvidia-libgl
resolving dependencies...
looking for conflicting packages...
:: nvidia-libgl and mesa-libgl are in conflict (libgl). Remove mesa-libgl? [y/N] During installation nvidia-libgl need to remove mesa-libgl, so I say yes.
But after reboot my lovely computer, I got error "Ups someting wrong
"
Here XOrg.log
X.Org X Server 1.17.2
Release Date: 2015-06-16
[ 9.028] X Protocol Version 11, Revision 0
[ 9.028] Build Operating System: Linux 4.0.4-2-ARCH x86_64
[ 9.028] Current Operating System: Linux adishree 4.1.4-1-ARCH #1 SMP PREEMPT Mon Aug 3 21:30:37 UTC 2015 x86_64
[ 9.028] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=7e063082-2940-4152-b39e-bc5abf7ea186 rw quiet
[ 9.028] Build Date: 17 July 2015 05:38:19PM
[ 9.028]
[ 9.028] Current version of pixman: 0.32.6
[ 9.028] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 9.028] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 9.028] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 8 16:17:18 2015
[ 9.028] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 9.028] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 9.028] (==) ServerLayout "Layout0"
[ 9.028] (**) |-->Screen "Screen0" (0)
[ 9.028] (**) | |-->Monitor "Monitor0"
[ 9.028] (**) | |-->Device "Device0"
[ 9.028] (**) |-->Input Device "Keyboard0"
[ 9.028] (**) |-->Input Device "Mouse0"
[ 9.028] (==) Automatically adding devices
[ 9.028] (==) Automatically enabling devices
[ 9.028] (==) Automatically adding GPU devices
[ 9.028] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 9.028] Entry deleted from font path.
[ 9.028] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 9.028] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 9.028] Entry deleted from font path.
[ 9.028] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 9.028] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/
[ 9.028] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 9.028] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 9.028] (WW) Disabling Keyboard0
[ 9.028] (WW) Disabling Mouse0
[ 9.028] (II) Loader magic: 0x817d60
[ 9.028] (II) Module ABI versions:
[ 9.028] X.Org ANSI C Emulation: 0.4
[ 9.028] X.Org Video Driver: 19.0
[ 9.028] X.Org XInput driver : 21.1
[ 9.028] X.Org Server Extension : 9.0
[ 9.029] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c3
[ 9.030] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 9.030] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[ 9.030] (--) PCI:*(0:1:0:0) 10de:1401:1043:8520 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 9.030] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 9.030] (II) LoadModule: "glx"
[ 9.031] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 9.036] (II) Module glx: vendor="NVIDIA Corporation"
[ 9.036] compiled for 4.0.2, module version = 1.0.0
[ 9.036] Module class: X.Org Server Extension
[ 9.036] (II) NVIDIA GLX Module 352.30 Tue Jul 21 18:22:32 PDT 2015
[ 9.036] (II) LoadModule: "nvidia"
[ 9.036] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 9.036] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 9.036] compiled for 4.0.2, module version = 1.0.0
[ 9.036] Module class: X.Org Video Driver
[ 9.036] (II) NVIDIA dlloader X Driver 352.30 Tue Jul 21 18:01:20 PDT 2015
[ 9.036] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 9.036] (++) using VT number 1
[ 9.036] (II) Loading sub module "fb"
[ 9.036] (II) LoadModule: "fb"
[ 9.036] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 9.036] (II) Module fb: vendor="X.Org Foundation"
[ 9.036] compiled for 1.17.2, module version = 1.0.0
[ 9.036] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.036] (II) Loading sub module "wfb"
[ 9.036] (II) LoadModule: "wfb"
[ 9.036] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 9.037] (II) Module wfb: vendor="X.Org Foundation"
[ 9.037] compiled for 1.17.2, module version = 1.0.0
[ 9.037] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.037] (II) Loading sub module "ramdac"
[ 9.037] (II) LoadModule: "ramdac"
[ 9.037] (II) Module "ramdac" already built-in
[ 9.037] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 9.037] (==) NVIDIA(0): RGB weight 888
[ 9.037] (==) NVIDIA(0): Default visual is TrueColor
[ 9.037] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 9.037] (**) NVIDIA(0): Enabling 2D acceleration
[ 9.513] (II) NVIDIA: Allocated GPU:0 (GPU-bdf66d8f-1c51-3e64-f3f3-d62e84113932) @
[ 9.513] (II) NVIDIA: PCI:0000:01:00.0
[ 9.517] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 9.517] (--) NVIDIA(0): CRT-0
[ 9.517] (--) NVIDIA(0): DFP-0
[ 9.517] (--) NVIDIA(0): DFP-1
[ 9.517] (--) NVIDIA(0): DFP-2
[ 9.517] (--) NVIDIA(0): DFP-3
[ 9.517] (--) NVIDIA(0): DFP-4
[ 9.517] (--) NVIDIA(0): DFP-5 (boot)
[ 9.517] (--) NVIDIA(0): DFP-6
[ 9.517] (--) NVIDIA(0): DFP-7
[ 9.519] (--) NVIDIA(0): CRT-0: disconnected
[ 9.519] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
[ 9.519] (--) NVIDIA(0):
[ 9.522] (--) NVIDIA(0): DFP-0: disconnected
[ 9.522] (--) NVIDIA(0): DFP-0: Internal TMDS
[ 9.522] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
[ 9.522] (--) NVIDIA(0):
[ 9.522] (--) NVIDIA(0): DFP-1: disconnected
[ 9.522] (--) NVIDIA(0): DFP-1: Internal DisplayPort
[ 9.522] (--) NVIDIA(0): DFP-1: 960.0 MHz maximum pixel clock
[ 9.522] (--) NVIDIA(0):
[ 9.522] (--) NVIDIA(0): DFP-2: disconnected
[ 9.522] (--) NVIDIA(0): DFP-2: Internal TMDS
[ 9.522] (--) NVIDIA(0): DFP-2: 165.0 MHz maximum pixel clock
[ 9.522] (--) NVIDIA(0):
[ 9.522] (--) NVIDIA(0): DFP-3: disconnected
[ 9.522] (--) NVIDIA(0): DFP-3: Internal DisplayPort
[ 9.522] (--) NVIDIA(0): DFP-3: 960.0 MHz maximum pixel clock
[ 9.522] (--) NVIDIA(0):
[ 9.522] (--) NVIDIA(0): DFP-4: disconnected
[ 9.522] (--) NVIDIA(0): DFP-4: Internal TMDS
[ 9.522] (--) NVIDIA(0): DFP-4: 165.0 MHz maximum pixel clock
[ 9.522] (--) NVIDIA(0):
[ 9.551] (--) NVIDIA(0): LG Electronics LG ULTRAWIDE (DFP-5): connected
[ 9.551] (--) NVIDIA(0): LG Electronics LG ULTRAWIDE (DFP-5): Internal TMDS
[ 9.551] (--) NVIDIA(0): LG Electronics LG ULTRAWIDE (DFP-5): 165.0 MHz maximum pixel clock
[ 9.551] (--) NVIDIA(0):
[ 9.551] (--) NVIDIA(0): DFP-6: disconnected
[ 9.551] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[ 9.551] (--) NVIDIA(0): DFP-6: 960.0 MHz maximum pixel clock
[ 9.551] (--) NVIDIA(0):
[ 9.551] (--) NVIDIA(0): DFP-7: disconnected
[ 9.551] (--) NVIDIA(0): DFP-7: Internal TMDS
[ 9.551] (--) NVIDIA(0): DFP-7: 165.0 MHz maximum pixel clock
[ 9.551] (--) NVIDIA(0):
[ 9.551] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
[ 9.551] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[ 9.551] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 9.551] (--) NVIDIA(0): VideoBIOS: 84.06.14.00.4a
[ 9.551] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 9.558] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 9.558] (**) NVIDIA(0): device LG Electronics LG ULTRAWIDE (DFP-5) (Using EDID
[ 9.558] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 9.560] (==) NVIDIA(0):
[ 9.560] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 9.560] (==) NVIDIA(0): will be used as the requested mode.
[ 9.560] (==) NVIDIA(0):
[ 9.560] (II) NVIDIA(0): Validated MetaModes:
[ 9.560] (II) NVIDIA(0): "DFP-5:nvidia-auto-select"
[ 9.560] (II) NVIDIA(0): Virtual screen size determined to be 2560 x 1080
[ 9.566] (--) NVIDIA(0): DPI set to (112, 114); computed from "UseEdidDpi" X config
[ 9.566] (--) NVIDIA(0): option
[ 9.566] (--) Depth 24 pixmap format is 32 bpp
[ 9.566] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 9.566] (II) NVIDIA: access.
[ 9.568] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 9.568] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 9.568] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 9.568] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 9.568] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 9.568] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 9.568] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 9.568] (II) NVIDIA(0): Config Options in the README.
[ 9.577] (II) NVIDIA(0): Setting mode "DFP-5:nvidia-auto-select"
[ 9.626] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 9.626] (==) NVIDIA(0): Backing store enabled
[ 9.626] (==) NVIDIA(0): Silken mouse enabled
[ 9.626] (**) NVIDIA(0): DPMS enabled
[ 9.626] (II) Loading sub module "dri2"
[ 9.626] (II) LoadModule: "dri2"
[ 9.626] (II) Module "dri2" already built-in
[ 9.626] (II) NVIDIA(0): [DRI2] Setup complete
[ 9.626] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 9.626] (--) RandR disabled
[ 9.629] (II) Initializing extension GLX
[ 9.629] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9.653] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.653] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.653] (II) LoadModule: "evdev"
[ 9.653] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 9.653] (II) Module evdev: vendor="X.Org Foundation"
[ 9.653] compiled for 1.17.1, module version = 2.9.2
[ 9.653] Module class: X.Org XInput Driver
[ 9.653] ABI class: X.Org XInput driver, version 21.0
[ 9.653] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 31 paused 0
[ 9.653] (II) Using input driver 'evdev' for 'Power Button'
[ 9.653] (**) Power Button: always reports core events
[ 9.653] (**) evdev: Power Button: Device: "/dev/input/event2"
[ 9.653] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 9.653] (--) evdev: Power Button: Found keys
[ 9.653] (II) evdev: Power Button: Configuring as keyboard
[ 9.653] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 9.653] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9.653] (**) Option "xkb_rules" "evdev"
[ 9.653] (**) Option "xkb_model" "pc104"
[ 9.653] (**) Option "xkb_layout" "us"
[ 9.653] (**) Option "xkb_variant" "colemak"
[ 9.664] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 9.664] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 9.664] (**) Power Button: Applying InputClass "system-keyboard"
[ 9.664] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 32 paused 0
[ 9.664] (II) Using input driver 'evdev' for 'Power Button'
[ 9.664] (**) Power Button: always reports core events
[ 9.664] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 9.664] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 9.664] (--) evdev: Power Button: Found keys
[ 9.664] (II) evdev: Power Button: Configuring as keyboard
[ 9.664] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 9.664] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 9.664] (**) Option "xkb_rules" "evdev"
[ 9.664] (**) Option "xkb_model" "pc104"
[ 9.664] (**) Option "xkb_layout" "us"
[ 9.664] (**) Option "xkb_variant" "colemak"
[ 9.665] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event15)
[ 9.665] (II) No input driver specified, ignoring this device.
[ 9.665] (II) This device may have been added with another device file.
[ 9.665] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event16)
[ 9.665] (II) No input driver specified, ignoring this device.
[ 9.665] (II) This device may have been added with another device file.
[ 9.665] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event17)
[ 9.665] (II) No input driver specified, ignoring this device.
[ 9.665] (II) This device may have been added with another device file.
[ 9.665] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event18)
[ 9.665] (II) No input driver specified, ignoring this device.
[ 9.665] (II) This device may have been added with another device file.
[ 9.666] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/event19)
[ 9.666] (**) Logitech Gaming Mouse G600: Applying InputClass "evdev pointer catchall"
[ 9.716] (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 33 paused 0
[ 9.716] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G600'
[ 9.716] (**) Logitech Gaming Mouse G600: always reports core events
[ 9.716] (**) evdev: Logitech Gaming Mouse G600: Device: "/dev/input/event19"
[ 9.716] (--) evdev: Logitech Gaming Mouse G600: Vendor 0x46d Product 0xc24a
[ 9.716] (--) evdev: Logitech Gaming Mouse G600: Found 20 mouse buttons
[ 9.716] (--) evdev: Logitech Gaming Mouse G600: Found scroll wheel(s)
[ 9.716] (--) evdev: Logitech Gaming Mouse G600: Found relative axes
[ 9.716] (--) evdev: Logitech Gaming Mouse G600: Found x and y relative axes
[ 9.716] (II) evdev: Logitech Gaming Mouse G600: Configuring as mouse
[ 9.716] (II) evdev: Logitech Gaming Mouse G600: Adding scrollwheel support
[ 9.716] (**) evdev: Logitech Gaming Mouse G600: YAxisMapping: buttons 4 and 5
[ 9.716] (**) evdev: Logitech Gaming Mouse G600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 9.716] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:046D:C24A.0001/input/input19/event19"
[ 9.716] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G600" (type: MOUSE, id 8)
[ 9.716] (II) evdev: Logitech Gaming Mouse G600: initialized for relative axes.
[ 9.716] (**) Logitech Gaming Mouse G600: (accel) keeping acceleration scheme 1
[ 9.716] (**) Logitech Gaming Mouse G600: (accel) acceleration profile 0
[ 9.716] (**) Logitech Gaming Mouse G600: (accel) acceleration factor: 2.000
[ 9.716] (**) Logitech Gaming Mouse G600: (accel) acceleration threshold: 4
[ 9.717] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/mouse0)
[ 9.717] (II) No input driver specified, ignoring this device.
[ 9.717] (II) This device may have been added with another device file.
[ 9.717] (II) config/udev: Adding input device Logitech Gaming Mouse G600 (/dev/input/event20)
[ 9.717] (**) Logitech Gaming Mouse G600: Applying InputClass "evdev keyboard catchall"
[ 9.717] (**) Logitech Gaming Mouse G600: Applying InputClass "system-keyboard"
[ 9.717] (II) systemd-logind: got fd for /dev/input/event20 13:84 fd 34 paused 0
[ 9.717] (II) Using input driver 'evdev' for 'Logitech Gaming Mouse G600'
[ 9.717] (**) Logitech Gaming Mouse G600: always reports core events
[ 9.717] (**) evdev: Logitech Gaming Mouse G600: Device: "/dev/input/event20"
[ 9.717] (--) evdev: Logitech Gaming Mouse G600: Vendor 0x46d Product 0xc24a
[ 9.717] (--) evdev: Logitech Gaming Mouse G600: Found absolute axes
[ 9.717] (--) evdev: Logitech Gaming Mouse G600: Found absolute multitouch axes
[ 9.717] (II) evdev: Logitech Gaming Mouse G600: No buttons found, faking one.
[ 9.717] (--) evdev: Logitech Gaming Mouse G600: Found keys
[ 9.717] (II) evdev: Logitech Gaming Mouse G600: Forcing relative x/y axes to exist.
[ 9.717] (II) evdev: Logitech Gaming Mouse G600: Configuring as mouse
[ 9.717] (II) evdev: Logitech Gaming Mouse G600: Configuring as keyboard
[ 9.717] (**) evdev: Logitech Gaming Mouse G600: YAxisMapping: buttons 4 and 5
[ 9.717] (**) evdev: Logitech Gaming Mouse G600: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 9.717] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:046D:C24A.0002/input/input20/event20"
[ 9.717] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G600" (type: KEYBOARD, id 9)
[ 9.717] (**) Option "xkb_rules" "evdev"
[ 9.717] (**) Option "xkb_model" "pc104"
[ 9.717] (**) Option "xkb_layout" "us"
[ 9.717] (**) Option "xkb_variant" "colemak"
[ 9.718] (II) evdev: Logitech Gaming Mouse G600: Faking axis ABS_X.
[ 9.718] (II) evdev: Logitech Gaming Mouse G600: Faking axis ABS_Y.
[ 9.718] (II) evdev: Logitech Gaming Mouse G600: Faking axis ABS_PRESSURE.
[ 9.718] (II) evdev: Logitech Gaming Mouse G600: Faking axis ABS_DISTANCE.
[ 9.718] (EE) BUG: triggered 'if (axnum >= dev->valuator->numAxes)'
[ 9.718] (EE) BUG: exevents.c:2087 in InitValuatorAxisStruct()
[ 9.718] (EE)
[ 9.718] (EE) Backtrace:
[ 9.718] (EE) 0: /usr/lib/xorg-server/Xorg (InitValuatorAxisStruct+0x67) [0x523927]
[ 9.718] (EE) 1: /usr/lib/xorg/modules/input/evdev_drv.so (_init+0x211a) [0x7ffac7baab9a]
[ 9.718] (EE) 2: /usr/lib/xorg/modules/input/evdev_drv.so (_init+0x25af) [0x7ffac7babc0f]
[ 9.718] (EE) 3: /usr/lib/xorg/modules/input/evdev_drv.so (_init+0x42d3) [0x7ffac7baf2c3]
[ 9.718] (EE) 4: /usr/lib/xorg-server/Xorg (ActivateDevice+0x4a) [0x42dd0a]
[ 9.718] (EE) 5: /usr/lib/xorg-server/Xorg (xf86DeleteInput+0x359) [0x486c49]
[ 9.718] (EE) 6: /usr/lib/xorg-server/Xorg (config_fini+0x103b) [0x49d79b]
[ 9.718] (EE) 7: /usr/lib/xorg-server/Xorg (config_fini+0x1623) [0x49ea33]
[ 9.718] (EE) 8: /usr/lib/xorg-server/Xorg (config_init+0x9) [0x49be89]
[ 9.718] (EE) 9: /usr/lib/xorg-server/Xorg (InitInput+0xbb) [0x47a2fb]
[ 9.718] (EE) 10: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x3d9) [0x43cf09]
[ 9.719] (EE) 11: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7ffacfa66790]
[ 9.719] (EE) 12: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427319]
[ 9.719] (EE) 13: ? (?+0x29) [0x29]
[ 9.719] (EE)
[ 9.719] (II) evdev: Logitech Gaming Mouse G600: initialized for absolute axes.
[ 9.719] (**) Logitech Gaming Mouse G600: (accel) keeping acceleration scheme 1
[ 9.719] (**) Logitech Gaming Mouse G600: (accel) acceleration profile 0
[ 9.719] (**) Logitech Gaming Mouse G600: (accel) acceleration factor: 2.000
[ 9.719] (**) Logitech Gaming Mouse G600: (accel) acceleration threshold: 4
[ 9.719] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event10)
[ 9.719] (II) No input driver specified, ignoring this device.
[ 9.719] (II) This device may have been added with another device file.
[ 9.719] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event11)
[ 9.719] (II) No input driver specified, ignoring this device.
[ 9.719] (II) This device may have been added with another device file.
[ 9.719] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event12)
[ 9.719] (II) No input driver specified, ignoring this device.
[ 9.719] (II) This device may have been added with another device file.
[ 9.720] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event5)
[ 9.720] (II) No input driver specified, ignoring this device.
[ 9.720] (II) This device may have been added with another device file.
[ 9.720] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event6)
[ 9.720] (II) No input driver specified, ignoring this device.
[ 9.720] (II) This device may have been added with another device file.
[ 9.720] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event7)
[ 9.720] (II) No input driver specified, ignoring this device.
[ 9.720] (II) This device may have been added with another device file.
[ 9.720] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event8)
[ 9.720] (II) No input driver specified, ignoring this device.
[ 9.720] (II) This device may have been added with another device file.
[ 9.720] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[ 9.720] (II) No input driver specified, ignoring this device.
[ 9.720] (II) This device may have been added with another device file.
[ 9.720] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event4)
[ 9.720] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 9.720] (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
[ 9.721] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 35 paused 0
[ 9.721] (II) Using input driver 'evdev' for 'Eee PC WMI hotkeys'
[ 9.721] (**) Eee PC WMI hotkeys: always reports core events
[ 9.721] (**) evdev: Eee PC WMI hotkeys: Device: "/dev/input/event4"
[ 9.721] (--) evdev: Eee PC WMI hotkeys: Vendor 0 Product 0
[ 9.721] (--) evdev: Eee PC WMI hotkeys: Found keys
[ 9.721] (II) evdev: Eee PC WMI hotkeys: Configuring as keyboard
[ 9.721] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input4/event4"
[ 9.721] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 10)
[ 9.721] (**) Option "xkb_rules" "evdev"
[ 9.721] (**) Option "xkb_model" "pc104"
[ 9.721] (**) Option "xkb_layout" "us"
[ 9.721] (**) Option "xkb_variant" "colemak"
[ 9.721] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 9.721] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 9.721] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 9.721] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 36 paused 0
[ 9.721] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 9.721] (**) AT Translated Set 2 keyboard: always reports core events
[ 9.721] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 9.721] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 9.721] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 9.721] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 9.721] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 9.721] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
[ 9.721] (**) Option "xkb_rules" "evdev"
[ 9.721] (**) Option "xkb_model" "pc104"
[ 9.721] (**) Option "xkb_layout" "us"
[ 9.721] (**) Option "xkb_variant" "colemak"
[ 9.721] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[ 9.722] (II) No input driver specified, ignoring this device.
[ 9.722] (II) This device may have been added with another device file.
[ 9.722] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/event13)
[ 9.722] (II) No input driver specified, ignoring this device.
[ 9.722] (II) This device may have been added with another device file.
[ 9.722] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) (/dev/input/js0)
[ 9.722] (II) No input driver specified, ignoring this device.
[ 9.722] (II) This device may have been added with another device file.
[ 9.722] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) #2 (/dev/input/event14)
[ 9.722] (II) No input driver specified, ignoring this device.
[ 9.722] (II) This device may have been added with another device file.
[ 9.722] (II) config/udev: Adding input device Xbox Gamepad (userspace driver) #2 (/dev/input/js1)
[ 9.722] (II) No input driver specified, ignoring this device.
[ 9.722] (II) This device may have been added with another device file.
[ 15.959] (II) systemd-logind: got pause for 13:68
[ 15.959] (II) systemd-logind: got pause for 13:84
[ 15.959] (II) systemd-logind: got pause for 13:83
[ 15.959] (II) systemd-logind: got pause for 13:64
[ 15.959] (II) systemd-logind: got pause for 13:66
[ 15.959] (II) systemd-logind: got pause for 13:65
[ 15.959] (II) systemd-logind: got pause for 226:0I forgot take my lunch to find out what happen. Then I give up
Please help me ![]()
UPDATED
already found solution here: https://bbs.archlinux.org/viewtopic.php?id=200811
TL;DR
Just install Microcode, you can found it here: https://wiki.archlinux.org/index.php/Microcode
Last edited by palibaya (2015-08-08 14:49:37)
Offline