Gentoo Archives: gentoo-user-fr

From: charly Ghislain <charlyghislain@×××××.com>
To: gentoo-user-fr@l.g.o
Subject: Re: [gentoo-user-fr] [XKB] Erreur au lancement de Gnome
Date: Fri, 30 Dec 2005 12:30:26
Message-Id: 200512301329.46150.charlyghislain@gmail.com
In Reply to: Re: [gentoo-user-fr] [XKB] Erreur au lancement de Gnome by grillot sebastien
1 On Friday 30 December 2005 07:48, grillot sebastien wrote:
2
3 Ton xorg me semble bien encombré.... C'est toi qui l'a écrit? Tu le modifie à
4 la main? Moi je testerais quelquechose comme ça, quitte à ajouter quelques
5 options à la main plus tard. Au moins il est propre, facile à lire, etc.
6
7 Pour voir le log de X, il est dans /var/log/xorg.0.log pour le server :0.
8 Tous les logs sont dans /var/log, ou bien certaine applications les placent
9 dans ~/.app/app.log en général.
10 Certains logs nécessitent d'être root pour y avoir accès.
11
12 Il semble que tu ai deux problèmes en fait : Ta souris et ton clavier.
13 Essaye le xorg.conf ici (en faisant une copie du tiens avant) et poste le log
14 si il reste des problèmes.
15
16 Pour ta souris, regarde
17 http://floam.sh.nu/index.xhtml?page=guides&section=mx1000, ça à l'air bien
18 fait.
19 Pour ton clavier, ça devrait aller. Essaye de lancer une session
20 'failsafe' (ou bien lance 'startx &' en console puis xterm) pour voir si
21 c'est gnome qui est le problème ou X.
22
23 Ciao
24
25 Charly
26
27 =======/etc/X11/xorg.conf=========
28
29 Section "ServerLayout"
30 Identifier "Server Layout"
31 Screen "Screen0"
32 InputDevice "Mouse0" "CorePointer"
33 InputDevice "Keyboard0" "CoreKeyboard"
34 EndSection
35
36
37
38 Section "Files"
39 RgbPath "/usr/X11R6/lib/X11/rgb"
40
41 FontPath "/usr/share/fonts/TTF"
42 FontPath "/usr/share/fonts/ukr"
43 FontPath "/usr/share/fonts/afms"
44 FontPath "/usr/share/fonts/misc"
45 FontPath "/usr/share/fonts/util"
46 FontPath "/usr/share/fonts/default"
47 FontPath "/usr/share/fonts/75dpi"
48 FontPath "/usr/share/fonts/Type1"
49 FontPath "/usr/share/fonts/local"
50 FontPath "/usr/share/fonts/encodings"
51 FontPath "/usr/share/fonts/terminus"
52 FontPath "/usr/share/fonts/artwiz"
53 FontPath "/usr/share/fonts/sharefonts"
54 FontPath "/usr/share/fonts/cronyx"
55 FontPath "/usr/share/fonts/freefont"
56 FontPath "/usr/share/fonts/unifont"
57 FontPath "/usr/share/fonts/latex-xft-fonts"
58 FontPath "/usr/share/fonts/100dpi"
59 FontPath "/usr/share/fonts/corefonts"
60 FontPath "/usr/share/fonts/ttf-bitstream-vera"
61 FontPath "/usr/share/fonts/intlfonts"
62 FontPath "/usr/share/fonts/cyrillic"
63 EndSection
64
65
66 Section "Module"
67     Load  "dbe"
68 Load "freetype"
69 Load "extmod"
70 Load "glx"
71 Load "dri"
72 Load "dbe"
73 Load "record"
74 Load "xtrap"
75 Load "type1"
76 Load "speedo"
77
78 SubSection "extmod"
79 Option "omit xfree86-dga" # don't initialise the DGA extension
80 EndSubSection
81 EndSection
82
83
84 Section "ServerFlags"
85 EndSection
86
87
88 Section "InputDevice"
89     Identifier "Keyboard0"
90     Driver "kbd"
91     Option "XkbModel"   "pc10"
92     Option "XkbLayout"  "fr"
93 EndSection
94
95
96 Section "InputDevice"
97     Identifier "Mouse0"
98     Driver "mouse"
99     Option "Protocol"   "ImPS/2"
100     Option "ZAxisMapping"   "4 5"
101     Option "Device"     "/dev/input/mice"
102 EndSection
103
104 Section "InputDevice"
105 Identifier "MX1000"
106 Driver "evdev"
107 Option "Device" "/dev/input/mx1000"
108 EndSection
109
110
111 Section "Monitor"
112     Identifier  "Monitor0"
113     DisplaySize     287 215
114     HorizSync       28-50
115     VertRefresh     43-75
116 #    Option "DPMS"
117 # J'espere que tu a les bonnes valeurs de HorizSync et VertRefresh
118 EndSection
119
120 Section "Device"
121     Identifier                          "ATI Graphics Adapter"
122     Driver                              "fglrx"
123     Option "mtrr"                       "off"
124     BusID "PCI:1:0:0"    # vendor=1002, device=4e50
125     Screen 0
126 EndSection
127
128
129 Section "Screen"
130     Identifier  "Screen0"
131     Device      "ATI Graphics Adapter"
132     Monitor     "Monitor0"
133     DefaultDepth 24
134     Option "backingstore" "true"
135
136         SubSection "Display"
137                 Depth           24
138                 Modes           "1400x1050" "1280x1024" "1024x768"
139 "800x600" "640x480"
140         EndSubSection
141 EndSection
142
143
144 #Section "Extensions"
145 #    Option "Composite" "Enable"
146 #    Option "RENDER" "Enable"
147 #EndSection
148 #
149 # Je pense que c'est déconseillé avec ATI, non?
150
151 Section "dri"
152 Mode 0666
153 EndSection
154
155 ==========EOF=========
156
157 --
158 gentoo-user-fr@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-fr] [XKB] Erreur au lancement de Gnome isAAAc - Krashtest Krew <kaslantien@×××××.com>