You are not logged in.
Pages: 1
Topic closed
Hey. I'm getting the following errors in my Xorg logs
[ 23.635] (II) LoadModule: "vesa"
[ 23.636] (WW) Warning, couldn't open module vesa
[ 23.636] (II) UnloadModule: "vesa"
[ 23.636] (II) Unloading vesa
[ 23.636] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 23.636] (II) LoadModule: "modesetting"
[ 23.637] (WW) Warning, couldn't open module modesetting
[ 23.637] (II) UnloadModule: "modesetting"
[ 23.637] (II) Unloading modesetting
[ 23.637] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 23.637] (II) LoadModule: "fbdev"
[ 23.637] (WW) Warning, couldn't open module fbdev
[ 23.637] (II) UnloadModule: "fbdev"
[ 23.637] (II) Unloading fbdev
[ 23.637] (EE) Failed to load module "fbdev" (module does not exist, 0)
I'm using the ati driver and everything works fine. How can I get rid of these errors? How do I stop Xorg from trying to load them in the first place? I've tried blacklisting them in /etc/modprobe.d, but they still show up.
Thanks
Offline
This has been discussed a couple times on the forum. It's safe to just ignore them.
Install xf86-video-modesetting, xf86-video-vesa and xf86-video-fbdev to get rid of them.
Last edited by karol (2013-09-29 16:55:21)
Offline
I was looking for a 'fix" without installing useless packages, thanks though
Offline
The "fix" is just to ignore them.
Offline
Create an xorg.conf where you specify Driver "radeon". Then X will not try to detect which driver to use and therefore not complain that certain ones aren't installed.
6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.
Offline
I was looking for a 'fix" without installing useless packages, thanks though
Those "worthless" packages solved my problem. I was unable to start X at all. Thank you, karol.
Offline
Offline
Pages: 1
Topic closed