You are not logged in.
Hello,
in archlinux repo there is xf86-video-geode driver, but there is no kernel driver support.
When I try to run startx on my geode trek741 hardware - then I have:
(EE) Failed to load module "amd" (module does not exist, 0)
(EE) Failed to load module "fbdev" (module does not exist, 0)
I am recompiling kernel now - but I wish to have full support for geode chipset in archlinux package.
Do I have to raport it as Bug?
best regards, and thanks for great archlinux support
y0g1
Last edited by y0g1 (2009-06-09 13:58:06)
Offline
The errors you have posted refer to missing xorg modules, not missing kernel modules.
If there is a kernel feature that you would like included in the Arch kernel package, post a feature request in the bugtracker for consideration by the devs.
Offline
ok, i installed fbdev xf86-video module and geode driver works.
Thanks for help.
anyway i think that xf86-video-fbdev should be installed as dependency of xf86-video-geode
Offline
No - the reason you were getting the "fbdev does not exist" error was that it was specified in your xorg.conf but not installed. xorg is working for you now because you installed it, but you could also have solved the problem by making the required change to xorg.conf.
Just in case you haven't heard about it, it is possible to run xorg without xorg.conf in many cases, particualrly when you are using drivers provided by xorg, such as your chosen geode driver. Full details on the wiki's xorg page.
Offline