小编Tyl*_*ler的帖子

什么可能会阻止 xrandr 屏幕之间的鼠标移动?

我已按照此HowTo 中概述的步骤进行操作。

在我登录到 Gnome 后,我可以来回移动鼠标,但是一旦任务栏加载,鼠标就会在其所在的屏幕中被监禁(无法在屏幕之间移动)。

这是我的 xorg.conf:

 Section "ServerLayout"
            Identifier     "Layout0"
            Screen      0  "DisplayLinkScreen" 0 0
            Screen   1  "Screen0" LeftOf "DisplayLinkScreen"
            InputDevice    "Keyboard0" "CoreKeyboard"
            InputDevice    "Mouse0" "CorePointer"
            Option     "Xinerama" "0" #Could not get this to work it has to be disable
EndSection

Section "Files"
 ModulePath   "/usr/local/lib/xorg/modules/drivers"
 ModulePath      "/usr/lib/xorg/modules/drivers"
 ModulePath      "/usr/local/lib"

 ModulePath   "/usr/lib/xorg/modules"
 FontPath     "/usr/share/fonts/X11/misc"
 FontPath     "/usr/share/fonts/X11/cyrillic"
 FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
 FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
 FontPath     "/usr/share/fonts/X11/Type1"
 FontPath     "/usr/share/fonts/X11/100dpi"
 FontPath     "/usr/share/fonts/X11/75dpi"
 FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 FontPath     "built-ins"
EndSection

Section "Module"
 Load  "dbe"
 Load  "dri"
 Load …
Run Code Online (Sandbox Code Playgroud)

xrandr displaylink mouse 10.04

10
推荐指数
1
解决办法
1723
查看次数

标签 统计

10.04 ×1

displaylink ×1

mouse ×1

xrandr ×1