Displaying 20 results from an estimated 6000 matches similar to: "ALTGR Problem"
2003 Apr 13
0
Fwd: ALTGR Problem
Welcome to the club ;-)
=====
Sylvain Petreolle (spetreolle at users dot sourceforge dot net) ICQ #170597259
No more War !
"What if tomorrow the War could be over ?" Morpheus, in "Reloaded".
For the Law of Oil and Fire, Im an European that lives in France.
For all my Brothers and friends, Im a human living on Earth.
2008 Jan 05
3
Logout from xm console
Hi folks,
my problem:
i am using putty and german layout. if i login from dom0
with "xm console xen1" i can login into the xen1 (domU)
but how can i quit this console ?
i have tested several commands:
ctrl+5
ctrl+altgr+9
ctrl+c
ctrl+x
nothin happend. any hints ?
--
Have an nice day,
Viele Grüße
Dominique H Schramm
_______________________________________________
Xen-users
2006 Dec 23
4
AltGr not working in R GUI Script Editor (PR#9430)
Full_Name: Zoran Bosnic
Version: 2.4.0
OS: Windows XP SP2
Submission from: (NULL) (212.235.140.146)
This is a problem that occurs in R GUI Script Editor and is connected to Windows
regional settings.
Since I live in Slovenia, my computer has a keyboard with additional slovenian
international characters. I am therefore using Windows XP SP2 with Input
Language (=Keyboard Locale, Control
2010 Sep 02
6
[PATCH]ioemu: fix altgr-insert behavior
When access to a Xen DomU (Linux) from a VNC client in Windows, alt-gr key is not working properly. When Alt + another key pressed, vncserver receives Altgr down, Altgr up and key down messages in order, that causes incorrect output.
With following patch, when vncerver receives key down message, it first check if the keysym needs altgr modifer, if it needs altgr modifier but altgr is not
2008 Mar 25
0
AltGr over vnc not working
I notice that when I connect from a Windows VNC client (any VNC
distribution it seems) to the Centos desktop (Gnome) I cannot send AltGr
key combinations. The vncserver on the CentOS side is vino from Gnome. I
cannot check if the same happens when connecting from a CentOS machine to
a CentOS machine, but it looks more like Gnome simply ignores AltGr when
sent over VNC. Why would it do this?
2007 Apr 30
0
[PATCH] Handle ISO_Level3_Shift keysym as AltGr in ioemu/vncfb
Hello,
The modern (xkb) way of mapping the AltGr key (113) seems to be using the
ISO_Level3_Shift keysym (0xFE03) instead of the obsolete Mode_switch keysym
(0xFF7E).
This patch let the "keysym to scancode" translator handle the
ISO_Level3_Shift correctly, enabling the use of characters like ~#{[|`\^@]}
on a french keyboard.
Regards,
Cédric
diff -ur
2006 Apr 02
0
Re: Keyboard Rewrite
On Fri, Mar 31, 2006 at 01:33:18PM -0600, Tom Spear wrote:
> Hi all, this is a call for volunteers. I am hoping that certain developers
> participating in another thread are willing to rewrite the keyboard code,
> but we need people to test. If you are interested, please reply here saying
> that you are interested, and what kind of keyboard you use, as well as the
> layout you use
2013 Jun 13
0
KBDMAP - extlinux 5.xx
On 12.06.2013 14:41, Matt Fleming wrote:
> On Thu, 06 Jun, at 01:11:53AM, poma wrote:
>>
>> Standalone directive 'kbdmap <kbd>.ktl' doesn't work within series 5.
>> Tested via 5.00, 5.01 and 5.10.
>> It works within series 4 - tested via 4.05 and 4.06.
>> Is it a bug, or is it a feature?
>
> Could you provide me with your .ktl file?
[1]
2013 Jun 13
0
KBDMAP - extlinux 5.xx
On 13.06.2013 13:04, Matt Fleming wrote:
> On Thu, 13 Jun, at 12:40:48PM, poma wrote:
>> Regarding [1], [2], and [3], I somehow doubt that this is a '*.ktl' i.e.
>> "Keyboard Table for Lilo" problem.
>> Which ones of these[4] produced by the 'keytab-lilo' you need?
>> All of them[4] were tested. ;)
>
> Any one will do. I just want to
2017 Mar 30
0
JPG issue
You have the setting on to HIDE files that can't be written to. Try turning
that off. Next, investigate why it's causing the files to get 540
permissions instead of 740 (or other).
On Thu, Mar 30, 2017 at 11:18 AM, Curtis Vaughan via samba <
samba at lists.samba.org> wrote:
> Ok, it's taken me a while, but here's what seems to be the problem. In OSX
> I see a lock on
2004 Aug 06
0
Compiling Icecast2 on RedHat9 or maybe another Linux
Btw if it burped on libxslt, you probably want to make sure you have libxml
as well
Just follow the same routine you did with libxslt
wget
ftp://rpmfind.net/linux/redhat/9/en/os/i386/RedHat/RPMS/libxml-1.8.17-8.i386.rpm
wget
ftp://rpmfind.net/linux/redhat/9/en/os/i386/SRPMS/libxml-1.8.17-8.src.rpm
<p><p><p><p><p>Dave St John
Mediacast1 Administration
----- Original
2003 Jul 25
0
Keyboard_layout was not found
hi
My workstation: win98, SuSE 8.2, wine-20030618
My (german) keyboard is accept
with win98 : as 101/102 key or Microsoft layout,
with SuSE : as PC105 nodeadkeys,
with wine : look here
- - -snip -
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout
Your keyboard layout was not found! Using closest match
instead (German keyboard layout without dead keys) for
scancode mapping. Please define your
2017 Mar 30
2
JPG issue
Ok, it's taken me a while, but here's what seems to be the problem. In OSX
I see a lock on the file. If that lock is ON, it disappears. But what is
that lock and where did it come from.... Is it like a read only lock?
On Thu, Mar 30, 2017 at 11:04 AM Curtis Vaughan <cavaughan at gmail.com> wrote:
> Ok, here's what seems to be going on. When a JPG is put into a share it
>
2002 Oct 16
5
kbdmap & ASCII > 128
Hi,
I've just played around with kbdmap in pxelinux. I always wondered why there was no
translation for "AltGr"-Keys (the right 'Alt'-Key) (AltGr-Q generates "@" on a german
keyboard e.g.), and I found in conio.inc (syslinux 1.76):
getchar:
[..]
.kbd: xor ax,ax ; Get keyboard input
int 16h
and al,al
jz .func_key
mov bx,KbdMap ; Convert character sets
2009 Sep 04
1
SUN ILOM (X4150) and xvm console
If I use the Xvm pv guest console in ILOM GUI, I can''t detach it because
I can''t press ctrl + ]
Even when using the lock altgr key, when pressing ctrl this lock is
silently disabled.
Maybe some one could tell me how to press ctrl + AltGr + 9 in ILOM
thx,
florian
2016 Mar 07
2
keytab-lilo: update to support kbd 2.0.3 format
On 29.12.2015 22:51, poma wrote:
> On 29.12.2015 22:20, Ady via Syslinux wrote:
>>
>>> On 27.12.2015 23:57, Jernej Simon?i? via Syslinux wrote:
>>>> On Sunday, December 27, 2015, 23:34:11, Ady via Syslinux wrote:
>>>>
>>>>> How this change would affect users with older versions of kbd /
>>>>> loadkeys / or in older OSes? I
2014 Oct 01
2
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
Hello,
sorry for my later answer.
so, after i started libvirtd (no vm´s running) and attach gdb i get the following threads
(gdb) info thread
Id Target Id Frame
11 Thread 0x7f18fef4e700 (LWP 20695) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
10 Thread 0x7f18fe74d700 (LWP 20696) "libvirtd"
2014 Oct 01
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
On 01.10.2014 10:31, web2 wrote:
> Hello,
>
> sorry for my later answer.
>
> so, after i started libvirtd (no vm´s running) and attach gdb i get the following threads
>
> (gdb) info thread
> Id Target Id Frame
> 11 Thread 0x7f18fef4e700 (LWP 20695) "libvirtd" pthread_cond_wait@@GLIBC_2.3.2 () at
2014 Oct 02
0
Re: [libvirt] increase number of libvirt threads by starting tansient guest doamin - is it a bug?
web2 wrote:
> Hi
>
> ----------------ursprüngliche Nachricht-----------------
> Von: "Michal Privoznik" mprivozn@redhat.com
> An: "web2" ustermann78@web.de , "libvirt-users redhat.com"
> , "libvirt-list redhat.com"
> Datum: Wed, 01 Oct 2014 18:12:45 +0200
> -------------------------------------------------
>
>
>
2005 May 13
1
Re: Mini-centOS -- static libraries, XFCE
kenkensmile at netscape.net wrote:
> However, centOS is a bit heavy to run on my notebook (P III 1G, 256MB
> RAM). I need gnome, firefox, openoffice, realplayer, gaim, acrobat and
> thunderbird on my notebook, but if I install all of them (plus base-
> system), my notebook becomes very slow. I wish I could have a lighter
> version of centOS for notebooks and old desktops.
CentOS