+ -
当前位置:首页 → 问答吧 → 装完基本系统后。。。

装完基本系统后。。。

时间:2009-10-16

来源:互联网

刚装完基本系统,打算装gnome,直接运行:
emerge gnome-light
后是不是把xorg-x11都自动自动装上啊

作者: zhwly   发布时间: 2009-10-16

我也遇到 XORG-X11的问题。

作者: roor123   发布时间: 2009-10-16

引用:
作者: roor123
我也遇到 XORG-X11的问题。
大哥,你遇到是什么问题啊,我晕

作者: zhwly   发布时间: 2009-10-16

emerge -p gnome-light | grep xorg-server

从来没用DE的路过....

作者: nonplus   发布时间: 2009-10-16

引用:
作者: nonplus
emerge -p gnome-light | grep xorg-server

从来没用DE的路过....
大哥,DE是什么啊,再一次晕倒
还有就是我的~amd64在gentoo的make.conf里怎么~号在上面啊

作者: zhwly   发布时间: 2009-10-16

gentoo的portage系统会自動處理依赖關係的,准確地說,會安裝 xorg-server 而不是 xorg-x11

作者: ltwan2001   发布时间: 2009-10-16

DE指桌面環境,比如 gnome, kde, xfce等

作者: ltwan2001   发布时间: 2009-10-16

引用:
作者: ltwan2001
gentoo的portage系统会自動處理依赖關係的,准確地說,會安裝 xorg-server 而不是 xorg-x11
那我是不是先得安装ati驱动在安装gnome-light啊,xorg-server不含我显卡的驱动吧,显卡ati 2400

作者: zhwly   发布时间: 2009-10-17

你在 /etc/make.conf 加一句:
VIDEO_CARDS="radeon"(開源驅動)
或者:
VIDEO_CARDS="fglrx" (官方驅動)

就OK了!
會自動裝上你的顯卡驅動的

作者: ltwan2001   发布时间: 2009-10-17

引用:
作者: ltwan2001
你在 /etc/make.conf 加一句:
VIDEO_CARDS="radeon"(開源驅動)
或者:
VIDEO_CARDS="fglrx" (官方驅動)

就OK了!
會自動裝上你的顯卡驅動的
官方驱动怎么样啊,支持的号码

作者: zhwly   发布时间: 2009-10-17

開源驅動兼容性好,不易出問題,但3D性能不好(我不玩游戲,所以用開源求穩)
官方驅動兼容性稍逊,但性能更佳

作者: ltwan2001   发布时间: 2009-10-17

哦,谢谢,我的2400能支持的好吗

作者: zhwly   发布时间: 2009-10-17

晕,原来你一直在线的..
驱动问题google一下应该就有回答
这里切忌一切都问,自己多动手搜索才是王道
效率上可能快很多(无论从得出结论还是在过程中学到的附加知识)

作者: nonplus   发布时间: 2009-10-17

引用:
作者: nonplus
晕,原来你一直在线的..
驱动问题google一下应该就有回答
这里切忌一切都问,自己多动手搜索才是王道
效率上可能快很多(无论从得出结论还是在过程中学到的附加知识)
什么论坛都应该是这样吧。

作者: tomguy   发布时间: 2009-10-17

引用:
作者: nonplus
晕,原来你一直在线的..
驱动问题google一下应该就有回答
这里切忌一切都问,自己多动手搜索才是王道
效率上可能快很多(无论从得出结论还是在过程中学到的附加知识)
官方手册我看了,跟没说一样,我按官方手册上说的在make.conf中设置:
VIDEO_CARDS="fglrx",然后在安装闭源驱动ati-drivers,结果运行:
X -configrue 提示说no screen ...,上面还有一些信息好像是说没有radeon,vesa等模块的信息,反正失败了

作者: zhwly   发布时间: 2009-10-17

GNOME是一个窗口管理器,Xorg是基于X11标准的程序、框架,GNOME要运行于基于X11标准程序之上。
首先楼主先仔细阅读Xorg配置指南手册http://www.gentoo.org/doc/zh_cn/xorg-config.xml 并安装之,然后再安装GNOME。

个人理解。

作者: myfavourite   发布时间: 2009-10-17

引用:
作者: myfavourite
GNOME是一个窗口管理器,Xorg是基于X11标准的程序、框架,GNOME要运行于基于X11标准程序之上。
首先楼主先仔细阅读Xorg配置指南手册http://www.gentoo.org/doc/zh_cn/xorg-config.xml 并安装之,然后再安装GNOME。

个人理解。
这个我读了,安装了xorg-server,运行X -configure后提示no device .....,然后安装显卡驱动(闭源),还是不行

作者: zhwly   发布时间: 2009-10-17

~ $ sudo lspci |grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV610 video device [Radeon HD 2400 PRO]

~ $ cat /etc/make.conf |grep VIDEO
VIDEO_CARDS="radeon"

开源的ati驱动下的日子也很幸福。不玩3d和compiz的飘过...

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

引用:
作者: cliffordli
~ $ sudo lspci |grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV610 video device [Radeon HD 2400 PRO]

~ $ cat /etc/make.conf |grep VIDEO
VIDEO_CARDS="radeon"

开源的ati驱动下的日子也很幸福。不玩3d和compiz的飘过...
开源的我装对过一次,但是我还是想装官方的,难道就不行吗

作者: zhwly   发布时间: 2009-10-17

引用:
作者: zhwly
开源的我装对过一次,但是我还是想装官方的,难道就不行吗
按http://en.gentoo-wiki.com/wiki/Fglrx折腾了一下ati-drivers, 似乎我也混得很好。目前没感觉和开源的有什么不同。

代码:
~ $ cat /etc/make.conf |grep VIDEO
VIDEO_CARDS="fglrx"

~ $ cat /etc/X11/xorg.conf
Section "ServerLayout"
 Identifier "X.org Configured"
 Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
 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/"
 FontPath "/usr/share/fonts/wqy-bitmapfont/"
 FontPath "/usr/share/fonts/dejavu/"
EndSection

Section "Module"
 Load "dbe"
 Load "record"
 Load "glx"
 Load "xtrap"
 Load "dri"
 Load "extmod"
EndSection

Section "ServerFlags"
 Option "AllowEmptyInput" "False"
 Option "AutoAddDevices" "False"
EndSection

Section "Monitor"

 #DisplaySize 320 240 # mm
 Identifier "Monitor0"
 VendorName "PHL"
 ModelName "PH107E/S/T7"
 HorizSync 30.0 - 71.0
 VertRefresh 50.0 - 160.0
 Option "DPMS"
EndSection

Section "Monitor"
 Identifier "aticonfig-Monitor[0]-0"
 Option "VendorName" "ATI Proprietary Driver"
 Option "ModelName" "Generic Autodetecting Monitor"
 Option "DPMS" "true"
EndSection

Section "Device"


 Identifier "Card0"
 Driver "radeon"
 VendorName "ATI Technologies Inc"
 BoardName "RV610 video device [Radeon HD 2400 PRO]"
 BusID "PCI:1:0:0"
EndSection

Section "Device"
 Identifier "aticonfig-Device[0]-0"
 Driver "fglrx"
 BusID "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor "Monitor0"
 SubSection "Display"
 Viewport 0 0
 Depth 1
 EndSubSection
 SubSection "Display"
 Viewport 0 0
 Depth 4
 EndSubSection
 SubSection "Display"
 Viewport 0 0
 Depth 8
 EndSubSection
 SubSection "Display"
 Viewport 0 0
 Depth 15
 EndSubSection
 SubSection "Display"
 Viewport 0 0
 Depth 16
 EndSubSection
 SubSection "Display"
 Viewport 0 0
 Depth 24
 EndSubSection
EndSection

Section "Screen"
 Identifier "aticonfig-Screen[0]-0"
 Device "aticonfig-Device[0]-0"
 Monitor "aticonfig-Monitor[0]-0"
 DefaultDepth 24
 SubSection "Display"
 Viewport 0 0
 Depth 24
 EndSubSection
EndSection

Section "DRI"
 Mode 0666
EndSection

Section "Extensions"
 Option "Composite" "Enable"
EndSection

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

lz的ati也是2400的? 和我的差不多. 我总结一下我换的步骤吧。

1. /etc/make.conf里面改
VIDEO_CARDS="fglrx"

2. ~$ sudo emerge ati-drivers xorg-server

3. 内核的这项去掉
Device Drivers --->
Graphics support --->
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->

4. 换内核重启后,
~ $ sudo /opt/bin/aticonfig --initial --input=/etc/X11/xorg.conf
~ $ sudo eselect opengl set ati

这样startx就可以了。

P.S.: 感觉不玩3D之类的装个86M 闭源的ati-driver有点浪费资源。

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

引用:
作者: cliffordli
lz的ati也是2400的? 和我的差不多. 我总结一下我换的步骤吧。

1. /etc/make.conf里面改
VIDEO_CARDS="fglrx"

2. ~$ sudo emerge ati-drivers xorg-server

3. 内核的这项去掉
Device Drivers --->
Graphics support --->
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) --->

4. 换内核重启后,
~ $ sudo /opt/bin/aticonfig --initial --input=/etc/X11/xorg.conf
~ $ sudo eselect opengl set ati

这样startx就可以了。

P.S.: 感觉不玩3D之类的装个86M 闭源的ati-driver有点浪费资源。
谢谢,用你的方法安装成功了,我以前安装失败应该是我没把内核的那一项去掉吧

作者: zhwly   发布时间: 2009-10-17

热门下载

更多