[Xorg] Changer la résolution d'écran (résolu)
Publié : mar. 16 mai 2017, 20:11
Bonjour,
Je cherche à adapter ma résolution d'écran. En cherchant sur le wiki, je suis tombé sur https://wiki.archlinux.org/index.php/xr ... figuration.
Chez moi ça donne ça :
Quand j'essaie
J'ai aussi ajouté un fichier
mais ça ne change rien non plus.
Quelqu'un a une idée ?
Je cherche à adapter ma résolution d'écran. En cherchant sur le wiki, je suis tombé sur https://wiki.archlinux.org/index.php/xr ... figuration.
Chez moi ça donne ça :
Code : Tout sélectionner
[alain@earth ~]$ xrandr
Screen 0: minimum 320 x 200, current 3840 x 2160, maximum 16384 x 16384
DVI-D-1 disconnected (normal left inverted right x axis y axis)
DP-1 connected 3840x2160+0+0 (normal left inverted right x axis y axis) 527mm x 296mm
3840x2160 60.00*+ 29.98
2560x1440 59.95
2048x1280 59.99
1920x1200 59.88
1920x1080 60.00 60.00 50.00 59.94 24.00 23.98
1920x1080i 60.00 50.00 59.94
1600x1200 60.00
1600x900 60.00
1280x1024 75.02 60.02
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x576i 50.00
720x480 60.00 59.94
720x480i 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
xrandr --output DP-1 --mode 1920x1200
je suis déconnecté de ma session XFCE, je reviens à l'écran de login LXDM sans changement de résolution.J'ai aussi ajouté un fichier
/etc/X11/xorg.conf.d/20-monitor.conf
:
Code : Tout sélectionner
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "nouveau"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1920x1080_60.00"
EndSubSection
EndSection
Quelqu'un a une idée ?