pb clavier suite à migration de Etch vers Lenny - Installation - Linux et OS Alternatifs
Marsh Posté le 18-02-2010 à 20:16:44
Lenny c'est Xorg 7.3 donc auto-détection toussa ...
commence par un dpkg-reconfigure xserver-xorg, en acceptant tous les choix par défaut. Ca devrait te faire un xorg.conf quasi vide mais c'est normal
et pour la variant du clavier répond "oss"
Marsh Posté le 19-02-2010 à 10:56:16
merci
mais tjrs pareil
Au lieu de AZERTY sur ma session VNC j'ai g*vbn
Marsh Posté le 19-02-2010 à 14:11:04
quand tu dis en session VNC, c'est quoi pour toi :
- tu as un auto login sur ton GDMet tu as activé le bureau à distance et c'est ta session Gnome que tu prends à distance via VNC
- tu as installer vncserver et c'est une session distincte de la principale (la :0) qui démarre et que tu récupères
?
Marsh Posté le 19-02-2010 à 14:50:25
hé bien j'ai installé vncserveur et j'ai une session distincte :5
Marsh Posté le 21-02-2010 à 19:48:38
http://blog.yclian.com/2007/12/3-s [...] board.html
1. edit your $HOME/.vnc/xstartup
2. put the line "export XKL_XMODMAP_DISABLE=1" before your gnome-session.
3. restart vncserver.
Marsh Posté le 26-02-2010 à 15:17:20
salut
alors je n'ai un xstartup que dans :
/root/home/.vnc
et voici ce qu'il contient :
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
x-window-manager &
Marsh Posté le 26-02-2010 à 20:43:27
/root/home
enfin bon, pourquoi pas ...
m'enfin si c'est ce que je crois, lancer une session graphique, même VNC, en tant que root, caimal ...
mais bon, pour tester, tu peux toujours rajouter la ligne "export XKL_XMODMAP_DISABLE=1", avant ta dernière ligne, "x-window-manager &"
Marsh Posté le 16-02-2010 à 15:44:28
salut à tous
voilà j'ai un truc super bizarre .
J'obtiens des caractères complètement éronnés sous Gnome (en session VNC je précise) :
AZERTTY -> q*gvn ,wx
Donc même pas le coup du clavier US que j'ai néanmoins remplacé dans les propriétés système/matériel/clavier sous Gnome .
J'ai reconfiguré le clavier dans Gnome : idem .
Voici mes confs :
cat xorg.conf
# xorg.conf (X.Org 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
***********
***********
XF86config-4 :
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "ati"
VideoRam 2048
EndSection
Section "Monitor"
Identifier "Generic"
HorizSync 28-38
VertRefresh 43-72
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Generic"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
******
Voici la date des fichiers :
l
total 108
drwxr-xr-x 2 root root 4096 fév 13 16:20 app-defaults
drwxr-xr-x 2 root root 4096 avr 25 2007 cursors
-rw-r--r-- 1 root root 13 jui 19 2006 default-display-manager
drwxr-xr-x 8 root root 4096 avr 25 2007 fonts
-rw-r--r-- 1 root root 17394 avr 20 2009 rgb.txt
drwxr-xr-x 4 root root 4096 jan 17 2007 rstart
drwxr-xr-x 2 root root 4096 jui 19 2006 sysconfig
lrwxrwxrwx 1 root root 13 avr 25 2007 X -> /usr/bin/Xorg
-rw-r--r-- 1 root root 2810 oct 16 2006 XF86Config-4
drwxr-xr-x 2 root root 4096 fév 13 12:19 xinit
drwxr-xr-x 10 root root 4096 fév 13 12:14 xkb
-rw-r--r-- 1 root root 1108 fév 15 11:55 xorg.conf
-rw-r--r-- 1 root root 3044 fév 15 11:50 xorg.conf.20100215115008
-rw-r--r-- 1 root root 1077 fév 15 11:55 xorg.conf.20100215115528
-rw-r--r-- 1 root root 1108 fév 15 11:57 xorg.conf.20100215115717
-rw-r--r-- 1 root root 3048 avr 27 2007 xorg.conf.old
drwxr-xr-x 2 root root 4096 fév 13 11:59 Xresources
drwxr-xr-x 2 root root 4096 fév 13 16:10 xserver
-rwxr-xr-x 1 root root 3517 mar 8 2008 Xsession
drwxr-xr-x 2 root root 4096 fév 13 16:12 Xsession.d
-rw-r--r-- 1 root root 265 fév 13 2007 Xsession.options
drwxr-xr-x 2 root root 4096 jan 17 2007 xsm
-rw-r--r-- 1 root root 13 sep 9 2006 XvMCConfig
-rw------- 1 root root 614 avr 25 2007 Xwrapper.config
merci de votre aide