[ubuntu-ar] Drivers de Ati
Alan Karpovsky
karpoa at gmail.com
Fri Jun 13 22:17:35 BST 2008
Alejandro, la verdad que no venia siguendo tu asunto y no sé cuál será tu
problema.
Ayer gracias a Martín pude activar la aceleración en mi notebook que tiene
una placa ATI Radeon XPRESS.
Por qué no probás de poner las cosas como en mi xorg.conf que te dejo más
abajo (previamente haciendo una copia del tuyo) a ver si te funciona, aunque
por lo visto estamos usando el mismo driver.
Con esta config. a mi me funcionan los efectos de escritorio:
1 # xorg.conf (X.Org X Window System server configuration file)
2 #
3 # This file was generated by dexconf, the Debian X Configuration tool,
using
4 # values from the debconf database.
5 #
6 # Edit this file with caution, and see the xorg.conf manual page.
7 # (Type "man xorg.conf" at the shell prompt.)
8 #
9 # This file is automatically updated on xserver-xorg package upgrades
*only*
10 # if it has not been modified since the last upgrade of the xserver-xorg
11 # package.
12 #
13 # If you have edited this file but would like it to be automatically
updated
14 # again, run the following command:
15 # sudo dpkg-reconfigure -phigh xserver-xorg
16
17 Section "InputDevice"
18 Identifier "Generic Keyboard"
19 Driver "kbd"
20 Option "XkbRules" "xorg"
21 Option "XkbModel" "pc105"
22 Option "XkbLayout" "es"
23 EndSection
24
25 Section "InputDevice"
26 Identifier "Configured Mouse"
27 Driver "mouse"
28 Option "CorePointer"
29 EndSection
30
31 Section "InputDevice"
32 Identifier "Synaptics Touchpad"
33 Driver "synaptics"
34 Option "SendCoreEvents" "true"
35 Option "Device" "/dev/psaux"
36 Option "Protocol" "auto-dev"
37 Option "HorizEdgeScroll" "0"
38 EndSection
39
40 Section "Device"
41 Identifier "Configured Video Device"
42 Driver "fglrx"
43 EndSection
44
45 Section "Monitor"
46 Identifier "Configured Monitor"
47 EndSection
48
49 Section "Screen"
50 Identifier "Default Screen"
51 Monitor "Configured Monitor"
52 Device "Configured Video Device"
53 Defaultdepth 24
54 EndSection
55
56 Section "ServerLayout"
57 Identifier "Default Layout"
58 screen "Default Screen"
59 Inputdevice "Synaptics Touchpad"
60 EndSection
61 Section "Module"
62 Load "glx"
63 EndSection
No se si te servirá de algo pero bueno, fijate..
Saludos.
--
Alan Karpovsky
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: https://lists.ubuntu.com/archives/ubuntu-ar/attachments/20080613/81c5e0a9/attachment.htm
More information about the Ubuntu-ar
mailing list