View previous topic :: View next topic |
Author |
Message |
alrojas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 May 2012 Posts: 12
|
Posted: Sun Jun 03, 2012 1:43 am Post subject: ALPS Touchpad |
|
|
Hi, again
I have a Dell Inspiron 15R, with Alps Touchpad. This touchpad is recognized as PS/2 Mouse, so basically it works as one, Left/Right Click. Horizontal & Vertical Scroll don't work. I read several posts, and All talk about some patch or some ubuntu's package that solve the problem. I have kernel 3.2.12. And I tested 3.2.16, 3.3.7 from gentoo sources and 3.3.7 from vanilla Sources. And the problem still there.
I try to apply patch 2600_Input-ALPS-synaptics-touchpad.patch, but apparently the kernel is already patched!.
There is an Archlinux or Ubuntu package psmouse-elantech-v6.tar.bz2, with sources to compile a module, but I don't know how exactly use it on Gentoo.
Output of xinput list
Quote: |
Virtual core pointer id=2 [master pointer (3)]
↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
↳ Genius Optical Mouse id=12 [slave pointer (2)]
↳ PS/2 Generic Mouse id=14 [slave pointer (2)]
|
I have installed xf86-input-synaptics package, and my synclient output is:
Quote: | Couldn't find synaptics properties. No synaptics driver loaded? |
My 50-synaptics.conf
Quote: |
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
EndSection
|
I don't have a xorg.conf
Plz help!!!!!
Sorry for my English
Gracias de antemano!
Saludos! _________________ --
alrojas |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IncredibleMrT Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/18979300744876073651e38.jpg)
Joined: 07 Mar 2008 Posts: 109 Location: Rotherham, UK
|
Posted: Tue Oct 23, 2012 8:38 am Post subject: |
|
|
alrojas, did you ever get anywhere with this? I have an Inspiron 17RSE and have the same problem. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
alrojas n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 23 May 2012 Posts: 12
|
Posted: Tue Oct 23, 2012 12:11 pm Post subject: |
|
|
IncredibleMrT wrote: | alrojas, did you ever get anywhere with this? I have an Inspiron 17RSE and have the same problem. |
No, i didn't ![Sad :(](images/smiles/icon_sad.gif) _________________ --
alrojas |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dmpogo Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 02 Sep 2004 Posts: 3468 Location: Canada
|
Posted: Tue Oct 23, 2012 5:09 pm Post subject: |
|
|
What does your /var/log/Xorg.0.log say ?
Also, how do the kernel options related to synaptics look like ?
I have ALPS touchpad on thinkpad, and it works fine |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IncredibleMrT Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/18979300744876073651e38.jpg)
Joined: 07 Mar 2008 Posts: 109 Location: Rotherham, UK
|
Posted: Wed Oct 24, 2012 9:27 am Post subject: |
|
|
I'm not with the machine question at the moment and so can't give you those details until later on this evening.
It seems to be a problem seen mainly on Dell laptops across multiple distros, so I expect most other brands work as intended.
I've been looking into it for some time and all kernels settings are correct as far as the many guides are concerned. Again, i'll post details this evening.
Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IncredibleMrT Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/18979300744876073651e38.jpg)
Joined: 07 Mar 2008 Posts: 109 Location: Rotherham, UK
|
Posted: Wed Oct 24, 2012 9:39 am Post subject: |
|
|
Oooh... forgot I left it turned on. right, ssh'd in and here goes.
Code: |
Me ~ $ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Receiver id=10 [slave pointer (2)]
⎜ ↳ Logitech USB Receiver id=11 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=13 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
↳ Dell WMI hotkeys id=14 [slave keyboard (3)]
|
Kernel settings :
Code: |
me ~ $ grep -i mouse /usr/src/linux/.config
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
# CONFIG_MOUSE_PS2_LIFEBOOK is not set
# CONFIG_MOUSE_PS2_TRACKPOINT is not set
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_MOUSE_BCM5974=m
CONFIG_MOUSE_VSXXXAA=m
CONFIG_MOUSE_SYNAPTICS_I2C=m
CONFIG_MOUSE_SYNAPTICS_USB=m
# CONFIG_HID_HYPERV_MOUSE is not set
# CONFIG_USB_IDMOUSE is not set
|
All running standard AMD64 tree.
Emerge --info
Code: | Portage 2.1.11.9 (default/linux/amd64/10.0/desktop/kde, gcc-4.5.4, glibc-2.15-r3, 3.5.7-gentoo x86_64)
=================================================================
System uname: Linux-3.5.7-gentoo-x86_64-Intel-R-_Core-TM-_i7-3610QM_CPU_@_2.30GHz-with-gentoo-2.1
Timestamp of tree: Wed, 24 Oct 2012 07:45:01 +0000
ccache version 3.1.7 [enabled]
app-shells/bash: 4.2_p37
dev-java/java-config: 2.1.11-r3
dev-lang/python: 2.7.3-r2, 3.2.3
dev-util/ccache: 3.1.7
dev-util/cmake: 2.8.9
dev-util/pkgconfig: 0.27.1
sys-apps/baselayout: 2.1-r1
sys-apps/openrc: 0.9.8.4
sys-apps/sandbox: 2.5
sys-devel/autoconf: 2.13, 2.68
sys-devel/automake: 1.9.6-r3, 1.10.3, 1.11.6
sys-devel/binutils: 2.22-r1
sys-devel/gcc: 4.5.4
sys-devel/gcc-config: 1.7.3
sys-devel/libtool: 2.4-r1
sys-devel/make: 3.82-r3
sys-kernel/linux-headers: 3.4-r2 (virtual/os-headers)
sys-libs/glibc: 2.15-r3
Repositories: gentoo x-portage
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=core2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/openvpn/easy-rsa /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.3/ext-active/ /etc/php/apache2-php5.4/ext-active/ /etc/php/cgi-php5.3/ext-active/ /etc/php/cgi-php5.4/ext-active/ /etc/php/cli-php5.3/ext-active/ /etc/php/cli-php5.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=core2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs candy ccache config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://mirror.bytemark.co.uk/gentoo/ http://mirror.bytemark.co.uk/gentoo/ rsync://mirror.bytemark.co.uk/gentoo/ ftp://mirror.qubenet.net/mirror/gentoo/ http://mirror.qubenet.net/mirror/gentoo/ rsync://rsync.mirrorservice.org/www.ibiblio.org/gentoo/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/ ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
LANG="en_GB.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en_GB"
MAKEOPTS="-j9"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.uk.gentoo.org/gentoo-portage"
USE="X a52 aac aacs acl acpi alsa amd64 berkdb bluetooth bluray branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus declarative dga dri dts dvb dvd dvdr emboss encode exif fam ffmpeg firefox flac fortran fuse gdbm gif gpm gtk iconv ipv6 java jpeg kde kipi lcms ldap libnotify lm_sensors mad matroska mmx mng modules mp3 mp4 mpeg mudflap multilib mysql ncurses networkmanager nfs nls nptl ogg opengl openmp openvpn pam pango pcre pdf perl phonon plasma png policykit ppds pppd python qt3support qt4 rdesktop readline resolvconf ruby samba sdl semantic-desktop session spell sse sse2 ssl startup-notification static-libs svg symlink tcpd tiff truetype udev udisks unicode upower usb vnc vorbis wifi wxwidgets x264 xcb xcomposite xinerama xml xscreensaver xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym
copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_
DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en_GB" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IncredibleMrT Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/18979300744876073651e38.jpg)
Joined: 07 Mar 2008 Posts: 109 Location: Rotherham, UK
|
Posted: Wed Oct 24, 2012 9:48 am Post subject: |
|
|
... and here's the Xorg.0.log as requested :
Quote: |
[ 19.310]
X.Org X Server 1.12.2
Release Date: 2012-05-29
[ 19.310] X Protocol Version 11, Revision 0
[ 19.310] Build Operating System: Linux 3.4.9-gentoo x86_64 Gentoo
[ 19.310] Current Operating System: Linux VEL-UK-026 3.5.7-gentoo #1 SMP PREEMPT Mon Oct 22 09:04:31 BST 2012 x86_64
[ 19.310] Kernel command line: root=/dev/sda3 dolvm video=uvesafb:1920x1080-32,mtrr:3,ywrap quiet
[ 19.310] Build Date: 19 September 2012 03:29:18PM
[ 19.310]
[ 19.310] Current version of pixman: 0.26.0
[ 19.310] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.310] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.310] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 25 08:31:10 2012
[ 19.343] (==) Using config file: "/etc/X11/xorg.conf"
[ 19.343] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.360] (==) ServerLayout "Layout0"
[ 19.360] (**) |-->Screen "Screen0" (0)
[ 19.360] (**) | |-->Monitor "Monitor0"
[ 19.378] (**) | |-->Device "Device0"
[ 19.378] (**) |-->Input Device "Keyboard0"
[ 19.378] (**) |-->Input Device "TouchPad"
[ 19.378] (==) Automatically adding devices
[ 19.378] (==) Automatically enabling devices
[ 19.463] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 19.463] Entry deleted from font path.
[ 19.463] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 19.463] Entry deleted from font path.
[ 19.463] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 19.463] Entry deleted from font path.
[ 19.465] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[ 19.465] Entry deleted from font path.
[ 19.465] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[ 19.465] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[ 19.465] Entry deleted from font path.
[ 19.465] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[ 19.465] (==) FontPath set to:
/usr/share/fonts/misc/
[ 19.465] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 19.465] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 19.465] (WW) Disabling Keyboard0
[ 19.465] (II) Loader magic: 0x7d5ae0
[ 19.465] (II) Module ABI versions:
[ 19.465] X.Org ANSI C Emulation: 0.4
[ 19.465] X.Org Video Driver: 12.0
[ 19.465] X.Org XInput driver : 16.0
[ 19.465] X.Org Server Extension : 6.0
[ 19.466] (--) PCI:*(0:1:0:0) 10de:0fd1:1028:0566 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[ 19.466] (II) Open ACPI successful (/var/run/acpid.socket)
[ 19.466] (II) LoadModule: "extmod"
[ 19.830] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 20.021] (II) Module extmod: vendor="X.Org Foundation"
[ 20.021] compiled for 1.12.2, module version = 1.0.0
[ 20.021] Module class: X.Org Server Extension
[ 20.021] ABI class: X.Org Server Extension, version 6.0
[ 20.021] (II) Loading extension MIT-SCREEN-SAVER
[ 20.021] (II) Loading extension XFree86-VidModeExtension
[ 20.021] (II) Loading extension XFree86-DGA
[ 20.021] (II) Loading extension DPMS
[ 20.021] (II) Loading extension XVideo
[ 20.021] (II) Loading extension XVideo-MotionCompensation
[ 20.021] (II) Loading extension X-Resource
[ 20.021] (II) LoadModule: "dbe"
[ 20.021] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 20.033] (II) Module dbe: vendor="X.Org Foundation"
[ 20.033] compiled for 1.12.2, module version = 1.0.0
[ 20.033] Module class: X.Org Server Extension
[ 20.033] ABI class: X.Org Server Extension, version 6.0
[ 20.033] (II) Loading extension DOUBLE-BUFFER
[ 20.033] (II) LoadModule: "glx"
[ 20.033] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 21.349] (II) Module glx: vendor="NVIDIA Corporation"
[ 21.349] compiled for 4.0.2, module version = 1.0.0
[ 21.349] Module class: X.Org Server Extension
[ 21.349] (II) NVIDIA GLX Module 304.60 Sun Oct 14 20:44:54 PDT 2012
[ 21.349] (II) Loading extension GLX
[ 21.349] (II) LoadModule: "record"
[ 21.349] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 21.363] (II) Module record: vendor="X.Org Foundation"
[ 21.363] compiled for 1.12.2, module version = 1.13.0
[ 21.363] Module class: X.Org Server Extension
[ 21.363] ABI class: X.Org Server Extension, version 6.0
[ 21.363] (II) Loading extension RECORD
[ 21.363] (II) LoadModule: "dri"
[ 21.403] (WW) Warning, couldn't open module dri
[ 21.403] (II) UnloadModule: "dri"
[ 21.403] (II) Unloading dri
[ 21.403] (EE) Failed to load module "dri" (module does not exist, 0)
[ 21.403] (II) LoadModule: "dri2"
[ 21.403] (WW) Warning, couldn't open module dri2
[ 21.403] (II) UnloadModule: "dri2"
[ 21.403] (II) Unloading dri2
[ 21.403] (EE) Failed to load module "dri2" (module does not exist, 0)
[ 21.403] (II) LoadModule: "nvidia"
[ 21.403] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[ 21.476] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 21.476] compiled for 4.0.2, module version = 1.0.0
[ 21.476] Module class: X.Org Video Driver
[ 21.490] (II) LoadModule: "synaptics"
[ 21.490] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[ 21.583] (II) Module synaptics: vendor="X.Org Foundation"
[ 21.583] compiled for 1.12.2, module version = 1.6.2
[ 21.583] Module class: X.Org XInput Driver
[ 21.583] ABI class: X.Org XInput driver, version 16.0
[ 21.583] (II) NVIDIA dlloader X Driver 304.60 Sun Oct 14 20:24:42 PDT 2012
[ 21.583] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 21.584] (++) using VT number 7
[ 21.589] (II) Loading sub module "fb"
[ 21.589] (II) LoadModule: "fb"
[ 21.589] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 21.624] (II) Module fb: vendor="X.Org Foundation"
[ 21.624] compiled for 1.12.2, module version = 1.0.0
[ 21.624] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.624] (II) Loading sub module "wfb"
[ 21.624] (II) LoadModule: "wfb"
[ 21.624] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[ 21.640] (II) Module wfb: vendor="X.Org Foundation"
[ 21.640] compiled for 1.12.2, module version = 1.0.0
[ 21.640] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.640] (II) Loading sub module "ramdac"
[ 21.640] (II) LoadModule: "ramdac"
[ 21.640] (II) Module "ramdac" already built-in
[ 21.643] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 21.643] (==) NVIDIA(0): RGB weight 888
[ 21.643] (==) NVIDIA(0): Default visual is TrueColor
[ 21.643] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.643] (**) NVIDIA(0): Option "NoLogo" "true"
[ 21.643] (**) NVIDIA(0): Enabling 2D acceleration
[ 23.704] (II) NVIDIA(GPU-0): Display (Idek Iiyama PL2475HD (CRT-0)) does not support NVIDIA
[ 23.704] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 23.714] (II) NVIDIA(GPU-0): Display (Idek Iiyama PL2475HD (DFP-0)) does not support NVIDIA
[ 23.714] (II) NVIDIA(GPU-0): 3D Vision stereo.
[ 23.714] (WW) NVIDIA(GPU-0): Unable to read EDID for display device DFP-1
[ 23.731] (II) NVIDIA(0): NVIDIA GPU GeForce GT 650M (GK107) at PCI:1:0:0 (GPU-0)
[ 23.731] (--) NVIDIA(0): Memory: 2097152 kBytes
[ 23.731] (--) NVIDIA(0): VideoBIOS: 80.07.35.00.0d
[ 23.731] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 23.731] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[ 23.966] (--) NVIDIA(0): Valid display device(s) on GeForce GT 650M at PCI:1:0:0
[ 23.966] (--) NVIDIA(0): Idek Iiyama PL2475HD (CRT-0) (connected)
[ 23.966] (--) NVIDIA(0): Idek Iiyama PL2475HD (DFP-0) (connected)
[ 23.966] (--) NVIDIA(0): Seiko/Epson (DFP-1) (connected)
[ 23.966] (--) NVIDIA(0): Idek Iiyama PL2475HD (CRT-0): 400.0 MHz maximum pixel clock
[ 23.966] (--) NVIDIA(0): Idek Iiyama PL2475HD (DFP-0): 165.0 MHz maximum pixel clock
[ 23.966] (--) NVIDIA(0): Idek Iiyama PL2475HD (DFP-0): Internal Single Link TMDS
[ 23.966] (--) NVIDIA(0): Seiko/Epson (DFP-1): 960.0 MHz maximum pixel clock
[ 23.966] (--) NVIDIA(0): Seiko/Epson (DFP-1): Internal DisplayPort
[ 23.966] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 23.966] (**) NVIDIA(0): device Idek Iiyama PL2475HD (CRT-0) (Using EDID
[ 23.966] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 23.967] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 23.967] (**) NVIDIA(0): device Idek Iiyama PL2475HD (DFP-0) (Using EDID
[ 23.967] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
[ 23.968] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.968] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 23.968] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (55.000-76.000 Hz) would
[ 23.968] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 23.968] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 23.968] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.968] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 23.968] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (55.000-76.000 Hz) would
[ 23.968] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 23.968] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 23.968] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.968] (WW) NVIDIA(GPU-0): mode "720x576" is specified in the EDID; however, the
[ 23.968] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (55.000-76.000 Hz) would
[ 23.968] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 23.968] (WW) NVIDIA(GPU-0): VertRefresh check for mode "720x576".
[ 23.968] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.968] (WW) NVIDIA(GPU-0): mode "1280x720" is specified in the EDID; however, the
[ 23.968] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (55.000-76.000 Hz) would
[ 23.968] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 23.968] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1280x720".
[ 23.969] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.969] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 23.969] (WW) NVIDIA(GPU-0): EDID's valid HorizSync range (30.000-83.000 kHz) would
[ 23.969] (WW) NVIDIA(GPU-0): exclude this mode's HorizSync (28.1 kHz); ignoring
[ 23.969] (WW) NVIDIA(GPU-0): HorizSync check for mode "1920x1080".
[ 23.969] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.969] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 23.969] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (55.000-76.000 Hz) would
[ 23.969] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 23.969] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 23.969] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.969] (WW) NVIDIA(GPU-0): mode "480x576" is specified in the EDID; however, the
[ 23.969] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (55.000-76.000 Hz) would
[ 23.969] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 23.969] (WW) NVIDIA(GPU-0): VertRefresh check for mode "480x576".
[ 23.969] (WW) NVIDIA(GPU-0): The EDID for Idek Iiyama PL2475HD (DFP-0) contradicts itself:
[ 23.969] (WW) NVIDIA(GPU-0): mode "1920x1080" is specified in the EDID; however, the
[ 23.969] (WW) NVIDIA(GPU-0): EDID's valid VertRefresh range (55.000-76.000 Hz) would
[ 23.969] (WW) NVIDIA(GPU-0): exclude this mode's VertRefresh (50.0 Hz); ignoring
[ 23.969] (WW) NVIDIA(GPU-0): VertRefresh check for mode "1920x1080".
[ 23.970] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
[ 23.970] (**) NVIDIA(0): device Seiko/Epson (DFP-1) (Using EDID frequencies has
[ 23.970] (**) NVIDIA(0): been enabled on all display devices.)
[ 23.979] (==) NVIDIA(0):
[ 23.979] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 23.979] (==) NVIDIA(0): will be used as the requested mode.
[ 23.979] (==) NVIDIA(0):
[ 23.980] (II) NVIDIA(0): Validated MetaModes:
[ 23.980] (II) NVIDIA(0):
[ 23.980] (II) NVIDIA(0): "DFP-1:nvidia-auto-select,CRT-0:nvidia-auto-select,DFP-0:nvidia-auto-select"
[ 23.980] (II) NVIDIA(0): Virtual screen size determined to be 5760 x 1080
[ 24.001] (--) NVIDIA(0): DPI set to (128, 130); computed from "UseEdidDpi" X config
[ 24.001] (--) NVIDIA(0): option
[ 24.001] (--) Depth 24 pixmap format is 32 bpp
[ 24.002] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[ 24.002] (II) NVIDIA: access.
[ 24.124] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select,CRT-0:nvidia-auto-select,DFP-0:nvidia-auto-select"
[ 24.726] (II) Loading extension NV-GLX
[ 24.820] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 24.820] (==) NVIDIA(0): Backing store disabled
[ 24.820] (==) NVIDIA(0): Silken mouse enabled
[ 24.820] (**) NVIDIA(0): DPMS enabled
[ 24.820] (II) Loading extension NV-CONTROL
[ 24.821] (II) Loading extension XINERAMA
[ 24.821] (II) Loading sub module "dri2"
[ 24.821] (II) LoadModule: "dri2"
[ 24.821] (WW) Warning, couldn't open module dri2
[ 24.821] (II) UnloadModule: "dri2"
[ 24.821] (II) Unloading dri2
[ 24.821] (EE) NVIDIA: Failed to load module "dri2" (module does not exist, 0)
[ 24.821] (II) NVIDIA(0): The X server will not be able to send the VDPAU driver name to
[ 24.821] (II) NVIDIA(0): libvdpau.
[ 24.834] (--) RandR disabled
[ 24.834] (II) Initializing built-in extension Generic Event Extension
[ 24.834] (II) Initializing built-in extension SHAPE
[ 24.834] (II) Initializing built-in extension MIT-SHM
[ 24.834] (II) Initializing built-in extension XInputExtension
[ 24.834] (II) Initializing built-in extension XTEST
[ 24.834] (II) Initializing built-in extension BIG-REQUESTS
[ 24.834] (II) Initializing built-in extension SYNC
[ 24.834] (II) Initializing built-in extension XKEYBOARD
[ 24.834] (II) Initializing built-in extension XC-MISC
[ 24.834] (II) Initializing built-in extension XINERAMA
[ 24.834] (II) Initializing built-in extension XFIXES
[ 24.834] (II) Initializing built-in extension RENDER
[ 24.834] (II) Initializing built-in extension RANDR
[ 24.834] (II) Initializing built-in extension COMPOSITE
[ 24.834] (II) Initializing built-in extension DAMAGE
[ 24.834] (II) Initializing extension GLX
[ 25.126] (II) Using input driver 'synaptics' for 'TouchPad'
[ 25.126] (**) Option "SendCoreEvents"
[ 25.126] (**) Option "CorePointer"
[ 25.126] (**) TouchPad: always reports core events
[ 25.126] (**) Option "Protocol" "auto-dev"
[ 25.398] (EE) synaptics: TouchPad: no synaptics event device found
[ 25.398] (EE) synaptics: TouchPad: Synaptics driver unable to detect protocol
[ 25.398] (EE) PreInit returned 11 for "TouchPad"
[ 25.398] (II) UnloadModule: "synaptics"
[ 25.399] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 25.399] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.399] (II) LoadModule: "evdev"
[ 25.399] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 25.406] (II) Module evdev: vendor="X.Org Foundation"
[ 25.406] compiled for 1.12.2, module version = 2.7.0
[ 25.406] Module class: X.Org XInput Driver
[ 25.406] ABI class: X.Org XInput driver, version 16.0
[ 25.406] (II) Using input driver 'evdev' for 'Power Button'
[ 25.406] (**) Power Button: always reports core events
[ 25.406] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 25.406] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 25.406] (--) evdev: Power Button: Found keys
[ 25.406] (II) evdev: Power Button: Configuring as keyboard
[ 25.406] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[ 25.406] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 25.406] (**) Option "xkb_rules" "evdev"
[ 25.406] (**) Option "xkb_model" "evdev"
[ 25.406] (**) Option "xkb_layout" "us"
[ 25.419] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 25.419] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 25.419] (II) Using input driver 'evdev' for 'Video Bus'
[ 25.419] (**) Video Bus: always reports core events
[ 25.419] (**) evdev: Video Bus: Device: "/dev/input/event4"
[ 25.419] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 25.419] (--) evdev: Video Bus: Found keys
[ 25.419] (II) evdev: Video Bus: Configuring as keyboard
[ 25.419] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2e/LNXVIDEO:00/input/input4/event4"
[ 25.419] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 25.419] (**) Option "xkb_rules" "evdev"
[ 25.419] (**) Option "xkb_model" "evdev"
[ 25.419] (**) Option "xkb_layout" "us"
[ 25.419] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 25.419] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 25.419] (II) Using input driver 'evdev' for 'Power Button'
[ 25.419] (**) Power Button: always reports core events
[ 25.419] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 25.419] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 25.419] (--) evdev: Power Button: Found keys
[ 25.419] (II) evdev: Power Button: Configuring as keyboard
[ 25.419] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 25.419] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id
[ 25.419] (**) Option "xkb_rules" "evdev"
[ 25.419] (**) Option "xkb_model" "evdev"
[ 25.419] (**) Option "xkb_layout" "us"
[ 25.419] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 25.419] (II) No input driver specified, ignoring this device.
[ 25.419] (II) This device may have been added with another device file.
[ 25.419] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[ 25.419] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[ 25.419] (II) Using input driver 'evdev' for 'Sleep Button'
[ 25.419] (**) Sleep Button: always reports core events
[ 25.420] (**) evdev: Sleep Button: Device: "/dev/input/event1"
[ 25.420] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[ 25.420] (--) evdev: Sleep Button: Found keys
[ 25.420] (II) evdev: Sleep Button: Configuring as keyboard
[ 25.420] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
[ 25.420] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 25.420] (**) Option "xkb_rules" "evdev"
[ 25.420] (**) Option "xkb_model" "evdev"
[ 25.420] (**) Option "xkb_layout" "us"
[ 25.420] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[ 25.420] (II) No input driver specified, ignoring this device.
[ 25.420] (II) This device may have been added with another device file.
[ 25.420] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
[ 25.420] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[ 25.420] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 25.420] (**) Logitech USB Receiver: always reports core events
[ 25.420] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event8"
[ 25.420] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc525
[ 25.420] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[ 25.420] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[ 25.420] (--) evdev: Logitech USB Receiver: Found relative axes
[ 25.420] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[ 25.420] (II) evdev: Logitech USB Receiver: Configuring as mouse
[ 25.420] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[ 25.420] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[ 25.420] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 25.420] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input8/event8"
[ 25.420] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
[ 25.420] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[ 25.420] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[ 25.420] (**) Logitech USB Receiver: (accel) acceleration profile 0
[ 25.420] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 25.420] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 25.420] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[ 25.420] (II) No input driver specified, ignoring this device.
[ 25.420] (II) This device may have been added with another device file.
[ 25.420] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event9)
[ 25.420] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 25.420] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[ 25.420] (**) Logitech USB Receiver: always reports core events
[ 25.420] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event9"
[ 25.420] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc525
[ 25.421] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
[ 25.421] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[ 25.421] (--) evdev: Logitech USB Receiver: Found relative axes
[ 25.421] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
[ 25.421] (--) evdev: Logitech USB Receiver: Found absolute axes
[ 25.421] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[ 25.421] (--) evdev: Logitech USB Receiver: Found keys
[ 25.421] (II) evdev: Logitech USB Receiver: Configuring as mouse
[ 25.421] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[ 25.421] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[ 25.421] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[ 25.421] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 25.421] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input9/event9"
[ 25.421] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[ 25.421] (**) Option "xkb_rules" "evdev"
[ 25.421] (**) Option "xkb_model" "evdev"
[ 25.421] (**) Option "xkb_layout" "us"
[ 25.421] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[ 25.421] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[ 25.421] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[ 25.421] (**) Logitech USB Receiver: (accel) acceleration profile 0
[ 25.421] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 25.421] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 25.421] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[ 25.421] (II) No input driver specified, ignoring this device.
[ 25.421] (II) This device may have been added with another device file.
[ 25.421] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 25.421] (II) No input driver specified, ignoring this device.
[ 25.421] (II) This device may have been added with another device file.
[ 25.421] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
[ 25.421] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 25.421] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 25.421] (**) AT Translated Set 2 keyboard: always reports core events
[ 25.421] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event6"
[ 25.421] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 25.421] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 25.421] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 25.421] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input6/event6"
[ 25.421] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 25.421] (**) Option "xkb_rules" "evdev"
[ 25.421] (**) Option "xkb_model" "evdev"
[ 25.421] (**) Option "xkb_layout" "us"
[ 25.421] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/event7)
[ 25.421] (**) PS/2 Generic Mouse: Applying InputClass "evdev pointer catchall"
[ 25.421] (II) Using input driver 'evdev' for 'PS/2 Generic Mouse'
[ 25.421] (**) PS/2 Generic Mouse: always reports core events
[ 25.421] (**) evdev: PS/2 Generic Mouse: Device: "/dev/input/event7"
[ 25.422] (--) evdev: PS/2 Generic Mouse: Vendor 0x2 Product 0x1
[ 25.422] (--) evdev: PS/2 Generic Mouse: Found 3 mouse buttons
[ 25.422] (--) evdev: PS/2 Generic Mouse: Found relative axes
[ 25.422] (--) evdev: PS/2 Generic Mouse: Found x and y relative axes
[ 25.422] (II) evdev: PS/2 Generic Mouse: Configuring as mouse
[ 25.422] (**) evdev: PS/2 Generic Mouse: YAxisMapping: buttons 4 and 5
[ 25.422] (**) evdev: PS/2 Generic Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 25.422] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
[ 25.422] (II) XINPUT: Adding extended input device "PS/2 Generic Mouse" (type: MOUSE, id 13)
[ 25.422] (II) evdev: PS/2 Generic Mouse: initialized for relative axes.
[ 25.422] (**) PS/2 Generic Mouse: (accel) keeping acceleration scheme 1
[ 25.422] (**) PS/2 Generic Mouse: (accel) acceleration profile 0
[ 25.422] (**) PS/2 Generic Mouse: (accel) acceleration factor: 2.000
[ 25.422] (**) PS/2 Generic Mouse: (accel) acceleration threshold: 4
[ 25.422] (II) config/udev: Adding input device PS/2 Generic Mouse (/dev/input/mouse0)
[ 25.422] (II) No input driver specified, ignoring this device.
[ 25.422] (II) This device may have been added with another device file.
[ 25.422] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event5)
[ 25.422] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 25.422] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
[ 25.422] (**) Dell WMI hotkeys: always reports core events
[ 25.422] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event5"
[ 25.422] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
[ 25.422] (--) evdev: Dell WMI hotkeys: Found keys
[ 25.422] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
[ 25.422] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event5"
[ 25.422] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 14)
[ 25.422] (**) Option "xkb_rules" "evdev"
[ 25.422] (**) Option "xkb_model" "evdev"
[ 25.422] (**) Option "xkb_layout" "us"
|
Edit!
Wow - keep having to edit this post - seems if it's too long it throws out the formatting of subsequent posts whether I enclose it in [\quote] or [\code] tags or without tags. I suspect it's something in the gumph at the bottom of the file - possibly an escape character or something sneaking about.
Anyway, i've cut off the end part - it was only relevant to the nvidia gfx I have, so not pertinent to this problem.
Last edited by IncredibleMrT on Thu Oct 25, 2012 11:43 am; edited 3 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dmpogo Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 02 Sep 2004 Posts: 3468 Location: Canada
|
Posted: Wed Oct 24, 2012 8:08 pm Post subject: |
|
|
Could you also do
? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IncredibleMrT Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/18979300744876073651e38.jpg)
Joined: 07 Mar 2008 Posts: 109 Location: Rotherham, UK
|
Posted: Thu Oct 25, 2012 11:37 am Post subject: |
|
|
dmesg |grep input as requested
Quote: |
[ 2.125530] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 2.125581] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[ 2.125630] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 2.126000] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 2.381854] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2e/LNXVIDEO:00/input/input4
[ 2.453388] input: Dell WMI hotkeys as /devices/virtual/input/input5
[ 2.459299] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
[ 3.156271] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input7
[ 3.245967] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/input/input8
[ 3.246525] hid-generic 0003:046D:C525.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[ 3.248651] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/input/input9
[ 3.248853] hid-generic 0003:046D:C525.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[ 4.927029] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 4.927120] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[ 6.321323] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
|
Ta. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IncredibleMrT Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/18979300744876073651e38.jpg)
Joined: 07 Mar 2008 Posts: 109 Location: Rotherham, UK
|
Posted: Tue Nov 06, 2012 1:13 pm Post subject: |
|
|
Anyone have any ideas where I might be going wrong?
Any, and all, help is appreciated. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dmpogo Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 02 Sep 2004 Posts: 3468 Location: Canada
|
Posted: Tue Nov 06, 2012 11:26 pm Post subject: |
|
|
IncredibleMrT wrote: | Anyone have any ideas where I might be going wrong?
Any, and all, help is appreciated. |
Well, sorry, I got puzzled. It looks like your kernel does not detect touchpad as touchpad. So it seems it is something in kernel configuration (which I don't see what could it be) or synaptics driver.
Are there any BIOS options related to touchpad ? Like disabling it ? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
IncredibleMrT Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/18979300744876073651e38.jpg)
Joined: 07 Mar 2008 Posts: 109 Location: Rotherham, UK
|
Posted: Wed Nov 07, 2012 6:38 am Post subject: |
|
|
Hi.
No, there doesn't appear to be. All looks as you'd expect. It's an issue with a lot of new(er) Dell models. I've seen on some distros that there is a fix, but i'm unable to get them to be effective on my system.
I'll pester Dell.
Thanks anyway. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Yuriy Skvortsov n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2012 Posts: 33 Location: Odessa, Ukraine
|
Posted: Tue Jan 22, 2013 6:51 pm Post subject: |
|
|
Hi!
I've got the same problem with Dell Inspiron 7720. I do not know for sure if my touchpad is Synaptic or ALPS but in all logs and /proc/bus/input/devices it is listed just as "PS/2 Generic Mouse". I have activated PS/2, Synaptic PS/2 and ALPS PS/2 options in kernel. Synaptic xorg driver is also installed. Have not found any solution jet.
And I've just remembered that touchpad special features (like scrolling) worked in the pre-installed Ubuntu. Unfortunately I have no that installation anymore.
Hmm.. According to this http://www.ubuntu.com/certification/hardware/201202-10606/components/ it is Synaptics. Anyway it is not recognized.
And one more link:
http://ubuntuforums.org/showthread.php?t=2044019 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Yuriy Skvortsov n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2012 Posts: 33 Location: Odessa, Ukraine
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dweezil-n0xad Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/14069209505ab0b29e20ba1.jpg)
Joined: 30 Oct 2006 Posts: 156 Location: Ostend, Belgium
|
Posted: Tue Jan 22, 2013 8:10 pm Post subject: |
|
|
You could try to put the patched alps.c and alps.h from here in /usr/src/linux/drivers/input/mouse/ and rebuild the psmouse kernel module.
good luck. _________________ i7-4790K | 16GB DDR3 | GTX 970 | 500GB SSD
ASUS N56VV | i7-3630QM | 12GB DDR3 | GT 750M | 256GB SSD |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Yuriy Skvortsov n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2012 Posts: 33 Location: Odessa, Ukraine
|
Posted: Sun Jan 27, 2013 4:49 pm Post subject: |
|
|
A friend of mine owns Dell 15R Inspiron N5110 and my is 17R 7720. They are close enough so I decided to perform some comparison tests. The initial basic symptom is that in
I can see that my kernel treats touch-pad as a generic mouse while friend's kernel sees the right ALPS. The first thing I've done - I've taken friend's kernel config and changed my until there was no diff between
Code: | cat config | grep MOUSE |
With this config kernel still reports my touch-pad as generic mouse. Ok, I went further and tried to boot with the binary of my friend's kernel. Result was the same - at my laptop it sees just a generic one. By the way, I use the kernel 3.6.11 gentoo-sources and my friend the 3.5.7. Some time ago he also used 3.6.11 and his touch-pad worked even though.
As all this happens in dmesg without even Xorg started, it apparently has nothing to do with X configs and drivers - the question is only in kernel and hardware.
It seems very unlikely to me that Dell has changed touch-pad model from 5110 to 7720 but I have no idea how to check it for sure (is there anything like lsPS/2 which tells the chip ID?)). The other possibility is that something in the boot environment prevents kernel from loading the proper driver, but again I have no idea how to test it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Yuriy Skvortsov n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2012 Posts: 33 Location: Odessa, Ukraine
|
Posted: Sun Jan 27, 2013 6:17 pm Post subject: |
|
|
dweezil-n0xad wrote: | You could try to put the patched alps.c and alps.h from here in /usr/src/linux/drivers/input/mouse/ and rebuild the psmouse kernel module.
good luck. |
Thank you for suggestion! I've finally tried it and it did pan out!
Still I'm confused because according to my previous observations 5110 has no problems with 3.6.11 gentoo-sources which led me to a thought that the patch has already been included there. Something is definitely wrong in this story) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Yuriy Skvortsov n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2012 Posts: 33 Location: Odessa, Ukraine
|
Posted: Sun Jan 27, 2013 6:25 pm Post subject: |
|
|
By the way, should we somehow tell gentoo kernel guys about this fact? Oder? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
turtles Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8003843766096d82d4fbf9.png)
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Mon Jan 28, 2013 4:47 am Post subject: |
|
|
Yuriy Skvortsov wrote: | dweezil-n0xad wrote: | You could try to put the patched alps.c and alps.h from here in /usr/src/linux/drivers/input/mouse/ and rebuild the psmouse kernel module.
good luck. |
Thank you for suggestion! I've finally tried it and it did pan out!
Still I'm confused because according to my previous observations 5110 has no problems with 3.6.11 gentoo-sources which led me to a thought that the patch has already been included there. Something is definitely wrong in this story) |
Same problem here on a Dell E5430
The link dweezil-n0xad posted directs to a arch page then a page of different downloads.
Is this the one you got to work?
http://www.dahetral.com/public-download/psmouse-alps-dst-1.2.tbz/view
or did you use this pastebin http://pastebin.com/raw.php?i=m404GW1G ?
I copied the files over to my 3.6.11 src dir and did a
Code: | make modules && make modules_install |
Code: | modprobe -r psmouse |
I also tried restarting X
I did go from a ps2 to none at all and /proc/bus/input/devices
I also tried patches from here:
https://github.com/bgamari/linux/commit/1527416a726b823225f97c4d733dcdd9df7f50d6
and about 4 others including tinkering.
Still nothing
How do you do enable the debugging in the module when its loaded? _________________ Donate to Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
infinityzxx n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Jan 2013 Posts: 2
|
Posted: Mon Jan 28, 2013 6:22 am Post subject: Same for me |
|
|
I just stumbled accross the same issue on my Dell Latitude XT
Latest kernel: 3.6.11-gentoo
xinput list says I got a PS/2 Generic Mouse
Never had linux before on that machine.
I hope there will be a fix soon. I've seen some pages on kernel bugzilla about that but apparently the patch that was submitted might not be a problem solver for us. It was there: https://bugzilla.kernel.org/show_bug.cgi?id=14660#c123 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
infinityzxx n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Jan 2013 Posts: 2
|
Posted: Mon Jan 28, 2013 7:03 am Post subject: Re: Same for me |
|
|
infinityzxx wrote: | I just stumbled accross the same issue on my Dell Latitude XT
Latest kernel: 3.6.11-gentoo
xinput list says I got a PS/2 Generic Mouse
Never had linux before on that machine.
I hope there will be a fix soon. I've seen some pages on kernel bugzilla about that but apparently the patch that was submitted might not be a problem solver for us. It was there: https://bugzilla.kernel.org/show_bug.cgi?id=14660#c123 |
Still searching,.. Currently compiling kernel with files obtained from that post : https://bbs.archlinux.org/viewtopic.php?pid=1169227#p1169227 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
turtles Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8003843766096d82d4fbf9.png)
Joined: 31 Dec 2004 Posts: 1698
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Yuriy Skvortsov n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 30 Dec 2012 Posts: 33 Location: Odessa, Ukraine
|
Posted: Wed Jan 30, 2013 8:33 pm Post subject: |
|
|
I've used this one:
http://www.dahetral.com/public-download/psmouse-alps-dst-1.2.tbz/view
Copied alps.c and alps.h over my own's in /usr/src/... and compiled the driver in-kernel via selecting "PS/2" and "ALPS" options, that's all. After this dmesg tells that my touchpad is not just a mouse. All the further tweaking is done in xorg. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
turtles Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/8003843766096d82d4fbf9.png)
Joined: 31 Dec 2004 Posts: 1698
|
Posted: Mon Feb 04, 2013 10:13 pm Post subject: |
|
|
Yuriy Skvortsov wrote: |
I've used this one:
http://www.dahetral.com/public-download/psmouse-alps-dst-1.2.tbz/view
Copied alps.c and alps.h over my own's in /usr/src/... and compiled the driver in-kernel via selecting "PS/2" and "ALPS" options, that's all. After this dmesg tells that my touchpad is not just a mouse. All the further tweaking is done in xorg. |
I tried them both and the touch pad is just dead without them its a detected as a ps2 mouse
I tried the alps_dump and it says my pad is not an alps.
strange.
To bad lspci and lsusb does not give me anything to go off of. _________________ Donate to Gentoo |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dweezil-n0xad Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/14069209505ab0b29e20ba1.jpg)
Joined: 30 Oct 2006 Posts: 156 Location: Ostend, Belgium
|
Posted: Tue Feb 05, 2013 11:15 am Post subject: |
|
|
maybe you could try different psmouse module parameters. That used to work on my acer netbook but is no longer needed.
Code: | # modprobe -r psmouse
# modprobe psmouse proto=auto
# dmesg |tail -n1 | try with auto,bare, imps, exps, any _________________ i7-4790K | 16GB DDR3 | GTX 970 | 500GB SSD
ASUS N56VV | i7-3630QM | 12GB DDR3 | GT 750M | 256GB SSD |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|