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