Configurare la tastiera remota di X.Org

2 risposte [Ultimo contenuto]
Ritratto di balubeto
balubeto
(Geek)
Offline
Geek
Iscritto: 14/06/2005
Messaggi: 99

CIAO

Uso GNU/Linux Debian Lenny Testing e GNOME.

Effettuando un collegamento remoto SSH-VNC da una macchina Windows XP - con il viewer TightVNC - e creando un display remoto X, ho notato che , se, su questo display X, carico l'ambiente grafico Gnome con il comando gnome-session , alcuni tasti SHIFT ed alcuni tasti LED non funzionano.

Quindi, per riuscire a capire qualcosa, ho semplificato il file xorg.conf cosi`

<br />PLUTO:~# cat /etc/X11/xorg.conf<br /># xorg.conf (xorg X Window System server configuration file)<br />#<br /># This file was generated by dexconf, the Debian X Configuration tool, using<br /># values from the debconf database.<br />#<br /># Edit this file with caution, and see the xorg.conf manual page.<br /># (Type &quot;man xorg.conf&quot; at the shell prompt.)<br />#<br /># This file is automatically updated on xserver-xorg package upgrades *only*<br /># if it has not been modified since the last upgrade of the xserver-xorg<br /># package.<br />#<br /># If you have edited this file but would like it to be automatically updated<br /># again, run the following command:<br />#   sudo dpkg-reconfigure -phigh xserver-xorg<br /><br />Section &quot;Files&quot;<br />        RgbPath         &quot;/usr/share/X11/rgb&quot;<br />        FontPath        &quot;unix/:7100&quot;<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br />        Identifier      &quot;Generic Keyboard&quot;<br />        Driver          &quot;kbd&quot;<br />        Option          &quot;CoreKeyboard&quot;<br />        Option          &quot;XkbRules&quot;      &quot;xorg&quot;<br />        Option          &quot;XkbModel&quot;      &quot;pc105&quot;<br />        Option          &quot;XkbLayout&quot;     &quot;us,it&quot;<br />#Option         &quot;XkbVariant&quot;    &quot;intl,nodeadkeys&quot;<br />        Option          &quot;XkbOption&quot;     &quot;grp:alt_shift_toggle&quot;<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br />        Identifier      &quot;Configured Mouse&quot;<br />        Driver          &quot;mouse&quot;<br />        Option          &quot;CorePointer&quot;<br />        Option          &quot;Device&quot;                &quot;/dev/input/mice&quot;<br />        Option          &quot;Protocol&quot;              &quot;ExplorerPS/2&quot;<br />        Option          &quot;Emulate3Buttons&quot;       &quot;true&quot;<br />EndSection<br /><br />Section &quot;InputDevice&quot;<br />        Identifier      &quot;Synaptics Touchpad&quot;<br />        Driver          &quot;synaptics&quot;<br />        Option          &quot;SendCoreEvents&quot;        &quot;true&quot;<br />        Option          &quot;Device&quot;                &quot;/dev/psaux&quot;<br />        Option          &quot;Protocol&quot;              &quot;auto-dev&quot;<br />        Option          &quot;HorizScrollDelta&quot;      &quot;0&quot;<br />EndSection<br /><br />Section &quot;Device&quot;<br />        Identifier      &quot;ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]&quot;<br />        Driver          &quot;ati&quot;<br />        BusID           &quot;PCI:1:5:0&quot;<br />        Option          &quot;UseFBDev&quot;              &quot;true&quot;<br />EndSection<br /><br />Section &quot;Monitor&quot;<br />        Identifier      &quot;Monitor Generico&quot;<br />        Option          &quot;DPMS&quot;<br />        HorizSync       28-64<br />        VertRefresh     43-60<br />EndSection<br /><br />Section &quot;Screen&quot;<br />        Identifier      &quot;Default Screen&quot;<br />        Device          &quot;ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]&quot;<br />        Monitor         &quot;Monitor Generico&quot;<br />        DefaultDepth    24<br />        SubSection &quot;Display&quot;<br />                Modes           &quot;1280x800&quot;<br />        EndSubSection<br />EndSection<br /><br />Section &quot;ServerLayout&quot;<br />        Identifier      &quot;Default Layout&quot;<br />        Screen          &quot;Default Screen&quot;<br />        InputDevice     &quot;Generic Keyboard&quot;<br />        InputDevice     &quot;Configured Mouse&quot;<br />        InputDevice     &quot;Synaptics Touchpad&quot;<br />EndSection<br />

Ora, quando avvio GNOME in un display X remoto, la configurazione della tastiera appare cosi`

Facendo cosi`, peo`, tra i tasti SHIFT, funziona solo i tasti Alt e, fra i tasti LED, funziona solo il tasto NumLock. Come mai?

Per la cronaca, ho provato ad avviare il server x11vnc sul Server con il seguente comando /usr/bin/x11vnc -inetd -rfbport 5901 -rfbauth /home/balubeto/.vnc/passwd -create -capslock -forever o con il comando /usr/bin/x11vnc -inetd -rfbport 5901 -rfbauth /home/balubeto/.vnc/passwd -create -forever ma non cambia nulla.

GRAZIE

CIAO

Balubeto

Ritratto di balubeto
balubeto
(Geek)
Offline
Geek
Iscritto: 14/06/2005
Messaggi: 99

Balubeto

Ritratto di balubeto
balubeto
(Geek)
Offline
Geek
Iscritto: 14/06/2005
Messaggi: 99

Balubeto