Fedora問題總結

來源:互聯網
上載者:User

Fedora問題總結 1.解決觸控板Tap不能用的問題 Fedora預設的Gnome會帶著一個GUI的工具,但是LXDE裡我這裡就沒有,所以只能修改設定檔來解決問題。 [html] [androidyue@localhost ~]$ cd /usr/share/X11/xorg.conf.d/  10-evdev.conf             50-synaptics.conf         50-vmmouse.conf             10-quirks.conf            50-synaptics.conf_backup  50-wacom.conf               [androidyue@localhost ~]$ cd /usr/share/X11/xorg.conf.d/  [androidyue@localhost xorg.conf.d]$ sudo vim 50-synaptics.conf   建議修改之前先備份,如果修改錯誤,導致無法進入系統。然後增加這樣一段代碼:[html] Section "InputClass"      Identifier "tap-by-default"      MatchIsTouchpad "on"      Option "TapButton1" "1"  EndSection  儲存,重啟系統即可。如果無法進入系統,可能是配置錯了,恢複之前的備份,更改錯誤即可。 2.No package 'libnautilus-extension' found [html] sudo yum install nautilus-devel   3.configure: error: couldn’t find docutils [html] sudo yum install python-docutils   

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.