忍者ブログ
Well come to computer world of TFCRA!!!

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。


 Well, everything is OK, I tried to install varies builds of Linux OS on my laptop, they works well, but... The fan ran at full speed, so noisy, and I can't do any thing to change that because no sensor was detected. Maybe I have to wait for later builds.

<========================>

恩,好吧……在尝试了安装各种发行版之后,我宣布,笔记本安装Linux失败,别的都好,关键是风扇全速运转,好响的……而且Linux没有认出我电脑上的传感器,所以没法给风扇调速。看来我只好等下一个发行版了……

Failed install Linux on my laptop.

PR

Well, I have already installed Linux Mint 9 on my laptop computer FUJITSU SIEMENS Amilo Pro V2030. And now, I did not installed Chinese input, because the computer is applying update patches.

Here are some experience for friends who want to install Linux Mint 9 on Amilo Pro V2030:
  1. The Linux Mint 9 LiveCD may not boot normally on Amilo Pro V2030 because the video card driver is not suit for this type of computer, so youmay need to add a boot parameter "xforcevesa" to load compatible driver.
  2. To make the screen of Amilo Pro V2030 works under the best resolution (1024x768) in Linux Mint 9, you have to edit the Xorg.conf configure file, here, I share my configure file:
     
The file content below:
===========This line not included=============

Section "Monitor"
Identifier "internalDISPLAY"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "externalDISPLAY"
HorizSync 31.5 - 64.3
VertRefresh 50.0 - 70.0
Option "DPMS"
EndSection

Section "Screen"
Identifier "internalSCREEN"
Device "internalVIDEO"
Monitor "internalDISPLAY"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "externalSCREEN"
Device "externalVIDEO"
Monitor "externalDISPLAY"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "12\uffff80x1024" "1280x1024" "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Device"
Identifier "internalVIDEO"
Driver "openchrome"
Option "MonitorLayout" "CRT,LFP"
EndSection

Section "Device"
Identifier "externalVIDEO"
Driver "openchrome"
Option "DevicePresence" "no"
Screen 1
#Option "MonitorLayout" "CRT,LFP"
EndSection

Section "ServerFlags"
Option "DontZap" "False"
EndSection


<=============End, this line not included=============>

Installed Linux Mint 9 on FUJITSU SIEMENS Amilo Pro V2030

Installed Linux on my PC for a few months, I found the advantages of Linux and I decided to install Linux on my Laptop computer. To solve the download problems with Xunlei published by Thunder Network, maybe……I need a Virtual Machine. I planned a full solution for this platform switch, and now, I will try it, if I succeed I will share this solution in my next post.

<===================================>

在台机上用了个把月Linux之后,觉得Linux确实NB,遂决定在本机上安装Linux。不过因为还需要迅雷下载这个利器……我会选择虚拟机。现在我已经想好了换Linux之后的后续问题,准备实施,如果效果拔群,我将会在下一篇博文中分享这个方案。

Swith to Linux

So much fucking Ads while I watching online videos in Chinese websites such as:
  1. youku.com
  2. tudou.com
  3. tv.sohu.com
  4. etc……
Find a host config filter these Ads:

0.0.0.0 vid.atm.youku.com
0.0.0.0 valo.atm.youku.com
0.0.0.0 valf.atm.youku.com
0.0.0.0 walp.atm.youku.com
0.0.0.0 static.atm.youku.com
0.0.0.0 adcontrol.tudou.com
0.0.0.0 valf.atm.youku.com
0.0.0.0 dcads.sina.com.cn
0.0.0.0 pubstat.sandai.net
0.0.0.0 mcfg.sandai.net
0.0.0.0 biz5.sandai.net
0.0.0.0 float.sandai.net
0.0.0.0 recommend.xunlei.com
0.0.0.0 cl.kankan.xunlei.com
0.0.0.0 images.sohu.com

Search Google for How to edit Windows hosts files, and type in "sudo gedit /etc/hosts" under Terminal in Linux (My system is Linux Mint 9, it was known as Ubuntu 10.04).


<=================================>

视频网站的广告实在是让我不爽,尤其是在优酷,土豆,搜狐视频等网站……
从网上找了个hosts文件,但是我在用Linux,只好动手做一下了,复制以下内容:

0.0.0.0 vid.atm.youku.com
0.0.0.0 valo.atm.youku.com
0.0.0.0 valf.atm.youku.com
0.0.0.0 walp.atm.youku.com
0.0.0.0 static.atm.youku.com
0.0.0.0 adcontrol.tudou.com
0.0.0.0 valf.atm.youku.com
0.0.0.0 dcads.sina.com.cn
0.0.0.0 pubstat.sandai.net
0.0.0.0 mcfg.sandai.net
0.0.0.0 biz5.sandai.net
0.0.0.0 float.sandai.net
0.0.0.0 recommend.xunlei.com
0.0.0.0 cl.kankan.xunlei.com
0.0.0.0 images.sohu.com

粘贴到hosts文件中,Windows用户请自行Google查询……Linux用户:在终端里输入:"sudo gedit /etc/hosts"编辑hosts文件。

OK……Mh……Recently, I get a task to build an  animation effect with Java FX, but I only learned Java SE before. So, there are two choice for me……one is just do it, another is give up, and I claimed the task……

And I have to learn Java FX in few weeks, so, I would like to write something about Java FX here, in the future weeks or months……


<==========================================>

嗯……擦……最近接了个Java FX作动画效果的活,之前只学过Java SE,所以面对这个问题,要么躲开不管要么接下来,于是我就傻逼呵呵的接了……

所以在未来一段时间里,我得学Java FX,如果有什么好玩的发现就写在这里吧……

Java FX



Tfcra_Weblog
design&photo by [Aloeswood Shrine / 紅蓮 椿] ■ powerd by [忍者BLOG]
忍者ブログ [PR]
フリーエリア
=======================
在这里搜索成人资源 =^_^=
アダルトリソース検索 =^_^=
Search Adult Resources Here: =======================
Translate this page to your language:
=======================
=======================

=======================
=======================
free counters =======================
カレンダー
12 2025/01 02
S M T W T F S
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
ブログ内検索
バーコード
最新記事