AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题

问题[xinput](ubuntu)

Martin Hope
Peter
Asked: 2020-09-15 05:23:40 +0800 CST

“坐标变换矩阵”和“libinput 校准矩阵”——它们有什么关系?

  • 2

“libinput Calibration Matrix”的确切格式是什么(即它的每个元素代表什么)以及它与“坐标变换矩阵”有什么关系?如果“坐标变换矩阵”负责将触摸屏点映射到显示点,为什么还不够,为什么还需要“libinput 校准矩阵”?每个矩阵负责校准过程的哪一部分?

我还没有找到一个参考站点来解释“libinput Calibration Matrix”代表什么元素(与“坐标变换矩阵”相反)。我设法找到的是相关系数的以下“定义”:

a = (screen_x * 6 / 8) / (c3_x - c0_x)
c = ((screen_x / 8) - (a * c0_x)) / screen_x
e = (screen_y * 6 / 8) / (c3_y - c0_y)
f = ((screen_y / 8) - (e * c0_y)) / screen_y

没有任何解释它们是如何派生的/它们应该代表什么。总结一下:“libinput校准矩阵”的“官方”定义是什么,它与“坐标变换矩阵”有什么不同?

xorg touchscreen xinput libinput
  • 1 个回答
  • 3417 Views
Martin Hope
MariusSiuram
Asked: 2020-09-13 01:34:01 +0800 CST

如何重新映射(识别?)Corsair M55 左手按钮?

  • 1

我是左撇子,并且与我的右撇子 SO 共享某些设备。我购买了 Corsair M55,考虑到它的对称设计和左手和右手配置的两(四)个“拇指按钮”,它似乎足以作为中层可共享设备。

然而 axinput --test <id>表明:

  • 按钮 1-2-3 是标准的(我计划重新映射 1 和 3 以便在我的帐户中左手使用)。
  • 按钮 4-5 是滚轮按钮。
  • 右手拇指按钮(物理上位于鼠标左侧的那些)是 8 和 9。
  • 左手拇指按钮(物理上位于鼠标的右侧)不会触发任何东西。

我怎样才能使用这些按钮?为什么他们不触发任何 xinput 事件?我错过了任何一步吗?

mouse xinput
  • 1 个回答
  • 718 Views
Martin Hope
Parth Shah
Asked: 2020-09-07 04:57:57 +0800 CST

戴尔有源笔 PN350M 无法正常工作

  • 2

我在 Dell Inspiron 15 7591 2 合 1 上运行 Ubuntu 20.04。笔记本电脑配有手写笔,戴尔 PN350M 有源笔,不幸的是,它在我的系统下无法正常工作。我发现笔使用 Microsoft Pen 协议与我的设备配对。以下是一些可能有助于解决此问题的输出。

我发现它sudo evtest完美地显示了压力读数,但xinput --test根本不显示压力读数,并且尖端被视为按钮 1。

sudo evtest
[sudo] password for parth: 
No device specified, trying to scan all of /dev/input/event*
Available devices:
/dev/input/event0:  Lid Switch
/dev/input/event1:  Power Button
/dev/input/event2:  Sleep Button
/dev/input/event3:  AT Translated Set 2 keyboard
/dev/input/event4:  Integrated_Webcam_HD: Integrate
/dev/input/event5:  DELL0908:00 04F3:30E3 Mouse
/dev/input/event6:  Dell WMI hotkeys
/dev/input/event7:  Intel HID events
/dev/input/event8:  Intel HID 5 button array
/dev/input/event9:  PS/2 Generic Mouse
/dev/input/event10: 2.4G Mouse
/dev/input/event11: 2.4G Mouse
/dev/input/event12: DELL0908:00 04F3:30E3 Touchpad
/dev/input/event13: Video Bus
/dev/input/event14: Video Bus
/dev/input/event15: CUST0000:00 27C6:0118
/dev/input/event16: CUST0000:00 27C6:0118 Stylus
/dev/input/event17: CUST0000:00 27C6:0118 UNKNOWN
/dev/input/event18: sof-hda-dsp Headphone Mic
/dev/input/event19: sof-hda-dsp HDMI/DP,pcm=3
/dev/input/event20: sof-hda-dsp HDMI/DP,pcm=4
/dev/input/event21: sof-hda-dsp HDMI/DP,pcm=5
Select the device event number [0-21]: 16
Input driver version is 1.0.1
Input device ID: bus 0x18 vendor 0x27c6 product 0x118 version 0x100
Input device name: "CUST0000:00 27C6:0118 Stylus"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
  Event type 3 (EV_ABS)
    Event code 47 (ABS_MT_SLOT)
      Value      0
      Min        0
      Max        9
    Event code 53 (ABS_MT_POSITION_X)
      Value      0
      Min        0
      Max     5760
      Resolution      17
    Event code 54 (ABS_MT_POSITION_Y)
      Value      0
      Min        0
      Max     3240
      Resolution      17
    Event code 57 (ABS_MT_TRACKING_ID)
      Value      0
      Min        0
      Max    65535
    Event code 58 (ABS_MT_PRESSURE)
      Value      0
      Min        0
      Max     1023
    Event code 59 (ABS_MT_DISTANCE)
      Value      0
      Min        0
      Max        1
Properties:
  Property type 1 (INPUT_PROP_DIRECT)
Testing ... (interrupt to exit)
Event: time 1599396868.187587, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value 43
Event: time 1599396868.187587, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 3767
Event: time 1599396868.187587, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1597
Event: time 1599396868.187587, -------------- SYN_REPORT ------------
Event: time 1599396868.189591, type 3 (EV_ABS), code 59 (ABS_MT_DISTANCE), value 0
Event: time 1599396868.189591, type 3 (EV_ABS), code 58 (ABS_MT_PRESSURE), value 11
Event: time 1599396868.189591, -------------- SYN_REPORT ------------
xinput --test 15
motion a[0]=44467 a[1]=32959 
button press   1 a[0]=44467 a[1]=32959 
motion a[0]=44467 a[1]=32939 
motion a[0]=44490 a[1]=32919 
motion a[0]=44501 a[1]=32878 
motion a[0]=44524 a[1]=32858 
motion a[0]=44546 a[1]=32818 
motion a[0]=44592 a[1]=32757 
motion a[0]=44626 a[1]=32716 
motion a[0]=44672 a[1]=32676 
motion a[0]=44717 a[1]=32656 
motion a[0]=44774 a[1]=32615 
motion a[0]=44831 a[1]=32595 
motion a[0]=44888 a[1]=32575 
motion a[0]=44956 a[1]=32575 
motion a[0]=45013 a[1]=32575 
motion a[0]=45070 a[1]=32575 
motion a[0]=45127 a[1]=32555 
motion a[0]=45195 a[1]=32555 
motion a[0]=45252 a[1]=32534 
motion a[0]=45309 a[1]=32514 
motion a[0]=45366 a[1]=32494 
motion a[0]=45422 a[1]=32454 
motion a[0]=45491 a[1]=32433 
motion a[0]=45548 a[1]=32413 
motion a[0]=45616 a[1]=32393 
motion a[0]=45695 a[1]=32373 
motion a[0]=45775 a[1]=32332 
motion a[0]=45832 a[1]=32312 
motion a[0]=45877 a[1]=32292 
motion a[0]=45912 a[1]=32292 
motion a[0]=45934 a[1]=32272 
motion a[0]=45934 a[1]=32251 
motion a[0]=45946 a[1]=32231 
motion a[0]=45946 a[1]=32211 
motion a[0]=45946 a[1]=32191 
motion a[0]=45957 a[1]=32150 
motion a[0]=45957 a[1]=32110 
motion a[0]=45968 a[1]=32049 
motion a[0]=45980 a[1]=32009 
motion a[0]=45991 a[1]=31928 
motion a[0]=46048 a[1]=31665 
motion a[0]=46037 a[1]=31705 
motion a[0]=46105 a[1]=31422 
motion a[0]=46094 a[1]=31443 
motion a[0]=46105 a[1]=31402 
motion a[0]=46116 a[1]=31341 
motion a[0]=46116 a[1]=31341 
button release 1 a[0]=46116 a[1]=31341

任何帮助,将不胜感激!

dell stylus evdev input xinput
  • 1 个回答
  • 1459 Views
Martin Hope
Edwin Fellows
Asked: 2020-05-22 10:41:50 +0800 CST

我必须使用什么“坐标变换矩阵”才能让我的触摸屏正常工作?

  • 2

有人可以帮助我吗,我在这里拉头发。我已经尝试了好几天来解决这个问题。

Ubuntu 18.04.4 显示设置:右触摸框:IRTOUCH 系统

如果我在终端中使用以下命令尝试校准我的触摸,我会得到以下结果

xinput set-prop "USB Touchscreen 6615:0001"  --type=float "Coordinate Transformation Matrix" 0 1 0 -1 0 1 0 0 1

我的左/右是正确的,但我的上/下是不正确的

如果我使用

xinput set-prop "USB Touchscreen 6615:0001"  --type=float "Coordinate Transformation Matrix" 0 -1 1 1 0 0 0 0 1

我的左/右不正确,但我的上/下是正确的

我试图弄清楚使用什么组合来正确配置我的触摸。我尝试安装从制造商处下载的驱动程序,但也无法正常工作。有谁知道我必须使用什么“坐标变换矩阵”来让我的左/右和上/下正常工作。

touchscreen xinput
  • 2 个回答
  • 5040 Views
Martin Hope
Astrognome
Asked: 2020-05-16 13:11:41 +0800 CST

图形输入板 (Huion WH1409) 正确加载驱动程序,但在 Ubuntu 20.04 上未收到任何输入

  • 0

我在 Ubuntu 20.04 中的图形输入板 (Huion WH1409) 出现问题。它以前在 Ubuntu 中运行良好,开箱即用,基本运行良好,无需安装驱动程序或配置。

现在它只是没有输入。它显示得很好,并且 uclogic 驱动程序似乎正确加载。

这是插入平板电脑时的 dmesg 输出:

[20986.273215] usb 3-4.1.3: new full-speed USB device number 14 using xhci_hcd
[20986.412674] usb 3-4.1.3: New USB device found, idVendor=256c, idProduct=006e, bcdDevice= 0.00
[20986.412677] usb 3-4.1.3: New USB device strings: Mfr=5, Product=6, SerialNumber=0
[20986.412680] usb 3-4.1.3: Product: PenTablet 
[20986.525040] input: PenTablet  Pen as /devices/pci0000:00/0000:00:07.1/0000:29:00.3/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.0/0003:256C:006E.000F/input/input34
[20986.525369] input: PenTablet  Pad as /devices/pci0000:00/0000:00:07.1/0000:29:00.3/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.0/0003:256C:006E.000F/input/input35
[20986.525529] uclogic 0003:256C:006E.000F: input,hidraw0: USB HID v1.11 Keypad [PenTablet ] on usb-0000:29:00.3-4.1.3/input0
[20986.534645] input: PenTablet  Mouse as /devices/pci0000:00/0000:00:07.1/0000:29:00.3/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.1/0003:256C:006E.0010/input/input36
[20986.534878] uclogic 0003:256C:006E.0010: input,hiddev0,hidraw1: USB HID v1.11 Mouse [PenTablet ] on usb-0000:29:00.3-4.1.3/input1
[20986.539404] input: PenTablet  Keyboard as /devices/pci0000:00/0000:00:07.1/0000:29:00.3/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.2/0003:256C:006E.0011/input/input38
[20986.597294] input: PenTablet  Consumer Control as /devices/pci0000:00/0000:00:07.1/0000:29:00.3/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.2/0003:256C:006E.0011/input/input39
[20986.597392] input: PenTablet  System Control as /devices/pci0000:00/0000:00:07.1/0000:29:00.3/usb3/3-4/3-4.1/3-4.1.3/3-4.1.3:1.2/0003:256C:006E.0011/input/input40
[20986.597500] uclogic 0003:256C:006E.0011: input,hidraw3: USB HID v1.0b Keyboard [PenTablet ] on usb-0000:29:00.3-4.1.3/input2

这是相关部分xinput --list

PenTablet  Pen stylus                       id=14   [slave  pointer  (2)]
PenTablet  Pad pad                          id=15   [slave  pointer  (2)]

xev不显示笔或笔或数位板上的任何按钮的输出。

我已经确认这款平板电脑在 Windows 中运行良好,而且在以前的 ubuntu 版本中也确实可以正常运行。

编辑:我还想指出,我使用 xorg 将平板电脑设置为使用以前也可以使用的 wacom 驱动程序。发生同样的事情,加载驱动程序正常,显示在 xsetwacom 中,但没有收到任何输入。

graphics-tablet input-devices xinput
  • 1 个回答
  • 775 Views
Martin Hope
D Songwriter
Asked: 2020-05-03 08:51:22 +0800 CST

如何在无线 USB 键盘的触摸板上禁用捏合、缩放和滑动?

  • 1

我正在使用带有 Ubuntu 20.04 的英特尔 NUC。它主要用作HTPC和浏览网页。我想使用带有内置触摸板的无线键盘。我试过两个,每个都有类似的问题。当我使用两指滚动时,罗技 K400+ 喜欢自动缩放。它通常可以正常工作,但会定期放大。1byOne 的类似键盘在不缩放方面做得更好,但它喜欢在滑动时输入鼠标光标移动......这会将我带到另一个应用程序或桌面。

我已经阅读了几天关于 xinput 和 libinput 的文章。设备列表道具不显示任何明显是缩放、捏合或滑动功能的东西。

我想找到它在 linux 中处理来自触摸板的输入的位置并让它忽略这些功能(我使用 ctrl-shift-+ 和 - 来放大和缩小..不希望触摸板这样做)。

我已经阅读了有关更改为突触的信息,但没有发现任何可以回答我的问题的文档。

我希望有人有一个好的解决方案,这让我发疯。

谢谢你。

multi-touch touchpad xinput libinput
  • 2 个回答
  • 3249 Views
Martin Hope
brett stevens
Asked: 2020-04-10 07:15:23 +0800 CST

19.10:Thinkpad X1 Tablet gen 2 跟踪点不工作

  • 0

我有两台 Thinkpad X1 平板电脑 gen 2。一台运行 Ubuntu 19.04,另一台运行 Ubuntu 19.10。这台机器有一个可拆卸的键盘,其中包含一个触控板和轨迹点。触控板的左下角和右下角有两个按钮。空格键下方是三个鼠标按钮。

当我购买机器时,trackpoint 无法正常工作,但它的补丁最终进入了内核(我认为是 17.10),请参阅这个线程和另一个. 它已经工作了几年,但昨天我注意到空格键下方的轨迹点和左右按钮在我的 19.10 机器上不起作用。我一个月前升级到 19.10,恐怕我没有注意到它是否停止工作,因为在过去一个月的大部分时间里,我一直用鼠标将它连接到扩展坞上。我昨天做的另一件事是从一个连接的驱动器短暂地将计算机启动到 Windows,这会破坏启动,所以我安装了一个实时的 Ubuntu 19.10 来修复 grub。在实时 Ubuntu 19.10 中,trackpoint 工作正常。

在跟踪点工作的 19.04 机器上,当我对以下任何文件进行分类时,我会收到跟踪点和按钮事件

/开发/输入/鼠标2

/dev/input/event9

/dev/input/event10

/dev/hidraw3

前两个不显示触控板及其按钮的事件,但 event10 和 hidraw 显示触控板、轨迹点和所有按钮的事件。

event9 和 event 10 的 xinput 设备分别是“PRIMAX ThinkPad X1 Tablet Thin Keyboard Gen 2 Mouse”和“PRIMAX ThinkPad X1 Tablet Thin Keyboard Gen 2 Touchpad”。

当我跑

xinput --test "PRIMAX ThinkPad X1 Tablet Thin Keyboard Gen 2 Mouse"

我得到了跟踪点及其三个按钮的事件,但没有得到触控板的事件。当我跑

xinput --test "PRIMAX ThinkPad X1 Tablet Thin Keyboard Gen 2 Touchpad",

我得到触控板及其按钮的事件,而不是轨迹点或其按钮。

在跟踪点不起作用的运行 19.10 的机器上,两个相同的 xinput 设备都存在。它们的属性与xinput --list-props我的 19.04 机器上的相同。我从“PRIMAX ThinkPad X1 Tablet Thin Keyboard Gen 2 Touchpad”获得触控板和按钮事件,而我从“PRIMAX ThinkPad X1 Tablet Thin Keyboard Gen 2 Mouse”仅获得按钮 2 事件。当我cat /dev/input/mouse[n]或/dev/input/event9我一无所获时。 cat /dev/input/event10并/dev/hidraw3给我触控板、轨迹点和所有按钮的事件。

2020-05-11 更新

这是一些内核数据。

跟踪点在我的内核 5.0.0-38-generic 的 Ubuntu 19.04 X1 平板电脑上运行

它适用于内核分别为 5.3.0-28-generic 和 5.3.0.18-generic 的 Ubuntu live USB 18.04 和 19.10。

它不适用于内核为 5.4.0-26-generic 的 Ubuntu live USB 20.04。

thinkpad evdev trackpoint xinput
  • 2 个回答
  • 1426 Views
Martin Hope
Eirik
Asked: 2019-12-14 04:23:02 +0800 CST

如何关闭 Wayland 内的跟踪点?

  • 1

我的笔记本电脑有一个不稳定的跟踪点,不断移动鼠标。

使用 xorg 时,我可以使用此命令将其关闭: xinput -set-prop "AlpsPS/2 ALPS DualPoint Stick" "Device Enabled" 0

似乎 xinput 不是 Wayland 上的东西?快速搜索给了我 libinput,但 libinput 让我无法关闭跟踪点(据我所知)

那么我将如何关闭 Wayland 中的跟踪点?或者除了 xinput/libinput 还有其他方法吗?

系统信息:

东芝Portege Z30A

Ubuntu 19.10 GNOME

*更新:

我发现了这个讨论:https ://gist.github.com/fghaas/3406be59095de212182f1803a503a64b#file-75-input-rules

这似乎完全符合我的需要,但我不明白如何执行它。我能得到一些帮助来理解它吗?我在哪里放什么?

mouse wayland trackpoint xinput libinput
  • 1 个回答
  • 1161 Views
Martin Hope
arty
Asked: 2019-11-25 06:01:55 +0800 CST

无法让 ubuntu 自动启动我的脚本

  • 1

我需要强制安装在 ubuntu 18.04 上的 KDE Plasma 在启动时(登录后)运行以下脚本:

xinput --map-to-output "Wacom HID 48DE Finger touch" eDP-1-1
xinput --map-to-output "Wacom HID 48DE Pen stylus" eDP-1-1
xinput --map-to-output "Wacom HID 48DE Pen eraser" eDP-1-1

所以我把它放进去

/etc/X11/xinit/xinitrc
crontab -e
~/.bashrc
~/.profile
maybe some other places that I forgot

我还用这 3 行创建了一个 *.sh 并将其放在“桌面文件”部分和“脚本文件”部分的设置->自动启动中。在后一个中,我放了两次:在“启动”选项下和“会话启动前”选项下。我把它放在设置->登录屏幕(sddm)“高级”选项卡->命令->“重启命令”部分。我还尝试在 'cd ~/.config/autostart/' 中创建一个 *.desktop 文件,并将以下内容放入其中:

[Desktop Entry]
Type=Application
Exec="/usr/bin/xinput_autostart.sh"
Name=Xinput

我把它放在有和没有“root”和“sudo”处方的地方,我把它放在我只能在互联网上找到的任何地方,但它不起作用。但是,当我在终端中手动执行完全相同的行时,或者如果我只是双击 *.sh 文件,它就可以工作了!!!我没有想法,请帮助!

scripts kde autostart xinput
  • 2 个回答
  • 1158 Views
Martin Hope
Chris Keller
Asked: 2019-11-14 20:10:38 +0800 CST

Toughbook CF-19 上的 xinput_calibrator 出现问题

  • 0

使用 Xubuntu 19.10,我正在尝试校准 Toughbook CF-19 MK5 的触摸屏。我已经xinput_calibrator按照其他人的建议使用它完成并给了我一个片段以复制到 xorg.conf 文件中,但是有一个问题:

chris@helmhorn:~$ sudo xinput_calibrator -v
Calibrating standard Xorg driver "Fujitsu Component USB Touch Panel Pen (0)"
        current calibration values: min_x=0, max_x=16777215 and min_y=0, max_y=16777215
        If these values are estimated wrong, either supply it manually with the --precalib option, or run the 'get_precalib.sh' script to automatically get it (through HAL).
DEBUG: Name 'Fujitsu Component USB Touch Panel Pen (0)' does not match any in '/sys/class/input/event*/device/name'
        --> Making the calibration permanent <--
  copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf' (/usr/share/X11/xorg.conf.d/ in some distro's)
Section "InputClass"
        Identifier      "calibration"
        MatchProduct    "!!Name_Of_TouchScreen!!"
        Option  "MinX"  "1267029"
        Option  "MaxX"  "16165546"
        Option  "MinY"  "615310"
        Option  "MaxY"  "14567195"
        Option  "SwapXY"        "0" # unless it was already set to 1
        Option  "InvertX"       "0"  # unless it was already set
        Option  "InvertY"       "0"  # unless it was already set
EndSection

Change '!!Name_Of_TouchScreen!!' to your device's name in the config above.

未应用校准,将代码段/usr/share/X11/xorg.conf.d/99-calibration.conf与其他 xorg 文件放在一起并重新启动无效。我怀疑错误信息Name 'Fujitsu Component USB Touch Panel Pen (0)' does not match any in '/sys/class/input/event*/device/name'是关键,但通过谷歌找不到太多信息。

比较来自两个相关来源的设备名称:

chris@helmhorn:~$ cat /sys/class/input/event*/device/name | grep Fujitsu
Fujitsu Component USB Touch Panel
chris@helmhorn:~$ sudo xinput_calibrator --list
Device "Fujitsu Component USB Touch Panel Pen (0)" id=13

设备名称不完全匹配,将这些值中的任何一个放在 xorg.conf.d 文件中都没有效果。

编辑:我在谷歌上能找到的最好的信息是这个韩语网站,我必须和翻译一起阅读;基本上它建议使用不同的匹配器,如MatchUSBID "28bd: 000c".

这是迄今为止我发现的最清晰的信息:

chris@helmhorn:~$ sudo xinput --list
⎡ Virtual core pointer                          id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouse                        id=11   [slave  pointer  (2)]
⎜   ↳ Fujitsu Component USB Touch Panel Pen (0) 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)]
    ↳ Fujitsu Component USB Touch Panel         id=9    [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=10   [slave  keyboard (3)]
    ↳ Panasonic Laptop Support                  id=12   [slave  keyboard (3)]
chris@helmhorn:~$ sudo xinput_calibrator --list
Device "Fujitsu Component USB Touch Panel Pen (0)" id=13

它仍然没有告诉我出了什么问题,但它将触摸面板和笔显示为单独的设备,并且校准器正在尝试使用笔。

编辑:我在同一硬件上发现了一个有非常相似问题的人最近发表的一篇博文。在 xorg.conf 不起作用后,他们决定创建一个xinput set-prop在登录时调用的脚本。我会看看他们的解决方案是否适合我。作为奖励,他们谈到了我也需要的屏幕键盘。

xorg touchscreen xinput
  • 1 个回答
  • 2161 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve