Posts Tagged ‘gnome’

Turn your VPS/Dedicated Server into a Remote Desktop!

Monday, April 21st, 2008

警告,這很惡搞 XD

Why would you do that? Because you can! And the fact that it’s a VPS/Dedicated Server, chances are its Internet connection is a lot faster than yours. As root, the following steps are tested working for Ubuntu 7.10 Gutsy.

1) Install Gnome, vnc4server, inetd
apt-get install gnome compiz vnc4server openbsd-inetd

2) Enable XDMCP
Edit /etc/gdm/gdm.conf
Look for:
[xdmcp]
Enable=false

Change it to:
Enable=true

3) Configure inetd:
Edit /etc/inetd.conf, add (one line):
5901 stream tcp nowait root /usr/bin/Xvnc Xvnc -inetd :1 -query localhost -geometry 800x600 -once -fp /usr/share/fonts/X11/misc -DisconnectClients=0 -NeverShared securitytypes=none -extension XFIXES
Now restart inetd with service restart openbsd-inetd

4) Restart GDM
service restart gdm

DONE. Now you can access your VPS as a GNOME desktop with with any vnc client at serveraddress:1, :1 being the display. You can add multiple displays for multiple desktops at the same time ;)

好孩子不要嘗試喔 XD

Microsoft Scroll Wheel Speed in GNOME

Tuesday, March 18th, 2008

我的 Microsoft Wireless Laser Mouse 6000 在 GNOME 裡面一直有捲動的問題

簡單說就是輕輕碰到 scroll wheel 就會捲個整個畫面,非常的無法使用

剛剛在覺得很煩的時候下定決心去找一下,看看 GNOME 裡面有沒有選項來改變

找到了這篇: Change scroll wheel speed

裡面內容大致就是說那滑鼠會那麼敏感是因為發送出 multiple event

解法就是在 Linux 下面拔起來再重新插回去就好了

Wireless Receiver 似乎是在 Windows 下面時候會跟 Driver 談好送 multiple event

而 GNOME 下面還不認識那些 Event,就會造成捲動大暴走

All Rights Reserved Copyright © 2008 Design by StyleShout and Clazh