# Boutons à droite

gconftool-2 --set /apps/metacity/general/button_layout --type string ":minimize,maximize,close"

# Modification de la résolution

gconftool-2 --set /apps/gnome_settings_daemon/plugins/xrandr/active -t boolean true

# Lock session activé

gconftool-2 --set /desktop/gnome/lockdown/disable_lock_screen -t boolean false

xorg Écran 170X

Section "Monitor"
        Identifier "HW191A"
        Vendorname "Generic LCD Display"
        Modelname "LCD Panel"
        Horizsync 30.0 - 80.0
        Vertrefresh 58.0 - 75.0
        Gamma 1.0
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "Configured Video Device"
        Monitor "HW191A"
        Defaultdepth 24
        SubSection "Display"
                Depth 24
                Modes "1280x1024@60" 
                Virtual 1280 1024
        EndSubSection
EndSection

Section "Device"
        Identifier      "Configured Video Device"
EndSection