Tout allait très bien, je redémarre mon poste hier soir … Plus de barre de fenêtre ni de bordures pour redimensionner, bien entendu un
$ metacity --replace
me permets de pouvoir bouger mes fenêtres, mais adieux le cube, les fenêtres flottantes, enfin tout ce qui est primordial.
Je poste mon xorg.conf :
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
Section "ServerLayout"
Identifier "Default Layout"
Screen "Left Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "Xinerama" "false"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Hyundaï"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "Hanns-G"
Option "DPMS"
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GS]"
Driver "nvidia"
Option "RenderAccel" "1"
Option "AllowGLXWithComposite" "1"
Option "AddARGBGLXVisuals" "True"
Option "DisableGLXRootClipping" "True"
Option "TripleBuffer" "true
Option "TwinView" "1"
Option "TwinViewOrientation" "CRT-0 LeftOf CRT-1"
Option "MetaModes" "1280x1024,1280x1024"
Option "ConnectedMonitor" "CRT-0,CRT-1"
# Option "NoPowerConnectorCheck"
BusID "PCI:2:0:0"
EndSection
Section "Screen"
Identifier "Left Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Hyundaï"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
