Thursday, February 26, 2009

flash plugin for firefox 64bit linux

download the .so file:
http://labs.adobe.com/downloads/flashplayer10.html

copy to:
~/.mozilla/plugins/libflashplayer.so

and it would be ok

ubuntu810 fit my dell very well


B43 wireless driver works perfect, but the STA driver does not work.

the video driver works well too and the 3D effect is great.

many work can be done under linux now~~

Thursday, February 19, 2009

control board problem

這塊板真出了不少問題,其實,在畫的時候就覺得害怕的了,因為狀態實在是很差,出是問題就一個一個的爆出來了。

最重要的一個問題應該是,把電子開關接在DC的負極上了,這樣雖然可使電路簡單些,但卻帶來了不少其它問題,斷開了負極,但去會由其它信號線連上而失去作用,解決的辦法和以后都要注意的應該是,不要貪簡單,晝用IC來實現功能,後面要做的,就是要用一塊電子開關IC來實現這個功能。

還有一些元件的封裝問題,還是有一些新的器件因為粗心問題而出錯,以后一定要逐一元件都檢查清楚。

還會有一些問題出現,還要記錄清楚,問題可以出,但不能出現兩次。

Tuesday, February 17, 2009

3d desktop on my dell 1501

11.1
11
10.3
they all can not show the beautiful cube on my dell 1501, i just remember that once it worked on a older version maybe 10.0
i hope some day this problem can be fixed.

winxp + linux

如果安裝了雙系統,在重裝xp的時候,格式化了硬盤分區,重啟后就提示分區表不對,這時候,好像可以用linux盤來恢復,當然也可以在裝xp時,把整個硬盤都重新分區。

Wednesday, February 4, 2009

kde4

beautiful~

Tuesday, February 3, 2009

autocad command

改变坐标系:
UCS -> N -> input new C

放大缩小:
scale

Monday, February 2, 2009

import dxf to allegro

there is a error:
"SHAPE boundary is illegal"
当我把单位做mil导入时,并不错误,但当以mm导入时,就有这个错误,
不过,如果用mil导入时,太大了,在allegro中怕不能弄小,
又当在autocad中把图scale变小后,再用mil导入,上面这个错误又会再出现,
暂时不知如何解决。等待下面出现PS

PS:
问题是这样解决的:
新建一个format symbol后,要即时把设计单位改为mm,这样才能与导入的单位对应,生成symbol后,再在board中放置format symbol就不用有问题了。




PS:
有时生成的symbol,place时会有这样的错误:
SPMHAW-113
一时忘了上面的错误是怎么出现的……,真想晕。
而且,在artwork时,有些symbol也显示不出来,那就是symbol本身的错误了,
后来,那个IC logo就有这样的错误,要用BMP图转成DXF,然后再导入allegro中才显示正常。
另外,图的像素不可以太高,否则对artwork来说会很吃力,一般来说,在mm与像素之间是十倍的关系就可以了,也就是说,一个10mm * 10mm的图,其像素是100pixel * 100pixel也就对了。