@related: ATI IGP & IGP 320M Radeon 7000/VE XWindow AmiloA , IRQ , Laptop , Linux , OpenGL 3D Ubuntu , xorg , RV280 R350
Supported by OpenSource Driver : DRI
Tested successfully with DRI :
Tested successfully with fglrx :
http://dri.freedesktop.org/wiki/ATIRadeon#head-465a5bcb4ff2a8459736c469bfac6c242de7f3c1
ATI : http://www.ati.com/support/drivers/linux/radeon-linux.html
OpenSource Projects :
S3TC with DRI drivers
Linux :
http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html http://necrotic.deadbeast.net/xsf/XFree86/NEWS.xhtml http://www.freedesktop.org/~dri/snapshots/README.Debian
http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html http://odin.prohosting.com/wedge01/gentoo-radeon-faq.html#1_whichcards http://forums.gentoo.org/viewtopic.php?t=47858&postdays=0&postorder=asc&highlight=dri+igp&start=175&sid=7de448440865e9504ed5d826d3c4b118
This ATI Radeon is a special serie made for Laptop and IGP might stand for “Intergrated Graphics Processor”.
Radeon IGP is full supported in Linux since mid 2003.
And can be found in Laptops like
00:00.0 Host bridge: ATI Technologies Inc AGP Bridge IGP 320M (rev 13) rev 01)
0000:00:00.0 Class 0600: 1002:cab0 (rev 13)
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1 0000:01:05.0 Class 0300: 1002:4336
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1 01:05.0 VGA compatible controller: ATI Technologies Inc Radeon [[IGP 340M]]
if official package dont works you can try :
#root@[[Debian]]# su date # Tue Oct 26 06:47:22 CEST 2004 uname -a # Linux nrv 2.6.9-amiloa #5 Sat Oct 23 19:13:00 CEST 2004 i686 GNU/Linux
cd /usr/src/linux || exit
apt-get install drm-trunk-module-src
dpkg -L drm-trunk-module-src
cd /usr/src/
tar xvfz /usr/src/drm-trunk.tar.gz
MODULE_LOC=/usr/src/modules && export MODULES_LOC
REV=${HOSTNAME}.0.$(date +%Y%m%d%H%M)
make-kpkg clean modules_image --revision=${REV}
dpkg -i /usr/src/*dri*${HOSTNAME}*.deb
pwd # /usr/src/linux make-kpkg modules_image --revision=nrv.0.200410260638 # err: /usr/src/modules/drm-trunk/Makefile.kernel:50: /usr/local/src/linux-2.6.9/Rules.make: No such file or directory
did not work for lets try those compiled ones :
cat >> /etc/apt/source.list << EOF deb http://www.nixnuts.net/files/ ./
EOF
#EOF
apt-get install drm-trunk-module-2.6.8-1-k7 kernel-image-2.6.8-1-k7 \ xlibmesa-gl1-dri-trunk xserver-xfree86-dri-trunk
The important thing is when using Loadlin, watch for defaults common windows drivers that are loaded in CONFIG.SYS (and move them all to win dos etc )
i noticed this when i was on win9x , well this should works also with freedos
Replace :
REM config.sys [[common]] device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1)
By :
REM config.sys [[menu]] menuitem=win,[[Windows]] menuitem=linux,[[Linux]] (Loadlin) [[win]] device=C:\WINDOWS\COMMAND\display.sys con=(ega,,1) [[linux]]