Re: [Freedos-user] Turkish F Keyboard Support

2016-09-24 Thread Eric Auer

Hi Ercan, looking at

http://help.fdos.org/en/hhstndrd/base/kpdos.htm and
http://help.fdos.org/en/hhstndrd/base/keyb.htm

you probably just used the wrong syntax. You want to use:

KEYB TR,,KEYBRD2.SYS /ID:440

So the country is only "TR" while the ID of the layout
variant 440 has to be given as separate /ID:440 option.

Cheers, Eric



--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Turkish F Keyboard Support

2016-09-24 Thread Ercan Ersoy
Thanks. But, I haven't error for CPX file and MODE. Sorry for my mistake. Only, 
I have error on KEYB. I get this error: "Specified file does not contain 
information for this layout/id". And I try KEYBOARD.SYS, KEYBRD3.SYS and 
KEYBRD4.SYS again, still I gave same error.


Best regards.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Turkish F Keyboard Support

2016-09-24 Thread Eric Auer

Sorry about the double mail but I found another problem:

>> LH DISPLAY CON=(EGA,,1)

>> MODE CON CP PREP=((857) EGA.CPX)

You may have MODE in your PATH, but you forgot to specify
the full name of EGA.CPX, for example c:\freedos\cpi\ega.cpx
or c:\fdos\bin\ega.cpx or similar - depending on your DOS.

Alternatively, you can switch to the directory before you
run MODE, with the usual "C:" and "CD \freedos\cpi\" or
"CDD C:\freedos\cpi\" or simply "CD \freedos\cpi\" if you
do not need to change to another drive letter.

>> LH MODE CON CP SEL=857

As mentioned above, it is better to not use LH for MODE.

>> LH KEYB TR440,,KEYBRD2.SYS

You may want to load KEYB without LH and/or use the /NOHI
option of KEYB. You probably also want to specify the exact
location of the KEYBRD2.SYS file, including directory, but
I am not sure whether "TR440" is the correct name for your
intended layout...

Regards, Eric



--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Turkish F Keyboard Support

2016-09-24 Thread Eric Auer

Hi Ercan,

> Hi. We have problem to using Turkish F keyboard on FreeDOS.
> MODE gives uncompressing and loading CPX file error.
> KEYB gives tr440 layout doesn't contain on KEYB2.SYS.

The MODE error is because you try to LH MODE: Do not use LH
for this, MODE needs enough memory to uncompress the CPX and
that only works without LH unless you have a lot of space in
your UMB. Do not worry: MODE does not stay in RAM, so there
are no negative effects of dropping LH from the MODE line.

Cheers, Eric

PS: You can also rename EGA.CPX to EGA.COM, then decompress
it with UPX -d EGA.COM, then rename it to EGA.CPI to get the
classic uncompressed CPI file format if you prefer that :-)

> SET LANG=TR
> 90,857,COUNTRY.SYS

(without the line break, I hope?)

> LH DISPLAY CON=(EGA,,1)
> MODE CON CP PREP=((857) EGA.CPX)
> LH MODE CON CP SEL=857
> LH KEYB TR440,,KEYBRD2.SYS




--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Turkish F Keyboard Support

2016-09-24 Thread Ercan Ersoy
Hi. We have problem to using Turkish F keyboard on FreeDOS. MODE gives 
uncompressing and loading CPX file error. KEYB gives tr440 layout doesn't 
contain on KEYB2.SYS.


We need help for this.


A part of CONFIG.SYS file for Turkish locale:


SET LANG=TR

90,857,COUNTRY.SYS


A part of AUTOEXEC.BAT filefor Turkish locale:


LH DISPLAY CON=(EGA,,1)
MODE CON CP PREP=((857) EGA.CPX)
LH MODE CON CP SEL=857
LH KEYB TR440,,KEYBRD2.SYS


Best regards.


Ercan Ersoy.
--
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user