#1 Le 22/04/2007, à 01:19
- Toinou75009
[Feisty] Bordure des fenetres disparue!
Bonjour,
Aprés avoir installer les drivers proprio NVIDIA, j'ai activé les "effets du bureau", au première abord sa fonctionnais nickel, puis aprés un redémarrage du système je n'ai plus les bordures des fenetres, ni le cube 3D.
Je précise que mon thème par défaut est HUMAN.
Merci d'avance pour votre aide!
@+, antoine.
Hors ligne
#2 Le 22/04/2007, à 01:26
- stephdl
Re : [Feisty] Bordure des fenetres disparue!
Si au lancement de Beryl les barres de titres de vos fenêtres disparaissent : Editez le fichier /etc/X11/xorg.conf, pour cela ouvrez le terminal, et tapez la commande suivante :
gksudo gedit /etc/X11/xorg.conf
Allez dans la section Device, et ajouter la ligne suivante :
Option "AddARGBGLXVisuals" "True"
Enregistrez le fichiez, puis redémarrez le serveur X [ctr]+[alt]+[backspace] et ce devrait fonctionner.
dixit le topic du wiki, ca à fonctionner pour moi..........
http://doc.ubuntu-fr.org/beryl_problemes
voici le lien d'ou est tiré cette solution
enfin dans le monde libre.......après des années d'esclavage !!!!.
inscrivez vous sur la carte des utilisateurs d'Ubuntu
Association Rouergate des Utilisateurs des Logiciels Libres
Hors ligne
#3 Le 22/04/2007, à 01:27
- inbox
Re : [Feisty] Bordure des fenetres disparue!
Salut,
Quelle version d'Ubuntu utilises-tu ?
Comment as-tu installé le pilote nvidia ?
As-tu suivi le tutoriel ? http://doc.ubuntu-fr.org/materiel#nvidia
Colles ici ton xorg.conf entre balises "code" via la commande
sudo gedit /etx/X11/xorg.conf
Réponds à chaque question clairement.
A+
Un problème résolu ? Indiquez le en modifiant le titre du sujet.
Hors ligne
#4 Le 22/04/2007, à 01:53
- Toinou75009
Re : [Feisty] Bordure des fenetres disparue!
j'ai marqué dans la balise du titre [Feisty] !!!!!!!!
J'ai installé le pilote nvidia via synaptic, et j'ai coché nvidia-glx-new (linux-restricted-modules-2.6.20.15-generic déjà installé d'origine)
Et voici mon xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Mon Feb 26 23:38:46 PST 2007# /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 xorg.conf(5) manual page.
# (Type "man 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"
InputDevice "Synaptics Touchpad"
EndSectionSection "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSectionSection "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSectionSection "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
EndSectionSection "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSectionSection "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSectionSection "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSectionSection "Monitor"
Identifier "Écran générique"
HorizSync 28.0 - 96.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSectionSection "Device"
Identifier "nVidia Corporation G71 [Quadro FX 1500M]"
Driver "nvidia"
EndSectionSection "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G71 [Quadro FX 1500M]"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 4
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 8
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 15
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1200"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1200"
EndSubSection
EndSection
Hors ligne
#5 Le 22/04/2007, à 10:07
- Toinou75009
Re : [Feisty] Bordure des fenetres disparue!
Up!!!
Hors ligne
#6 Le 22/04/2007, à 10:17
- NUt&tuX
Re : [Feisty] Bordure des fenetres disparue!
Il faut bien configurer ton Xorg.conf.
Regarde par là : http://forum.ubuntu-fr.org/viewtopic.php?id=112508
Hors ligne
#7 Le 22/04/2007, à 10:18
- Delleck
Re : [Feisty] Bordure des fenetres disparue!
sudo nvidia-xconfig --add-argb-glx-visuals
Hors ligne
#8 Le 22/04/2007, à 11:13
- Toinou75009
Re : [Feisty] Bordure des fenetres disparue!
Merci pour vos réponses .
J'ai bien suivi la config du xorg.conf, et la commande de Delleck, et maintenant c'est nickel, sauf que j'ai plus le cube 3D!!!!
Hors ligne
#9 Le 22/04/2007, à 12:29
- NUt&tuX
Re : [Feisty] Bordure des fenetres disparue!
Pour le cube, il faut juste choisir plusieurs bureau dans compiz et activer l'option du cube dans desktop effect.
Pour configurer les bureau de compiz, tu peux installer le paquet Gnome Compiz Manager dispo dans synaptic.
Hors ligne
#10 Le 22/04/2007, à 21:11
- Shirow
Re : [Feisty] Bordure des fenetres disparue!
Je viens moi aussi d'appliquer la soluce de Stephdl, et ça marche !
Merci bien
Par contre, avec les fenêtres qui font du houlahop, j'ai maintenant une petite barre entre mes tableaux de bord haut et bas et mon bureau ... ça vous le fait aussi ?
Mieux vaut être bourré que con, ça dure moins longtemps.
Hors ligne