2010-01-04
Slitaz -- xorg / intel
root@slitaz:~# tazpkg get-install xorg-xf86-video-intel
root@slitaz:~# tazpkg get-install linux-agp
root@slitaz:~# modprobe intel-agp
root@slitaz:~# lsmod | grep intel_agp
intel_agp 23032 1
agpgart 25980 2 intel_agp
root@slitaz:~#
root@slitaz:~# X -configure
....
Your xorg.conf file is /root/xorg.conf.new
To test the server, run 'X -config /root/xorg.conf.new'
root@slitaz:~# X -config /root/xorg.conf.new
root@slitaz:~# cp /root/xorg.conf.new /etc/X11/xorg.conf
root@slitaz:~# /etc/init.d/slim start
----
root@slitaz:~# tazx
xorg Install Xorg ---> intel-driver
root@slitaz:~# head -5 /usr/bin/tazx
#!/bin/sh
#
# Tazx - Ncurses X configuration for SliTaz GNU/Linux using Dialog boxes.
# This tinyutils is part of slitaz-tools. Tazx can configure Xvesa kdrive
# and Xorg with several Window Manager.
root@slitaz:~#
.