使用 Wacom 手写板时光标卡在屏幕右侧

使用 Wacom 手写板时光标卡在屏幕右侧

我使用的是 Ubuntu 11.10 x64。当我使用手写板(作为鼠标)将光标移出屏幕右侧时,无法将其移回。唯一的方法是使用鼠标并移到左侧。屏幕的其他侧面不受此影响。当光标在左侧丢失时,键盘也没有响应。

请注意,以下信息显示显示器 DFP2 的分辨率为 1920x1200,但触控笔区域为 5104x3712。使用“$ xsetwacom --set "Wacom Bamboo1 stylus" MapToOuput DFP2”或“$ xsetwacom --set "Wacom Bamboo1 stylus ResetArea”将区域重新设置为 5104x3712。手动将其调整为 1920x1200 将使光标消失/无法使用。

有没有什么办法解决这一问题?

$ fglrxinfo
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Radeon HD 4870 X2 
OpenGL version string: 3.3.11399 Compatibility Profile Context

display: :0  screen: 1
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: ATI Radeon HD 4870 X2 
OpenGL version string: 3.3.11399 Compatibility Profile Context

$ xinput --list
⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ Wacom Bamboo1 stylus                      id=8    [slave  pointer  (2)]
⎜   ↳ Microsoft Comfort Optical Mouse 1000      id=11   [slave  pointer  (2)]
⎜   ↳ Wacom Bamboo1 eraser                      id=12   [slave  pointer  (2)]
⎜   ↳ Wacom Bamboo1 cursor                      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)]
    ↳ Power Button                              id=7    [slave  keyboard (3)]
    ↳ Logitech Logitech USB Keyboard            id=9    [slave  keyboard (3)]
    ↳ Logitech Logitech USB Keyboard            id=10   [slave  keyboard (3)]


$ xsetwacom --list devices
Wacom Bamboo1 stylus                id: 8   type: STYLUS    
Wacom Bamboo1 eraser                id: 12  type: ERASER    
Wacom Bamboo1 cursor                id: 13  type: CURSOR    

$ xsetwacom --version
0.11.0

$ xsetwacom --get "Wacom Bamboo1 stylus" all
Option "Area" "0 0 5104 3712"
'Button' requires exactly 1 value(s).
Option "ToolDebugLevel" "0"
Option "TabletDebugLevel" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressureCurve" "0 0 100 100"
Option "Mode" "Absolute"
Option "TabletPCButton" "on"
Option "Touch" "on"
Option "Gesture" "off"
Option "ZoomDistance" "50"
Option "ScrollDistance" "20"
Option "TapTime" "250"
Option "Capacity" "-1"
Property 'Wacom Proximity Threshold' does not exist on device.
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "27"
Option "ToolID" ""
Option "ToolSerial" ""
Option "TabletID" ""

$ xrandr
Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 1920 x 1920
DFP1 disconnected (normal left inverted right x axis y axis)
DFP2 connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 324mm
   1920x1200      60.0*+
   1920x1080      60.0 +
   1680x1050      60.0 +
   1440x900       59.9 +
   1280x800       60.0 +
   1152x648       60.0 +
   1600x1200      60.0  
   1400x1050      60.0  
   1600x900       60.0  
   1360x1024      60.0  
   1280x1024      60.0  
   1280x960       60.0  
   1152x864       60.0  
   1280x768       59.9  
   1280x720       60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   720x480        60.0  
   640x480        60.0  
CRT1 disconnected (normal left inverted right x axis y axis)
CRT2 disconnected (normal left inverted right x axis y axis)
TV disconnected (normal left inverted right x axis y axis)
CV disconnected (normal left inverted right x axis y axis)

答案1

我有一个 Bamboo Connect,最新版本。为了使它工作,我需要一个新的 wacom 驱动程序 0.12.x。我一直在使用从源代码编译的 0.12.0,每次内核更新都需要重新编译。我检查了一下,发现可以通过 PPA 从启动板上获得更新的 0.12.1。我通过添加 PPA 来安装它,其中包含软件源、其他软件选项卡和添加...按钮。以下行作为“APT 行:”输入,然后按添加源按钮。

deb http://ppa.launchpad.net/lekensteyn/wacom-tablet/ubuntu oneiric main

然后我运行更新管理器并单击检查按钮以确保新的 PPA 可供安装。

然后我运行软件中心,搜索 wacom,点击“显示技术项目”,并安装了 wacom-dkms 包

最后我重新启动以运行新的驱动程序。

由于我有一台较新的 Wacom Bamboo,我无法保证这一定能解决您的问题,但它可以正常工作。

答案2

我刚刚遇到了类似的问题,但是我的笔记本电脑只安装了一个显示器。这个帖子让我思考如何修复它。

原因: 原来我的系统自动检测到了备用显示输出(我没有使用),并启用了第二个显示器。我的显示器直接滚动到右侧的幽灵显示器。

解决方案: 我在设置中关闭了第二个显示器,问题就解决了。当然,当我将 HDMI 电视插入观看电影时,我可能必须再次启用它,但这没什么大不了的。

答案3

我全新安装了 ubuntu 12.04 x64,现在问题已经消失。

相关内容