View previous topic :: View next topic |
Author |
Message |
Richie75 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Jun 2023 Posts: 40
|
Posted: Wed Feb 14, 2024 5:03 am Post subject: Mouse wheel doesn't work after system update |
|
|
I dual boot and the mouse works well in Windows but the wheel doesn't work in Gentoo.
Here is a copy of my /usr/share/X11/xorg.conf.d/40-libinput.conf and make.conf
Code: |
# Match on all types of devices but joysticks
#
# If you want to configure your devices, do not copy this file.
# Instead, use a config snippet that contains something like this:
#
# Section "InputClass"
# Identifier "something or other"
# MatchDriver "libinput"
#
# MatchIsTouchpad "on"
# ... other Match directives ...
# Option "someoption" "value"
# EndSection
#
# This applies the option any libinput device also matched by the other
# directives. See the xorg.conf(5) man page for more info on
# matching devices.
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput tablet catchall"
MatchIsTablet "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
|
Code: |
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j4 -l4"
# NOTE: This stage was built with the bindist Use flag enabled
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C.utf8
ACCEPT_KEYWORDS="~amd64"
ACCEPT_LICENSE="*"
USE="X opengl screencast vpx jpeg pulseaudio cups hpcups text gles2 -icu dbus fbcon gstreamer ipv6 mplayer egl -dvd -dvdr -bluetooth networkmanager elogind -systemd gnome gtk kde qt5 qt6 -ffmpeg -eds ssl bzip2 pipewire qml wayland"
INPUT_DEVICES="evdev"
VIDEO_CARDS="intel i915"
FEATURES="candy"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://mirrors.rit.edu/gentoo/ http://mirror.servaxnet.com/gentoo/"
GRUB_PLATFORMS="efi-64"
SANE_BACKENDS="hp"
|
[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu] |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cavernico n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Southpark/South_Park_-_Sumo.jpg)
Joined: 27 Dec 2020 Posts: 71
|
Posted: Wed Feb 14, 2024 8:42 pm Post subject: Re: Mouse wheel doesn't work after system update |
|
|
Richie75 wrote: |
INPUT_DEVICES="evdev"
|
Hi Richie75, I don't see libinput in your make.conf
i have Code: | INPUT_DEVICES="libinput synaptics wacom" | in mine |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Richie75 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Jun 2023 Posts: 40
|
Posted: Thu Feb 15, 2024 12:11 am Post subject: |
|
|
I thought we had the option of using libinput or evdev? |
|
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: Thu Feb 15, 2024 2:48 am Post subject: |
|
|
Richie75 wrote: | I thought we had the option of using libinput or evdev? |
I run a mouse with evdev just fine. Question is - did you recompile xf86-input-evdev if by change xorg-server has been updated ? Sometimes it does not do it automatically |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|