Bonjour à tous,
Ne trouvant pas d’info sur d’autres sujets, j’en créé un nouveau. J’essaie d’ajouter une nouvelle résolution d’affichage à mon ordinateur portable.
Je suis actuellement sous Debian Stretch. J’ai commencé par ceci :
“jean-baptiste@Ordi-JB:~
$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 8192 x 8192
LVDS1 connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 207mm
1280x800 59.98*+
1024x768 60.00
800x600 60.32 56.25
640x480 59.94
VGA1 disconnected (normal left inverted right x axis y axis)
TV1 disconnected (normal left inverted right x axis y axis)”
Ensuite ceci :
“jean-baptiste@Ordi-JB:~
$ cvt 1280 1024
1280x1024 59.89 Hz (CVT 1.31M4) hsync: 63.67 kHz; pclk: 109.00 MHz
Modeline “1280x1024_60.00” 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
jean-baptiste@Ordi-JB:~
$ xrandr --newmode “1280x1024_60.00” 109.00 1280 1368 1496 1712 1024 1027 1034 1063 -hsync +vsync
jean-baptiste@Ordi-JB:~
$ xrandr --addmode LVDS1 1280x1024_60.00
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 27
Current serial number in output stream: 28”
Je ne comprends pas bien le message d’erreur… Et qu’on ne me dise pas RTFM !!! J’ai suivi la méthode décrite dans le “man xrandr” 
Merci d’avance.