2007年10月30日星期二

3d effect

ubuntu7.10装好久了,今天终于抽空安装好3d effect.我的显卡是ati radeon xpress 1100.

花了我2个小时?

  • 首先确定驱动安装正确:
fglrxinfo

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.0.6473 (8.37.6)
以上信息表示ati的驱动安装好了

  • 然后确定3d特效打开
glxinfo | grep direct
direct rendering: Yes
  • 先试着打开特效

最初提示:"The Composite extension is not available"

于是在 etc/X11/xorg.conf里设置

Section “Extensions”
Option “Composite” “Enable”
EndSection

然后的提示信息是:
"Desktop effects could not be enabled"

还有问题

  • 查找论坛, 找到一个答案:要安装xserver-xgl, 安装好后, 特效果然可以开。鉴于第一条出错信息, /etc/X11/xorg.conf文件的改动还是保存了。
参考(en):
http://ubuntuforums.org/showthread.php?t=595780
http://ubuntuforums.org/showthread.php?t=591445
http://ubuntuforums.org/showthread.php?t=575843

信息:
Xgl server setup changed

The Xgl server will now be started automatically next time you login. It is no longer necessary to use any special X session to start Xgl, and such sessions will likely fail to work properly. Please select a regular session from your session manager next time you log in. To disable Xgl autostart for this user, create a file named ~/.config/xserver-xgl/disable

wireless setup

netgear wg111t

guilder:
https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper#autostart

no need to do part "3.7.1. Network Manager applet only" and later

driver download:
http://ndiswrapper.sourceforge.net/joomla/index.php?/component/option,com_openwiki/Itemid,33/id,list_m-n/

2007年10月25日星期四

tor installed

Step by step with Tor

http://ubuntuforums.org/showthread.php?p=2702743

Google is your friend:

http://blog.aizatto.com/2006/09/01/p...-dapper-drake/

1. Run the command: sudo apt-get install tor privoxy
2. Run the command: sudo gedit /etc/privoxy/config
3. Add the line (including the period at the end): forward-socks4a / localhost:9050 .
4. Comment out the line: logfile logfile
5. Comment out the line: jarfile jarfile
6. Restart the Privoxy service: sudo /etc/init.d/privoxy restart

How to set up Firefox to work with Tor:

1. Install the torbutton extension.
2. Restart Firefox
3. In the bottom right corner you’ll have a text blurb saying: Tor Disabled
4. Enable Tor by clicking the blurb; it should say: Tor Enabled
5. Surf the web

(Note: I'm using Tor on Fiesty, using the above steps and all works well...as a final step, check your IP with Tor button off, turn it on and refresh...if the numbers are different, you're gold.)
__________________
"Before enlightenment, chop wood and carry water.
After enlightenment, chop wood and carry water."
--Wu Li


=================================

Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, modifying web page data, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks.

Privoxy is based on Internet Junkbuster (tm).

The most recent release is 3.0.6 (stable).


tor

Step by step with Tor

http://ubuntuforums.org/showthread.php?p=2702743

Google is your friend:

http://blog.aizatto.com/2006/09/01/p...-dapper-drake/

1. Run the command: sudo apt-get install tor privoxy
2. Run the command: sudo gedit /etc/privoxy/config
3. Add the line (including the period at the end): forward-socks4a / localhost:9050 .
4. Comment out the line: logfile logfile
5. Comment out the line: jarfile jarfile
6. Restart the Privoxy service: sudo /etc/init.d/privoxy restart

How to set up Firefox to work with Tor:

1. Install the torbutton extension.
2. Restart Firefox
3. In the bottom right corner you’ll have a text blurb saying: Tor Disabled
4. Enable Tor by clicking the blurb; it should say: Tor Enabled
5. Surf the web

(Note: I'm using Tor on Fiesty, using the above steps and all works well...as a final step, check your IP with Tor button off, turn it on and refresh...if the numbers are different, you're gold.)
__________________
"Before enlightenment, chop wood and carry water.
After enlightenment, chop wood and carry water."
--Wu Li


=================================

Privoxy is a web proxy with advanced filtering capabilities for protecting privacy, modifying web page data, managing cookies, controlling access, and removing ads, banners, pop-ups and other obnoxious Internet junk. Privoxy has a very flexible configuration and can be customized to suit individual needs and tastes. Privoxy has application for both stand-alone systems and multi-user networks.

Privoxy is based on Internet Junkbuster (tm).

The most recent release is 3.0.6 (stable).


2007年10月23日星期二

system upgraded

system upgrad to 7.10

2007年10月9日星期二

cups installed

see

http://www.ubuntugeek.com/how-to-create-pdf-documents-in-ubuntu.html

2007年10月4日星期四

modutils

sudo apt-get instll modutils