---------- Message r�achemin� ----------
Subject: Re: [debutant] venus
Date: Wed, 16 Jun 1999 20:55:19 +0200
From: Andr� Sala�n <[EMAIL PROTECTED]>
Le mer, 16 jun 1999, vous avez �crit :
> "Andr� Sala�n" �crivit :
> > Je n'ai plus de lettre L minuscule dans les xterm sous un compte utilisateur
> > (�videmment le mien)
>
> Bonjour,
>
> ???
>
> Que contient votre /etc/X11/XF86Config ? M�me question pour votre
> ~/.Xdefaults
> Cordialement,
>
> David BAUDENS
-Voil� XF86Config section keyboard (depuis j'ai modifi� xkb model de "pc101" en
"pc102" mais rien(de toute fa�on �a ne le fait que sous un seul compte).Je fais
suivre mon .Xdefault car je ne vois pas (m�me apr�s l'avoir compar� avec celui
d'un compte qui n'a pas de probl�me d'affichage)
********************************************************************** #
Keyboard section #
**********************************************************************
Section "Keyboard"
Protocol "Standard"
# when using XQUEUE, comment out the above line, and uncomment the
# following line
#Protocol "Xqueue"
AutoRepeat 500 5
# Let the server do the NumLock processing. This should only be
# required when using pre-R6 clients
#ServerNumLock
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#Xleds 1 2 3
#To set the LeftAlt to Meta, RightAlt key to ModeShift,
#RightCtl key to Compose, and ScrollLock key to ModeLock:
LeftAlt Meta
RightAlt Meta
ScrollLock Compose
RightCtl Control
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# XkbDisable
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# XkbModel "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# XkbModel "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# XkbLayout "de"
# or:
# XkbLayout "de"
# XkbVariant "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# XkbOptions "ctrl:swapcaps"
# These are the default XKB settings for XFree86
# XkbRules "xfree86"
# XkbModel "pc101"
# XkbLayout "us"
# XkbVariant ""
# XkbOptions ""
XkbKeycodes "xfree86"
XkbTypes "default"
XkbCompat "default"
XkbSymbols "us(pc101)"
XkbGeometry "pc"
XkbRules "xfree86"
XkbModel "pc101"
XkbLayout "fr"
EndSection
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ET VOILA .XDEFAULT
! xterm (and friends)
XTerm*saveLines: 1500
nxterm*saveLines: 1500
rxvt*saveLines: 1500
XTerm*cursorColor: blue
XTerm*scrollBar: true
nxterm*cursorColor: blue
nxterm*scrollBar: true
xterm*fullCursor: true
xterm*reverseWrap: true
xterm*titleBar: false
nxterm*fullCursor: true
nxterm*reverseWrap: true
nxterm*titleBar: false
*visualBell: true
*scrollTtyOutput: False
*scrollKey: True
Scrollbar.JumpCursor: True
*numeric: C
*displayLang: C
*basicLocale: C
*timeFormat: C
*inputLang: C
#ifndef BLACK_BG_XTERMS
XTerm*background: white
XTerm*foreground: black
nxterm*background: white
nxterm*foreground: black
! This was white, which is invisible on a white background
*VT100*colorBD: black
! Underlining shouldn't be yellow for white bg xterms
*VT100*colorUL: blue
#else
! These defaults pulled from my /usr/lib/X11/app-defaults/NXTerm
! I don't want to rely on the defaults when a define is specifically
! set for BLACK_BG_XTERMS
*VT100*colorBD: white
*VT100*colorUL: yellow
XTerm*background: black
XTerm*foreground: white
nxterm*background: black
nxterm*foreground: white
*VT100*colorBD: white
*VT100*colorUL: yellow
#endif
nxterm*SimpleMenu.background: gray75
nxterm*SimpleMenu.foreground: black
XTerm*SimpleMenu.background: gray50
XTerm*SimpleMenu.foreground: black
! Please email <[EMAIL PROTECTED]> if you have a better
! way of introducing a newline into a macro expansion
! I get the NL by including an extra argument to the macro for which
! I always use a literal newline as the argument
#define FontAndLabel(cFont,sz,NL,lbl) \
XTerm*VT100*font/**/cFont/**/: sz/**/NL \
XTerm*fontMenu*font/**/cFont/**/*Label: lbl (/**/sz/**/)NL \
nxterm*VT100*font/**/cFont/**/: sz/**/NL \
nxterm*fontMenu*font/**/cFont/**/*Label: lbl (/**/sz/**/)NL