Re: suspend resume debugging

2011-10-23 Thread Max Tsepkov
't receive power, like in suspended state. 2011/10/23 Raf Czlonka : > On Sat, Oct 22, 2011 at 10:28:07PM BST, Max Tsepkov wrote: >> Laptop display is not powered on after resume. >> All other systems is fine, I managed to blindly reboot the machine. >> Kernel log doesn't

Re: framebuffer resolution problem

2011-10-20 Thread Max Tsepkov
looks again really low res. Most likely you want to add this to /etc/default/grub GRUB_GFXPAYLOAD_LINUX=1280x800x32 It will enable framebuffer, which seems to be disabled currently. -- Max Tsepkov (a.k.a. Gary Golden) A freelancing web engineer http://www.garygolden.me -- To UNSUBSCRIBE, ema

Re: Which mailing list should I post to if I want to recommend some packages?

2011-07-15 Thread Max Tsepkov
> Which mailing list should I post to if I want to recommend some > packages? Thanks. Create a RFP bug report against pseudo-package wnpp. See more: http://www.debian.org/devel/wnpp/ -- cheers -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe".

Re: smart formatting csv files

2011-07-14 Thread Max Tsepkov
> I'dd like to go from this: > > a;aa;aa > bb;bb;bb > ;;ccc > > to this: > > a;aa;aa > bb;bb;bb > ; ; ccc > Try csvtool: csvtool -t ";" square input.csv > input-square.csv -- cheers -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wi

Re: Flash in 64-bit environment

2011-07-14 Thread Max Tsepkov
> The audio stuttering is down to an incompatibility with recent the > libc6. The behaviour of memcpy in a certain situation was undefined and > has changed. To 'fix' the problem, run > "LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libc/memcpy-preload.so browser>" and your audio should work again. Thanks