links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
era, member since Jun 19, 2006
.
Search Everyone: "x11",
1 - 10 of 12 next »   Watch era
 
The X Window System
by era 2006-06-19 01:25 03a · linux · site · unix · x11 · 20060619-0123
http://www.x.org/ - cached - mail it - history
Compound Text is a format for multiple character set data, such as multi-lingual text Images missing, get the PDF from http://www.x.org/X11R6.8.1/docs/CTEXT/ctext.pdf or the sources from http://cvs.freedesktop.org/xorg/xc/doc/specs/CTEXT/ctext.tbl.ms?rev=HEAD&view=markup
by era 2006-06-19 01:25 03a · character · data · reference · standard · unicode · x11 · 20060619-0123
http://www.xfree86.org/current/ctext.html - cached - mail it - history
Technical spec, includes cross-reference of several standards Down in the body text, you'll find HTML 4 colors, X11 rgb.txt, and HSL, all with good pointers to more information. Turns out the X11 color chart was copied from an MSDN article, which explains why it's sorted alphabetically rather than in any meaningful order. To add insult to injury, the original MSDN article used to have several versions of the table ... but the useful one is now of course a 404. (I don't understand why I'd even be so optimistic as to click on a link in an MSDN article.)
by era 2006-06-19 01:25 blog · color · css · erablog · reference · w3c · x11 · 20060619-0123
http://www.w3.org/TR/2003/CR-css3-color-20030514/ - cached - mail it - history
Linux virtual terminals inside VMware My actual question, which I have puzzled over for a long time, is how do you switch virtual terminals inside vmware? No direct answer here, but maybe some useful things to look for. The answer involves "fixmodmap" but I found no other matches (in spite of what the poster hints about it being a useful search term on the VMware forums). Update: I am told ctrl-alt-space passes through the next keystroke as a corresponding ctrl-alt keystroke.. So ctrl-alt-space F1 is how to press ctrl-alt-F1 inside a vmware client. (Thanks to Tenali.)
by era 2006-06-19 01:25 blog · erablog · linux · virtualization · virtualization.uml · x11 · 20060619-0123
http://www.vmware.com/community/thread.jspa?messageID=217830 - cached - mail it - history
Retroactively attach VNC to a running X11 session
by era 2006-06-19 01:24 02a · vnc · x11 · x11rfb · 20060619-0123
http://www.karlrunge.com/x11vnc/ - cached - mail it - history
Annotated chart of X11 colors, sortable by column Some of the comments near the top of the chart are good :-)
by era 2006-06-19 01:24 color · reference · x11 · 20060619-0123
http://www.febooti.com/products/iezoom/online-help/html-color-names-x11-color-chart.html - cached - mail it - history
How to make the BSOD screensaver more realistic (gasp) I frickin' don't know how to properly tag this. I wish I had a tag wicked.screensaver.windows.no.linux but I'm reluctant to create one now. Anyway, this is important. The little "copy" link allows you to copy this to your own .lirio. bookmarks.
by era 2006-06-19 01:24 blog · erablog · howto · opensource · x11 · 20060619-0123
http://use.perl.org/~statico/journal/27556 - cached - mail it - history
Couldn't help noticing the shell scripting again ... Okay, here is a blog by blow of the snappy shell script. > #!/bin/bash Yeah, well, it can be tolerated. The script actually contains a couple of bashisms, although they could be avoided; and anyway, if you are on Ubuntu, you are, shall we say, fairly likely to have a copy of Bash on your system. > a=`ps -aef | grep -i xcompmgr | awk ' {if ($8 == "xcompmgr"){printf "2"}} '` Argh. Here's how to do that. a=`ps -aeof | awk '($8 == "xcompmgr") { printf "2" }'` I suspect the "2" was supposed to be "$2" but it doesn't matter here, because the result is thrown away ... Also I suspect the guy didn't know about print so that's why he used printf; not that it matters much. > if [[ $a = "" ]] > then So here's the bashism. You just have to wonder if it's necessary. The classical Bourne idiom for this would be to use case (or test, but it was an external process in historical times, so case is preferred): case $a in '') <> ;; *) <>;; esac More below. > yourcommand & > killall gnome-panel I'm sure if you have other users on your system they will not be happy if you kill their gnome-panels. Let's just hope you don't run this as root by mistake. Fixing this is left as an exercise. (Hint: Use less obtuse ps options to get a listing only of your own processes -- makes sense for other reasons too. And/or run another ps to get the PIDs of your gnome-panels and only yours. And/or abort if you are running as root.) > else > kill -9 `ps -aef | grep -i xcomp | awk ' {if ($8 == "xcompmgr"){printf $2}} '` > killall gnome-panel > fi Erm, so here we do the nasty "ps | did not read the faq so kill me" again? Again? Why not use the result in $a from the previous run? (Ah, because it was incompetently discarded?) Also, never never ever use kill -9 in a script unless you really really know what you are doing. We assume that the guy got tired of copy-pasting his own code (always a sign of a high level of goodness) and that the grep xcomp (pro grep xcompmgr) is not there for any particular reason. kill $a If you kill gnome-panel regardless of the outcome of the if/else, why do you have it twice inside the if, instead of once, outside?
by era 2006-06-19 01:24 blog · erablog · hardware · howto · peeve · shell · ubuntu · x11 · 20060619-0123
http://ubuntuforums.org/showthread.php?t=75527&highlight=transset - cached - mail it - history
X11 window manager which uses Lisp as its extension language The Lisp dialect is called rep; it is originally modelled after Emacs Elisp, but also includes features from Scheme, CLOS, etc. Used to be called sawmill, but changed its name for trademark reasons (or some such).
by era 2006-06-19 01:23 02a · gui · linux · sawfish · unix · x11 · 20060619-0123
http://sawmill.sourceforge.net/ - cached - mail it - history
How to install a really minimal X11 without Gnome
by era 2006-06-19 01:23 debian · howto · linux · opensource · ubuntu · wiki · x11 · 20060619-0123
http://linus.yhspatriot.net/cs/docs/ubuntu_howto/UbuntuLite - cached - mail it - history
1 - 10 of 12 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates