Moin,

ich kämpfe hier gerade mit besagter onboard-Grafik... kann X.Org nicht zum Laufen überreden.
$ lspci  | grep VGA
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS780L [Radeon HD 3000]
Zuerst einmal musste ich mit "radeon.modeset=0" bzw "nomodeset" booten, damit es überhaupt eine Ausgabe gab.
Ist mein erster Versuch mit Arch und ATI, also hatte ich zuerst versucht, den Catalyst-Treiber zu installieren, was auch prinzipiell gelungen war. Nur - beim Start von X hats gemeckert, dass kein kompatibler Adapter gefunden wurde. Einen Google später fand ich auch heraus, dass ATI wohl den Support für meinen Chipsatz eingestellt hat... gemein!

Also xf86-video-ati Treiber dafür installiert und eingerichtet, und siehe da: X läuft immer noch nicht. Angeblich findet er keinen Bildschirm. Was er aber eigentlich macht, ergibt für mich absolut keinen Sinn.
Hier die letzte Xorg.0.log: http://pastebin.com/KWwJwLCD

Besonders interessant finde ich die Sektion
[   119.776] Loading extension GLX
[   119.776] (==) Matched ati as autoconfigured driver 0
[   119.776] (==) Matched ati as autoconfigured driver 1
[   119.776] (==) Matched vesa as autoconfigured driver 2
[   119.776] (==) Matched modesetting as autoconfigured driver 3
[   119.776] (==) Matched fbdev as autoconfigured driver 4
[   119.776] (==) Assigned the driver to the xf86ConfigLayout
[   119.776] (II) LoadModule: "ati"
[   119.776] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[   119.776] (II) Module ati: vendor="X.Org Foundation"
[   119.776] 	compiled for 1.13.0, module version = 7.0.0
[   119.776] 	Module class: X.Org Video Driver
[   119.776] 	ABI class: X.Org Video Driver, version 13.0
[   119.777] (II) LoadModule: "radeon"
[   119.777] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[   119.777] (II) Module radeon: vendor="X.Org Foundation"
[   119.777] 	compiled for 1.13.0, module version = 7.0.0
[   119.777] 	Module class: X.Org Video Driver
[   119.777] 	ABI class: X.Org Video Driver, version 13.0
[   119.777] (II) LoadModule: "vesa"
[   119.777] (WW) Warning, couldn't open module vesa
[   119.777] (II) UnloadModule: "vesa"
[   119.777] (II) Unloading vesa
[   119.777] (EE) Failed to load module "vesa" (module does not exist, 0)
[   119.777] (II) LoadModule: "modesetting"
[   119.777] (WW) Warning, couldn't open module modesetting
[   119.777] (II) UnloadModule: "modesetting"
[   119.777] (II) Unloading modesetting
[   119.777] (EE) Failed to load module "modesetting" (module does not exist, 0)
[   119.777] (II) LoadModule: "fbdev"
[   119.777] (WW) Warning, couldn't open module fbdev {not found, unloading}
[   119.777] (II) UnloadModule: "fbdev"
[   119.777] (II) Unloading fbdev
[   119.777] (EE) Failed to load module "fbdev" (module does not exist, 0)
Vielleicht kann sich da ja jemand von euch einen Reim drauf machen?
Bin jedenfalls dankbar für jede Hilfe!

Als Zusatzinfo, hier noch sämtliche zurzeit installierten Pakete: http://pastebin.com/vdZXc5z8

Grüße,
LDer
[   119.777] (WW) Warning, couldn't open module modesetting
Hast du "radeon" in der mkinitcpio.conf eingetragen und danach 'mkinitcpio -p linux'?
Hast du ansonsten die Wikis exakt befolgt?
Wurde auch die Xorg.conf von dem vorherigen Catalyst-Treiber gelöscht?

Du kannst außerdem diesen Catalyst (legacy) benutzen:
aur/catalyst-total-hd234k 12.6-6 
Overkill schriebWurde auch die Xorg.conf von dem vorherigen Catalyst-Treiber gelöscht?

Du kannst außerdem diesen Catalyst (legacy) benutzen:
aur/catalyst-total-hd234k 12.6-6 
Der wird aber doch nicht mehr vom aktuellen X.Org unterstützt!?
Es soll ein Multimedia/Streaming-PC sein. Reicht mir da auch in Zukunft ein älterer X?

Ich werd wohl nochmal sauber neu installieren, bevor ich mich hier noch weiter ärgere

Grüße, auf bald,
LDer