+ -
当前位置:首页 → 问答吧 → 谁升级到3.1内核的

谁升级到3.1内核的

时间:2011-10-26

来源:互联网

Acer4743G安装ubuntu11.10之后安装了官方的Gnome3,发现两个问题,大家来围观一下啊
1.触摸板的滚轮功能不好用
搜索了半天,很多人说是/etc/X11/xorg.conf.d/*synaptics.conf的问题,考虑到我的10.04下面一切正常,我去10.04下面把那边的这个配置文件cp过来了内容如下:
代码:
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
#   Option "OptionName" "value"
#
Section "InputClass"
   Identifier "touchpad catchall"
   MatchIsTouchpad "on"
   MatchDevicePath "/dev/input/event*"
   Driver "synaptics"
EndSection

Section "InputClass"
   Identifier "Dell Inspiron embedded buttons quirks"
   MatchTag "inspiron_1011|inspiron_1012"
   MatchDevicePath "/dev/input/event*"
   Driver "synaptics"
   Option "JumpyCursorThreshold" "90"
   Option "AreaBottomEdge" "4100"
EndSection

Section "InputClass"
   Identifier "Dell Inspiron quirks"
   MatchTag "inspiron_1120"
   MatchDevicePath "/dev/input/event*"
   Driver "synaptics"
   Option "JumpyCursorThreshold" "250"
EndSection

Section "InputClass"
   Identifier "HP Mininote quirks"
   MatchTag "mininote_1000"
   MatchDevicePath "/dev/input/event*"
   Driver "synaptics"
   Option "JumpyCursorThreshold" "20"
EndSection

按照他的要求在/etc/X11/xorg.conf.d下面也放了一份同样的文件,结果依然是不好使。


2.GNOME的启动面板里面有很多重复的图标
比如说火狐,evince,。。。。,一般都是一个清晰的和一个比较模糊的,清晰的那个路径我找到了,在/usr/share/applications下面,另外一个我想删掉,可是不知道他们藏在什么地方。
上个图,以表真像
附件:

Screenshot.png [ 908.43 KiB | 被浏览 27 次 ]

作者: 1qa2ws3ed   发布时间: 2011-10-26