Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: kagashe on December 05, 2008, 09:32:30 AM
-
At present I am starting Xorg by:
$ sudo modprobe agpgart
$ sudo modprobe intel-agp
$ sudo modprobe drm
$ startx
Where to put these modules to load to start X automatically.
kagashe
-
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.
-
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.
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
-
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?
-
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?
Ok. Tested. Modules agpgart and drm are getting loaded but intel-agp is required to be loaded manually.
kagashe
-
curaga
I checked on Ubuntu Hardy Heron Single user mode (Ubuntu does not boot in run level 3 unless I fiddle with configuration files).
# lsmod | grep agp
lists agpgart and intel-agp modules.
That means the modules are loaded before X starts.
How?
kagashe
-
They might be mentioned in /etc/modules (or /etc/sysconfig/modules, /etc/default/modules, or any other file in /etc with module in the filename)