#76 Le 19/12/2006, à 22:57
- did
Re : [RESOLU] Beryl 1.3 et resolution
Pour voir si Beryl fonctionne, tapes déjà simplement
beryl-manager
dans un terminal et vois ce que ça donne.
Pour le remettre en démarrage auto tu fais :
kdesu kate ~/.kde/Autostart/beryl
et tu colles ça dedans :
#!/bin/sh
beryl-manager
Tu enregistres et c'est ok.
Sinon pour la résolution, as tu simplement essayé de le modifier dans : menu K→Réglage du sytème→Monitor and display→mode administrateur?
Hors ligne
#77 Le 20/12/2006, à 10:33
- juldelf
Re : [RESOLU] Beryl 1.3 et resolution
Oui ca c'est le premier truc que j'ai fait quand ca ne fonctionnait pas
Mais regarde
Je n'ai qu'un choix: 800x600
Voici mon xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Nov 9 17:55:20 PST 2006# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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-xorgSection "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSectionSection "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
Option "XkbOptions" "lv3:ralt_switch"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 49.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSectionSection "Device"
Identifier "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
Driver "nvidia"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
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 "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Hors ligne
#78 Le 20/12/2006, à 12:46
- did
Re : [RESOLU] Beryl 1.3 et resolution
Tu peux essayer le truc suivant que chez trouvé sur le forum, donné par quelqu'un qui semblait avoir les même difficultés que toi.
Il te faut éditer ton xorg.conf :
kdesu kate /etc/X11/xorg.conf
et rajouter :
Option "UseEDID" "False"
dans la Section "Device" (à la fin, sous "driver").
Tu peux aussi tenter de changer les modes de 1280x1024 à 1280x1024_75 (essayes un truc, puis rajoutes le second dans un deuxième temps, pour voir).
Relances ton serveur graphique (Ctrl+Alt+BkSp) et dis nous ce que ça donne.
Dernière modification par did (Le 20/12/2006, à 13:04)
Hors ligne
#79 Le 20/12/2006, à 14:43
- juldelf
Re : [RESOLU] Beryl 1.3 et resolution
donc j'ai mis ca , c'est bien ca?
Section "Device"
Identifier "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
Driver "nvidia"
Option "UseEDID" "False"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
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 "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Beryl ne demarre toujours pas au demarrage , malgre la commande
et qd je fais beryl-manager, il se lance mais il est ecrit ca:
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: Couldn't load plugin 'bs'
Initiating splash
beryl: water: GL_ARB_fragment_program is missing
Reloading all options.
beryl: pixmap 0x32001b9 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200080 to texture
beryl: pixmap 0x32001b9 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200080 to texture
Dernière modification par juldelf (Le 20/12/2006, à 14:48)
Hors ligne
#80 Le 20/12/2006, à 14:48
- did
Re : [RESOLU] Beryl 1.3 et resolution
Oui c'est bon.
Personnellement
J'aurrais tout aligné avec le reste :
Section "Device"
Identifier "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
Driver "nvidia"
Option "UseEDID" "False"
mais je pense que ça ne change rien.
Relance X et dis moi ce que ça donne.
Dernière modification par did (Le 20/12/2006, à 14:48)
Hors ligne
#81 Le 20/12/2006, à 15:05
- juldelf
Re : [RESOLU] Beryl 1.3 et resolution
C'est bon je suis revenu en resolution normale, enfin, merci did
Autres probleme now:
- beryl ne demarre toujours pas au demarrage malgre les commandes
- Quand je redemarre le pc, la fenetre kdesu kate ~/.kde/Autostart/beryl s'ouvre automatiquement . Alors que j'avais bien enregistrer et quitter apres avoir rejouter la ligne que tu m'a dit de rajouter
- Toujours le probleme des fenetres, cf photo, et qd je lance kwin , des fois ca me remet le bandeau sup et des fois ca ne me lance rien
Et si les fenetres réapparaissent ca bloque, je peux plus rien faire avec Konsole.
Ta vu ce que j'ai mis plus haut:
beryl-manager, il se lance mais il est ecrit ca:
XGL Absent, checking for NVIDIA
Nvidia Present
Relaunching beryl with __GL_YIELD="NOTHING"
XGL Absent, checking for NVIDIA
Nvidia Present
beryl: Couldn't load plugin 'bs'
Initiating splash
beryl: water: GL_ARB_fragment_program is missing
Reloading all options.
beryl: pixmap 0x32001b9 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200080 to texture
beryl: pixmap 0x32001b9 can't be bound to texture
beryl: Couldn't bind redirected window 0x2200080 to texture
Dernière modification par juldelf (Le 20/12/2006, à 15:12)
Hors ligne
#82 Le 20/12/2006, à 15:12
- did
Re : [RESOLU] Beryl 1.3 et resolution
Essayes directement de lancer la commande :
beryl-manager
puis cliques sur l'icone de beryl qui devrait apparaitre dans ton panneau inférieur et selectionners beryl comme gestionnaire de fenetre (éventuellement essayes aussi "recharger le gestionnaire de fenêtres").
Si ça marche testes la commande :
sudo chmod a+x ~/.kde/Autostart/beryl
pour essayer de réactiver le lancement automatique.
Hors ligne
#83 Le 20/12/2006, à 15:40
- juldelf
Re : [RESOLU] Beryl 1.3 et resolution
non ca demarre toujours pas tout seul
et mes barres sup de fentre ne sont pas revenus
Hors ligne
#84 Le 20/12/2006, à 15:41
- did
Re : [RESOLU] Beryl 1.3 et resolution
Quel message d'erreur te donne t-il avec beryl-manager?
Hors ligne
#85 Le 20/12/2006, à 16:01
- juldelf
Re : [RESOLU] Beryl 1.3 et resolution
il me dit XGL absent en gros
Hors ligne
#86 Le 20/12/2006, à 16:46
- did
Re : [RESOLU] Beryl 1.3 et resolution
Il te manque ces lignes dans ton xorg.conf :
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
rajoutes les dans la section "screen".
Ca doit donner ça :
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV28 [GeForce4 Ti 4800 SE]"
Monitor "Generic Monitor"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "TripleBuffer" "true"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
Dernière modification par did (Le 20/12/2006, à 16:48)
Hors ligne
#87 Le 20/12/2006, à 16:58
- juldelf
Re : [RESOLU] Beryl 1.3 et resolution
C'EST BON
TOUT A L'AIR DE FONCTIONNER CORRECTEMENT
JE TE REMERCIE DID
Ps : meme le probleme de fenetre a l'air d'etre resolu
je viens de redemarrer completement le pc et beryl a demarré tout seul et j'ai retrouvé mes fenetres
Je te remercie, j'ai appris aussi pas mal de truc en ayant eu ce probleme
Dernière modification par juldelf (Le 20/12/2006, à 16:58)
Hors ligne
#88 Le 20/12/2006, à 17:08
- did
Re : [RESOLU] Beryl 1.3 et resolution
ouf... on y est arrivé
Un petit [Résolu]?
Bonne continuation.
Dernière modification par did (Le 20/12/2006, à 17:08)
Hors ligne