Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

10.12.2005, 12:58

ATI Radeon X800 Funktioniert nurnoch unter root

Hi,

ich hab gestern denk Kernel 2.6.14-gentoo von Hand compiliert und installiert. Danach hab ich die ati-drivers neu emerged und jetzt funzt die 3D Beschleunigung nurnoch unter root 8o.

unter meinem normalen Account sagt fglrxinfo folgendes:

Quellcode

1
2
3
4
5
seuche@seutoo:~$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.2.1)


und unter dem root Account:

Quellcode

1
2
3
4
5
root@seutoo:/home/seuche$ fglrxinfo 
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON X800 XT Platinum Edition Generic
OpenGL version string: 1.3.5461 (X4.3.0-8.19.10)


Desweiteren die Ausgabe von glxgears:

zuerst als normaler user:

Quellcode

1
2
3
seuche@seutoo:~$ glxgears
1129 frames in 5.0 seconds = 225.800 FPS
1265 frames in 5.0 seconds = 253.000 FPS


dann als root:

Quellcode

1
2
3
root@seutoo:/home/seuche$ glxgears
41255 frames in 5.0 seconds = 8251.000 FPS
50361 frames in 5.0 seconds = 10072.200 FPS



Angehängt hab ich noch die Dateien:
1. /etc/X11/xorg.conf
2. /var/log/Xorg.0.log

Greetz, seuche

2

05.02.2006, 17:37

RE: ATI Radeon X800 Funktioniert nurnoch unter root

Hoi seuche,

ich hatte das Problem auch! genau die selbe karte und selbes problem !!

Nun, ich habe das problem gelöst! Schau dir mal meine config an und vergleiche!!!

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
Section "dri"

	Mode 0666

EndSection
Section "ServerLayout"

	Identifier     "Simple Layout"
	Screen         "Screen 1" 0 0
	InputDevice    "Mouse1" "CorePointer"
	InputDevice    "Keyboard1" "CoreKeyboard"

EndSection

Section "Files"

#        ModulePath   "/usr/X11R6/lib/modules"
	RgbPath      "/usr/lib/X11/rgb"
	FontPath     "/usr/share/fonts/misc/"
	FontPath     "/usr/share/fonts/TTF/"
	FontPath     "/usr/share/fonts/Type1/"
	FontPath     "/usr/share/fonts/75dpi/"
	FontPath     "/usr/share/fonts/100dpi/"
#	FontPath     "/usr/share/fonts/local/"

EndSection

Section "Module"

	Load  "dbe"  	# Double buffer extension
	SubSection "extmod"
		Option	    "omit xfree86-dga"   # don't initialise the DGA extension
#		Option	"xfree86-dga"
	EndSubSection
	Load  "type1"
	Load  "freetype"
	Load  "glx"
	Load  "dri"

EndSection

Section "InputDevice"

	Identifier  "Keyboard1"
	Driver      "kbd"
	Option	    "AutoRepeat" "500 30"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de_CH"

EndSection

Section "InputDevice"

	Identifier  "Mouse1"
	Driver      "mouse"
	Option	    "Protocol" "Auto"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"

EndSection

Section "Monitor"

	Identifier   "EIZO T67S"
	HorizSync    30.0 - 95.0
	VertRefresh  50.0 - 160.0

EndSection

Section "Device"

	Identifier  "Standard VGA"
	Driver      "vga"
	VendorName  "Unknown"
	BoardName   "Unknown"

EndSection

Section "Device"

	Identifier  "ASUS AX800 XT"
	Driver      "fglrx"
	VideoRam    262144

# ### generic DRI settings ###
# === disable PnP Monitor  ===
    	#Option                              "NoDDC"
# === disable/enable XAA/DRI ===
   	 Option "no_accel"                   "no"
   	 Option "no_dri"                     "no"
# === misc DRI settings ===
   	 Option "mtrr"                       "on" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
   	 Option "DesktopSetup"               "horizontal"
   	 Option "ScreenOverlap"              "0"
   	 Option "GammaCorrectionI"           "0x00000000"
   	 Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
   	 Option "Capabilities"               "0x00000000"
   	 Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
   	 Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
   	 Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
   	 Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
   	 Option "PseudoColorVisuals"         "off"
# === QBS Management ===
   	 Option "Stereo"                     "off"
   	 Option "StereoSyncEnable"           "1"
# === FSAA Management ===
   	 Option "FSAAEnable"                 "no"
   	 Option "FSAAScale"                  "1"
   	 Option "FSAADisableGamma"           "no"
   	 Option "FSAACustomizeMSPos"         "no"
   	 Option "FSAAMSPosX0"                "0.000000"
   	 Option "FSAAMSPosY0"                "0.000000"
   	 Option "FSAAMSPosX1"                "0.000000"
   	 Option "FSAAMSPosY1"                "0.000000"
   	 Option "FSAAMSPosX2"                "0.000000"
   	 Option "FSAAMSPosY2"                "0.000000"
   	 Option "FSAAMSPosX3"                "0.000000"
   	 Option "FSAAMSPosY3"                "0.000000"
   	 Option "FSAAMSPosX4"                "0.000000"
   	 Option "FSAAMSPosY4"                "0.000000"
   	 Option "FSAAMSPosX5"                "0.000000"
   	 Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
   	 Option "UseFastTLS"                 "0"
   	 Option "BlockSignalsOnLock"         "on"
   	 Option "UseInternalAGPGART"         "no"
   	 Option "ForceGenericCPU"            "no"	
	 BusID	    "PCI:1:00:0
#	 Screen 1
EndSection

Section "Screen"
	Identifier "Screen 1"
	Device     "ASUS AX800 XT"
	Monitor    "EIZO T67S"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     8
		Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

und anschliessend, must du noch die /etc/fstab anpassen:

Quellcode

1
2
3
4
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
#  use almost no memory if not populated with files)
#shm			/dev/shm	tmpfs		nodev,nosuid,noexec	0 0
tmpfs                    /dev/shm        tmpfs           defaults     0 0


Nach dem du das gemacht hast, mach mal nen reboot! das wars ^^

guggst du anhänge !
Athlon 64 3500+ @2400Mhz
1 GB Corsair Ram
Asus A8V Deluxe
Asus AX 800 XT
Gentoo 2005.1

amielke

unregistriert

3

06.02.2006, 09:21

Hallo,

Vielleicht liegt es auch daran, das Dein normaler User nicht in der Gruppe Video ist.

kannst ja mal nachsehen.

Gruß Andreas