Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: BrunoBeresa on July 24, 2012, 02:49:04 PM

Title: [solved]Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 24, 2012, 02:49:04 PM
Gentlemen,

My keyboard layout is "pt-br" (br-ABNT2).
With freeRDP session keys, as \, /, Windows Hotkey's not working.
The TS server is Windows 2008 ...
Using the FAQ, I did loadkeymap procedure, but without success.

What else can I do?
Title: Re: Keyboard layout on TS (freeRDP)
Post by: curaga on July 25, 2012, 03:58:02 AM
You could always try Xorg and its keymaps.

I edited the topic headline to include freerdp there.
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 04:08:57 AM
I did the following test and it worked ...

I installed xorg and xf86-video apps going and following normal procedures.

The keyboard has been recognized ...

= D
Title: Re: Keyboard layout on TS (freeRDP)
Post by: Rich on July 25, 2012, 06:32:28 AM
Hi BrunoBeresa
Xorg is also required in order for Copy/Paste between Windows and Linux to function.
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 06:42:49 AM
Other question,

My video card is a XGI Z9S...
I downloaded Xf86-video-XGI.tcz, but failed...

I made a script for automatic startup, put the parameter -a 32??

Example:

xfreerdp -d DOMAIN -k 0x00010416(abnt2 pt-br) -a 32 SERVER_IP

any recommendations?
Title: Re: Keyboard layout on TS (freeRDP)
Post by: Rich on July 25, 2012, 08:25:02 AM
Hi BrunoBeresa
I connect to a couple of Windows 2008 R2 servers with NLA enabled using the command in this thread:
http://forum.tinycorelinux.net/index.php/topic,13550.msg75202.html#msg75202
I don't use the -a parameter since I've switched to Xorg. When I tried running under Xvesa, the colors got
messed up with a 16 bit depth. There is a screen shot attached to this post that shows those results:
http://forum.tinycorelinux.net/index.php/topic,13058.msg71982.html#msg71982
The colors should be the stock Windows 2008 scheme, light blue desktop, dark blue titlebar etc. Those
red and green colors are wrong.
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 09:21:38 AM
OK, it's working ...

I wanted to increase the performance already logged on to Windows Server 2008, such as open windows and files ...
so I thought the right driver ...
Title: Re: Keyboard layout on TS (freeRDP)
Post by: Rich on July 25, 2012, 09:28:44 AM
Hi BrunoBeresa
The video driver should only effect the performance of the local computer. I think the main thing that will limit
the performance of your logged in session is the speed of your network connection to the remote machine.
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 10:46:16 AM
I can not edit the file /etc/X11/xorg.conf.vesa...

For change "vesa" with "sis" or "XGI"...
Title: Re: Keyboard layout on TS (freeRDP)
Post by: Rich on July 25, 2012, 10:50:07 AM
Hi BrunoBeresa
This is a common complaint. Maybe that file should be named  /etc/X11/xorg.conf.example  instead.
Anyway, do this:
Code: [Select]
sudo cp /etc/X11/xorg.conf.vesa /etc/X11/xorg.confand edit the  /etc/X11/xorg.conf file. Make sure you add it to your backup when you are done.
Title: Re: Keyboard layout on TS (freeRDP)
Post by: Rich on July 25, 2012, 10:55:22 AM
Hi BrunoBeresa
You need to edit this file as the root user, for example:
Code: [Select]
sudo editor /etc/X11/xorg.conf
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 11:55:47 AM
And how to activate your changes xorg.conf to work?

Thank you for your help!
Title: Re: Keyboard layout on TS (freeRDP)
Post by: Rich on July 25, 2012, 12:01:52 PM
Hi BrunoBeresa
Hit  Ctrl-Backspace, you should see a black screen with a prompt, if there is no prompt, just hit the enter key
and it should appear. Now enter  startx  and if all goes well, your GUI should appear shortly.
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 12:16:34 PM
I had done that, but when you restart the TinyCore everything back to default ...
this is weird ...
Title: Re: Keyboard layout on TS (freeRDP)
Post by: Rich on July 25, 2012, 12:22:26 PM
Hi BrunoBeresa
Quote
but when you restart the TinyCore everything back to default ...
I don't understand, do mean you lose your changes when you reboot?
Title: Re: Keyboard layout on TS (freeRDP)
Post by: tinypoodle on July 25, 2012, 12:23:50 PM
Have you checked if your xorg.conf is restored at boot time?
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 12:31:16 PM
I also found it strange, if I edit other files, the same is not true.

I installed the 3D acceleration yet, the TS is slow. :(
If Windows CE, the session is very fast.

So I thought it would be driver ...

Thank you!
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 25, 2012, 01:42:54 PM
Yes... is restored...
Title: Re: Keyboard layout on TS (freeRDP)
Post by: BrunoBeresa on July 26, 2012, 08:02:23 AM
My video-card is a XGI-z9s...

I installed the XF86-Video-all.tcz. but still is slow...

I use a Thin Client box with Flash Memory(1gb) and 256 ram memory, and 32mb video memory...

I do not know what to do ..


Thank you...