安装步骤:
1. 下载解压缩
2. Copy the file "fujitsu_drv.o" to the appropriate location
/usr/lib/xorg/modules/input 或者 /usr/X11R6/lib/modules/input
3. Insert the lines below to the file "/etc/X11/XF86Config-4" or "/etc/X11/xorg.conf".
===================
Section "InputDevice"
Identifier "touchscreen"
Driver "fujitsu"
Option "Device" "/dev/ttyS0"
Option "DeviceName" "touchscreen"
Option "MinX" "82"
Option "MinY" "146"
Option "MaxX" "4036"
Option "MaxY" "3999"
Option "SendCoreEvents" "On"
EndSection
Section "ServerLayout"
InputDevice "touchscreen" "CorePointer"
EndSection
4. setserial /dev/ttyS0 port 0x0220 irq 4 autoconfig
5. Copy the file "stylus" to the appropriate location ("/etc/init.d").
6. update-rc.d stylus defaults 90
重新起动后触摸屏正常工作,双击后按住屏幕不动2-3秒可激活右键菜单
3. 安装NTFS读写支持
@ sudo apt-get install ntfs-config
点击“应用程序” - “系统工具” - “NTFS写入支持配置程序”
输入密码,选中对内部设备的读写支持,和外部设备的读写支持,系统会自动扫描你硬盘上的NTFS分区,并重新挂载,这样,你的NTFS分区就能在Feisty下完美读写了
4. gedit打开txt文档乱码
用gedit的open,然后选择编码gb2302
需要把gedit的默认打开编码从utf-8改到gbk。
@ gconf-editor
修改app->gedit-2->preferences->encoding中的auto_detected
把GB18030加入到auto_detected即可。
本本上安装ubuntu经验分享(4)
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:https://www.heiqu.com/ec2d342c2c5438ee87bed5ef56417bbc.html