Bonjour,
J'ai installé Z.6.2 sur un PC qui a une nvidia Geforce 6100 nForce 405.
nvidia-settings s'est bien installé. Apparemment il est bien reconnu puisque les modifs effectués se retrouvent dans xorg.conf ; Compiz se lance très bien (contrairement à U.9.10, ça ne provoque aucun bug en remote desktop

)
Le truc c'est que malgré les modifications, il ne veut pas me proposer un affichage supérieur à 1024x768... Et curieusement, ni AWN, ni Cairo-dock ne veulent se lancer non plus
Je ne sais plus trop ce que je dois modifier dans ce xorg.conf :
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildmeister@builder63) Fri Aug 14 17:55:55 PDT 2009
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by videoconfig, the Zenwalk X Configurator.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command from runlevel 3:
# videoconfig
# Files ( File pathnames )
#_______________________________________________________________________
# ServerFlags ( Server flags )
#_______________________________________________________________________
# **********************************************************************
# Module section ( Dynamically loadable modules )
#_______________________________________________________________________
# Extensions ( Extension enabling )
#_______________________________________________________________________
# InputDevice ( Input device description )
#_______________________________________________________________________
# Device ( Graphics device description )
#_______________________________________________________________________
# Any number of graphic devices sections may be present
# Monitor ( Monitor description )
#_______________________________________________________________________
# Screen ( Screen configuration )
#_______________________________________________________________________
# ServerLayout ( Overall layout )
#_______________________________________________________________________
# DRI ( DRI-specific configuration )
#_______________________________________________________________________
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Pad1" "SendCoreEvents"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/CID"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/cyrillic"
EndSection
Section "Module"
Load "synaptics"
Load "dbe"
Load "dri2"
Load "extmod"
Load "dri"
Load "/usr/lib/xorg/modules/extensions/libglx.so"
EndSection
Section "ServerFlags"
# Option "NoTrapSignals"
# Option "DontVTSwitch"
# Option "DisableVidModeExtension"
# Option "AllowNonLocalXvidtune"
# Option "DisableModInDev"
# Option "AllowNonLocalModInDev"
# Option "blank time" "10" # 10 minutes
# Option "standby time" "20"
# Option "suspend time" "30"
# Option "off time" "60"
# Option "EstimateSizesAggresively" "0"
Option "DontZap" "off"
# Option "DontZoom"
Option "AutoEnableDevices" "false"
Option "AutoAddDevices" "false"
Option "AllowEmptyInput" "false"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
# Option "Protocol" "Xqueue"
# Option "AutoRepeat" "500 5"
# Option "Xleds" "1 2 3"
# Option "XkbDisable"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
# Option "XkbVariant" "us"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
# Identifier and driver
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# Option "ChordMiddle"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mice"
# Option "Protocol" "Xqueue"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Pad1"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/tp1"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "Artefact"
ModelName "My monitor"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "UseEdidFreqs" "1"
Option "ReducedBlanking"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-0"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
EndSection
Section "Device"
Identifier "Videocard1"
Driver "nvidia"
VendorName "Unknown Vendor"
BoardName "Video device"
Option "AllowGLXWithComposite" "1"
Option "RenderAccel" "true"
Option "XaaNoOffscreenPixmaps" "on"
BusID "PCI:0:13:0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 6100 nForce 405"
EndSection
Section "Screen"
Identifier "Zenwalk"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection
Section "Screen"
# Removed Option "metamodes" "1280x1024 +0+0; 1280x960 +0+0; nvidia-auto-select +0+0"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1280x960 +0+0; 1024x768 +0+0; nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "enable"
EndSection
Il y a un autre truc assez curieux :
nvidia-settings lorsque la définition est choisie propose 1024x768 avec un rafraichissement en 60hz comme seule option et affiche ainsi dans xorg.conf 1024x768_60 +0+0 en plus de l'auto. Seulement ça fait planter l'affichage pour un bel écran noir.
Dans le menu "affichage" en fait il ne propose que jsq 50hz...

Du coup, je ne sais meme pas qui gère réellement l'affichage...
(euh... je crois que je me suis goré du coup de section... )