[RESOLVED]Thinkpad t410 cannot login screen blinking

Issues related to hardware problems
Post Reply
oglop
Posts: 13
Joined: 2013/07/07 14:17:03

[RESOLVED]Thinkpad t410 cannot login screen blinking

Post by oglop » 2014/09/06 13:29:45

i've been using kmod-nvidia driver since centos 7 came out, no problem at all. but yesterday i tried setting dpi in system settings, after reboot, i can not login any more. the screen is blinking between nvidia log and some booting information.

my laptop is not a "optimus" laptop, so the driver installation should be "painless", isn't it ? i tried the following
  • reinstalling the kmod-nvidia drivers,still blinking
  • removing kmod-nvidia drivers, and try to use opensource nouveau, booting stops at somewhere with the text of "[OK] starting !@#!@"
  • tried downgrading to the 331 series drivers on elrepo, doesn't help, same symptom
  • tried to install proprietory nvidia driver, but failed for some reason, i didn't dig further because it's not recommended
  • tried using drivers from another repo http://negativo17.org/nvidia-driver/,same problem, removed ...
i can still vnc into the machine though, by connecting to :1 or ssh in to the machine, although i can't login interactively.

the card is nvs 3100m, as you can see there are no intel graphic cards

Code: Select all

[root@localhost ~]# lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [NVS 3100M] (rev a2)
initially i saw this error a few times

Code: Select all

modprobe: ERROR: could not insert 'nvidia': No such device
but after following this tutorial http://www.tecmint.com/install-nvidia-drivers-in-linux/
i think i did this

Code: Select all

 mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak  
 dracut -v /boot/initramfs-$(uname -r).img $(uname -r)
the error went away, since it didn't help , i recoved the backup file, but strangly the error doesn't come back.

then i saw this error a few times

Code: Select all

XINPUT: Adding extended input device "ThinkPad Extra Buttons"
...
then it segfault somewhere
but after a few trial and error(don't remeber what i did, but i followed every tutorial i could find to install nvidia drivers), this error went away too.

so now there is no obvious error in my log, but i still can not see login screen, and it's blinking.
what else can i try to fix it ?

my logs:

/var/log/Xorg.0.log

Code: Select all

[  1419.414] 
X.Org X Server 1.15.0
Release Date: 2013-12-27
[  1419.414] X Protocol Version 11, Revision 0
[  1419.414] Build Operating System:  2.6.32-220.17.1.el6.x86_64 
[  1419.414] Current Operating System: Linux localhost.localdomain 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64
[  1419.415] Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-123.el7.x86_64 root=/dev/mapper/cl-root ro rd.lvm.lv=cl/root crashkernel=auto vconsole.font=latarcyrheb-sun16 rd.lvm.lv=cl/swap vconsole.keymap=us rhgb quiet LANG=en_GB.UTF-8 nouveau.modeset=0 rd.driver.blacklist=nouveau
[  1419.415] Build Date: 10 June 2014  01:29:18AM
[  1419.415] Build ID: xorg-x11-server 1.15.0-7.el7 
[  1419.415] Current version of pixman: 0.32.4
[  1419.415] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1419.415] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1419.415] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  6 21:26:33 2014
[  1419.415] (==) Using config file: "/etc/X11/xorg.conf"
[  1419.415] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1419.415] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1419.415] (==) No Layout section.  Using the first Screen section.
[  1419.415] (==) No screen section available. Using defaults.
[  1419.415] (**) |-->Screen "Default Screen Section" (0)
[  1419.415] (**) |   |-->Monitor "<default monitor>"
[  1419.416] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[  1419.416] (**) |   |-->Device "Videocard0"
[  1419.416] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1419.416] (==) Automatically adding devices
[  1419.416] (==) Automatically enabling devices
[  1419.416] (==) Automatically adding GPU devices
[  1419.416] (==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
[  1419.416] (**) ModulePath set to "/usr/lib64/xorg/modules/extensions/nvidia,/usr/lib64/xorg/modules"
[  1419.416] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1419.416] (II) Loader magic: 0x812020
[  1419.416] (II) Module ABI versions:
[  1419.416] 	X.Org ANSI C Emulation: 0.4
[  1419.416] 	X.Org Video Driver: 15.0
[  1419.416] 	X.Org XInput driver : 20.0
[  1419.416] 	X.Org Server Extension : 8.0
[  1419.416] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1419.419] (--) PCI:*(0:1:0:0) 10de:0a6c:17aa:2142 rev 162, Mem @ 0xcc000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[  1419.419] Initializing built-in extension Generic Event Extension
[  1419.419] Initializing built-in extension SHAPE
[  1419.419] Initializing built-in extension MIT-SHM
[  1419.419] Initializing built-in extension XInputExtension
[  1419.419] Initializing built-in extension XTEST
[  1419.419] Initializing built-in extension BIG-REQUESTS
[  1419.419] Initializing built-in extension SYNC
[  1419.419] Initializing built-in extension XKEYBOARD
[  1419.419] Initializing built-in extension XC-MISC
[  1419.419] Initializing built-in extension XINERAMA
[  1419.419] Initializing built-in extension XFIXES
[  1419.419] Initializing built-in extension RENDER
[  1419.419] Initializing built-in extension RANDR
[  1419.419] Initializing built-in extension COMPOSITE
[  1419.419] Initializing built-in extension DAMAGE
[  1419.419] Initializing built-in extension MIT-SCREEN-SAVER
[  1419.419] Initializing built-in extension DOUBLE-BUFFER
[  1419.419] Initializing built-in extension RECORD
[  1419.419] Initializing built-in extension DPMS
[  1419.419] Initializing built-in extension Present
[  1419.419] Initializing built-in extension X-Resource
[  1419.419] Initializing built-in extension XVideo
[  1419.419] Initializing built-in extension XVideo-MotionCompensation
[  1419.419] Initializing built-in extension SELinux
[  1419.419] Initializing built-in extension XFree86-VidModeExtension
[  1419.419] Initializing built-in extension XFree86-DGA
[  1419.419] Initializing built-in extension XFree86-DRI
[  1419.419] Initializing built-in extension DRI2
[  1419.419] (II) LoadModule: "glx"
[  1419.419] (II) Loading /usr/lib64/xorg/modules/extensions/nvidia/libglx.so
[  1419.433] (II) Module glx: vendor="NVIDIA Corporation"
[  1419.433] 	compiled for 4.0.2, module version = 1.0.0
[  1419.433] 	Module class: X.Org Server Extension
[  1419.434] (II) NVIDIA GLX Module  340.32  Tue Aug  5 20:32:43 PDT 2014
[  1419.434] Loading extension GLX
[  1419.434] (II) LoadModule: "nvidia"
[  1419.434] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[  1419.434] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1419.434] 	compiled for 4.0.2, module version = 1.0.0
[  1419.434] 	Module class: X.Org Video Driver
[  1419.434] (II) NVIDIA dlloader X Driver  340.32  Tue Aug  5 20:13:04 PDT 2014
[  1419.434] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1419.434] (++) using VT number 1

[  1419.435] (II) Loading sub module "fb"
[  1419.436] (II) LoadModule: "fb"
[  1419.436] (II) Loading /usr/lib64/xorg/modules/libfb.so
[  1419.436] (II) Module fb: vendor="X.Org Foundation"
[  1419.436] 	compiled for 1.15.0, module version = 1.0.0
[  1419.436] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1419.436] (WW) Unresolved symbol: fbGetGCPrivateKey
[  1419.436] (II) Loading sub module "wfb"
[  1419.436] (II) LoadModule: "wfb"
[  1419.436] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[  1419.437] (II) Module wfb: vendor="X.Org Foundation"
[  1419.437] 	compiled for 1.15.0, module version = 1.0.0
[  1419.437] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  1419.437] (II) Loading sub module "ramdac"
[  1419.437] (II) LoadModule: "ramdac"
[  1419.437] (II) Module "ramdac" already built-in
[  1419.438] (II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1419.438] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  1419.438] (==) NVIDIA(0): RGB weight 888
[  1419.438] (==) NVIDIA(0): Default visual is TrueColor
[  1419.438] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1419.438] (**) NVIDIA(0): Enabling 2D acceleration
[  1419.944] (II) NVIDIA(0): Display (Lenovo Group Limited (DFP-0)) does not support NVIDIA
[  1419.944] (II) NVIDIA(0):     3D Vision stereo.
[  1419.945] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
[  1419.946] (II) NVIDIA(0): NVIDIA GPU NVS 3100M (GT218) at PCI:1:0:0 (GPU-0)
[  1419.946] (--) NVIDIA(0): Memory: 524288 kBytes
[  1419.946] (--) NVIDIA(0): VideoBIOS: 70.18.88.00.05
[  1419.946] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1419.949] (--) NVIDIA(0): Valid display device(s) on NVS 3100M at PCI:1:0:0
[  1419.949] (--) NVIDIA(0):     CRT-0
[  1419.949] (--) NVIDIA(0):     Lenovo Group Limited (DFP-0) (boot, connected)
[  1419.949] (--) NVIDIA(0):     DFP-1
[  1419.949] (--) NVIDIA(0):     DFP-2
[  1419.949] (--) NVIDIA(0):     DFP-3
[  1419.949] (--) NVIDIA(0):     DFP-4
[  1419.949] (--) NVIDIA(0):     DFP-5
[  1419.949] (--) NVIDIA(0):     DFP-6
[  1419.949] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
[  1419.949] (--) NVIDIA(0): Lenovo Group Limited (DFP-0): Internal LVDS
[  1419.949] (--) NVIDIA(GPU-0): Lenovo Group Limited (DFP-0): 330.0 MHz maximum pixel clock
[  1419.949] (--) NVIDIA(0): DFP-1: Internal TMDS
[  1419.949] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[  1419.949] (--) NVIDIA(0): DFP-2: Internal TMDS
[  1419.949] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[  1419.949] (--) NVIDIA(0): DFP-3: Internal TMDS
[  1419.949] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[  1419.949] (--) NVIDIA(0): DFP-4: Internal DisplayPort
[  1419.949] (--) NVIDIA(GPU-0): DFP-4: 480.0 MHz maximum pixel clock
[  1419.949] (--) NVIDIA(0): DFP-5: Internal DisplayPort
[  1419.949] (--) NVIDIA(GPU-0): DFP-5: 480.0 MHz maximum pixel clock
[  1419.949] (--) NVIDIA(0): DFP-6: Internal DisplayPort
[  1419.949] (--) NVIDIA(GPU-0): DFP-6: 480.0 MHz maximum pixel clock
[  1419.950] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[  1419.950] (**) NVIDIA(0):     device Lenovo Group Limited (DFP-0) (Using EDID
[  1419.950] (**) NVIDIA(0):     frequencies has been enabled on all display devices.)
[  1419.950] (==) NVIDIA(0): 
[  1419.950] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  1419.950] (==) NVIDIA(0):     will be used as the requested mode.
[  1419.950] (==) NVIDIA(0): 
[  1419.950] (II) NVIDIA(0): Validated MetaModes:
[  1419.950] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  1419.950] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
[  1421.014] (--) NVIDIA(0): DPI set to (108, 106); computed from "UseEdidDpi" X config
[  1421.014] (--) NVIDIA(0):     option
[  1421.014] (--) Depth 24 pixmap format is 32 bpp
[  1421.014] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
[  1421.030] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  1421.329] Loading extension NV-GLX
[  1421.345] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1421.345] (==) NVIDIA(0): Backing store enabled
[  1421.345] (==) NVIDIA(0): Silken mouse enabled
[  1421.345] (==) NVIDIA(0): DPMS enabled
[  1421.345] Loading extension NV-CONTROL
[  1421.345] Loading extension XINERAMA
[  1421.345] (II) Loading sub module "dri2"
[  1421.345] (II) LoadModule: "dri2"
[  1421.345] (II) Module "dri2" already built-in
[  1421.345] (II) NVIDIA(0): [DRI2] Setup complete
[  1421.345] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1421.345] (--) RandR disabled
[  1421.349] (II) SELinux: Disabled by boolean
[  1421.349] (II) Initializing extension GLX
[  1421.395] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  1421.395] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1421.395] (**) Power Button: Applying InputClass "system-keyboard"
[  1421.395] (II) LoadModule: "evdev"
[  1421.395] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[  1421.396] (II) Module evdev: vendor="X.Org Foundation"
[  1421.396] 	compiled for 1.15.0, module version = 2.8.2
[  1421.396] 	Module class: X.Org XInput Driver
[  1421.396] 	ABI class: X.Org XInput driver, version 20.0
[  1421.396] (II) Using input driver 'evdev' for 'Power Button'
[  1421.396] (**) Power Button: always reports core events
[  1421.396] (**) evdev: Power Button: Device: "/dev/input/event2"
[  1421.396] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1421.396] (--) evdev: Power Button: Found keys
[  1421.396] (II) evdev: Power Button: Configuring as keyboard
[  1421.396] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  1421.396] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1421.396] (**) Option "xkb_rules" "evdev"
[  1421.396] (**) Option "xkb_model" "pc105+inet"
[  1421.396] (**) Option "xkb_layout" "us"
[  1421.423] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[  1421.423] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1421.423] (**) Video Bus: Applying InputClass "system-keyboard"
[  1421.423] (II) Using input driver 'evdev' for 'Video Bus'
[  1421.423] (**) Video Bus: always reports core events
[  1421.423] (**) evdev: Video Bus: Device: "/dev/input/event4"
[  1421.423] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1421.423] (--) evdev: Video Bus: Found keys
[  1421.423] (II) evdev: Video Bus: Configuring as keyboard
[  1421.423] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:0b/LNXVIDEO:01/input/input4/event4"
[  1421.424] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1421.424] (**) Option "xkb_rules" "evdev"
[  1421.424] (**) Option "xkb_model" "pc105+inet"
[  1421.424] (**) Option "xkb_layout" "us"
[  1421.424] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[  1421.424] (II) No input driver specified, ignoring this device.
[  1421.424] (II) This device may have been added with another device file.
[  1421.425] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  1421.425] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1421.425] (**) Sleep Button: Applying InputClass "system-keyboard"
[  1421.425] (II) Using input driver 'evdev' for 'Sleep Button'
[  1421.425] (**) Sleep Button: always reports core events
[  1421.425] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[  1421.425] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  1421.425] (--) evdev: Sleep Button: Found keys
[  1421.425] (II) evdev: Sleep Button: Configuring as keyboard
[  1421.425] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[  1421.425] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  1421.425] (**) Option "xkb_rules" "evdev"
[  1421.425] (**) Option "xkb_model" "pc105+inet"
[  1421.425] (**) Option "xkb_layout" "us"
[  1421.426] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1421.426] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[  1421.426] (II) No input driver specified, ignoring this device.
[  1421.426] (II) This device may have been added with another device file.
[  1421.426] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[  1421.427] (II) No input driver specified, ignoring this device.
[  1421.427] (II) This device may have been added with another device file.
[  1421.427] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[  1421.427] (II) No input driver specified, ignoring this device.
[  1421.427] (II) This device may have been added with another device file.
[  1421.427] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
[  1421.427] (II) No input driver specified, ignoring this device.
[  1421.427] (II) This device may have been added with another device file.
[  1421.428] (II) config/udev: Adding input device Integrated Camera (/dev/input/event17)
[  1421.428] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
[  1421.428] (**) Integrated Camera: Applying InputClass "system-keyboard"
[  1421.428] (II) Using input driver 'evdev' for 'Integrated Camera'
[  1421.428] (**) Integrated Camera: always reports core events
[  1421.428] (**) evdev: Integrated Camera: Device: "/dev/input/event17"
[  1421.428] (--) evdev: Integrated Camera: Vendor 0x17ef Product 0x480f
[  1421.428] (--) evdev: Integrated Camera: Found keys
[  1421.428] (II) evdev: Integrated Camera: Configuring as keyboard
[  1421.428] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input17/event17"
[  1421.428] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
[  1421.428] (**) Option "xkb_rules" "evdev"
[  1421.428] (**) Option "xkb_model" "pc105+inet"
[  1421.428] (**) Option "xkb_layout" "us"
[  1421.429] (II) config/udev: Adding input device HDA Intel MID Dock Headphone (/dev/input/event10)
[  1421.429] (II) No input driver specified, ignoring this device.
[  1421.429] (II) This device may have been added with another device file.
[  1421.430] (II) config/udev: Adding input device HDA Intel MID Dock Mic (/dev/input/event11)
[  1421.430] (II) No input driver specified, ignoring this device.
[  1421.430] (II) This device may have been added with another device file.
[  1421.430] (II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event12)
[  1421.430] (II) No input driver specified, ignoring this device.
[  1421.430] (II) This device may have been added with another device file.
[  1421.430] (II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event9)
[  1421.430] (II) No input driver specified, ignoring this device.
[  1421.430] (II) This device may have been added with another device file.
[  1421.431] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[  1421.431] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1421.431] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[  1421.431] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1421.431] (**) AT Translated Set 2 keyboard: always reports core events
[  1421.431] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
[  1421.431] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  1421.431] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  1421.431] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  1421.431] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[  1421.431] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
[  1421.431] (**) Option "xkb_rules" "evdev"
[  1421.431] (**) Option "xkb_model" "pc105+inet"
[  1421.431] (**) Option "xkb_layout" "us"
[  1421.432] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
[  1421.432] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[  1421.432] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[  1421.432] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[  1421.432] (II) LoadModule: "synaptics"
[  1421.432] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[  1421.432] (II) Module synaptics: vendor="X.Org Foundation"
[  1421.432] 	compiled for 1.15.0, module version = 1.7.1
[  1421.432] 	Module class: X.Org XInput Driver
[  1421.432] 	ABI class: X.Org XInput driver, version 20.0
[  1421.432] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[  1421.432] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1421.432] (**) Option "Device" "/dev/input/event5"
[  1421.463] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[  1421.463] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888 (res 75)
[  1421.463] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820 (res 105)
[  1421.463] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[  1421.463] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[  1421.463] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[  1421.463] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[  1421.463] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1421.463] (**) SynPS/2 Synaptics TouchPad: always reports core events
[  1421.478] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
[  1421.478] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
[  1421.478] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[  1421.478] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[  1421.478] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
[  1421.478] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[  1421.478] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[  1421.478] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[  1421.478] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[  1421.478] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[  1421.478] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[  1421.478] (II) No input driver specified, ignoring this device.
[  1421.478] (II) This device may have been added with another device file.
[  1421.478] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6)
[  1421.478] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
[  1421.478] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[  1421.478] (**) TPPS/2 IBM TrackPoint: always reports core events
[  1421.478] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event6"
[  1421.478] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
[  1421.478] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
[  1421.478] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
[  1421.478] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
[  1421.478] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
[  1421.478] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
[  1421.478] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[  1421.478] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input6/event6"
[  1421.478] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
[  1421.478] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
[  1421.478] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
[  1421.478] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
[  1421.478] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[  1421.478] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[  1421.478] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[  1421.478] (II) No input driver specified, ignoring this device.
[  1421.478] (II) This device may have been added with another device file.
[  1421.479] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
[  1421.479] (II) No input driver specified, ignoring this device.
[  1421.479] (II) This device may have been added with another device file.
[  1421.480] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
[  1421.480] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
[  1421.480] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[  1421.480] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[  1421.480] (**) ThinkPad Extra Buttons: always reports core events
[  1421.480] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event8"
[  1421.480] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
[  1421.480] (--) evdev: ThinkPad Extra Buttons: Found keys
[  1421.480] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
[  1421.480] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input8/event8"
[  1421.480] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
[  1421.480] (**) Option "xkb_rules" "evdev"
[  1421.480] (**) Option "xkb_model" "pc105+inet"
[  1421.480] (**) Option "xkb_layout" "us"
[  1422.058] (II) evdev: ThinkPad Extra Buttons: Close
[  1422.058] (II) UnloadModule: "evdev"
[  1422.058] (II) evdev: TPPS/2 IBM TrackPoint: Close
[  1422.058] (II) UnloadModule: "evdev"
[  1422.058] (II) UnloadModule: "synaptics"
[  1422.058] (II) evdev: AT Translated Set 2 keyboard: Close
[  1422.058] (II) UnloadModule: "evdev"
[  1422.058] (II) evdev: Integrated Camera: Close
[  1422.058] (II) UnloadModule: "evdev"
[  1422.058] (II) evdev: Sleep Button: Close
[  1422.058] (II) UnloadModule: "evdev"
[  1422.058] (II) evdev: Video Bus: Close
[  1422.058] (II) UnloadModule: "evdev"
[  1422.058] (II) evdev: Power Button: Close
[  1422.058] (II) UnloadModule: "evdev"

/var/log/gdm/:0.log

Code: Select all

X.Org X Server 1.15.0
Release Date: 2013-12-27
X Protocol Version 11, Revision 0
Build Operating System:  2.6.32-220.17.1.el6.x86_64 
Current Operating System: Linux localhost.localdomain 3.10.0-123.el7.x86_64 #1 SMP Mon Jun 30 12:09:22 UTC 2014 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-3.10.0-123.el7.x86_64 root=/dev/mapper/cl-root ro rd.lvm.lv=cl/root crashkernel=auto vconsole.font=latarcyrheb-sun16 rd.lvm.lv=cl/swap vconsole.keymap=us rhgb quiet LANG=en_GB.UTF-8 nouveau.modeset=0 rd.driver.blacklist=nouveau
Build Date: 10 June 2014  01:29:18AM
Build ID: xorg-x11-server 1.15.0-7.el7 
Current version of pixman: 0.32.4
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep  6 21:27:29 2014
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor "<default monitor>"
(==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
(**) |   |-->Device "Videocard0"
(==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Automatically adding GPU devices
(==) FontPath set to:
	catalogue:/etc/X11/fontpath.d,
	built-ins
(**) ModulePath set to "/usr/lib64/xorg/modules/extensions/nvidia,/usr/lib64/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
(II) xfree86: Adding drm device (/dev/dri/card0)
(--) PCI:*(0:1:0:0) 10de:0a6c:17aa:2142 rev 162, Mem @ 0xcc000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension XINERAMA
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension Present
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension SELinux
Initializing built-in extension XFree86-VidModeExtension
Initializing built-in extension XFree86-DGA
Initializing built-in extension XFree86-DRI
Initializing built-in extension DRI2
(II) Loading /usr/lib64/xorg/modules/extensions/nvidia/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
(II) NVIDIA GLX Module  340.32  Tue Aug  5 20:32:43 PDT 2014
Loading extension GLX
(II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
(II) NVIDIA dlloader X Driver  340.32  Tue Aug  5 20:13:04 PDT 2014
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(++) using VT number 1

(II) Loading /usr/lib64/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.15.0, module version = 1.0.0
(WW) Unresolved symbol: fbGetGCPrivateKey
(II) Loading /usr/lib64/xorg/modules/libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.15.0, module version = 1.0.0
(II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
(==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Enabling 2D acceleration
(II) NVIDIA(0): Display (Lenovo Group Limited (DFP-0)) does not support NVIDIA
(II) NVIDIA(0):     3D Vision stereo.
(II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
(II) NVIDIA(0): NVIDIA GPU NVS 3100M (GT218) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 70.18.88.00.05
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Valid display device(s) on NVS 3100M at PCI:1:0:0
(--) NVIDIA(0):     CRT-0
(--) NVIDIA(0):     Lenovo Group Limited (DFP-0) (boot, connected)
(--) NVIDIA(0):     DFP-1
(--) NVIDIA(0):     DFP-2
(--) NVIDIA(0):     DFP-3
(--) NVIDIA(0):     DFP-4
(--) NVIDIA(0):     DFP-5
(--) NVIDIA(0):     DFP-6
(--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
(--) NVIDIA(0): Lenovo Group Limited (DFP-0): Internal LVDS
(--) NVIDIA(GPU-0): Lenovo Group Limited (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-1: Internal TMDS
(--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-2: Internal TMDS
(--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-3: Internal TMDS
(--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-4: Internal DisplayPort
(--) NVIDIA(GPU-0): DFP-4: 480.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-5: Internal DisplayPort
(--) NVIDIA(GPU-0): DFP-5: 480.0 MHz maximum pixel clock
(--) NVIDIA(0): DFP-6: Internal DisplayPort
(--) NVIDIA(GPU-0): DFP-6: 480.0 MHz maximum pixel clock
(**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
(**) NVIDIA(0):     device Lenovo Group Limited (DFP-0) (Using EDID
(**) NVIDIA(0):     frequencies has been enabled on all display devices.)
(==) NVIDIA(0): 
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0):     will be used as the requested mode.
(==) NVIDIA(0): 
(II) NVIDIA(0): Validated MetaModes:
(II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) NVIDIA(0): DPI set to (108, 106); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
(II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
Loading extension NV-GLX
(==) NVIDIA(0): Disabling shared memory pixmaps
(==) NVIDIA(0): Backing store enabled
(==) NVIDIA(0): Silken mouse enabled
(==) NVIDIA(0): DPMS enabled
Loading extension NV-CONTROL
Loading extension XINERAMA
(II) NVIDIA(0): [DRI2] Setup complete
(II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
(--) RandR disabled
(II) SELinux: Disabled by boolean
(II) Initializing extension GLX
(II) config/udev: Adding input device Power Button (/dev/input/event2)
(**) Power Button: Applying InputClass "evdev keyboard catchall"
(**) Power Button: Applying InputClass "system-keyboard"
(II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.15.0, module version = 2.8.2
(II) Using input driver 'evdev' for 'Power Button'
(**) Power Button: always reports core events
(**) evdev: Power Button: Device: "/dev/input/event2"
(--) evdev: Power Button: Vendor 0 Product 0x1
(--) evdev: Power Button: Found keys
(II) evdev: Power Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
(II) config/udev: Adding input device Video Bus (/dev/input/event4)
(**) Video Bus: Applying InputClass "evdev keyboard catchall"
(**) Video Bus: Applying InputClass "system-keyboard"
(II) Using input driver 'evdev' for 'Video Bus'
(**) Video Bus: always reports core events
(**) evdev: Video Bus: Device: "/dev/input/event4"
(--) evdev: Video Bus: Vendor 0 Product 0x6
(--) evdev: Video Bus: Found keys
(II) evdev: Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
(II) config/udev: Adding input device Lid Switch (/dev/input/event0)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device Sleep Button (/dev/input/event1)
(**) Sleep Button: Applying InputClass "evdev keyboard catchall"
(**) Sleep Button: Applying InputClass "system-keyboard"
(II) Using input driver 'evdev' for 'Sleep Button'
(**) Sleep Button: always reports core events
(**) evdev: Sleep Button: Device: "/dev/input/event1"
(--) evdev: Sleep Button: Vendor 0 Product 0x3
(--) evdev: Sleep Button: Found keys
(II) evdev: Sleep Button: Configuring as keyboard
(II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
(II) config/udev: Adding drm device (/dev/dri/card0)
(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device Integrated Camera (/dev/input/event17)
(**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
(**) Integrated Camera: Applying InputClass "system-keyboard"
(II) Using input driver 'evdev' for 'Integrated Camera'
(**) Integrated Camera: always reports core events
(**) evdev: Integrated Camera: Device: "/dev/input/event17"
(--) evdev: Integrated Camera: Vendor 0x17ef Product 0x480f
(--) evdev: Integrated Camera: Found keys
(II) evdev: Integrated Camera: Configuring as keyboard
(II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 9)
(II) config/udev: Adding input device HDA Intel MID Dock Headphone (/dev/input/event10)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device HDA Intel MID Dock Mic (/dev/input/event11)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device HDA Intel MID Mic (/dev/input/event12)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device HDA Intel MID Headphone (/dev/input/event9)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
(**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
(**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
(II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
(**) AT Translated Set 2 keyboard: always reports core events
(**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event3"
(--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
(--) evdev: AT Translated Set 2 keyboard: Found keys
(II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 10)
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event5)
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
(**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
(II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.15.0, module version = 1.7.1
(II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
(--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888 (res 75)
(--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4820 (res 105)
(--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
(--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
(--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
(--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 11)
(**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
(**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
(**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
(**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
(--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
(II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event6)
(**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
(II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event6"
(--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
(--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
(--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
(**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
(II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
(**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
(**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
(**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
(**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
(II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device PC Speaker (/dev/input/event7)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event8)
(**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
(**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
(II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
(**) ThinkPad Extra Buttons: always reports core events
(**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event8"
(--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
(--) evdev: ThinkPad Extra Buttons: Found keys
(II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
(II) evdev: ThinkPad Extra Buttons: Close
(II) evdev: TPPS/2 IBM TrackPoint: Close
(II) evdev: AT Translated Set 2 keyboard: Close
(II) evdev: Integrated Camera: Close
(II) evdev: Sleep Button: Close
(II) evdev: Video Bus: Close
(II) evdev: Power Button: Close
/etc/X11/xorg.conf

Code: Select all

[root@localhost ~]# cat /etc/X11/xorg.conf
# /etc/X11/nvidia-xorg.conf provided by http://elrepo.org

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
EndSection

oglop
Posts: 13
Joined: 2013/07/07 14:17:03

Re: [RESOLVED]Thinkpad t410 cannot login screen blinking

Post by oglop » 2014/09/08 01:40:11

since none has answered, i have no choice but to overwrite install the system..... orz
i kept my home dir though.

Post Reply