Bonjour,
Mon écran s'ajuste automatiquement et intempestivement (parfois plusieurs fois par min) : l'écran devient noir, puis se remet normalement. La résolution conseillée (et sélectionnée) est 1440x900 à 60 mhz. Il est connecté à l'ordi par un câble VGA à 15 broches. (j'ai le même résultat avec un 14 broches)
Ma carte graphique est RV610 [Radeon HD 2400 PRO]. Je suis en Ubuntu 18.04.
Voici le résultat de xrandr.
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 8192 x 8192
DIN disconnected (normal left inverted right x axis y axis)
VGA-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
1440x900 59.89*+
1280x1024 75.02 60.02
1280x960 60.00
1152x864 75.00
1152x720 59.97
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
640x480 75.00 59.94
720x400 70.08
DVI-0 disconnected (normal left inverted right x axis y axis)
J'ai essayé de forcer la vitesse à 60 mhz avec un
xrandr -s 1440x900 -r 60
mais elle est restée à 59.89.
J'ai un fichier xorg.conf.failsafe dans /etc/X11 que j'ai copié en xorg.conf.
jpp@JPP-HP-w1907v:/etc/X11$ ls -l
total 88
drwxr-xr-x 2 root root 4096 nov. 27 22:47 app-defaults
drwxr-xr-x 2 root root 4096 févr. 15 2017 cursors
-rw-r--r-- 1 root root 15 nov. 28 04:12 default-display-manager
drwxr-xr-x 4 root root 4096 févr. 15 2017 fonts
-rw-r--r-- 1 root root 17394 nov. 10 2015 rgb.txt
drwxr-xr-x 2 root root 4096 nov. 27 22:47 xinit
drwxr-xr-x 2 root root 4096 janv. 22 2016 xkb
-rw-r--r-- 1 root root 270 mars 14 18:00 xorg.conf
-rw-r--r-- 1 root root 270 nov. 27 00:59 xorg.conf.failsafe
-rwxr-xr-x 1 root root 709 nov. 10 2015 Xreset
drwxr-xr-x 2 root root 4096 nov. 27 22:42 Xreset.d
drwxr-xr-x 2 root root 4096 nov. 27 22:42 Xresources
-rwxr-xr-x 1 root root 3730 mars 4 2016 Xsession
drwxr-xr-x 2 root root 4096 nov. 28 04:13 Xsession.d
-rw-r--r-- 1 root root 265 nov. 10 2015 Xsession.options
drwxr-xr-x 2 root root 4096 nov. 27 22:47 xsm
-rw-r--r-- 1 root root 13 déc. 5 2016 XvMCConfig
-rw-r--r-- 1 root root 630 nov. 28 2017 Xwrapper.config
Ca n'a rien donné.
Voici le contenu de xorg.conf :
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Que pourrais-je faire pour résoudre mon souci?