@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4



Comments:

<0> i have to cook dinner tonight
<0> blargh
<1> i have to quit
<0> curses
<0> pigdog's search is broken
<2> HeppyCat: sounds like a order out night then
<0> http://www.pigdog.org/categories/spocktails.html
<0> found em
<0> all the drinks
<0> heh, im too broke to order out
<0> ive got about $10 in the bank
<0> and get paid friday
<2> hrm, random I know... but you hear anything on that house?
<0> not yet
<0> last i heard yesterday was the seller's realtor was trying to get in touch with the mortage company
<2> thats gotta be killing you hah



<2> waiting == teh sux0rz
<0> yup
<3> could be worse
<3> you could be suffering
<2> depends on his patience level, I'd be going completly nuts after a couple days waiting on a reply
<2> they'd get tired of me calling 4 times a day saying "hey bro, heard anything yet?"
<3> :)
<4> =)
<0> and its go home time
<5> ok, so after reading the nvidia gentoo guide, the hardware acceleration guide, and sure the x config howto, im still having problems with my nvidia
<5> didnt found anything on forums
<4> I really like brian eno's "music for heels"
<6> heh
<5> the direct rendering is working, glxgears shows about 500~560 fps (mx440) and quake3 is working.. but im sure if its running at 100%,
<6> hmm...
<5> and sure, my desktop still lag
<5> moving another window over the terminal is just beatifull
<5> the only thing I didnt try is the kernel 2.4
<5> but..
<5> err, im not*
<6> good
<5> isnt anything else try ? :(
<5> to*
<6> i don't know what is wrong
<7> Anyone know how to get a 3com 3C509 ISA nic working with 2.6.15-r1 ? 'Modprobe 3c509' works with the minimal livecd
<0> hah
<0> s0ulslack's stat page grabbed some nice quotes today
<0> * theBear stabs HeppyCat to death with a rusty sme server, poking out his eyes with its STUPID skeleton config dirs !
<8> Hahaha.
<6> heheheh
<6> heh
<0> so, a completely non related to gentoo question
<0> does rpm handle dependencies at all?
<6> it knows what it needs.. thats about all last time i used it
<0> i suddenly have the responsibility of updating xorg on a friend's fedora 4 box
<0> i havent used rpms since...on my 486
<0> whatever version of rh that was at the time
<6> fedora should have apt-get now
<5> its not yum?
<0> yum?
<0> oh hey, there is a 'yum'
<2> its the bastardly package manager
<0> no repositories...
<2> point him to #fedora on freenode or something and wish him luck
<2> lol
<0> yeash yeah
<0> i will only complain about fedora here
<0> not ask questions :)
<2> oh I didn't mean that, I ment you should point your friend in that direction
<2> who cares what you ask here, your a reg :-)
<0> yeah well, im too nice of a guy
<0> i wont point anyone i know to freenode
<2> hah why not?
<2> its a good network for the most part
<2> lots of good resources, maybe not on bigger channels like #gentoo, #fedora though :-p
<0> heh
<4> =)
<6> anyone good with makefile/variable stuff ? i've got an env variable exported with a path containing some spaces.... tried all kinds of quotation marks and \ escaping, but the makefile still screws up on the spaces.....
<8> Post the makefile somewhere?
<6> how about just half of the line in question... you'll see



<8> k.
<6> SRC = $(AVRLIB)/buffer.c
<8> Where is SRC used?
<6> err.... not sure yet... i can check in a second... you understand whats going wrong yet tho ?
<8> Nope.
<6> ok.. ii'll show you the make error
<8> Need to see where SRC gets used first.
<6> No rule to make target `snippets"/libs/avrlib/make/avrproj_make' (same/similar happens with different escaping)
<6> hmmm... is it possible that make just p***es SRC straight to gcc ? or am i missing a file somewher e?
<6> i'll put the makefile somewhere if ya want....
<8> make sees spaces as seperators, so if it's doing any transformations on that string, you'll run into problems.
<6> hmmm.. as far as i can tell its just that one line (its used again (the variable,not SRC), but that is just p***ed straight to gcc)
<6> is there a way i can escape it that make won't see the spaces ?
<0> w00t got an update on the house
<0> the current mortage company wants the house appraised before they respond to my offer
<0> which could very well mean the house is worth less than what i am offering
<8> Is that a good thing?
<0> yeah i think it is
<0> means i can negotiate down
<8> Neat.
<0> my realtor said before that she was willing to give up part of her comission to help make this work
<6> eh.... i gave up on the makefile... just symlinked it to a dir with no spaces
<0> ive kinda got yum working. have to find a repository that has xorg-x11-deprecated-libs-devel
<6> now i've got much more fun with magic relocations ****ing up after compiling
<0> so, if she is able to get her full comission out of this house, she said she would kick back some to me
<0> oh fawk
<0> i think it's working
<0> damn i think it did work
<2> oh fawkin fook!
<9> what is the best simple graphing utility for KDE?
<8> [10] 53.8 1.08 0.68 7161856 ray::intersect(ray const&, triangle const&, std::list<vector3<float>, std::allocator<vector3<float> > >&) [10]
<8> 7 million calls =0
<10> hello
<10> im trying to install gentoo
<10> i currently have my make.conf like this http://pastebin.com/568104 do you think this is sufficient?
<6> err.... from memory yeah, but you should probably emerge -pv the first few things you do and check USE flags..... pretty soon you will get a good idea what you want and can add USE="X -xinerama" or similar to that
<6> that=make.conf
<6> there shouldn't be a space in the 2nd lnie between i686 and the -
<6> and you might do a little better with -02
<6> instead of -Os
<6> err... that was supposed to be -O2
<10> theBear but make.conf is just to speed up compiling right?
<10> theBear are you using Os or 02?
<5> what, 03 is bad?
<3> theBear: actually, it's -O2... not -02
<10> im a bit confused. In http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=6 section 6.a. Chrooting should i do # mirrorselect -i -r -o >> /mnt/gentoo/etc/make.conf
<10> or # mirrorselect -i -o >> /mnt/gentoo/etc/make.conf
<10> note the '-r'
<10> or both?
<3> mirrorselect -h and figure it out :)
<11> one is for emerge and one is for the sync..
<10> mr_lovalova so i should do both then i guess
<11> probably
<11> if you want performance
<10> how many mirrors should i select?
<10> 3?
<12> well choose the ones in your country
<10> so theres no limit. i could go up to 10 then
<12> afaik yes
<5> is there a way to have somes 1024x768 consoles without using the framebuffer?
<5> because the nvidia-glx dont like the fb..
<13> guys.. this may be a simple question but I'd appreciate some help.. on some other versions of linux my gnome apps would keep the same theme/font as kde apps while running in kde, however now in Gentoo my gnome or gtk apps look like crap, they don't keep the same font/theme as when I'm in gnome.. is there a setting to force them to look the same way in kde as they do in gnome?
<14> are there any digital tv capture cards available with linux drivers?
<15> i believe so, not sure which
<15> sysace, you might have to look into a program like gtk-chtheme
<15> you can set gtk app font and theme outside of gnome with gtk-chtheme, it's in portage
<15> ah damn, he left
<5> Viza: any idea about the console resolution without a framebuffer?
<3> 640*400
<5> no
<5> i meant
<15> there are two versions of framebuffer in the gentoo patched kernel


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #gentoo
or
Go to some related logs:

weird al caps lock
melan12345
nutty slack
#c++
#php
mii tool bond 0
What's the Ro?
int2one
#chatzone
steamaccountgenerator



Home  |  disclaimer  |  contact  |  submit quotes