les fenetres ne disparaissent pas quand je les ferme - Linux et OS Alternatifs
Marsh Posté le 29-06-2004 à 18:40:51
c normal, vas dans le centre de configuration kde, vas dans gestionnaire de session et fait, redémmarrer ak une session vide.
Marsh Posté le 29-06-2004 à 18:55:46
ok, merci de ta reponse.
les fenetres mal fermee n'apparaissent plus au redemarrage.
Par contre le premier probleme reste entier: quand je fais exit sur un terminal, la fenetre ne disparait pas, X est coincé.
Dans quel log je peux regarder.
XFree86.0 , XFree86.1 Xfree86.2 ...? a quoi correspondent ces differents fichiers log ?
Marsh Posté le 29-06-2004 à 19:04:59
le .0 c'est le courant, les autres sont des anciens (il y a une rotation)
Marsh Posté le 29-06-2004 à 19:07:47
tail -f /var/log/XFree86.0 donne ceci
(II) R128(0): Reserved area from (0,1024) to (1280,1026)
(II) R128(0): Largest offscreen area available: 1280 x 5527
(II) R128(0): Acceleration enabled
(II) R128(0): Using hardware cursor (scanline 4104)
(II) R128(0): Largest offscreen area available: 1280 x 5525
(**) R128(0): DPMS enabled
(II) R128(0): Direct rendering disabled
(==) RandR enabled
(II) Server_Terminate keybinding not found
(II) Configured Mouse: ps2EnableDataReporting: succeeded
et ce tail ne bouge pas quand je tente (sans succes) de fermer une fenetre konsole shell
Marsh Posté le 29-06-2004 à 19:26:00
voila:
(EE) R128(0): No DFP detected
(EE) R128(0): [dri] R128DRIScreenInit failed because of a version mismatch.
(EE) xf86OpenSerial: Cannot open device /dev/input/mice
(EE) Generic Mouse: cannot open input device
(EE) PreInit failed for input device "Generic Mouse"
(EE) R128(0): [dri] R128DRIScreenInit failed because of a version mismatch.
(EE) R128(0): [dri] R128DRIScreenInit failed because of a version mismatch.
(EE) R128(0): [dri] R128DRIScreenInit failed because of a version mismatch.
ca me parle pas trop...
(sinon j'ai une petite question, comment savoir quand ces erreurs se sont produit, il n'y a pas l'heure, si ca se trouve c'etait l semaine derniere)
Marsh Posté le 29-06-2004 à 19:27:12
non, c'est le dernier demmarrage, à chaque fois
tu as un problème avec le dri
fais montrer ton XF86config-4
Marsh Posté le 29-06-2004 à 19:34:19
c'est bien long comme fichier,
j'ai viré des trucs, en esperant ne pas avoir viré des informations importantes a la comprehension.
si tu veux je peus tout poster aussi.
c'est quoi le DRI ?
voila, ca donne ca pour 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/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
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 "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Marsh Posté le 29-06-2004 à 19:37:47
bon, même si t'as viré des trucs intéressants, ça à l'air bon.
t'as quoi comme carte video? une rage128?
DRI c'est direct rendering qqchose (interface il me semble, mais bon...)
Marsh Posté le 29-06-2004 à 19:42:37
je peux pas te dire si c'est une rage ou quoi, faudrait que j'ouvre le PC, qui n'est pas a moi à la base, le fichier indique juste que c'est une ATI.
voila, je met tout le fichier:
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/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
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"
# Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "ati"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-70
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Marsh Posté le 29-06-2004 à 17:16:59
quand j'ouvre un terminal et que je le ferme, la fenetre reste apparente.
Meme si je reboot le systeme et que je me relogue sur mon compte, les fenetres reviennent.
ca ne fait ca que avec les terminaux konsole.
j'ai installé superkaramba, apparement ca a abimé le gerstionnaire d'affichage, mais ou?