Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
591 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  Configuration de X

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Configuration de X

n°38718
Schumy
Vroum !
Posté le 29-10-2001 à 17:53:33  profilanswer
 

Salut. J'ai un problème de configuration de XFree, dans le fichier de configuration XFree86  
Voilà ce que me rend un startx :  
 
XFree86 Version 3.3.2.3 / X Window System  
(protocol Version 11, revision 0, vendor release 6300)  
Release Date: July 15 1998  
If the server is older than 6-12 months, or if your card is newer  
than the above date, look for a newer version before reporting  
problems.  (see http://www.XFree86.Org/FAQ)  
Operating System: Linux 2.0.36 i686 [ELF]  
Configured drivers:  
 SVGA: server for SVGA graphics adaptors (Patchlevel 0):  
     NV1, STG2000, RIVA128, ET4000, ET4000W32, ET4000W32i,  
     ET4000W32i_rev_b, ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a,  
     ET4000W32p_rev_b, ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100,  
     et3000, pvga1, wd90c00, wd90c10, wd90c30, wd90c24, wd90c31, wd90c33,  
     gvga, ati, sis86c201, sis86c202, sis86c205, tvga8200lx, tvga8800cs,  
     tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000, tvga9000i,  
     tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi,  
     tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682,  
     tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520,  
     3dimage975, 3dimage985, clgd5420, clgd5422, clgd5424, clgd5426,  
     clgd5428, clgd5429, clgd5430, clgd5434, clgd5436, clgd5446, clgd5480,  
     clgd5462, clgd5464, clgd5465, clgd6205, clgd6215, clgd6225, clgd6235,  
     clgd7541, clgd7542, clgd7543, clgd7548, clgd7555, ncr77c22, ncr77c22e,  
     cpq_avga, mga2064w, mga1064sg, mga2164w, mga2164w AGP, oti067, oti077,  
     oti087, oti037c, al2101, ali2228, ali2301, ali2302, ali2308, ali2401,  
     cl6410, cl6412, cl6420, cl6440, video7, ark1000vl, ark1000pv,  
     ark2000pv, ark2000mt, mx, realtek, AP6422, AT24, AT3D, s3_virge,  
     s3_svga, ct65520, ct65525, ct65530, ct65535, ct65540, ct65545,  
     ct65546, ct65548, ct65550, ct65554, ct65555, ct68554, ct64200,  
     ct64300, generic  
(using VT number 7)  
 
XF86Config: /etc/X11/XF86Config  
(**) stands for supplied, (--) stands for probed/default values  
Config Error: /etc/X11/XF86Config:18  
Section "InputDevice"  
       ^^^^^^^^^^^^^  
not a recognized section name  
_X11TransSocketUNIXConnect: Can't connect: errno = 111  
giving up.  
 
Il est probable que j'ai fait une erreur dans ce fichier car il n'a pas l'air d'aprécier la section "InputDevice"  
Ah, au fait, es-ce que le fichier est le même pour XFree 3.3.2 et XFree 4.0 ?

mood
Publicité
Posté le 29-10-2001 à 17:53:33  profilanswer
 

n°38719
nicotine
Posté le 29-10-2001 à 18:05:10  profilanswer
 

non , les fichiers de conf sont differents .


---------------
Do androïds dream of electric sheep ?
n°38729
ethernal
Chercheur de vérité...
Posté le 29-10-2001 à 18:26:09  profilanswer
 

pour XFree4 il faut aller voir dans /etc/X11/XF86Config-4
pour Xfree3 dans /etc/X11/XF86Config

n°38755
Schumy
Vroum !
Posté le 29-10-2001 à 19:11:21  profilanswer
 

je vé encore vous embêter :
e-ce que la section "InputDevice" existe pour un fichier de conf de XFree 3.3.2, ou sinon, comment s'appelle la section pour le clavier et la souris ?

n°38826
Dark_Schne​ider
Close the World, Open the Net
Posté le 29-10-2001 à 20:42:25  profilanswer
 

# **********************************************************************
# Input devices
# **********************************************************************
 
# **********************************************************************
# Keyboard section
# **********************************************************************
 
Section "Keyboard"
 
    Protocol    "Standard"
 
    # when using XQUEUE, comment out the above line, and uncomment the
    # following line
    #Protocol   "Xqueue"
 
    AutoRepeat  250 30
 
    # 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(pc105)"
    XkbGeometry     "pc"
    XkbRules        "xfree86"
    XkbModel        "pc105"
    XkbLayout       "fr"
 
EndSection
 
# **********************************************************************
# Pointer section
# **********************************************************************
 
Section "Pointer"
    Protocol    "IMPS/2"
    Device      "/dev/psaux"
    ZAxisMapping 4 5
 
# ChordMiddle is an option for some 3-button Logitech mice
 
#    ChordMiddle
 
EndSection


---------------
Mandriva : parce que nous le valons bien ! http://linux-wizard.net/index.php
n°38831
Schumy
Vroum !
Posté le 29-10-2001 à 21:09:12  profilanswer
 

ok, merci bien
Je vé voir si ca fonctionne avec ça, sinon je fout le PC à la poubelle

n°38898
zeuartisan
Lefilpoupre dans la bibli.
Posté le 30-10-2001 à 01:11:36  profilanswer
 

Dark_Schneider a écrit a écrit :

# **********************************************************************
# Input devices
# **********************************************************************
 
# **********************************************************************
# Keyboard section
# **********************************************************************
 
Section "Keyboard"
 
    Protocol    "Standard"
 
    # when using XQUEUE, comment out the above line, and uncomment the
    # following line
    #Protocol   "Xqueue"
 
    AutoRepeat  250 30
 
    # 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(pc105)"
    XkbGeometry     "pc"
    XkbRules        "xfree86"
    XkbModel        "pc105"
    XkbLayout       "fr"
 
EndSection
 
# **********************************************************************
# Pointer section
# **********************************************************************
 
Section "Pointer"
    Protocol    "IMPS/2"
    Device      "/dev/psaux"
    ZAxisMapping 4 5
 
# ChordMiddle is an option for some 3-button Logitech mice
 
#    ChordMiddle
 
EndSection  




ce genre de truc , c'est quoi ?quelle fonction ca a et comment on s'en sert ?


---------------
https://www.youtube.com/watch?v=eviqX3QXd-s - Hugo TSR : La haut
n°38915
Tetedeienc​h
Head Of God
Posté le 30-10-2001 à 08:31:26  profilanswer
 

ben ca déclare ton clavier dans X, idem pour ta souris, lui indique quel port ca utilise, quel protocole, et Xfree en prends compte et zouuuuuu...
 
Pour le modifier, chais pas, je connais pas tous les pparamètres (loin de la ! )


---------------
L'ingénieur chipset nortiaux : Une iFricandelle svp ! "Spa du pâté, hin!" ©®Janfynette | "La plus grosse collec vivante de bans abusifs sur pattes" | OCCT v12 OUT !
n°39597
Schumy
Vroum !
Posté le 01-11-2001 à 10:58:50  profilanswer
 

Es-ce quelqu'un aurait encore un exemple de section "Screen" pour XFree 3.3 ?


---------------
linux poooowwwwwwwwwwwaaaaaaaaaaaaa
n°39663
Schumy
Vroum !
Posté le 01-11-2001 à 13:59:26  profilanswer
 

up !


---------------
linux poooowwwwwwwwwwwaaaaaaaaaaaaa
mood
Publicité
Posté le 01-11-2001 à 13:59:26  profilanswer
 

n°39682
Guigui pac​ifique
Guigui makes kiss cool
Posté le 01-11-2001 à 15:30:11  profilanswer
 

Tetedeiench a écrit a écrit :

ben ca déclare ton clavier dans X, idem pour ta souris, lui indique quel port ca utilise, quel protocole, et Xfree en prends compte et zouuuuuu...
 
Pour le modifier, chais pas, je connais pas tous les pparamètres (loin de la ! )  




 
 
Ignorant  :lol:  :lol:  :lol:  :lol:


---------------
@@++ and peace and love my brothers and sisters
n°39746
Schumy
Vroum !
Posté le 01-11-2001 à 18:49:52  profilanswer
 

Eh Guigui pacifique, t'es pas sur le forum de telecharger.com aussi ?
 
Please, up pour mon fichier !


---------------
linux poooowwwwwwwwwwwaaaaaaaaaaaaa

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  Configuration de X

 

Sujets relatifs
Ma configuration ne s'enregistre pas ac RedHat 7.1[Impression] Probleme de configuration
configuration imprimanteProblème de configuration du serveur DNS sous linux (Redhat 7.1)
configuration d'un serveur mail[UNIX, serveur web apache] configuration multi serveurs web
Configuration de SambaConfiguration APACHE et PERL
Configuration d'un serveur DNS sous Linux(Mandrake 8)probleme de configuration d'imprimante avec la debian
Plus de sujets relatifs à : Configuration de X


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR