Bug#822835: Synaptics Driver isn't used
On Thu, 2016-05-05 at 17:36 +0200, Julien Cristau wrote: > I'm pretty sure this "libinput knows nothing about touchpad" > statement is wrong. That may well be true, as I am not familiar with the code. Maybe you can point out what I'm missing? This is the output of (set -x; xinput; xinput list-props 15) when the libinput driver (ie the new default) is in use: + + xinput ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4 [slave pointer (2)] ⎜ ↳ ELAN Touchscreen id=12 [slave pointer (2)] ⎜ ↳ DLL06E4:01 06CB:7A13 Touchpad id=13 [slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPadid=15 [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)] ↳ Video Bus id=8 [slave keyboard (3)] ↳ Power Button id=9 [slave keyboard (3)] ↳ Sleep Button id=10 [slave keyboard (3)] ↳ Integrated_Webcam_HD id=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)] ↳ Dell WMI hotkeys id=16 [slave keyboard (3)] + xinput list-props 15 Device 'SynPS/2 Synaptics TouchPad': Device Enabled (137): 1 Coordinate Transformation Matrix (139): 1.00, 0.00, 0.00, 0.00, 1.00, 0.00, 0.00, 0.00, 1.00 libinput Tapping Enabled (278): 1 libinput Tapping Enabled Default (279): 0 libinput Tapping Drag Enabled (280): 1 libinput Tapping Drag Enabled Default (281): 1 libinput Tapping Drag Lock Enabled (282): 1 libinput Tapping Drag Lock Enabled Default (283): 0 libinput Accel Speed (284): 0.102881 libinput Accel Speed Default (285): 0.00 libinput Natural Scrolling Enabled (286): 0 libinput Natural Scrolling Enabled Default (287): 0 libinput Send Events Modes Available (258): 1, 1 libinput Send Events Mode Enabled (259): 1, 1 libinput Send Events Mode Enabled Default (260): 0, 0 libinput Left Handed Enabled (288): 0 libinput Left Handed Enabled Default (289): 0 libinput Scroll Methods Available (290): 1, 1, 0 libinput Scroll Method Enabled (291): 1, 0, 0 libinput Scroll Method Enabled Default (292): 1, 0, 0 libinput Click Methods Available (293): 1, 1 libinput Click Method Enabled (294): 1, 0 libinput Click Method Enabled Default (295): 1, 0 libinput Disable While Typing Enabled (296): 0 libinput Disable While Typing Enabled Default (297): 1 Device Node (261): "/dev/input/event1" Device Product ID (262): 2, 7 libinput Drag Lock Buttons (298): libinput Horizonal Scroll Enabled (263): 1 The touchpad didn't recognise tapping of any sort after boot. It did however recognise a two fingered drag as a scroll. I then set few properties using "xinput set-prop 15 ..." (278, 259, 284, 296). None had any effect I could detect. Setting 291 and 294 looked enticing but I could not figure out the syntax xinput wanted. I enable the synaptics driver using /etc/X11/xorg.conf.f/touchpad.conf: Section "InputClass" Identifier"Touchpad twofinger scroll" MatchIsTouchpad "yes" Driver"synaptics" Option"ZAxisMapping" "4 5" Option"HorizTwoFingerScroll" "true" Option"VertTwoFingerScroll" "true" Option"FastTaps" "on" Option"AccelFactor" "0.1028806" #2x Option"MinSpeed" "1" Option"MaxSpeed" "4.75" Option"TapButton1""1" Option"TapButton2""3" Option"TapButton3""2" EndSection With the synaptics driver the touchpad works as you would expect. Even multi touch - two fingered tap is right click, two fingered drag is scroll and so on. + xinput ⎡ Virtual core pointer d=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointerd=4 [slave pointer (2)] ⎜ ↳ ELAN Touchscreen d=12 [slave pointer (2)] ⎜ ↳ DLL06E4:01 06CB:7A13 Touchpad d=13 [slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPadd=15 [slave pointer (2)] ⎣ Virtual core keyboard d=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard d=5 [slave keyboard (3)] ↳ Power Button d=6 [slave keyboard (3)] ↳ Video Bus d=7 [slave keyboard (3)] ↳ Video Bus d=8 [slave keyboard (3)] ↳ Power Button d=9 [slave keyboard (3)] ↳ Sleep Button d=10 [slave keyboard (3)] ↳ Integrated_Webcam_HD d=11 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard d=14 [slave keyboard (3)] ↳ Dell WMI hotkeys d=16 [slave keyboard (3)] + xinput list-props 15 Device 'SynPS/2 Synaptics TouchPad':
Processed: Re: Bug#823355: xserver-xorg-video-intel: Black screen on TTY's ctrl-alt-F* and black screen when going back to X
Processing control commands: > reassign -1 src:linux 4.5.1-1 Bug #823355 [xserver-xorg-video-intel] xserver-xorg-video-intel: Black screen on TTY's ctrl-alt-F* and black screen when going back to X Bug reassigned from package 'xserver-xorg-video-intel' to 'src:linux'. No longer marked as found in versions xserver-xorg-video-intel/2:2.99.917+git20160325-1. Ignoring request to alter fixed versions of bug #823355 to the same values previously set Bug #823355 [src:linux] xserver-xorg-video-intel: Black screen on TTY's ctrl-alt-F* and black screen when going back to X Marked as found in versions linux/4.5.1-1. -- 823355: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823355 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
Bug#823355: xserver-xorg-video-intel: Black screen on TTY's ctrl-alt-F* and black screen when going back to X
Control: reassign -1 src:linux 4.5.1-1 On Tue, May 3, 2016 at 23:22:19 +0200, raphael wrote: > Package: xserver-xorg-video-intel > Version: 2:2.99.917+git20160325-1 > Severity: important > > Hi, > > Since last upgrade, I noticed that switching to TTY's with ^-alt-F* gives a > black screen, and trying to go back to the X session gives also a black > screen. > (I have a dual card though no bumblebee installed, only intel driver is used). > Thanks > Submitter confirmed downgrading the kernel to 4.4 fixes it; reassigning. > Raphael > > -- Package-specific info: > X server symlink status: > > lrwxrwxrwx 1 root root 13 Mar 4 2015 /etc/X11/X -> /usr/bin/Xorg > -rwxr-xr-x 1 root root 274 Apr 5 09:05 /usr/bin/Xorg > > VGA-compatible devices on PCI bus: > -- > 00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor > Integrated Graphics Controller [8086:0046] (rev 02) > 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT216M [GeForce > GT 330M] [10de:0a2b] (rev a2) > > /etc/X11/xorg.conf does not exist. > > Contents of /etc/X11/xorg.conf.d: > - > total 4 > -rw-r--r-- 1 root root 1247 Apr 30 22:55 10-synaptics.conf > > /etc/modprobe.d contains no KMS configuration files. > > Kernel version (/proc/version): > --- > Linux version 4.5.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version > 5.3.1 20160409 (Debian 5.3.1-14) ) #1 SMP Debian 4.5.1-1 (2016-04-14) > > Xorg X server log files on system: > -- > -rw-r--r-- 1 root root 29589 May 3 21:35 /var/log/Xorg.0.log > > Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): > - > [ 9.013] > X.Org X Server 1.18.3 > Release Date: 2016-04-04 > [ 9.013] X Protocol Version 11, Revision 0 > [ 9.013] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian > [ 9.013] Current Operating System: Linux palikao 4.5.0-1-amd64 #1 SMP > Debian 4.5.1-1 (2016-04-14) x86_64 > [ 9.013] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 > root=UUID=33ecf725-aba1-4d6b-922a-bd2e0fdac97d ro quiet splash acpi_osi=Linux > acpi_backlight=vendor init=/lib/sysvinit/init init=/lib/sysvinit/init > init=/sbin/openrc init=/lib/sysvinit/init init=/lib/sysvinit/init > init=/lib/sysvinit/init init=/lib/sysvinit/init init=/lib/sysvinit/init > init=/lib/sysvinit/init init=/lib/sysvinit/init init=/lib/sysvinit/init > init=/lib/sysvinit/init > [ 9.013] Build Date: 05 April 2016 07:00:43AM > [ 9.013] xorg-server 2:1.18.3-1 (http://www.debian.org/support) > [ 9.013] Current version of pixman: 0.33.6 > [ 9.013] Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > [ 9.013] Markers: (--) probed, (**) from config file, (==) default > setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (??) unknown. > [ 9.013] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 3 21:35:44 > 2016 > [ 9.038] (==) Using config directory: "/etc/X11/xorg.conf.d" > [ 9.039] (==) Using system config directory "/usr/share/X11/xorg.conf.d" > [ 9.045] (==) No Layout section. Using the first Screen section. > [ 9.045] (==) No screen section available. Using defaults. > [ 9.045] (**) |-->Screen "Default Screen Section" (0) > [ 9.045] (**) | |-->Monitor "" > [ 9.046] (==) No monitor specified for screen "Default Screen Section". > Using a default monitor configuration. > [ 9.046] (==) Automatically adding devices > [ 9.046] (==) Automatically enabling devices > [ 9.046] (==) Automatically adding GPU devices > [ 9.046] (==) Max clients allowed: 256, resource mask: 0x1f > [ 9.060] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not > exist. > [ 9.060] Entry deleted from font path. > [ 9.071] (==) FontPath set to: > /usr/share/fonts/X11/misc, > /usr/share/fonts/X11/100dpi/:unscaled, > /usr/share/fonts/X11/75dpi/:unscaled, > /usr/share/fonts/X11/Type1, > /usr/share/fonts/X11/100dpi, > /usr/share/fonts/X11/75dpi, > built-ins > [ 9.071] (==) ModulePath set to "/usr/lib/xorg/modules" > [ 9.071] (II) The server relies on udev to provide the list of input > devices. > If no devices become available, reconfigure udev or disable > AutoAddDevices. > [ 9.071] (II) Loader magic: 0x5633eacaedc0 > [ 9.071] (II) Module ABI versions: > [ 9.071] X.Org ANSI C Emulation: 0.4 > [ 9.071] X.Org Video Driver: 20.0 > [ 9.071] X.Org XInput driver : 22.1 > [ 9.071] X.Org Server Extension : 9.0 > [ 9.072] (++) using VT number 7 > > [ 9.072] (II) systemd-logind: logind integration requires -keeptty and > -keeptty was not p
Bug#823607: [xserver-xorg] /etc/X11/xorg.conf.d/ is missing and server dosent obey files there
Package: xserver-xorg Version: 1:7.7+15 Severity: normal --- Please enter the report below this line. --- Hello, My HDD failed and I had to reinstall. After instillation I tried to configure my touchpad (two finger scrolling, palm detection) but seting in synaptics.conf are ignored. Synclient configuring is working. --- System information. --- Architecture: amd64 Kernel: Linux 4.5.0-1-amd64 Debian Release: stretch/sid 500 testing ftp.uni-sofia.bg 500 stable-updates ftp.uni-sofia.bg 500 stable security.debian.org 500 stable ftp.uni-sofia.bg 100 jessie-backports ftp.uni-sofia.bg --- Package information. --- Package's Depends field is empty. Package's Recommends field is empty. Package's Suggests field is empty. -8<---8<---8<---8<---8<---8<---8<---8<---8<-- Please attach the file: /tmp/reportbug-ng-xserver-xorg-l8r0LM.txt to the mail. I'd do it myself if the output wasn't too long to handle. Thank you! ->8--->8--->8--->8--->8--->8--->8--->8--->8-- Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "VertEdgeScroll""0" Option "AccelFactor" "0.1" Option "Palmdetect""1" EndSection Section "InputClass" Identifier "touchpad ignore duplicates" MatchIsTouchpad "on" MatchOS "Linux" MatchDevicePath "/dev/input/mouse*" Option "Ignore" "on" EndSection --- Output from package bug script --- /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatible devices on PCI bus: -- 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) /etc/X11/xorg.conf does not exist. Contents of /etc/X11/xorg.conf.d: - total 4 -rw-r--r-- 1 root root 512 May 6 15:18 synaptics.conf /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): --- Linux version 4.5.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 20160409 (Debian 5.3.1-14) ) #1 SMP Debian 4.5.1-1 (2016-04-14) Xorg X server log files on system: -- -rw-r--r-- 1 root root 26689 May 6 15:23 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 6.604] X.Org X Server 1.18.3 Release Date: 2016-04-04 [ 6.604] X Protocol Version 11, Revision 0 [ 6.605] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 6.605] Current Operating System: Linux hp430g2 4.5.0-1-amd64 #1 SMP Debian 4.5.1-1 (2016-04-14) x86_64 [ 6.605] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 root=UUID=4e40b4ea-b2e1-4f04-b4c5-8aad87e72e80 ro quiet [ 6.605] Build Date: 05 April 2016 07:00:43AM [ 6.605] xorg-server 2:1.18.3-1 (http://www.debian.org/support) [ 6.605] Current version of pixman: 0.33.6 [ 6.605]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.605] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.605] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 6 15:23:49 2016 [ 6.606] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 6.606] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6.610] (==) No Layout section. Using the first Screen section. [ 6.610] (==) No screen section available. Using defaults. [ 6.610] (**) |-->Screen "Default Screen Section" (0) [ 6.610] (**) | |-->Monitor "" [ 6.610] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 6.611] (==) Automatically adding devices [ 6.611] (==) Automatically enabling devices [ 6.611] (==) Automatically adding GPU devices [ 6.611] (==) Max clients allowed: 256, resource mask: 0x1f [ 6.614] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 6.614]Entry deleted from font path. [ 6.615] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /
Bug#823607: marked as done ([xserver-xorg] /etc/X11/xorg.conf.d/ is missing and server dosent obey files there)
Your message dated Fri, 6 May 2016 15:51:08 +0200 with message-id <20160506135108.gl2...@betterave.cristau.org> and subject line Re: Bug#823607: [xserver-xorg] /etc/X11/xorg.conf.d/ is missing and server dosent obey files there has caused the Debian Bug report #823607, regarding [xserver-xorg] /etc/X11/xorg.conf.d/ is missing and server dosent obey files there to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 823607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823607 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xserver-xorg Version: 1:7.7+15 Severity: normal --- Please enter the report below this line. --- Hello, My HDD failed and I had to reinstall. After instillation I tried to configure my touchpad (two finger scrolling, palm detection) but seting in synaptics.conf are ignored. Synclient configuring is working. --- System information. --- Architecture: amd64 Kernel: Linux 4.5.0-1-amd64 Debian Release: stretch/sid 500 testing ftp.uni-sofia.bg 500 stable-updates ftp.uni-sofia.bg 500 stable security.debian.org 500 stable ftp.uni-sofia.bg 100 jessie-backports ftp.uni-sofia.bg --- Package information. --- Package's Depends field is empty. Package's Recommends field is empty. Package's Suggests field is empty. -8<---8<---8<---8<---8<---8<---8<---8<---8<-- Please attach the file: /tmp/reportbug-ng-xserver-xorg-l8r0LM.txt to the mail. I'd do it myself if the output wasn't too long to handle. Thank you! ->8--->8--->8--->8--->8--->8--->8--->8--->8-- Section "InputClass" Identifier "touchpad catchall" Driver "synaptics" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "VertEdgeScroll""0" Option "AccelFactor" "0.1" Option "Palmdetect""1" EndSection Section "InputClass" Identifier "touchpad ignore duplicates" MatchIsTouchpad "on" MatchOS "Linux" MatchDevicePath "/dev/input/mouse*" Option "Ignore" "on" EndSection --- Output from package bug script --- /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatible devices on PCI bus: -- 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) /etc/X11/xorg.conf does not exist. Contents of /etc/X11/xorg.conf.d: - total 4 -rw-r--r-- 1 root root 512 May 6 15:18 synaptics.conf /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): --- Linux version 4.5.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 20160409 (Debian 5.3.1-14) ) #1 SMP Debian 4.5.1-1 (2016-04-14) Xorg X server log files on system: -- -rw-r--r-- 1 root root 26689 May 6 15:23 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 6.604] X.Org X Server 1.18.3 Release Date: 2016-04-04 [ 6.604] X Protocol Version 11, Revision 0 [ 6.605] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 6.605] Current Operating System: Linux hp430g2 4.5.0-1-amd64 #1 SMP Debian 4.5.1-1 (2016-04-14) x86_64 [ 6.605] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 root=UUID=4e40b4ea-b2e1-4f04-b4c5-8aad87e72e80 ro quiet [ 6.605] Build Date: 05 April 2016 07:00:43AM [ 6.605] xorg-server 2:1.18.3-1 (http://www.debian.org/support) [ 6.605] Current version of pixman: 0.33.6 [ 6.605]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.605] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.605] (==) Log file: "/var/log/Xorg.0.log", Time: Fri May 6 15:23:49 2016 [ 6.606] (==) Using config directory: "/etc/X11/
Bug#823607: [xserver-xorg] /etc/X11/xorg.conf.d/ is missing and server dosent obey files there
But 2 finger scrolling is not working and edgscroling is working Cheers, Yasen
Video: Giant Whale Breaches Just Feet From a Dock, How Smart is Your Hunting Dog? Find Out With This Dog IQ Test
To view this mail in a browser, copy http://links.outdoorhub.mkt5196.com/servlet/MailView?ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&j=OTIwNzE5NDY2S0&mt=1&rt=0 into your browser. OutdoorHub Daily Newswire Chevy Silverado Front Page What You Need to Know About The Gulf Coast Lionfish Invasion By: OutdoorHub Social Upon visiting an aquarium, you may have seen a striped, spiny fish residing there. This fish, known overall as a lionfish, is actually one of two different species, those being the Red Lionfish and Devil Firefish. Due to being interesting to look at, these fish have become a popular attraction in both... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=20&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 Video: Giant Whale Breaches Just Feet From a Dock By: OutdoorHub Social Breaching whales can be a majestic site, but they it can be a little unnerving when it happens in a tiny harbor next to your boat. Cy Williams, a boat captain at Strike Zone Sportfishing, captured this unbelievable video in a small Ketchikan, Alaska harbor. The whale, which was in search of food,... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=6&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 How Smart is Your Hunting Dog? Find Out With This Dog IQ Test By: OutdoorHub Social It is a common tendency among hunters to take pride in our dogs. Whether it is their conformation or breeding, we strive to breed and hunt with the best of the best. Another part of a superb dog, however, is intelligence. We’ve all had a dog in our time that may not have been firing on all of its... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=19&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 Video: Testing Liquid Potassium and Sodium Bullets in Water By: OutdoorHub Social In case you didn't already know Group I metals like Potassium and Sodium react violently when introduced to water. With that being said what happens when you fill the end of a hollow point bullet with one of these reactive metals? The video bellow shows you all of those explosive details in slow... Read More: http://links.outdoorhub.mkt5196.com/ctt?kn=24&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 OutdoorHub Videos Lake Guntersville Showdown Team Martin vs. Team Tharp in this Lake Guntersville showdown. Someone catches a giant G-Vill Bass. http://links.outdoorhub.mkt5196.com/ctt?kn=12&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 - Choosing A Broadhead Here are the differences between two of the most popular types of broadheads - the fixed and expanda http://links.outdoorhub.mkt5196.com/ctt?kn=16&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 - American Elements Trailer - Cameron Hanes Who exactly is Cameron Hanes? Get the story behind the intense drive of this hardcore, backcountry b http://links.outdoorhub.mkt5196.com/ctt?kn=11&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 - Hide & Seek Ty resorts to his layout blind to hunt gobblers in the middle of fields! This is an exciting and inn http://links.outdoorhub.mkt5196.com/ctt?kn=14&ms=NTEzMTY0MzIS1&r=NDcyMzY2MjExMDMS1&b=2&j=OTIwNzE5NDY2S0&mt=1&rt=0 - --- OutdoorHub News --- © 2016, Carbon Media Group Manage Subscription: http://outdoorhub.mkt5196.com/outdoorhub/manage_subscription?spMailingID=51316432&spUserID=NDcyMzY2MjExMDMS1&spJobID=OTIwNzE5NDY2S0&spReportId=OTIwNzE5NDY2S0
Bug#823286: xserver-xorg-input-libinput: Significant functional regressions for touchapds vs. xserver-xorg-input-synaptics
I toot had this issue on a Dell Latitude laptop (Debian Testing, Mate desktop). My custom mouse deceleration was the first issue i noticed missing, then the touchpad clicks were gone away, then i saw that the mouse/touchpad gui showed only mouse. I tried replicating the constant deceleration settings but the xinput options were very limited. So i removed the libinput diver and that was it. Why was this functional regression done?
Bug#823636: [xserver-xorg] synaptics driver is not loaded
Package: xserver-xorg Version: 1:7.7+15 Severity: normal --- Please enter the report below this line. --- Hello, synclient -l Couldn't find synaptics properties. No synaptics driver loaded? The problem is that taping on touchpad and palm detection are not working. Grretings, Yasen --- System information. --- Architecture: amd64 Kernel: Linux 4.5.0-1-amd64 Debian Release: stretch/sid 500 testing ftp.uni-sofia.bg 500 stable-updates ftp.uni-sofia.bg 500 stable security.debian.org 500 stable ftp.uni-sofia.bg 500 stable dl.google.com 100 jessie-backports ftp.uni-sofia.bg --- Package information. --- Package's Depends field is empty. Package's Recommends field is empty. Package's Suggests field is empty. -8<---8<---8<---8<---8<---8<---8<---8<---8<-- Please attach the file: /tmp/reportbug-ng-xserver-xorg-8tyyPo.txt to the mail. I'd do it myself if the output wasn't too long to handle. Thank you! ->8--->8--->8--->8--->8--->8--->8--->8--->8-- --- Output from package bug script --- /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatible devices on PCI bus: -- 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) /etc/X11/xorg.conf does not exist. Contents of /etc/X11/xorg.conf.d: - total 0 /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): --- Linux version 4.5.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 20160409 (Debian 5.3.1-14) ) #1 SMP Debian 4.5.1-1 (2016-04-14) Xorg X server log files on system: -- -rw-r--r-- 1 root root 25203 May 7 00:04 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 6.590] X.Org X Server 1.18.3 Release Date: 2016-04-04 [ 6.590] X Protocol Version 11, Revision 0 [ 6.590] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 6.590] Current Operating System: Linux hp430g2 4.5.0-1-amd64 #1 SMP Debian 4.5.1-1 (2016-04-14) x86_64 [ 6.590] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 root=UUID=4e40b4ea-b2e1-4f04-b4c5-8aad87e72e80 ro quiet [ 6.590] Build Date: 05 April 2016 07:00:43AM [ 6.590] xorg-server 2:1.18.3-1 (http://www.debian.org/support) [ 6.590] Current version of pixman: 0.33.6 [ 6.590]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.590] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.590] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 7 00:04:55 2016 [ 6.595] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6.596] (==) No Layout section. Using the first Screen section. [ 6.596] (==) No screen section available. Using defaults. [ 6.596] (**) |-->Screen "Default Screen Section" (0) [ 6.596] (**) | |-->Monitor "" [ 6.597] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 6.597] (==) Automatically adding devices [ 6.597] (==) Automatically enabling devices [ 6.597] (==) Automatically adding GPU devices [ 6.597] (==) Max clients allowed: 256, resource mask: 0x1f [ 6.599] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 6.599]Entry deleted from font path. [ 6.601] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 6.601] (==) ModulePath set to "/usr/lib/xorg/modules" [ 6.601] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 6.601] (II) Loader magic: 0x559a40c8adc0 [ 6.601] (II) Module ABI versions: [ 6.601]X.Org ANSI C Emulation: 0.4 [ 6.601]X.Org Video Driver: 20.0 [ 6.601]X.Org XInput driver : 22.1 [ 6.601]X.Org Server Extension : 9.0 [ 6.603] (++) using VT number 7 [ 6.603] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 6.604] (II) xfree86: Adding drm device (/dev/dri/card0) [ 6.605] (--) PCI:*(0:0:2:0) 8086:1616:103c:2246 rev 9, Mem @ 0xc000/16777216, 0xb000/268435456, I/O @ 0x6000/64 [ 6.605] (II) LoadModule: "glx" [ 6.607] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [
Bug#823642: [xserver-xorg-input-synaptics] Driver dosen't take setings from /etc/X11/xorg.conf.d
Package: xserver-xorg-input-synaptics Version: 1.8.3-1+b1 Severity: normal --- Please enter the report below this line. --- Hello After realising that synaptics driver is not loaded automaticaly (#823636) I tried to load it forcfuli with synaptics.conf in /etc/X11/xorg.conf.d (as I have tried to explain in #823607). The result is that tapping and edge scroling is working but twofinger scrolling is not working. Cheers, Yasen --- System information. --- Architecture: amd64 Kernel: Linux 4.5.0-1-amd64 Debian Release: stretch/sid 500 testing ftp.uni-sofia.bg 500 stable-updates ftp.uni-sofia.bg 500 stable security.debian.org 500 stable ftp.uni-sofia.bg 500 stable dl.google.com 100 jessie-backports ftp.uni-sofia.bg --- Package information. --- Package's Depends field is empty. Package's Recommends field is empty. Package's Suggests field is empty. -8<---8<---8<---8<---8<---8<---8<---8<---8<-- Please attach the file: /tmp/reportbug-ng-xserver-xorg-input-synaptics-xIv5fN.txt to the mail. I'd do it myself if the output wasn't too long to handle. Thank you! ->8--->8--->8--->8--->8--->8--->8--->8--->8-- --- Output from package bug script --- /etc/X11/X does not exist. /etc/X11/X is not a symlink. /etc/X11/X is not executable. VGA-compatible devices on PCI bus: -- 00:02.0 VGA compatible controller [0300]: Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) /etc/X11/xorg.conf does not exist. Contents of /etc/X11/xorg.conf.d: - total 4 -rw-r--r-- 1 root root 512 May 7 00:41 synaptics.conf /etc/modprobe.d contains no KMS configuration files. Kernel version (/proc/version): --- Linux version 4.5.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 20160409 (Debian 5.3.1-14) ) #1 SMP Debian 4.5.1-1 (2016-04-14) Xorg X server log files on system: -- -rw-r--r-- 1 root root 25869 May 7 00:46 /var/log/Xorg.0.log Contents of most recent Xorg X server log file (/var/log/Xorg.0.log): - [ 6.721] X.Org X Server 1.18.3 Release Date: 2016-04-04 [ 6.721] X Protocol Version 11, Revision 0 [ 6.721] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian [ 6.721] Current Operating System: Linux hp430g2 4.5.0-1-amd64 #1 SMP Debian 4.5.1-1 (2016-04-14) x86_64 [ 6.721] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 root=UUID=4e40b4ea-b2e1-4f04-b4c5-8aad87e72e80 ro quiet [ 6.721] Build Date: 05 April 2016 07:00:43AM [ 6.721] xorg-server 2:1.18.3-1 (http://www.debian.org/support) [ 6.721] Current version of pixman: 0.33.6 [ 6.721]Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. [ 6.721] Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. [ 6.721] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 7 00:46:35 2016 [ 6.722] (==) Using config directory: "/etc/X11/xorg.conf.d" [ 6.722] (==) Using system config directory "/usr/share/X11/xorg.conf.d" [ 6.724] (==) No Layout section. Using the first Screen section. [ 6.724] (==) No screen section available. Using defaults. [ 6.724] (**) |-->Screen "Default Screen Section" (0) [ 6.724] (**) | |-->Monitor "" [ 6.725] (==) No monitor specified for screen "Default Screen Section". Using a default monitor configuration. [ 6.725] (==) Automatically adding devices [ 6.725] (==) Automatically enabling devices [ 6.725] (==) Automatically adding GPU devices [ 6.725] (==) Max clients allowed: 256, resource mask: 0x1f [ 6.727] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist. [ 6.727]Entry deleted from font path. [ 6.729] (==) FontPath set to: /usr/share/fonts/X11/misc, /usr/share/fonts/X11/100dpi/:unscaled, /usr/share/fonts/X11/75dpi/:unscaled, /usr/share/fonts/X11/Type1, /usr/share/fonts/X11/100dpi, /usr/share/fonts/X11/75dpi, built-ins [ 6.729] (==) ModulePath set to "/usr/lib/xorg/modules" [ 6.729] (II) The server relies on udev to provide the list of input devices. If no devices become available, reconfigure udev or disable AutoAddDevices. [ 6.729] (II) Loader magic: 0x559d67472dc0 [ 6.729] (II) Module ABI versions: [ 6.729]X.Org ANSI C Emulation: 0.4 [ 6.729]X.Org Video Driver: 20.0 [ 6.729]X.Org XInput driver : 22.1 [ 6.729]X.Org Server Extension : 9.0 [ 6.729] (++) using VT number 7 [ 6.729] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration [ 6.730] (II)