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 "man xorg.conf" 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 "Files"<br /> RgbPath "/usr/share/X11/rgb"<br /> FontPath "unix/:7100"<br />EndSection<br /><br />Section "InputDevice"<br /> Identifier "Generic Keyboard"<br /> Driver "kbd"<br /> Option "CoreKeyboard"<br /> Option "XkbRules" "xorg"<br /> Option "XkbModel" "pc105"<br /> Option "XkbLayout" "us,it"<br />#Option "XkbVariant" "intl,nodeadkeys"<br /> Option "XkbOption" "grp:alt_shift_toggle"<br />EndSection<br /><br />Section "InputDevice"<br /> Identifier "Configured Mouse"<br /> Driver "mouse"<br /> Option "CorePointer"<br /> Option "Device" "/dev/input/mice"<br /> Option "Protocol" "ExplorerPS/2"<br /> Option "Emulate3Buttons" "true"<br />EndSection<br /><br />Section "InputDevice"<br /> Identifier "Synaptics Touchpad"<br /> Driver "synaptics"<br /> Option "SendCoreEvents" "true"<br /> Option "Device" "/dev/psaux"<br /> Option "Protocol" "auto-dev"<br /> Option "HorizScrollDelta" "0"<br />EndSection<br /><br />Section "Device"<br /> Identifier "ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"<br /> Driver "ati"<br /> BusID "PCI:1:5:0"<br /> Option "UseFBDev" "true"<br />EndSection<br /><br />Section "Monitor"<br /> Identifier "Monitor Generico"<br /> Option "DPMS"<br /> HorizSync 28-64<br /> VertRefresh 43-60<br />EndSection<br /><br />Section "Screen"<br /> Identifier "Default Screen"<br /> Device "ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"<br /> Monitor "Monitor Generico"<br /> DefaultDepth 24<br /> SubSection "Display"<br /> Modes "1280x800"<br /> EndSubSection<br />EndSection<br /><br />Section "ServerLayout"<br /> Identifier "Default Layout"<br /> Screen "Default Screen"<br /> InputDevice "Generic Keyboard"<br /> InputDevice "Configured Mouse"<br /> InputDevice "Synaptics Touchpad"<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