Ich habe nun mein FreeBSD 6.2 fast komplett eingerichtet. Mir fehlt noch HW-Beschleunigung für die Grafik.
Meine GraKa ist eine ATI Radeon X300 die am PCI-e (PCI Express) steckt. Leider sehe ich immer nur in den Dokus Infos zu AGP. Im Prinzip wird meine Garte auch erkannt, kann auch eine eigene Auflösung fahren (1440x900).
Bei dmesg|grep drm bekomme ich folgende Meldung:
In meiner xorg.conf sieht so aus:
DRI funktioniert nicht:
Weiß jemand, was man da machen kann um HW-Beschleunigung zu bekommen?
Meine GraKa ist eine ATI Radeon X300 die am PCI-e (PCI Express) steckt. Leider sehe ich immer nur in den Dokus Infos zu AGP. Im Prinzip wird meine Garte auch erkannt, kann auch eine eigene Auflösung fahren (1440x900).
Bei dmesg|grep drm bekomme ich folgende Meldung:
Code:
$ dmesg|grep drm
drm0: <ATI Radeon RV370 X300 SE> port 0xce00-0xceff mem 0xd8000000-0xdfffffff,0xfd4f0000-0xfd4fffff irq 24 at device 0.0 on pci2
info: [drm] Initialized radeon 1.24.0 20060225
error: [drm:pid928:radeon_do_init_cp] *ERROR* Cannot initialise DRM on this card
error: [drm:pid1221:radeon_do_init_cp] *ERROR* Cannot initialise DRM on this card
Code:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 410 260 # mm
Identifier "Monitor0"
VendorName "HWP"
ModelName "HP w1907"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 24.0 - 83.0
VertRefresh 50.0 - 70.0
Option "DPMS"
EndSection
Section "Device"
Option "DDCMode" # [<bool>]
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "RV370 5B60 [Radeon X300 (PCIE)]"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1440x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Code:
$ glxinfo|grep rendering
direct rendering: No