System throw me in xmon !
Hello, my Beige G3 has sometimes a strange behaviour. As far as I could see, a black stripe splits the whole screen (seems like a console intrusion), and xmon ouput is displayed. I could add that it happens after moving from one desktop to another, but I often switch between desktops. Sometimes I could type 'x' to escape (and then all freezes), once I could even exit xmon and restart X :o) but most often the system hangs, and I have to force reboot with ++ :o| Here is the last xmon output (hope I did not make a mistake): < xmon> vector 300 at pc=c00100c0, lr=c000f7c4 msr=1032, sp=c0219770 [c02196c0] dar=7d294248, dsisr=4000 current=c0219420, pid=0, comm=swapper xmon> vector=200 at pc=0001054c, lr=039c msr=41000, sp=c0219690 [c02195c0] current=c0219420, pid=0, common=\clubsuit L [1] > It always happen while I'm browsing the web, I have a 56k Olitec serial modem. In general, the running apps are: Opera-6.12 Sylpheed-claws0.8.11 XEmacs-21.4.12 (latest stable) I'm using WindowMaker-0.80.2, kernel 2.4.18 I've thrown Mozilla away because I thought it was the cause of those kind of crashes (and also because it is damn too big), not to mention (kernel|mail_client|windowmanager|...) recompilations. Any pointers to solutions? Could it be a bug in the swap procedure (swap=128Mo) ? Is it possible to log xmon ouput somewhere in order to avoid copy by hand all the messages? Thanks \bye Julien [1]: yes, the "club" symbol appeared, then a 'L'... -- I WILL NOT ENCOURAGE OTHERS TO FLY. I WILL NOT ENCOURAGE OTHERS TO FLY. I WILL NOT ENCOURAGE OTHERS TO FLY. -+- Bart Simpson on chalkboard, episode #50
Re: keycodes
le mercredi 02 juillet vers 00:50 [EMAIL PROTECTED] a dit: > How can i see the keycodes? You start xev in X (shell), it shows up a little window, you move the pointer on it and the keycodes corresponding to the characters you type in will be logged in the shell. Ctrl-Btn1 to close. Hope that helps, \bye Julien -- BOFH excuse #179: multicasts on broken packets
Re: keycodes
Bonjour Michel, le jeudi 03 juillet vers 00:54 Michel Dänzer m'a raconté: > > > How can i see the keycodes? > > > > You start xev in X (shell), it shows up a little window, you move the > > pointer on it and the keycodes corresponding to the characters you type > > in will be logged in the shell. > > Those are X keycodes though, which aren't the same as the Linux keycodes > needed for the mouse button emulation. > > showkey in a console was the right answer. Oooops, you're right, I haven't red the full question (I was thinking about xmodmap hack) -- Must be a lack of coffee. Thanks for correcting my mistakes ;) \bye -- Audience: What will become of Linux when the Hurd is ready? Eric Youngdale: Err... is Richard Stallman here? -- From the Linux conference in spring '95, Berlin
Re: Another quik/beige G3 boot attempt
Bonjour Simon, le samedi 12 juillet vers 20:48 Simon Vallet nous a raconté: > [snip OF stuff] > In case I don't succed, is BootX working reliably on G3's ? Yes, it's very reliable, I use it every day ;-) \bye Julien -- Q: How many FreeBSD hackers does it take to change a lightbulb? A: One to post a patch for a new lightbulb to -hackers;
Re: Meta Alt oh my!
le mercredi 06 août vers 10:59 Leandro Guimarães Faria Corsetti Dutra a écrit: > So I am using now: > > ! Rebind keys to permit Apple logo key to be Meta in Emacs. > [...] > This gives me Alt and Meta as I want them in Emacs, but with > an additional strange twist: M-TAB gets captured by Emacs without cycling > windows as altwin:meta_win does; and outside of Emacs, only the first time > M-TAB gets used it cycles windows, after that it only produces the effect > of TAB, that is, changing input fields... That's funny too... I also remapped my keyboard with xmodmap, but WindowMaker does catch M-Tab as "cycle windows", even when I use XEmacs. My .xmodmap: < clear mod2 clear mod3 keycode 64 = Alt_L keycode 115 = Meta_L keycode 113 = Mode_switch add Mod1 = Meta_L add Mod2 = Alt_L add Mod3 = Mode_switch > M-Tab runs completion process in XEmacs, but the signal never reaches it (I use Esc-Tab instead). It seems to be related to your window manager. > Yes, GNU/Linux is still far away from the average user... Emacs neither, so you're not an average "sit n'click" user ;-) Cheers Julien -- Don't use conditional branches as a substitute for a logical expression. - The Elements of Programming Style (Kernighan & Plaugher)
Re: PATH && .bash_profile q's
le jeudi 28 août vers 00:51 Michael Rose m'a raconté: > I know this sounds too obvious but are you sure your local user account > is loading bash? > > try export $PATH= whatever your path is > then echo $PATH The syntax is incorrect: export PATH=/whatever/your/path/is \bye -- I WILL NOT GREASE THE MONKEY BARS. I WILL NOT GREASE THE MONKEY BARS. I WILL NOT GREASE THE MONKEY BARS. -+- Bart Simpson on chalkboard, episode #66