
i'm smoking a fag and a drinking. yay
( ,
Sat 2 Aug 2003, 23:32,
archived)

and anyway, i could smoke if i wanted. and other b3tans bought me beer the other day. yaaaaaaaaaay.
( ,
Sat 2 Aug 2003, 23:33,
archived)

:)
and i'm used to the nonsensical nonsense that it has.
and i'm not running redhat.
( ,
Sat 2 Aug 2003, 23:34,
archived)
and i'm used to the nonsensical nonsense that it has.
and i'm not running redhat.

i can use wine for some of the video nonsense.
but some lovevly people reimplemented quicktime. and it's faster.
( ,
Sat 2 Aug 2003, 23:36,
archived)
but some lovevly people reimplemented quicktime. and it's faster.

it's a right bastard to get working though at times.
www.mplayerhq.hu/
not for the faint of heart.
( ,
Sat 2 Aug 2003, 23:37,
archived)
www.mplayerhq.hu/
not for the faint of heart.

why can't they just give me a nice rpm that'll work for suse?
( ,
Sat 2 Aug 2003, 23:39,
archived)

cambuca.ldhs.cetuc.puc-rio.br/xine/
mplayer is compiled so it doesnt slow down. at all.
also. i've got about 140+ codecs installed.
and quicktime, and mediaplayer 9.
:D
( ,
Sat 2 Aug 2003, 23:42,
archived)
mplayer is compiled so it doesnt slow down. at all.
also. i've got about 140+ codecs installed.
and quicktime, and mediaplayer 9.
:D

xine might be a nicer choice than mplayer.
xine.sourceforge.net/
:)
( ,
Sat 2 Aug 2003, 23:40,
archived)
xine.sourceforge.net/
:)

it's just a matter of me not having tried anything other than double clicking on the files in kde.
( ,
Sat 2 Aug 2003, 23:43,
archived)

it's actually fairly nice and tolerable, but just not usuable for most things.
( ,
Sat 2 Aug 2003, 23:35,
archived)

i have a p3 450. it's a bit fucked if i want to do more than one thing with windows. with linux i've burned cds and watched films. at the same time.
( ,
Sat 2 Aug 2003, 23:36,
archived)

i can hear but not see. the only ones i can see are mpegs, it seems. and despite only having 112megs of ram (which is less than the minimum spec for xp, i'm pretty sure), windows copes a lot better with doing lots of things at once than linux so far.
( ,
Sat 2 Aug 2003, 23:38,
archived)

barely anything running, new shiny kernel, premtive patches, etc etc :)
( ,
Sat 2 Aug 2003, 23:39,
archived)

It copes with most things I've tried it with so far (dvd, divx, avi, wmv, other stuff). Probably the best linux media player I've seen.
( ,
Sat 2 Aug 2003, 23:43,
archived)

i prefer mplayer.
it isn't as friendly but it's a lot more powerful.
( ,
Sat 2 Aug 2003, 23:46,
archived)
it isn't as friendly but it's a lot more powerful.

I need to sort out my media players - something has broken xine's dvd playback. I wussed out and got someone else to install it, so I'm a bit stuffed!
( ,
Sat 2 Aug 2003, 23:51,
archived)

mplayer is the finest piece of software.
mate o' mine, when he can't get a video to run on windoze, he boots up linux and mplayer just yums it up!
me, i haven't had windoze installed here for 3 years and there's little i can't do with linux. what the hell is it you people need to do? get viruses? install spyware?
( ,
Sun 3 Aug 2003, 0:04,
archived)
mate o' mine, when he can't get a video to run on windoze, he boots up linux and mplayer just yums it up!
me, i haven't had windoze installed here for 3 years and there's little i can't do with linux. what the hell is it you people need to do? get viruses? install spyware?

i use a windowing system. called X.
void.printf.net/~tef/theme/shot.jpg
( ,
Sat 2 Aug 2003, 23:35,
archived)
void.printf.net/~tef/theme/shot.jpg

WHAT IS THERE TO CLICK ON TO MAKE THINGS HAPPEN?!?
( ,
Sat 2 Aug 2003, 23:37,
archived)

I was going to ask you how you were getting on with that. Maybe I shouldn't.
( ,
Sat 2 Aug 2003, 23:34,
archived)

it's just that the gimp scares me, and i don't understand much about what goes on behind it all. i can manage point and click from the kde menu, and installing things through YaST2, but not doing anything properly. i tried installing a load of stuff from source earlier, and not a damnable thing actually worked.
( ,
Sat 2 Aug 2003, 23:36,
archived)

grokking the gimp.
it's nice
( ,
Sat 2 Aug 2003, 23:38,
archived)
it's nice

yet it tells me in the tooltip that it'll do all the things the free transform in photoshop does.
EXCEPT IT DOESN'T ARRRRRRRRRGH
( ,
Sat 2 Aug 2003, 23:44,
archived)
EXCEPT IT DOESN'T ARRRRRRRRRGH

on the button for it - sounds like you haven't got the tool options window up. It'll be available off the dialogs menu on the main gimp window as well I think
( ,
Sat 2 Aug 2003, 23:46,
archived)

I'm glad I stuck with the GIMP but it wasn't at all easy to begin with. I've had trouble with installing some stuff as well. But I keep finding that I'm too lazy to look into these things in more detail, and I'm happier with what I have got working than I've ever been with windows. I really ought to put more effort into learning what's really going on, but the reason I like suse is that I haven't really had to.
( ,
Sat 2 Aug 2003, 23:41,
archived)

if you get a source rpm (*.src.rpm), just run(as root) 'rpm --rebuild this.is.my.program.src.rpm'
it will bung the compiled rpm in /usr/src/RPM/RPMS/arch (where arch = your architecture - i386 etc.)
it it is just a source archive (normally *.tgz), you would normally extract it (tar xvfz proggie.tgz), go into the new directory, run './configure', then 'make' and finally as root 'make install'
bob's your uncle.
if i were you, i'd get mandrake - there is much better english support available (suse is VERY german) and it's got urpmi. if you wanna install gimp, for example, you just type 'urpmi gimp' and it will download it/ask you for the cd. that was it. windoze, beat that
( ,
Sun 3 Aug 2003, 0:18,
archived)
it will bung the compiled rpm in /usr/src/RPM/RPMS/arch (where arch = your architecture - i386 etc.)
it it is just a source archive (normally *.tgz), you would normally extract it (tar xvfz proggie.tgz), go into the new directory, run './configure', then 'make' and finally as root 'make install'
bob's your uncle.
if i were you, i'd get mandrake - there is much better english support available (suse is VERY german) and it's got urpmi. if you wanna install gimp, for example, you just type 'urpmi gimp' and it will download it/ask you for the cd. that was it. windoze, beat that

i'm burning a pound of coal and smelting some ore
( ,
Sat 2 Aug 2003, 23:33,
archived)

I'm eating soft fruit and pellets and avoiding grain and seeds.
( ,
Sat 2 Aug 2003, 23:42,
archived)

for the sad girly drinkers of the talker (but not the under 18s)
( ,
Sat 2 Aug 2003, 23:34,
archived)

I'm smoking, drinking and. . . well you guess.
( ,
Sat 2 Aug 2003, 23:35,
archived)