+ -
当前位置:首页 → 问答吧 → Intel Atom (945芯片组) 平台安装 Gentoo Linux

Intel Atom (945芯片组) 平台安装 Gentoo Linux

时间:2009-01-17

来源:互联网

不知道有没有用Atom的兄弟,目前刚买了一套Atom 230,做家里的服务器(整机功耗约37W左右),刚开始安装,xorg没搞定,Intel显卡驱动好像有问题,请用过的进来讲一下内核和make.conf等的优化设置,互相交流一下经验

作者: keelort   发布时间: 2009-01-17

要是再忍几个月,直接上nVidia的离子平台,除了做家庭服务器还可以当高清播放器和电视游戏机用啊。
或者是amd 25瓦低功耗速龙64和780G芯片组

作者: 没本   发布时间: 2009-01-17

945MOD主板+Intel移动U,貌似比阿童木要强点。。。功耗也差不多、、、、

作者: linux_Eclipse   发布时间: 2009-01-17

Atom 处理器. 我的是Intel(R) Atom(TM) CPU N270 @ 1.60GHz
设定按这个:
http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel

作者: cliffordli   发布时间: 2009-01-17

引用:
作者: linux_Eclipse
945MOD主板+Intel移动U,貌似比阿童木要强点。。。功耗也差不多、、、、
我有两个915的MODT系统+迅驰2的CPU,功耗在47W左右,还是高一些,而且没有比较好又便宜点的小机箱,MODT比mini-ITX尺寸要大,我在淘宝上买的整套的,机箱尺寸:长31.5cm*宽9.5cm*高29cm
上传的图像
p8ok4pw6.jpg (48.6 KB, 24 次查看)

作者: keelort   发布时间: 2009-01-18

引用:
作者: cliffordli
Atom 处理器. 我的是Intel(R) Atom(TM) CPU N270 @ 1.60GHz
设定按这个:
http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel
N270应该是移动版的Atom,差不多
主要是显卡xorg驱动没搞定,按 http://en.gentoo-wiki.com/wiki/Intel_GMA 这个设置没通过

引用:
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: UNKNOWN
Current Operating System: Linux center 2.6.27-gentoo-r7 #1 SMP Thu Jan 15 15:37:14 CST 2009 i686
Build Date: 17 January 2009
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 17 19:37:23 2009
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(II) Module already built-in
(EE) intel(0): No valid modes.
(EE) Screen(s) found, but none have a usable configuration.

作者: keelort   发布时间: 2009-01-18

服务器还要啥X啊,直接ssh进去设置好了,其他应用都从web界面控制啊……

作者: zxuan   发布时间: 2009-01-18

-->(EE) intel(0): No valid modes.
emerge x11-drivers/xf86-video-intel 了吗?
另外 /etc/X11/xorg.conf的 Driver 一行应该是
Driver "intel"
而不是
Driver "i810"

作者: 坏坏小少   发布时间: 2009-01-18

引用:
作者: zxuan
服务器还要啥X啊,直接ssh进去设置好了,其他应用都从web界面控制啊……
让它闲着干啥,接电视看电视剧和电影不是很好

作者: keelort   发布时间: 2009-01-18

引用:
作者: 坏坏小少
-->(EE) intel(0): No valid modes.
emerge x11-drivers/xf86-video-intel 了吗?
另外 /etc/X11/xorg.conf的 Driver 一行应该是
Driver "intel"
而不是
Driver "i810"
驱动已经安装了,xorg.conf里面也是intel

xorg.conf :
引用:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "glx"
Load "extmod"
Load "xtrap"
Load "record"
Load "GLcore"
Load "dbe"
Load "dri"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.5 - 90.5
VertRefresh 60.0 - 75.0
EndSection

Section "Device"

### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "82945G/GZ Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

作者: keelort   发布时间: 2009-01-18

参考附件里的这个conf吧
我当时就是这个conf scp过去就可以
机器现在不在手边了
上传的附件
xorg.conf.tar.bz2 (4.6 KB, 14 次查看)

作者: 坏坏小少   发布时间: 2009-01-18

引用:
作者: 坏坏小少
参考附件里的这个conf吧
我当时就是这个conf scp过去就可以
机器现在不在手边了
还是一样

作者: keelort   发布时间: 2009-01-18

显卡驱动问题解决,是因为版本太低了,换成~x86的版本,然后X -configure自动生成的xorg.conf就可以了(稍微改一下),具体见 http://en.gentoo-wiki.com/wiki/Intel_GMA
试了一下,看来ATOM 230+945芯片组不能流畅播放720P,普通DVDRip和RMVB都没问题

作者: keelort   发布时间: 2009-01-27

我怎么测得ATOM 230+945芯片组拨720p还是很流畅的,只有1080p才掉帧.
没用gentoo,随便装了个debian.

作者: mandarin   发布时间: 2009-02-02