mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: May 23 2006,18:02 |
|
Quote | can I add dsl compiled with '-march=pentium-mmx' ? |
It seems as though this would limit its useability to people who have pentium-mmx, which is contrary to one of the basic principles of DSL (support for old hardware). The mplayer extensions, for example, were built with a runtime processor check enabled. This slows down its performance a bit, but it is essential for a public binary release.
For the last few days I've been tweaking the new release of wmii in preparation for a myDSL release. It resembles Ion/Ratpoison visually, but has its own unique method of handling windows and workspaces. It requires nothing that cannot be found in practically every distro, including DSL, and its size is about 80k compressed. Configuration is done entirely with shell scripts, and it focuses mainly on keyboard users. If you've ever used one of the earlier versions of wmi, you might find this one to be extremely simple to configure in comparison. The one thing i was a little disappointed with is that they removed the tabs, but that's something i can adjust to.
Some keybinds I find useful in Fluxbox. Mod3&4 are left&right windows keys.
Code Sample | Mod3 Up :ExecCommand umix vol 5+ Mod3 Down :ExecCommand umix vol 5- Mod3 F8 :ToggleDecor Mod3 F12 :RootMenu Mod4 F11 :ExecCommand mc-term -e /opt/mc/bin/mc -b Mod4 Shift F11 :ExecCommand mc-term -T "root mc" -e su - -c /opt/mc/bin/mc Mod4 C :ExecCommand cpanel Mod4 I :ExecCommand sudo pon provider Mod4 Shift I :ExecCommand sudo poff Mod4 K :ExecCommand xkill Mod4 R :ExecCommand grun
|
Specific to Fluxbox Devel
Code Sample | Mod3 F5 :FullScreen Mod3 F9 :commanddialog Mod3 F10 :SetResourceValueDialog Mod3 F12 :Reconfigure
|
mc-term is an aterm symlink which has .Xdefaults settings to give it more mc-specific geometry.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|