openSuse 11.3 USB 鼠标和USB键盘问题

发布于 2024-09-14 01:03:48 字数 110 浏览 6 评论 0原文

我刚刚安装了 openSuse 11.3,当我插入 USB 鼠标或 USB 键盘时,似乎没有任何反应。 有什么问题吗?有什么快速的问题/解决方案吗?原因是我对openSuse不熟悉。

苏丹

I've just installed openSuse 11.3 and when I plug-in my usb mouse or usb keyboard seem nothing happens.
What is the problem is there any quick issues/solutions on it? The reason I'm not familiar to openSuse.

Sultan

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

南渊 2024-09-21 01:03:48

几天以来我遇到了同样的问题。无法识别第一次击键。不幸的是,此处发布的解决方法对我不起作用,笔记本电脑上的 AutoAddDevices = off 不是解决方案。

OpenSUSE 论坛上发布了一个解决方案:
http://forums. opensuse.org/english/get-help-here/hardware/445907-keyboard-mouse-freezes-11.html

I have the same problem since a few days. The first keystrokes are not recognized. Unfortunately the workaround posted here does not work for me, AutoAddDevices = off on a notebook is not a solution.

There is a solution posted at the OpenSUSE forums:
http://forums.opensuse.org/english/get-help-here/hardware/445907-keyboard-mouse-freezes-11.html

淑女气质 2024-09-21 01:03:48

刚刚有同样的问题。我找到了一个错误报告
启动到运行级别 3 并将以下内容添加到 /etc/X11/xorg.conf 的 ServerFlags 部分:

选项“AutoAddDevices”“off”

似乎可以解决鼠标和键盘问题(在我的笔记本电脑上),但其他似乎都无法正常工作。

我暂时回到11.2。


运行 Xorg -configure 在您的主目录中创建 xorg.conf.new 文件。然后您可以将其复制到 /etc/X11/xorg.conf
然后添加以下内容:

Section "ServerFlags"
    option  "AutoAddDevices"  "off"
EndSection

Just had the same issue. I found a bug report for it.
Booting to runlevel 3 and adding the following to the ServerFlags section of /etc/X11/xorg.conf:

option "AutoAddDevices" "off"

seems to fix the mouse and keyboard issue (on my laptop), but nothing else seems to work properly.

I am going back to 11.2 for the time being.


Run Xorg -configure to create an xorg.conf.new file in your home directory. You can then copy that to /etc/X11/xorg.conf
Then add the following:

Section "ServerFlags"
    option  "AutoAddDevices"  "off"
EndSection
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文