Gentoo Archives: gentoo-user-de

From: Markus Wagner <westsidenet@×××××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] Xorg 7, fglrx und Dual (Xinerama)
Date: Sun, 16 Jul 2006 10:07:09
Message-Id: 44BA0F30.8060009@freenet.de
In Reply to: Re: [gentoo-user-de] Xorg 7, fglrx und Dual (Xinerama) by Matthias Fechner
1 Moin,
2
3 Matthias Fechner wrote:
4 > Hi Markus,
5 >
6 > Markus Wagner wrote:
7 >> Für ein Big-Setup sollten aber nicht viele Änderungen nötig sein. Zum
8 >> testen solltest Du mal das ATI-Tool aticonfig verwenden.
9 >
10 > so hab jetzt zumindest alles im 2D Modus am laufen, allerdings geht die
11 > 3D Beschleunigung noch nicht.
12 > fglrxinfo
13 > Xlib: extension "XFree86-DRI" missing on display ":0.0".
14 > display: :0.0 screen: 0
15 > OpenGL vendor string: Mesa project: www.mesa3d.org
16 > OpenGL renderer string: Mesa GLX Indirect
17 > OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
18 >
19 > Im Log vom Xorg steht:
20 > (WW) fglrx(0): ***********************************
21 > (WW) fglrx(0): * DRI initialization disabled! *
22 > (WW) fglrx(0): * 2D acceleraton available (MMIO) *
23 > (WW) fglrx(0): * no 3D acceleration available *
24 > (WW) fglrx(0): ***********************************
25 > (II) fglrx(0): FBADPhys: 0xe0000000 FBMappedSize: 0x04000000
26 > (II) fglrx(0): FBMM initialized for area (0,0)-(1600,8191)
27 > (II) fglrx(0): FBMM auto alloc for area (0,0)-(1600,1200) (front color
28 > buffer - assumption)
29 >
30 >
31 > So wie es aussieht, liegt es wohl am DRI, wo kann man das denn anschalten?
32 >
33 > Ich hänge mal meine aktuelle xorg.conf mit dran.
34 >
35
36 Die Config ist soweit für Dein Setup OK, aber der fglrx-treiber wird
37 wohl alle default-werte verwenden, da Du keine Options mit angegeben hast.
38 Ich glaube, dass der Schlüssel zum Erfolg in folgendem liegt:
39 Option "NoDRI" "no"
40
41 Mach dann mal einen Restart auf Deinen x-server und anschließend ein
42 'grep -i dri /var/log/Xorg.0.log' und check die Ausgabe.
43
44 Nimm mal ein paar Options für den Treiber noch mit auf. Hier meine, aber
45 Vorsicht wegen des Display-Setups. Die Werte müssen nur für den ersten
46 connector eingetragen werden.
47 Section "Device"
48 Identifier "ATI Graphics Adapter connector 0"
49 Driver "fglrx"
50 # ### generic DRI settings ###
51 # === disable PnP Monitor ===
52 #Option "NoDDC"
53 # === disable/enable XAA/DRI ===
54 Option "no_accel" "no"
55 Option "no_dri" "no"
56 # === misc DRI settings ===
57 Option "mtrr" "off" # disable DRI mtrr mapper,
58 driver has its own code for
59 mtrr
60 # ### FireGL DDX driver module specific settings ###
61 # === Screen Management ===
62 Option "DesktopSetup" "horizontal"
63 Option "Mode2" "1280x1024"
64 Option "ForceMonitors" "lvds,crt1"
65 Option "HSync2" "30.0-110.0"
66 Option "VRefresh2" "50.0-150.0"
67 Option "ScreenOverlap" "0"
68 Option "GammaCorrectionI" "0x00000000"
69 Option "GammaCorrectionII" "0x00000000"
70 # === OpenGL specific profiles/settings ===
71 Option "Capabilities" "0x00000000"
72 Option "CapabilitiesEx" "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 "FSAAEnable" "no"
88 Option "FSAAScale" "1"
89 Option "FSAADisableGamma" "no"
90 Option "FSAACustomizeMSPos" "no"
91 Option "FSAAMSPosX0" "0.000000"
92 Option "FSAAMSPosY0" "0.000000"
93 Option "FSAAMSPosX1" "0.000000"
94 Option "FSAAMSPosY1" "0.000000"
95 Option "FSAAMSPosX2" "0.000000"
96 Option "FSAAMSPosY2" "0.000000"
97 Option "FSAAMSPosX3" "0.000000"
98 Option "FSAAMSPosY3" "0.000000"
99 Option "FSAAMSPosX4" "0.000000"
100 Option "FSAAMSPosY4" "0.000000"
101 Option "FSAAMSPosX5" "0.000000"
102 Option "FSAAMSPosY5" "0.000000"
103 # === Misc Options ===
104 Option "UseFastTLS" "0"
105 Option "BlockSignalsOnLock" "on"
106 Option "UseInternalAGPGART" "no"
107 Option "ForceGenericCPU" "no"
108 BusID "PCI:1:0:0" # vendor=1002, device=4152
109 Screen 0
110 EndSection
111
112
113 > Gruss
114 > Matthias
115 >
116
117 Ciao,
118
119 Markus

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [SOLVED] [gentoo-user-de] Xorg 7, fglrx und Dual (Xinerama) Matthias Fechner <idefix@×××××××.net>