Skip to main content

Posts

Showing posts from August, 2008

解决 Ubuntu 中的三键鼠标问题 (滚轴不好使)

修改 /etc/X11/xorg.conf 文件。 找到 Section "InputDevice" 并在其后添加或修改 Driver "mouse" 和 Option "Protocol" "IMPS/2" 然后重启 sudo vi /etc/X11/xorg.conf .... .... Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "Protocol" "IMPS/2" Option "CorePointer" Option "Device" "/dev/input/mice" EndSection

在 Ubuntu 中配置 J2ME 开发环境

辞职一星期纪念,折腾下ubuntu...... 1) 在Ubuntu菜单栏中选择 Applications ---> Add/Remove, 搜索 SUN JAVA,在结果中安装 JAVA RUN TIME ENVIRONMENT 2) 搜索并下载 sharutils ,在 Ubuntu上安装.bin必须的安全文件!!! 3) 下载并安装 JDK,WTK等.bin文件 4) ECLIPSE AND ECLIPSEME等等。。。。 5) 完