Gentoo Archives: gentoo-user-es

From: "d2clon@×××××××××××××××.org" <d2clon@×××××××××××××××.org>
To: gentoo-user-es@l.g.o
Subject: Re: [gentoo-user-es] ATI Mobility Radeon 9000 IGP
Date: Thu, 04 Nov 2004 09:41:21
Message-Id: 200411041144.30323.d2clon@desarrolladores.org
In Reply to: [gentoo-user-es] ATI Mobility Radeon 9000 IGP by "Ing. José Oviedo Uribe"
1 On Thursday 04 November 2004 06:58, Ing. José Oviedo Uribe wrote:
2 > Hola!, alguien a configurado correctamente una ATI Radeon 9000???.., o
3 > tiene idea de como configurarla?., porque he tratado con el driver
4 > dri, radeon, ati y nada!!, no logro tener aceleracion 3D.
5 >
6 > Gracias.
7
8
9 te paso la configuracion de mi XF86Config-4
10 funciono con xfree86 todavia no me he pasado a xorg
11
12 yo tuve mogollón de problemas con esta tarjeta espero que tengas mas suerte..
13 ademas de seguir los tutoriales que aparecen por ahi que son muchos.. debes
14 jugar con los parametros del XF86Config-4..
15
16 también acuerdate de hacer un #emerge ati-drivers despues de compilar el
17 kernel
18
19 bueno..
20 suerte
21 d2clon
22
23
24 ---------------------------------------------------------------------------------
25
26
27 # === ATI device section ===
28
29 Section "Device"
30 Identifier "ATI Graphics Adapter"
31 Driver "fglrx"
32 # === disable PnP Monitor ===
33 #Option "NoDDC"
34 # === disable/enable XAA/DRI ===
35 Option "no_accel" "no"
36 Option "no_dri" "no"
37 # === FireGL DDX driver module specific settings ===
38
39 #================================================nuevo
40 # ===== ?? ========
41 Option "EnablePrivateBackZ" "yes"
42 Option "UseFastTLS" "2"
43 Option "FSAAScale" "1"
44
45
46 # === Own Settings (CTh) ===
47 VideoRam 65536
48 Option "AGPMode" "2"
49 Option "AGPFastWrite" "True"
50 Option "EnablePageFlip" "True"
51 #======================================================
52
53 # === Screen Management ===
54 Option "DesktopSetup" "0x00000100"
55 Option "MonitorLayout" "AUTO, AUTO"
56 Option "IgnoreEDID" "off"
57 Option "HSync2" "unspecified"
58 Option "VRefresh2" "unspecified"
59 Option "ScreenOverlap" "0"
60 # === TV-out Management ===
61 Option "NoTV" "no"
62 Option "TVStandard" "NTSC-M"
63 Option "TVHSizeAdj" "0"
64 Option "TVVSizeAdj" "0"
65 Option "TVHPosAdj" "0"
66 Option "TVVPosAdj" "0"
67 Option "TVHStartAdj" "0"
68 Option "TVColorAdj" "0"
69 Option "GammaCorrectionI" "0x06419064"
70 Option "GammaCorrectionII" "0x00000000"
71 # === OpenGL specific profiles/settings ===
72 Option "Capabilities" "0x00000000"
73 # === Video Overlay for the Xv extension ===
74 Option "VideoOverlay" "on"
75 # === OpenGL Overlay ===
76 # Note: When OpenGL Overlay is enabled, Video Overlay
77 # will be disabled automatically
78 Option "OpenGLOverlay" "off"
79 # === Center Mode (Laptops only) ===
80 Option "CenterMode" "off"
81 # === Pseudo Color Visuals (8-bit visuals) ===
82 Option "PseudoColorVisuals" "off"
83 # === QBS Management ===
84 Option "Stereo" "off"
85 Option "StereoSyncEnable" "1"
86 # === FSAA Management ===
87 Option "FSAAScale" "6"
88 Option "FSAADisableGamma" "no"
89 Option "FSAACustomizeMSPos" "no"
90 Option "FSAAMSPosX0" "0.000000"
91 Option "FSAAMSPosY0" "0.000000"
92 Option "FSAAMSPosX1" "0.000000"
93 Option "FSAAMSPosY1" "0.000000"
94 Option "FSAAMSPosX2" "0.000000"
95 Option "FSAAMSPosY2" "0.000000"
96 Option "FSAAMSPosX3" "0.000000"
97 Option "FSAAMSPosY3" "0.000000"
98 Option "FSAAMSPosX4" "0.000000"
99 Option "FSAAMSPosY4" "0.000000"
100 Option "FSAAMSPosX5" "0.000000"
101 Option "FSAAMSPosY5" "0.000000"
102 # === Misc Options ===
103 Screen 0
104 EndSection
105
106
107 --
108 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] ATI Mobility Radeon 9000 IGP "Ing. José Oviedo Uribe" <joviedo@×××××.com>