Le mercredi 20 avril 2011 16:01:10, Bernard Schoenacker a écrit : > Le Wed, 20 Apr 2011 15:22:02 +0200, > > FR <[email protected]> a écrit : > > xrandr --prop --verbose > > Bonjour, > > voici ce que donne la commande : > > -a) xrandr -v > -b) xrandr --prop --verbose > > xrandr program version 1.3.4 > Server reports RandR version 1.3 > > Screen 0: minimum 320 x 200, current 1024 x 768, maximum 4096 x 4096 > VGA-0 connected 1024x768+0+0 (0x53) normal (normal left inverted right > x axis y axis) 0mm x 0mm Identifier: 0x51
le mode 1600x1200 n'existe pas pour VGA0 donc : fvuillemin@graves:~$ cvt 1600 1200 # 1600x1200 59.87 Hz (CVT 1.92M3) hsync: 74.54 kHz; pclk: 161.00 MHz Modeline "1600x1200_60.00" 161.00 1600 1712 1880 2160 1200 1203 1207 1245 - hsync +vsync fvuillemin@graves:~$ xrandr --newmode "1600x1200_60.00" 161.00 1600 1712 \ 1880 2160 1200 1203 1207 1245 -hsync +vsync fvuillemin@graves:~$ xrandr --addmode VGA0 1600x1200_60.00 fvuillemin@graves:~$ xrandr --output VGA0 --mode 1600x1200_60.00 fvuillemin@graves:~$ -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.org/fr/FrenchLists Pour vous DESABONNER, envoyez un message avec comme objet "unsubscribe" vers [email protected] En cas de soucis, contactez EN ANGLAIS [email protected] Archive: http://lists.debian.org/[email protected]

