Posted in 3 December, 2009 ¬ 17:17h.chmouel
I have this nice Toshiba TV which is connected to a small Linux box which act as a media player. I have been some issue lately the things works fine under the 1920×1800 resolution most of the time. But once in a while I get a blank screen and the nvidia driver telling me [...]
Read the rest of this entry »
Posted in 2 February, 2009 ¬ 10:00h.chmouel
This morning London have seen one of the worst snow storm since 10 years.
[imagebrowser id=7]
Read the rest of this entry »
Posted in 12 October, 2008 ¬ 07:46h.chmouel
Posted in 31 July, 2007 ¬ 16:23h.chmouel
If you like me you have a big screen with your laptop and wants to automate when your X session start to get the best resolution, you can use that script :
[code lang="bash"]
#!/bin/bash
function get_resolutions() {
xrandr|while read -a line;do
RES="${line[1]}x${line[3]} "
[[ ${RES} != [0-9]* ]] && continue
echo ${RES}
done
}
_BEST_RES=0
BEST_RES=
for res in $(get_resolutions);do
_res=${res/x/}
[[ $_res -ge ${_BEST_RES} ]] && {
BEST_RES=${res}
_BEST_RES=${_res}
}
done
xrandr [...]
Read the rest of this entry »
Posted in 25 January, 2007 ¬ 04:10h.chmouel
While reading this entry. I just remembered that it has been a a litle bit more than a month that i stopped smoking. I was a real smoker, smoking a 25 red malboro every day. But one day i wake up (one of those
days you know) and like that i thought to maybe stop [...]
Read the rest of this entry »
Posted in 17 June, 2006 ¬ 01:48h.chmouel
Every year i am affected by a Malaria crisis i get exactly what is described on Wikipedia:
Symptoms of malaria include fever, shivering, arthralgia (joint pain), vomiting, anaemia caused by haemolysis, haemoglobinuria, and convulsions. There may be the feeling of tingling in the skin, particularly with malaria caused by P. falciparum. Consequences of infection with malaria [...]
Read the rest of this entry »
Posted in 7 May, 2006 ¬ 16:49h.chmouel
I have been sic like hell this weekend with my throat pain me like hell. Hope i did not get a damn infection or whatever. I should get to the doctor but since i don’t have any Medicare or i haven’t be to the doctor since a couple of years i don’t feel too much [...]
Read the rest of this entry »