

Primero nos aseguramos a nuestro make.conf tenga VIDEO_CARDS="fglrx" si no lo agregamos
# nano /etc/make.conf
configurar el kernel vamos directorio de las fuentes y ejecute make menuconfig.
# cd /usr/src/linux
# make menuconfig
ahi hacemos:
Device Drivers --->
Graphics support --->
<*> Support for frame buffer devices
[*] Support for backlight control
[*] Lots of debug output from Radeon driver
despues compilamos y instalamos
# make && make modules_install
despues necesitamos tener instalado este paquete sys-kernel/module-rebuild este instala los paquetes ixternos del nucleo.
# emerge -av sys-kernel/module-rebuild
depues agregamos el paquete del modulo
# module-rebuild add
# module-rebuild toggle
# module-rebuild populate
despues instalamos los driver
# emerge -av ati-drivers
cargamos el modulo
# modprobe fglrx
despues corremos ATi OpenGL
# eselect opengl set ati
despues aticonfig y le damos los parametros a xorg.conf
# aticonfig --initial --input=/etc/X11/xorg.conf
despues editamos el xorg.conf
# nano /etc/X11/xorg.conf
Section "DRI"
Mode 0666
EndSection
despues reiniciamos
#reboot
despues q reiniciamos
# fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.0.6400 (8.35.5)
# glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
y si necesitan les dejo un poco de las configuraciones de mi xorg.conf
Section "Module"
Load "dbe"
Load "i2c"
Load "glx"
Load "ddc"
Load "type1"
Load "freetype"
Load "extmod"
Load "synaptics"
Load "vbe"
Load "dri"
EndSection
Section "Device"
Identifier "ATI Radeon Xpress 200M 128MB "
Driver "fglrx"
Option "Centermode" "off"
EndSection
Section "DRI"
Mode 0666
EndSection
No hay comentarios.:
Publicar un comentario