Bonjour,
Déja si tu arrives pas a sauvegarder le xorg.conf c'est que peut-etre tu n'es pas sous "root"...
Ouvres une console puis tapes:
$su -
le mot de passe "root" est demandé, entre le, puis tu doit etre sous:
#
puis un:
ls -al /etc/X11/xorg.conf
doit te donner ceci:
-rw-r--r-- 1 root root 1737 janv. 8 19:10 /etc/X11/xorg.conf
Donc verifie les droits sur ton fichier ...attention le repertoire X11 est un X majuscule !!!!
J'ai la même carte que toi et cela fonctionne tres bien donc je ne vois pas pourquoi tu n'y arriverais pas alors perseveres, apprends
et apres ca fonctionnera ....Linux ca se mérite !!! 😉
Voici mon xorg.conf
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 2560x1600"
HorizSync 31.5 - 99.0
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection