guisheca
April 4th, 2008, 10:46 PM
Que tal muchachos, tengo un pequeño gran problema.
Resulta que me compré una nueva compu, la cual viene con una placa ati radeon x1250 integrada, dicha placa tiene memoria
compartida expandible la cual seteé en 256mb. Instalé los drivers privativos porque los que vienen por defecto en gutsy no arrancaban el entorno gráfico. Los comandos glxinfo y glxgears me dan todo bien, me sale "direct rendering=yes" y veo perfectamente las rueditas dentadas, pero cuando quise activar compiz me salió una ventana que decía:
"Composite could not be enabled". Edité el xorg.conf y puse Composite extension enabled. Entonces el letrero cambió y ahora me aparece "Desktop effects could not be enabled".
Hice "sudo gedit /usr/bin/compiz" y agregué fxglr a el whitelist driver, pero no pasó nada.
Me siento algo confundido, antes siempre fuí de nvidia así que no se como viene la cosa con esto de ati, se que da problemas, pero no se ni como abordarlos, tampoco se como es eso de los drivers libres, es decir, como instalo los drivers libres. Aunque si son los que vienen por defecto ya comenté que desgraciadamente no funcionan.
Para terminar dejo las características de mi (nueva \\:D/) pc:
Micro: AMD Athlon X2 4400
Memoria: 2gb
Mother: MSI K9AGM3-FIH
Video: Ati radeon x1250 256mb (integrada)
Disco rígido: 250gb WD
Monitor LCD viewsonic 17''
Espero que no sea un error muy grave ya busqué bastante, lo que pasa es que hay muchísimo sobre ati y no se si sigue siendo válido ahora que están los drivers esto que son libres.
En fin, espeo que alguien me pueda ayudar.
A me olvidaba, acá dejo mi xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Tarjeta de vídeo genérica"
Driver "fglrx"
Busid "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Monitor genérico"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Tarjeta de vídeo genérica"
Monitor "Monitor genérico"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enabled"
EndSection
Un saludo.
Resulta que me compré una nueva compu, la cual viene con una placa ati radeon x1250 integrada, dicha placa tiene memoria
compartida expandible la cual seteé en 256mb. Instalé los drivers privativos porque los que vienen por defecto en gutsy no arrancaban el entorno gráfico. Los comandos glxinfo y glxgears me dan todo bien, me sale "direct rendering=yes" y veo perfectamente las rueditas dentadas, pero cuando quise activar compiz me salió una ventana que decía:
"Composite could not be enabled". Edité el xorg.conf y puse Composite extension enabled. Entonces el letrero cambió y ahora me aparece "Desktop effects could not be enabled".
Hice "sudo gedit /usr/bin/compiz" y agregué fxglr a el whitelist driver, pero no pasó nada.
Me siento algo confundido, antes siempre fuí de nvidia así que no se como viene la cosa con esto de ati, se que da problemas, pero no se ni como abordarlos, tampoco se como es eso de los drivers libres, es decir, como instalo los drivers libres. Aunque si son los que vienen por defecto ya comenté que desgraciadamente no funcionan.
Para terminar dejo las características de mi (nueva \\:D/) pc:
Micro: AMD Athlon X2 4400
Memoria: 2gb
Mother: MSI K9AGM3-FIH
Video: Ati radeon x1250 256mb (integrada)
Disco rígido: 250gb WD
Monitor LCD viewsonic 17''
Espero que no sea un error muy grave ya busqué bastante, lo que pasa es que hay muchísimo sobre ati y no se si sigue siendo válido ahora que están los drivers esto que son libres.
En fin, espeo que alguien me pueda ayudar.
A me olvidaba, acá dejo mi xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Device"
Identifier "Tarjeta de vídeo genérica"
Driver "fglrx"
Busid "PCI:1:5:0"
EndSection
Section "Monitor"
Identifier "Monitor genérico"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Tarjeta de vídeo genérica"
Monitor "Monitor genérico"
Defaultdepth 24
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enabled"
EndSection
Un saludo.