Code: Select all
CPU: Single core AMD Athlon 64 3800+ (-UP-) cache 512 KB flags (lm nx sse sse2 sse3) bmips 2003.91 clocked at 1000.00 MHz
Graphics: Card: nVidia C51 [GeForce 6150 LE] bus-ID: 00:05.0 X.Org 1.9.5 Res: 1024x768@0.0hz
I installed E17 (my favorite WM/DE) but for some reason the session selector in slim didn't pick it up. So since I prefer to boot to console and use startx when I want the gui anyway, I tried to use update-rc.d to stop slim from actually running...
IE:
Code: Select all
update-rc.d -f slim remove
update-rc.d slim stop 20 2 3 4 5 .
But I also had to eliminate some garbage in /etc/default/keyboard XKBOPTIONS="" In order that I could asign/use key bindings that depend on <shift>+<alt> being a seperate modifier combo from just <alt> {Aside from my persional E17 bindings that affected the abillity to use <shift>+<alt>+<a> to insert the path of the directory displayed in the other pannel to midnight commanders commad line} It also for some reason I can't figgure, affected the behavior of the"v" key binding in less, preventing it from opening the current file with EDITOR exported from my .bashrc (in my case that's vim) Which I was pleasently surprized to notice started working upon the next boot after setting those XKBOPTIONS to"".
Antway once I did all that, antiX works well on my desktop.
I'm a little puzzeled though about the text in my sources.list:
The antiX-11-686.iso already installed the 2.6.36 kernel... And I'm not sure I understand the logic of only uncommenting that long enough to update the kernel???# MEPIS 11 series.
# Uncomment all MEPIS repos shown here to install headers and linux-kbuild
# from MEPIS repo for latest MEPIS kernel (2.6.36). Then comment back once installed.
Also, while iceweasel is a great drop in replacement for firefox which I use for secure connections to specific sites (like my bank) after which I always close the browser completely.
For generic browsing with multiple tabs left open to several sites (each of which might be positioned where I left off reading. I prefer to use a seperate browser. And for that, I like opera. So I uncommented the opera repository.
Code: Select all
deb http://deb.opera.com/opera/ squeeze non-free
Anyway uncommenting that line led to"apt-get update" complaining that there was no public key available. Which inturn led to an"apt-get install opera" warning that:
Code: Select all
WARNING: The following packages cannot be authenticated!
opera
Install these packages without verification [y/N]?
Code: Select all
wget -q http://deb.opera.com/opera/dists/squeeze/Release.gpg -O- | apt-key add - && sudo apt-get update
gpg: no valid OpenPGP data found.