Jump to content
Read the Funtoo Newsletter: Summer 2023 ×
  • 0

About INPUT_DEVICES variable.


Sandro

Question

I to all.

I've in make.conf:

>
	INPUT_DEVICES="keyboard mouse evdev"

But, if i ask wit `qlist -IC x11-dri` or with emerge -p @x11-module-rebuild

[/code]

I obtain :

	[ebuild   R    ] x11-drivers/nvidia-drivers-396.45-r1:0/396::core-hw-kit  USE="X acpi driver gtk3 kms
(multilib) tools uvm -compat -pax_kernel -static-libs -wayland" ABI_X86="32 (64) (-x32)" 86067 KiB 
[ebuild   R    ] x11-drivers/xf86-input-synaptics-1.9.0::xorg-kit  0 KiB 
[ebuild   R    ] x11-drivers/xf86-input-libinput-0.25.1::xorg-kit  362 KiB 
[ebuild   R    ] x11-drivers/xf86-input-mouse-1.9.2::xorg-kit  369 KiB 
[ebuild   R    ] x11-drivers/xf86-input-evdev-2.10.5::xorg-kit  397 KiB 
[ebuild   R    ] x11-drivers/xf86-input-keyboard-1.9.0::xorg-kit  334 KiB

Why synaptics are installed also if i've not declared it in INPUT_DEVICES ?

Thanx for answers :)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

sandro@ci74771ht ~ $ equery u xorg-drivers
[ Legend : U - final flag setting for installation]
[        : I - package is installed with flag     ]
[ Colors : set, unset                             ]
* Found these USE flags for x11-base/xorg-drivers-1.19:
U I
- - input_devices_elographics : <unknown>
+ + input_devices_evdev       : <unknown>
- - input_devices_joystick    : <unknown>
+ + input_devices_keyboard    : <unknown>
- - input_devices_libinput    : <unknown>
+ + input_devices_mouse       : <unknown>
- - input_devices_penmount    : <unknown>
- - input_devices_synaptics   : <unknown>
- - input_devices_tslib       : <unknown>
- - input_devices_vmmouse     : <unknown>
- - input_devices_void        : <unknown>
- - input_devices_wacom       : <unknown>
- - video_cards_amdgpu        : <unknown>
- - video_cards_ast           : <unknown>
- - video_cards_dummy         : <unknown>
- - video_cards_epson         : <unknown>
- - video_cards_fbdev         : <unknown>
- - video_cards_fglrx         : <unknown>
- - video_cards_glint         : <unknown>
- - video_cards_i915          : <unknown>
- - video_cards_i965          : <unknown>
- - video_cards_intel         : <unknown>
- - video_cards_mga           : <unknown>
- - video_cards_nouveau       : <unknown>
- - video_cards_nv            : <unknown>
+ + video_cards_nvidia        : <unknown>
- - video_cards_qxl           : <unknown>
- - video_cards_r128          : <unknown>
- - video_cards_radeon        : <unknown>
- - video_cards_radeonsi      : <unknown>
- - video_cards_siliconmotion : <unknown>
- - video_cards_vesa          : <unknown>
- - video_cards_via           : <unknown>
- - video_cards_virtualbox    : <unknown>
- - video_cards_vmware        : <unknown>


Ok ..... I've comprised all now; Thx very much.

Link to comment
Share on other sites

  • 0
On 10/8/2018 at 11:27 PM, jhan said:

Does that mean that you found the reason? If yes, what was the problem?

I understood that INPUT_DEVICES is "respected"
However, I did not really understand why xf86-drivers-synaptics even if disabled is still installed.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...