Gentoo Archives: gentoo-user-es

From: Angel Cervera Claudio <angel@××××××××.com>
To: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] ati-drivers
Date: Sun, 21 Jan 2007 08:21:20
Message-Id: 45B32FF1.60304@acervera.com
In Reply to: Re: [gentoo-user-es] ati-drivers by arrase
1 Te paso la configuración de un ordenador con una 9200SE que funciona perfectamente, con aceleradora 3D y todo.
2 Suerte.
3
4 # lspci | grep 9200
5 01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
6 01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)
7
8 # cat /etc/X11/xorg.conf
9 Section "Module"
10 Load "extmod"
11 Load "dbe"
12 Load "glx"
13 Load "freetype"
14
15 Load "xtrap"
16 Load "record"
17 Load "dri"
18 Load "type1"
19 EndSection
20 Section "Files"
21 FontPath "/usr/share/fonts/misc"
22 FontPath "/usr/share/fonts/75dpi"
23 FontPath "/usr/share/fonts/100dpi"
24 FontPath "/usr/share/fonts/TTF"
25 FontPath "/usr/share/fonts/Type1"
26 EndSection
27 Section "Monitor"
28 Identifier "Monitor0"
29 Option "TargetRefresh" "75.0"
30 EndSection
31 Section "Device"
32 Identifier "AtiDevice0"
33 Option "XAANoOffscreenPixmaps" "true"
34 Option "DRI" "true"
35 Driver "ati"
36 EndSection
37 Section "InputDevice"
38 Identifier "Keyboard0"
39 Driver "kbd"
40 Option "AutoRepeat" "500 30"
41 Option "XkbModel" "pc105"
42 Option "XkbLayout" "es"
43 EndSection
44 Section "Screen"
45 Identifier "Screen0"
46 Device "AtiDevice0"
47 Monitor "Monitor0"
48 DefaultDepth 24
49 Option "DPMS"
50 EndSection
51 Section "ServerLayout"
52 Identifier "Builtin Default Layout"
53 Screen "Screen0"
54 InputDevice "Keyboard0" "CoreKeyboard"
55 Option "AIGLX" "true"
56 EndSection
57 Section "Extensions"
58 Option "Composite" "Enable"
59 EndSection
60 Section "DRI"
61 Group 0
62 Mode 0666
63 EndSection
64 --
65 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] ati-drivers Angel Cervera Claudio <angel@××××××××.com>
Re: [gentoo-user-es] ati-drivers arrase <arrase@××××××.org>