![]() |
|
|||||||
| Linux Forum to discuss the popular Open Source operating system, plus other *NIX derivatives. Discussions about AMD Catalyst drivers can be had in the relevant subforum. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 | Advertisement (Guests Only)
Login or Register to remove this ad
|
|
Newbie
Join Date: Feb 2005
Posts: 4
|
What is the likelihood I can find a linux driver that will support all the features of this old chipset? I can boot Knoppix 3.2 so I know the basic driver is out there, and I see some apps I'd like to use that do web cam stuff, but it is the video capture feature of the driver I am interested in. ATI site does not have linux drivers that old. |
|
|
|
|
|
|
#2 |
|
Radeon HD 6970
Join Date: Mar 2004
Posts: 581
|
check gatos.sf.net and if it says your chipset is supported, either try to compile xorg-cvs for yourself, or get an distribution which has at least xorg-6.8.1 (eg ubuntu hoary or FC3 or Suse9.2) and use the binary snapshots from dri.sf.net cheers Jon
__________________
Closed source Linux Kernel modules are illegal |
|
|
|
|
|
#3 |
|
Radeon HD 6970
Join Date: Mar 2004
Posts: 581
|
Ok here comes an quick howto on adding latest xorg-cvs ati-drivers to your distributions x-package (debian/ubuntu specific, but should work for other distros similiar). Note i mainly do this to a) check out r300 progress and b) maintain my distributions package-managment. 1) Get Ubuntu for your architecture http://releases.ubuntu.com/warty/ (or install debian sid) 2) After you installed it and set it up (X running) change your /etc/apt/sources.list so that it contains the following line: Code:
deb-src ftp://archive.ubuntu.com/ubuntu hoary main restricted universe 3) do an Code:
apt-get update Code:
apt-get build xserver-xorg 5) get the source-code Code:
apt-get source xserver-xorg 6) change to the newly unpacked directory. If you needed to get libxrender-dev and friends, first change to them, issue the following command Code:
dpkg-buildpackage -us -uc Code:
dpkg -i package-name.deb Code:
cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg co xc/programs/Xserver/hw/xfree86/drivers/i2c cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg co xc/programs/Xserver/hw/xfree86/drivers/ati cvs -d :pserver:anoncvs@cvs.freedesktop.org:/cvs/xorg co xc/programs/Xserver/hw/xfree86/drivers/Imakefile Now change to the xorg-build directory (its called xorg-6.8.1) and do an Code:
dpkg-buildpackage -us -uc Code:
rm -fr xc-xserver-xorg-dbg Code:
cp -a /whereyoustoredcvscheckout/xc/* . Now you are ready to build xorg, this time for real. Do an Code:
IGNORE_MANIFEST_CHANGES=1 dpkg-buildpackage -us -uc -nc Notice the differences between the two build-commands ? The first one is because the new ati drivers adds new files and this would stop the packaging, with the Ignore directive we skip the file check. The second option "-nc" says that the build-command should NOT clean the source tree but worked with our changed source-tree. Get a book, read and wait for the compile to finish. 8) after the compile finished you should have many *.deb files. You could install them all, but this would probably be waste of disk-space, so do the following: create a dir called dbg. do an Code:
mv *dbg*.deb dbg Code:
dpkg -i *.deb Have fun ![]() Benefits of this approach: 1) you remain distributions package-sanity Contras: 2) somewhat difficult
__________________
Closed source Linux Kernel modules are illegal |
|
|
|
| Advertisement (Guests Only) |
|
Login or Register to remove this ad
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ati 3d rage pro agp 2x won't capture. Why? | Haunt_House | Legacy Discussion and Technical Support | 1 | Jan 24, 2007 07:22 AM |
| ATI Rage Theater Video Capture & MSN | r0b | Multimedia Discussion and Technical Support | 8 | May 28, 2005 04:10 PM |
| video capture with ATI Rage Pro ViVo | linx | Legacy Discussion and Technical Support | 0 | Feb 6, 2001 02:13 AM |
| where can i get BT829 drivers | Bman64 | Radeon Technical Support | 6 | Nov 28, 2000 02:31 AM |
| ATI WDM Rage Theater Video Capture | NIDave | Legacy Discussion and Technical Support | 1 | Jun 6, 2000 02:37 AM |