Wlan adapter

2004-12-16 Thread Thomas Ruschival
I like to buy a 54 Mbit PCI-Wlan card for my PC, I googled a bit through the internet and discovered that most Cards are only supported through Ndiswrapper. What is a good, cheap naively supported adapter? I know there are Atmel and Prism chipsets that are supported, unfortunately most resellers

Re: Keyboard keys

2004-12-02 Thread Thomas Ruschival
well first I would use "xev" to see what events are triggerd when you press the keys that don't give the character they are supposed to print. then build your own .Xmodmap file and test it with "xmodmap .Xmodmap" . when you are satisfied write at the beginning of your .xinitrs and/or .xsession

Emacs suppress loading of semantic

2004-11-18 Thread Thomas Ruschival
Hi, today I did a upgrade, now semantic (a ultra powerful programming package for Emacs) is dependant of JDE. This wouldn't be a problem by default but somehow when I start emacs even for editing just text semantic is loaded, its doing "compiling-grammar" and lots of stuff like that I don't nee

pslib: c++ linking

2004-11-13 Thread Thomas Ruschival
{ PSDoc* sheet; PS_boot(); sheet = PS_new(); PS_open_file(sheet,"test.ps"); PS_set_info(sheet,"Title","HelloWorld"); PS_begin_page(sheet,841.9,595.3); PS_end_page(sheet); PS_shutdown(); }; what do I do wrong. BTW, I have debian [sid] running. d