Ora, il mio xorg.conf e`
- Codice: Seleziona tutto
PLUTO:~# cat /etc/X11/xorg.conf
# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
RgbPath "/usr/share/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,it"
Option "XkbVariant" "intl,nodeadkeys,"
Option "XkbOption" "grp:alt_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection
Section "Device"
Identifier "ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
Driver "ati"
BusID "PCI:1:5:0"
Option "UseFBDev" "true"
EndSection
Section "Monitor"
Identifier "Monitor Generico"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc M9+ 5C61 [Radeon Mobility 9200 (AGP)]"
Monitor "Monitor Generico"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
e la configurazione di GNOME e`
A questo punto, dopo aver riavviato GDM o, addiritura, la macchina Linux, effettuo il Login e non mi appare nessuna finestra riguardo alla configurazione della tastiera. Quindi, deduco che la configurazione di X.Org sia la stessa di quella di GNOME.
Quindi, provo, da una macchina Windows, ad effettuare un collegamento remoto SSH-VNC ed ha aprire un display X ed a caricare GNOME tramite il comando
gnome-session. Qui, trovo una amara sopresa, ossia mi appare questa finestra
e mi accorgo che tutti i tasti modificatori ed i tasti LED - CapsLock, ScrollLock e NumLock - non funzionano in entrambi i casi indicati da questa finestra. Come mai?
La cosa piu` strana e` che, quando vado direttamente sul Server ed effettuo un qualsiasi Login, mi appare sempre questa finestra
ma tutti i tasti funzionano con entrambi le opzioni.
Per far scomparire questa finestra, devo, per forza, loggarmi graficamente come root e via.
GRAZIE
CIAO