public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Accents in Kubuntu
@ 2009-05-22 18:21 Alain M.
  2009-05-22 21:28 ` Alain M.
  0 siblings, 1 reply; 5+ messages in thread
From: Alain M. @ 2009-05-22 18:21 UTC (permalink / raw)
  To: dosEmu-list

Hi,

I have been trying dosemu in Kubuntu 8.04 LTS and I cannot make it work.
I have tried:
- SVN version
- Ubuntu's repositary
- november 2008's version

I tested ann possible setup combination for more than one day! All I can
get is either nothing or a '?'

Is there something basic that I am missing? or some trick? I have been
using and compiling dosemu for many years (Mandrake/Mandriva), but I am
new to Kubuntu...

please help,
Alain


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accents in Kubuntu
  2009-05-22 18:21 Accents in Kubuntu Alain M.
@ 2009-05-22 21:28 ` Alain M.
  2009-05-22 22:41   ` Alain M.
  0 siblings, 1 reply; 5+ messages in thread
From: Alain M. @ 2009-05-22 21:28 UTC (permalink / raw)
  To: dosEmu-list

Hi, I have more information on my strange accent problem:

This is my setup, in dosemu.conf
   $_X_keycode = (on)
   $_layout = "us"
In Autoexec.bat
   lh keyb br,850,C:\DOS\KEYBOARD.SYS /ID:274
the "^" key works ok and I can generate "вкофы" combinations.

BUT the problem is that the 2 keys '" and `~ are *completely dead*

I tested with SVN, 1.4.0 (from ubuntu, 804), and 1.3.5. All are the same.
I hope that this may help someone to help me :)
Alain

Alain M. escreveu:
> Hi,
> 
> I have been trying dosemu in Kubuntu 8.04 LTS and I cannot make it work.
> I have tried:
> - SVN version
> - Ubuntu's repositary
> - november 2008's version
> 
> I tested ann possible setup combination for more than one day! All I can
> get is either nothing or a '?'
> 
> Is there something basic that I am missing? or some trick? I have been
> using and compiling dosemu for many years (Mandrake/Mandriva), but I am
> new to Kubuntu...
> 
> please help,
> Alain

--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accents in Kubuntu
  2009-05-22 21:28 ` Alain M.
@ 2009-05-22 22:41   ` Alain M.
  2009-05-23  0:42     ` Bart Oldeman
  0 siblings, 1 reply; 5+ messages in thread
From: Alain M. @ 2009-05-22 22:41 UTC (permalink / raw)
  To: dosEmu-list

Once more, I got more information :) I just understood the problem 
(after 2 days work...)

If I change the KDE keyboard layout do basic, *it works*. I can do that 
with the command (and from KDE configurator too):
   setxkbmap -model pc101 -layout us -variant basic

Apprently the problem is that dosemu gets confused if the keyboard 
already has double keys.

But, this is a *global* configuration, then I cannot use accents in any 
non DOS program.

NOW, can anyone tell me how to setup dosemu properly or how to setup 
this keyboard for only one application????



Alain M. escreveu:
> Hi, I have more information on my strange accent problem:
> 
> This is my setup, in dosemu.conf
>   $_X_keycode = (on)
>   $_layout = "us"
> In Autoexec.bat
>   lh keyb br,850,C:\DOS\KEYBOARD.SYS /ID:274
> the "^" key works ok and I can generate "вкофы" combinations.
> 
> BUT the problem is that the 2 keys '" and `~ are *completely dead*
> 
> I tested with SVN, 1.4.0 (from ubuntu, 804), and 1.3.5. All are the same.
> I hope that this may help someone to help me :)
> Alain
> 
> Alain M. escreveu:
>> Hi,
>>
>> I have been trying dosemu in Kubuntu 8.04 LTS and I cannot make it work.
>> I have tried:
>> - SVN version
>> - Ubuntu's repositary
>> - november 2008's version
>>
>> I tested ann possible setup combination for more than one day! All I can
>> get is either nothing or a '?'
>>
>> Is there something basic that I am missing? or some trick? I have been
>> using and compiling dosemu for many years (Mandrake/Mandriva), but I am
>> new to Kubuntu...
>>
>> please help,
>> Alain
> 
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accents in Kubuntu
  2009-05-22 22:41   ` Alain M.
@ 2009-05-23  0:42     ` Bart Oldeman
  2009-05-23  1:15       ` Alain M.
  0 siblings, 1 reply; 5+ messages in thread
From: Bart Oldeman @ 2009-05-23  0:42 UTC (permalink / raw)
  To: dosemu, Alain M.

2009/5/22 Alain M. <alainm@pobox.com>:
> Once more, I got more information :) I just understood the problem (after 2
> days work...)
>
> If I change the KDE keyboard layout do basic, *it works*. I can do that with
> the command (and from KDE configurator too):
>  setxkbmap -model pc101 -layout us -variant basic
>
> Apprently the problem is that dosemu gets confused if the keyboard already
> has double keys.

What is the difference for you between $_X_keycode=(off) and (on)
(without the setxkbmap command)?

Bart
--
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Accents in Kubuntu
  2009-05-23  0:42     ` Bart Oldeman
@ 2009-05-23  1:15       ` Alain M.
  0 siblings, 0 replies; 5+ messages in thread
From: Alain M. @ 2009-05-23  1:15 UTC (permalink / raw)
  To: dosEmu-list



Bart Oldeman escreveu:
> 2009/5/22 Alain M. <alainm@pobox.com>:
>> Once more, I got more information :) I just understood the problem (after 2
>> days work...)
>>
>> If I change the KDE keyboard layout do basic, *it works*. I can do that with
>> the command (and from KDE configurator too):
>>  setxkbmap -model pc101 -layout us -variant basic
>>
>> Apprently the problem is that dosemu gets confused if the keyboard already
>> has double keys.
> 
> What is the difference for you between $_X_keycode=(off) and (on)
> (without the setxkbmap command)?

with -variant alt-intl (KDE keyboard configured for accents):
$_X_keycode=(off), I get "?" imediatly for all accents (double keys)
$_X_keycode=(on), the "^" works, other are dead

Alain

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-23  1:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 18:21 Accents in Kubuntu Alain M.
2009-05-22 21:28 ` Alain M.
2009-05-22 22:41   ` Alain M.
2009-05-23  0:42     ` Bart Oldeman
2009-05-23  1:15       ` Alain M.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox