View previous topic :: View next topic |
Author |
Message |
cosmophobia Tux's lil' helper
Joined: 08 Jan 2007 Posts: 136
|
Posted: Wed Aug 29, 2007 3:07 pm Post subject: x-server für freien ati-treiber it 3d einrichten |
|
|
hallo..
nachdem ich mit dem proprietären ati-treiber immer dar prob hatt, dass der rechner beim beenden des x-servers hängt, möcht ich nochmal den freien treiber richtig einrichten..
bei einer x800 sollt er ja eingetlich mit 3d laufen..
aber irgendwie kieg ich das nicht hin..
mit glxgears bekomm ich folgende ausgabe:
Code: | Xlib: extension "XFree86-DRI" missing on display ":0.0".
5184 frames in 5.1 seconds = 1015.230 FPS |
und die framerate ist ja wohl ein witz.. mit dem proprietären treiber hab ich ca das 9fache..
ich hab nach dem howto den x-server folgendermassen eingerichtet:
Code: | Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "true"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "drm"
Load "xtrap"
Load "GLcore"
Load "extmod"
Load "dbe"
Load "record"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 470 300 # mm
Identifier "Monitor0"
VendorName "FUS"
ModelName "L22W-3"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "R423 UI [Radeon X800PRO (PCIE)]"
BusID "PCI:2:0:0"
Option "XAANoOffscreenPixmaps" "true"
Option "DRI" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
# DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "dri"
# Group 0
Mode 0666
EndSection |
jemand eine idee..!?
2.6.22-gentoo-r5 amd64 _________________ Sinnlos oder Schlüssel zum Sinn des Seins..!? www.ultimate-mindmap.de
Mein Blog |
|
Back to top |
|
|
CommanderHammilton Tux's lil' helper
Joined: 24 Aug 2007 Posts: 111 Location: Mainz
|
Posted: Wed Aug 29, 2007 3:19 pm Post subject: |
|
|
hallo,
vielleicht hilft der der link weiter
viele grüße
benedikt _________________ gentoo - compile your own world |
|
Back to top |
|
|
cosmophobia Tux's lil' helper
Joined: 08 Jan 2007 Posts: 136
|
Posted: Wed Aug 29, 2007 3:33 pm Post subject: |
|
|
hm.. ich hatt wohl vergessen opengl wieder auf xorg-x11 zu stellen..
nachdem das getan war bekomm ich dafür:
Code: | libGL warning: 3D driver claims to not support visual 0x4b
24761 frames in 5.0 seconds = 4952.005 FPS |
also schon brauchbarere frameraten, aber immer noch eine fehlermeldung.. so hatt ich das auch in erinnerung..
Code: | glxinfo | grep "direct rendering"
libGL warning: 3D driver claims to not support visual 0x4b
direct rendering: Yes |
spiele wie z.b. sauerbraten laufen allerdings nicht.. _________________ Sinnlos oder Schlüssel zum Sinn des Seins..!? www.ultimate-mindmap.de
Mein Blog |
|
Back to top |
|
|
|