[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: KDE-Debian HowTo for KDE2 & Debian3=Woody X86. Ver 0.1



On Fri, Jan 25, 2002 at 05:48:07PM -0800, tluxt wrote:
> KDE-Debian HowTo for KDE2 & Debian3=Woody X86.  Ver 0.1

Good idea. :)
 
> =======================================================================
> cd writer

see /usr/share/doc/HOWTO/en-txt/CD-Writing-HOWTO.txt.gz

> sound - alsa? opensound?

ALSA:

if you compile your own kernel via make-kpkg (HIGHLY RECOMMENDED):

	apt-get install make-kpkg

	apt-get install alsa-source; cd /usr/src ; tar xvzf alsa-driver.tar.gz
	(**)

	cd /usr/src/$YOUR_KERNEL_SOURCE
	export MODULE_LOC=/usr/src/modules
	export ALSA_CARDS=all			# or just your favorite
	
	# perhaps change /etc/kernel-pkg.conf to your needs first
	fakeroot make-kpkg --bzimage binary-arch modules_image

this will create a kernel-image-*.deb, kernel-headers-*.deb, and
alsa-driver-*.deb for you with all needed dependancies which you can
install everywhere you want.

(**) if you put more modules sources here, they will also be compiled
automagically for you. Examples: i2c-source, lm-sensors-source, `apt-cache
search source | grep -- -source`   I do this all the time, works perfectly.

> (have to get & compile kernel?)

Not necessarily, you need the kernel sources of your current kernel though
(IIRC). Alsa will go into 2.5, so this won't be necessary any more then.
 
> mpg player

wget http://www.MPlayerHQ.hu/MPlayer/releases/MPlayer-0.60.tar.bz2
tar xvjf MPlayer*bz2
cd MPlayer-0.60
debuild -rfakeroot -us -uc -b		# ignore the warnings
dpkg -i ../mplayer-0.60*deb

Either download+install mplayer-data from ftp://134.28.62.2/Debian/ (2.2MB,
includes all the available skins) OR:

get the skin you want and the Font you want from www.mplayerhq.hu and make
them look e.g. like this in your $HOME:

.mplayer
.mplayer/Skin
.mplayer/Skin/default
.mplayer/Skin/default/menu.png
.mplayer/Skin/default/skin
.mplayer/Skin/default/menus.png
.mplayer/Skin/default/README
.mplayer/Skin/default/volume.png
.mplayer/Skin/default/font.fnt
.mplayer/Skin/default/font.png
.mplayer/Skin/default/eqb.png
.mplayer/Skin/default/main.png
.mplayer/Skin/default/subload.png
.mplayer/Skin/default/iconify.png
.mplayer/Skin/default/sub.png
.mplayer/Skin/default/forward.png
.mplayer/Skin/default/eq.png
.mplayer/Skin/default/fsb.png
.mplayer/Skin/default/pause.png
.mplayer/Skin/default/load.png
.mplayer/Skin/default/about.png
.mplayer/Skin/default/prev.png
.mplayer/Skin/default/back.png
.mplayer/Skin/default/next.png
.mplayer/Skin/default/play.png
.mplayer/Skin/default/symbols.fnt
.mplayer/Skin/default/symbols.png
.mplayer/Skin/default/plb.png
.mplayer/Skin/default/stop.png
.mplayer/Skin/default/exit.png
.mplayer/Skin/default/pos.png
.mplayer/font
.mplayer/font/font.desc
.mplayer/font/runme
.mplayer/font/osd-mplayer-a.raw
.mplayer/font/osd-mplayer-b.raw
.mplayer/font/iso-8859-1-a.raw
.mplayer/font/iso-8859-1-b.raw
.mplayer/config
.mplayer/registry

Some of the files (config, registry) are created at run time. All files can
also be put in /usr/share/mplayer instead of $HOME/.mplayer (but then you'd
probably want my .deb package anyway).

> noatun?

no idea.

> other kde media player?

no idea.

> avi player?

apt-get -t unstable install avifile-player   ;)
 
> 
> Thanks to: David Bishop, Jason Boxman, Jens Benecke, the debian-kde list,
> and others.
> 

and yourself. :)
 

-- 
mfg, Jens Benecke
http://www.jensbenecke.de/ - Persönliches
http://www.hitchhikers.de/ - Europas Mitfahrzentrale (car sharing agency)

Politics is like a septic tank - all the big shits float to the top.



Reply to: