| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
Comments:
<0> where do i find line options, i would have painted a line with the pencil and shift. There is no arrowhead option to pencils, is there? <1> lo! <2> Rene_J if you did what I said you'd be done already <3> overseer sourceforge sf.net <4> danke <3> welcome <0> no, i at least think i know how to use layers, but these arrows are not straight, so rotating them would cause display irritations. I dont want that. <1> o_O <2> Ignoring ALL messages from Rene_J!*@* <2> some stuff is too stupid even for Friday nite <0> you could try to tell me whats so stupid about that? <0> even if you think i wont understand anyway <5> does anyone know of a framebuffer console pdf viewer? <6> NightShadow freshmeat
<2> NightShadow startx <7> there is one which can be used with mc <2> yeah but why step int othe 21st century today? <5> pfred1: this is a laptop. i sometimes use framebuffer to reduce the battery consumption <5> frame buffer console uses much less power than X <8> how do I capture the boot log when a kernel fails to boot? If I roll back to an old kernel, the boot log will be for the successful boot of the old kernel <2> NightShadow I suppose an idling car uses less fuel than one actually going down the road but what is the point? <5> pfred1: to extend battery life when i'm only reading pdf files? <5> i have many gutenberg books stored in pdf files, and often I boot into my computer just to read <5> now, with less power consumption, the laptop can stay on longer, and I can read more <9> anyone know if ffmpeg can take input from shoutcast on the localhost? <3> see the pdf suite, like pdftotext or maybe pdftojpeg <3> lots of pdfto <10> hello all <11> hi DoctorMO <3> hu pdf2 also <10> how can I debug my sisters xwindows from 300 miles away? I've tried ssh but it's not very good for running xwindows ;-) <11> any coder around here willing to to explain me what is the point of 00? <10> redduck666: what do you mean? what contexts? <12> "licence to kill" <6> DoctorMO is she single? of age? and not married? <6> heh <11> DoctorMO, well, what is the point of it <10> Quiznos: 16 and out of bounds <6> cool <11> DoctorMO, i mean i know how to create object of type car <10> redduck666: stores the space <6> get a ttysnoop <11> DoctorMO, 'stores space'? <6> invoke xdcmp <12> DoctorMO, I take it you've tried X forwarding? <13> can anyone help me with Ubuntu MP3? <11> DoctorMO, as fror your probelm, you can check logs, and you can forwward x to your computer <10> _spanner_: nope, I'm a programmer not a guess artist. <11> IanDoh-Sleeping, you can get help only if you ask a question <12> look up the -X argument to ssh <13> i open a mp3 and i get <13> Totem could not startu <13> Respirve busy or not avalible <12> you should be able to log in (using the -X option) and run x stuff <11> IanDoh-Sleeping, can you play it in xmms? <6> wow he spoke!!! <13> where is that? <6> IanDoh-Sleeping what happened to you? <13> nada <6> liar :) <13> IRC is on another computer <13> im emulating Ubuntu <6> you've been bouncing in and out of here for weeks <6> there it is <13> see <13> thats other computer <11> IanDoh-Sleeping, open shell and type `xmms &' <13> i dont go there often <6> well fix it <6> al it does it join/quit floods <13> how do i open shell? <13> Quiznos: crappy ISP i cant <6> ah <11> IanDoh-Sleeping, check the gnome menus <11> IanDoh-Sleeping, there should be something like `gnome-terminal-
<13> ah terminal <12> IanDoh, usually, hit alt-F2 and type xterm <13> VMware is fast at emulateing <14> QEMU rivals it... <11> _spanner_, shouldn`t that give error 'can not connect to display 0.0? <11> (or something like that) <13> ian@ubuntu:~$ xmms & <13> [1] 32339 <13> ian@ubuntu:~$ bash: xmms: command not found <10> so from the man page, I do ssh -X blah then startx to give me the errors? <11> IanDoh-Sleeping, sudo apt-get install xmms <13> Package xmms is not available, but is referred to by another package. <11> IanDoh-Sleeping, google `source-o-matic' <11> it should help you build decent sources.list <13> well i dont think ubuntu has xmms <13> Totem is crap <12> redduck666, not for me, but I think I missed some context of your chat. forget it <13> its like WMP <11> IanDoh-Sleeping, sudo apt-get install amarok <11> or kaffeine <11> or some other media player <13> both dont work <13> ah well <11> google source-o-matic <11> your sources.list ain`t ussable ;-) <15> nn <16> anyone using xorg7? im having incredibly strange .. keyboard issues <17> ahhdem: what for issues? <18> Numbers 2, 3, and 5 of the first volume. <16> litb: well.. with the radeon module, everything but characters works.. i.e. capslock/numlock will light up, ctrl+alt+bkspc will kill the xxserver <16> but i cant type in my user name <16> with the vesa driver.. it's a different story.. any key i press changes the sync... <17> sync? <16> then it looks like.. tuning into a porn channel i dont get <16> but every 4th key, and it resets <16> yeah.. like the vertical scan lines that are slightly angled.. yanno when you're watchin channels you dont get on an antenna and they are all broken up <19> what's the prefered way of setting up ipsec on linux? <17> that is beyond me... <16> not fuzzy but looks like a bunch of horizontal but angled like.. "tubes" on the screen.. usually they move on tv.. on this they are still, but yah.. every 4th key and it resets back to a normal image <17> that too... <16> yeah... me too <19> isakmpd or kame? <20> how does one normally add library paths ? <17> sometimes, especially using gdm, if i press any key, X changes the resolution <19> add them in /etc/ld.so.conf <17> always if i start X from the terminal <19> and run ldconfig after changes <21> question for you folks .. i have some software written in C running on Linux .. i need a particular operation to be run every ~100-500us, but I'm having a very hard time making that happen <6> which () you using? <21> usleep()'ing seems to give up the CPU, in which case my process doesn't get switched back in for ~10ms <21> Quiznos: i've tried both usleep() and nanosleep() <6> there are three relevent ()s, chk em all <21> well sleep() certainly does me no good <6> k <21> and usleep()/nanosleep() end up yielding the CPU and causing the operation to only occur every ~10ms or so <22> irotas you could wait until the time has p***ed without sleeping <6> is ther ea signal that can be generated to call your code? <21> Kevin`_: how so? <6> is there a *** <22> while(now<then); <21> Quiznos: i haven't experimented with signals, not sure how that'd work out <6> ok <6> i just genreate idears() <21> Kevin`_: that's not a bad idea <21> this seems like it should be a Solved Problem .. maybe a busy-wait on gettimeofday() is the answer <23> nah <23> you dont want to loop like that, too fast <21> PurpleSmurf: have you actually tried doing this with signals? <23> nop <23> i'm a thinker not a coder <23> signals arent hard to setup tho <23> but i'm trying to think of what signal is cyclic in your specified range <12> kernel 2.6.16 will have high resolution timers http://lwn.net/Articles/167897/ <12> it's in -rc now
Return to
#linux or Go to some related
logs:
#bash #gcc perl use base unknown error #suse #centos trial by error bugzilla #math fedora bitchx gmake ctcp.o error #perl c00l2sv
|
|