Olla Leute,
aufgrund der beschissenen Firmenpolitik von ATI/AMD habe ich Catalyst nun heruntergeschmissen und radeonhd installiert. (Nebenbei: Wer ne X1650 möchte, kann bei Ebay gucken)
Nach einigen Schwierigkeiten, kann ich nun sogar schon ein wenig mit der Auflösung spielen.
Zum eigentlichen Problem:
Fehler:
cat /var/log/Xorg.0.log | grep -e (WW) -e (EE)
[...]
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) Warning, couldn't open module fgl.renamed.libdri
(EE) Failed to load module "fgl.renamed.libdri" (module does not exist, 0)
(EE) Failed to load /usr/lib/xorg/modules/extensions//libdri.so
(EE) Failed to load module "dri" (loader failed, 7)
(EE) RADEONHD(0): RHDDRIVersionCheck: symbol DRIQueryVersion not available.(libdri.a is too old)
(WW) RADEONHD(0): RHDDRIPreInit: Version check failed. Disabling DRI.
xorg.conf (Kommentare entfernt):
cat /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "dri2"
Load "dbe"
Load "record"
Load "extmod"
Load "glx"
Load "FGL.renamed.libdri"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeonhd"
Option "AccelMethod" "exa"
Option "DRI" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Modes "1280x1024" "1024x768" "800x600" "640x480"
Depth 24
EndSubSection
EndSection
Interessant wäre vielleicht auch, was es mit den Warnungen auf sich hat.
Vielen Dank,
Weltio
Lösung:
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Lässt sich entfernen, indem man acpid
a) installiert :lol:
b) startet (z.B. im daemon-array der /etc/rc.conf)
(WW) Warning, couldn't open module fgl.renamed.libdri
(EE) Failed to load module "fgl.renamed.libdri" (module does not exist, 0)
Lässt sich natürlich dadurch beheben, dass die Zeile (Load "FGL.renamed.libdri") aus der xorg.conf genommen wird. Ob diese irgendwie benötigt wird, weiß ich allerdings nicht.
(EE) Failed to load /usr/lib/xorg/modules/extensions//libdri.so
(EE) Failed to load module "dri" (loader failed, 7)
(EE) RADEONHD(0): RHDDRIVersionCheck: symbol DRIQueryVersion not available.(libdri.a is too old)
(WW) RADEONHD(0): RHDDRIPreInit: Version check failed. Disabling DRI.
Lässt sich durch ein simples neuinstallieren des xorg-servers beheben.
(pacman -S xorg-server)
Ich habe den ATI-Artikel der deutschen Sektion um diese Fehler ergänzt.