Julien Valroff's weblog and personal homepage
Posts tagged Debian
Xorg input hotplug
Apr 19th
I had written a few weeks ago about my new (almost) empty xorg.conf file and explained how I had to edit an HAL .fdi file to change my keyboard layout and define my compose key.
The Debian Xstrike Force have written a complete guide on the Debian wiki explaining this input hotplug system.
I have found that there is no need to edit .fdi files, just set the following options at the end of /etc/default/console-setup:
XKBMODEL="pc105" XKBLAYOUT="fr" XKBVARIANT="latin9" XKBOPTIONS="compose:lwin"
Even better, they should now be automatically grabbed from your existing xorg.conf when upgrading!
Switched to Pulseaudio
Mar 22nd
Following to an issue with esound not playing GNOME system sounds, I have decided to give Pulseaudio a try.
Installing the pulseaudio package pulled all necessary dependencies, including the esound compatibility plugin. I have added local users to the pulse-rt group, as recommended. After this, all worked perfectly except the main channel was muted and its volume set to 0% after rebooting.
I have found that not loading the module-device-restore does fix this issue, strangely. If you encounter the same problem, try and comment out the line load-module module-device-restore in /etc/pulse/default.pa.
GNOME leaves a lot of useless files
Feb 20th
I have been cleaning my ~/ and noticed a lot of files in ~/.metacity/sessions/ and ~/.config/metacity/sessions/ (800+) and in ~/.nautilus/ (600+).
Nautilus and Metacity are to blame for these behaviours. Bugs have already been reported in the Debian BTS and in the upstream bugzilla.
I hope this will be fixed shortly.
Lenny…
Feb 15th
Well, I am sure all of you have already read the announcement: Lenny (aka Debian 5.0) is out!
I have been using Debian on all my machines since at least mid 2003, when Woody was stable. Sarge was then released in 2005, then Etch the year after.
I have updated my personal repository of unofficial packages for this new stable release. I have let etch packages available (under oldstable), but will remove them in a while. This repository is mainly mainly composed of backported or patched packages for my own use, but can be used by anyone (but I do not guarantee anything
).
My new xorg.conf
Feb 7th
~$ [ -s /etc/X11/xorg.conf ] ; echo $? 1
Yes, it is an empty file! I have just upgraded xorg to the experimental packages. hal does its job, and all devices are automatically detected and configured.
This is actually a great improvement, especially for those who had to fight against the XFree86 configuration file just to get a graphical session working, back in the late 90′s.
More >
Counting Debian source packages #2
Jan 17th
Counting Debian source packages
Jan 17th
Following to Kushal’s post about counting total number of Debian packages, he concluded that sid currently has more than 30,000 binary packages (free, contrib & non-free).
IMHO it is more relevant to count source packages. I couldn’t find any existing way of doing it, I have hence written a short bash script.
IPv6 available on this site
Dec 24th
Thanks to a recent article published on debian-administration.org, I have managed to get an IPv6 connectivity at home, and have hence decided to make this website available through IPv6.
I have used Hurricane Electric IPv6 tunnel service as recommended on Linode wiki, and everything seems to be working.
This was a really simple process (both at home and on my Linode!).
The AAAA DNS records have been set up.
While the propagation is being processed, you can still test using the IP 2001:470:1f06:ccf::2 (I now really understand why DNS have been created!). You can use ping6 or telnet -6 or even use your browser.
While browsing www.kirya.net using IPv6, you should get a message in the header (just below the links to RSS feeds) confirming your request have been served using IPv6.
Note that I haven’t yet set up all Apache virtual hosts to answer on IPv6, which might lead to some web pages being redirected to the defaut vhost. More over, the HTTP server will only answer to IPv6 request on port 80 (no SSL at the moment).
Recent Comments