2013-02-19

Slitaz -- SG41/intel-i915

LOAD_MODULES="i915 snd_hda_intel sky2"

Driver "intel"

Env:
slitaz-4.0-firefox.iso


1.
# tazpkg -gi sudo
# tazpkg -gi xarchive
# tazpkg -gi xorg-xf86-video-intel
# tazpkg -gi sakura
# tazpkg -gi wqy-microhei


2.
root@slitaz:~# visudo
tux ALL=NOPASSWD: ALL


3.
root@slitaz:~# sed -i s/vesa/intel/ /etc/X11/xorg.conf.d/60-Device.conf
root@slitaz:~# grep Driver /etc/X11/xorg.conf.d/60-Device.conf
### Available Driver options are:-
Driver "intel"

root@slitaz:~# nano /etc/X11/xorg.conf.d/70-Screen.conf
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection


4.
root@slitaz:~# nano /etc/rcS.conf

LOAD_MODULES="i915 snd_hda_intel sky2"

RUN_DAEMONS="dbus hald slim firewall httpd dropbear"


5.
root@slitaz:~# dmesg | grep -e intel -e i915
intel_rng: FWH not detected
agpgart-intel 0000:00:00.0: Intel G41 Chipset
agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
agpgart-intel 0000:00:00.0: detected 131072K stolen memory, trimming to 32768K
agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
i915 0000:00:02.0: setting latency timer to 64
fb0: inteldrmfb frame buffer device
[drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
root@slitaz:~#

root@slitaz:~# grep -e intel_ -e G41 -e GLX /var/log/Xorg.0.log
[ 11.677] (==) AIGLX enabled
[ 11.677] (II) Loading extension GLX
[ 11.719] (II) Loading /usr/lib/X11/modules/drivers/intel_drv.so
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
[ 11.782] (II) intel(0): Integrated Graphics Chipset: Intel(R) G41
[ 11.782] (--) intel(0): Chipset: "G41"
[ 12.126] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 12.126] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 12.126] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 12.126] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 12.126] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 12.126] (II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
[ 12.126] (II) GLX: Initialized DRI2 GL provider for screen 0
root@slitaz:~#


6.
root@slitaz:~# cat /var/log/tazpkg.log | cut -d ' ' -f 6-7
sudo (1.8.4)
xarchive (0.2.8-6)
xorg-libXv (1.0.6)
xorg-libXvMC (1.0.6)
mesa (7.10.2)
mesa-dri (7.10.2)
libdrm-intel (2.4.25)
mesa-dri-intel (7.10.2)
xorg-xf86-video-intel (2.15.0)
vte (0.28.2)
sakura (2.3.8)
wqy-microhei (0.2.0-beta)
root@slitaz:~#