Tiny Core Extensions > TCE Q&A Forum
[SOLVED] Where to put the Kernel Modules required for Xorg?
kagashe:
At present I am starting Xorg by:
--- Quote ---$ sudo modprobe agpgart
$ sudo modprobe intel-agp
$ sudo modprobe drm
$ startx
--- End quote ---
Where to put these modules to load to start X automatically.
kagashe
curaga:
Xorg should load those by itself. The fact it doesn't do it for you is definitely a bug.
I would put those modprobes to /opt/bootlocal.sh, without sudo, because that file is executed as root every boot.
kagashe:
--- Quote from: curaga on December 05, 2008, 10:38:27 AM ---Xorg should load those by itself. The fact it doesn't do it for you is definitely a bug.
I would put those modprobes to /opt/bootlocal.sh, without sudo, because that file is executed as root every boot.
--- End quote ---
Yes. There are bugs in Xorg 7.4 for intel driver as discovered on Fedora 10 as well.
Thanks. Putting in /opt/bootlocal.sh works for me.
kagashe
curaga:
As a temporary workaround, I made a new version of graphics-2.6.26.tcem. Loading it will cause drm, agp, and hopefully also your agp chipset modules to become loaded.
Could you test?
kagashe:
--- Quote from: curaga on December 20, 2008, 01:28:55 PM ---As a temporary workaround, I made a new version of graphics-2.6.26.tcem. Loading it will cause drm, agp, and hopefully also your agp chipset modules to become loaded.
Could you test?
--- End quote ---
Ok. Tested. Modules agpgart and drm are getting loaded but intel-agp is required to be loaded manually.
kagashe
Navigation
[0] Message Index
[#] Next page
Go to full version