logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 02-10-2018 10:35:48

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

[résolu] Ajouter une résolution d'écran avec xrandr

Salut à tous !

Nouveau problème sur ma tour : j'ai voulu installer les pilotes propriétaires nvidia pour ma GeForce 210. Une fois les pilotes installés et xorg configuré correctement, impossible de lancer lightdm. Après quelques recherches, je vois que c'est un problème récurrent et ne trouve aucune solution qui marche, je décide donc d'abandonner et de repasser à Nouveau, puis que ça marchait bien. Une fois les pilotes propriétaires désinstallés et xorg configuré pour utiliser Nouveau, j'ai de nouveau de l'image, mais un de mes écrans (23") ne peut plus avoir une résolution supérieure à 720x400.

J'ai changé la résolution en 1920x1080 dans l'éditeur de paramètres, rien ne change.

J'ai voulu tenter avec xrand, je vois qu'il faut utiliser cvt pour avoir les informations nécessaires à la création d'une nouvelle résolution. Voilà ce que ça me donne :

cvt 1920 1080 70


# 1920x1080 69.92 Hz (CVT) hsync: 78.80 kHz; pclk: 204.25 MHz
Modeline "1920x1080_70.00"  204.25  1920 2056 2256 2592  1080 1083 1088 1127 -hsync +vsync



Mais si je copie directement le résultat, comme ça :

xrandr --newmode 1920x1080 60.00 204.25  1920 2056 2256 2592  1080 1083 1088 1127 -hsync +vsync


xrandr: unrecognized option '-hsync'
Try 'xrandr --help' for more information.



-hsync et +vsync posent problème, donc à tout hasard j'essaie de les enlever :

xrandr --newmode 1920x1080 60.00 204.25  1920 2056 2256 2592  1080 1083 1088 1127



Bon, je me suis planté, j'ai mit 60 au lieu de 70, mais ça a eu l'air de marcher (aucune ligne en retour).

root@Ordinosaurus-Rex:~# xrandr --addmode DVI-I-1 1920x1080



Pareil, aucun retour. Mais je sais que ça a marché. La preuve, quand je vais modifier l'affichage en mode graphique, j'ai une nouvelle résolution disponible...

204x2592.

Tout simplement magnifique.

J'en déduis donc que les informations données par cvt ne sont pas dans l'ordre demandé par xrandr --newmode. Voilà ce que j'ai à ce sujet dans le manuel :

  --newmode <name> <clock MHz>
            <hdisp> <hsync-start> <hsync-end> <htotal>
            <vdisp> <vsync-start> <vsync-end> <vtotal>
            [flags...]
            Valid flags: +HSync -HSync +VSync -VSync
                         +CSync -CSync CSync Interlace DoubleScan



J'ai essayé de trouver des infos sur le retour de la commande cvt, mais je ne trouve rien. Quelqu'un saurait-il me dire à quoi correspondent les différents nombres ?

Merci d'avance pour vos réponses !

Dernière modification par Ralph W. Llama (04-10-2018 15:55:32)


Vivre libre ou mourir !

Hors ligne

#2 02-10-2018 11:32:42

èfpé
Membre
Inscription : 10-07-2016

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Salut !

Ralph W. Llama a écrit :


Mais si je copie directement le résultat, comme ça :

xrandr --newmode 1920x1080 60.00 204.25  1920 2056 2256 2592  1080 1083 1088 1127 -hsync +vsync

xrandr: unrecognized option '-hsync'
Try 'xrandr --help' for more information.


Tu n'as pas copié directement le résultat en fait, et ta syntaxe n'est pas correcte, ceci fonctionnera :

xrandr --newmode "1920x1080_70.00"  204.25  1920 2056 2256 2592  1080 1083 1088 1127 -hsync +vsync


xrandr --addmode DVI-I-1 1920x1080_70.00


xrandr --output DVI-I-1 --mode 1920x1080_70.00


Sous réserve que la sortie DVI-I-1 supporte ce mode bien sûr... Alternativement tu peux utiliser gtf.

Hors ligne

#3 02-10-2018 11:54:07

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Merci pour ta réponse !

Je viens de tester avec ce que t'as mis, en 70 Hz l'écran me met "Fréquences non supportées", ce qui est bizarre vu qu'en 720x400 j'étais à 70 Hz. Je passe donc à 60 Hz, l'écran s'affiche bien en 1920x1080 par contre l'image est dégueulasse, comme si elle était excessivement agrandie, et avec des pixels qui clignotent un peu partout.

Vivre libre ou mourir !

Hors ligne

#4 02-10-2018 12:10:42

èfpé
Membre
Inscription : 10-07-2016

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Re-,

Ralph W. Llama a écrit :

Je viens de tester avec ce que t'as mis, en 70 Hz l'écran me met "Fréquences non supportées", ce qui est bizarre vu qu'en 720x400 j'étais à 70 Hz.


Non ce n'est pas bizarre, il faut se conformer aux spécifications de l'écran... Ses marque et modèle ?
Il semble que tu as pas mal bidouillé, de façon peut-être un peu hasardeuse... Le log du serveur X ?

cat /var/log/Xorg.0.log


Qu'entends-tu par « xorg configuré pour utiliser Nouveau » ? Poste ton éventuel fichier xorg.conf !

Dernière modification par èfpé (02-10-2018 12:30:42)

Hors ligne

#5 02-10-2018 12:33:07

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Effectivement, je viens de regarder l'étiquette derrière l'écran, et il est bien prévu pour 60 Hz et pas 70. C'est un Packard Bell Viseo 230 WS, au passage.

Pour ce qui est des logs :

cat /var/log/Xorg.0.log


[     4.480]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[     4.480] X Protocol Version 11, Revision 0
[     4.480] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[     4.480] Current Operating System: Linux Ordinosaurus-Rex 4.9.0-8-lzk-bl-amd64 #1 SMP PREEMPT Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64
[     4.480] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-lzk-bl-amd64 root=UUID=1788952e-0c67-40a5-8a3f-587513161def ro threadirqs quiet
[     4.480] Build Date: 16 October 2017  08:19:45AM
[     4.480] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[     4.480] Current version of pixman: 0.34.0
[     4.480]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     4.480] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.480] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct  2 13:20:28 2018
[     4.481] (==) Using config file: "/etc/X11/xorg.conf"
[     4.481] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.482] (==) ServerLayout "Layout0"
[     4.482] (**) |-->Screen "Screen0" (0)
[     4.482] (**) |   |-->Monitor "Monitor0"
[     4.483] (==) No device specified for screen "Screen0".
  Using the first device section listed.
[     4.483] (**) |   |-->Device "My GPU"
[     4.483] (**) |-->Input Device "Keyboard0"
[     4.483] (**) |-->Input Device "Mouse0"
[     4.483] (==) Automatically adding devices
[     4.483] (==) Automatically enabling devices
[     4.483] (==) Automatically adding GPU devices
[     4.483] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.484] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.484]  Entry deleted from font path.
[     4.485] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     4.485] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.485] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     4.485] (WW) Disabling Keyboard0
[     4.485] (WW) Disabling Mouse0
[     4.485] (II) Loader magic: 0x5572f3b18e00
[     4.485] (II) Module ABI versions:
[     4.485]  X.Org ANSI C Emulation: 0.4
[     4.485]  X.Org Video Driver: 23.0
[     4.485]  X.Org XInput driver : 24.1
[     4.485]  X.Org Server Extension : 10.0
[     4.486] (++) using VT number 7

[     4.486] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.486] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.488] (--) PCI:*(0:6:0:0) 10de:0a65:3842:1313 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.488] (II) LoadModule: "glx"
[     4.488] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.494] (II) Module glx: vendor="X.Org Foundation"
[     4.494]  compiled for 1.19.2, module version = 1.0.0
[     4.494]  ABI class: X.Org Server Extension, version 10.0
[     4.494] (II) LoadModule: "nouveau"
[     4.494] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     4.495] (II) Module nouveau: vendor="X.Org Foundation"
[     4.495]  compiled for 1.19.3, module version = 1.0.13
[     4.495]  Module class: X.Org Video Driver
[     4.495]  ABI class: X.Org Video Driver, version 23.0
[     4.495] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[     4.495] (II) NOUVEAU driver for NVIDIA chipset families :
[     4.495]  RIVA TNT        (NV04)
[     4.495]  RIVA TNT2       (NV05)
[     4.495]  GeForce 256     (NV10)
[     4.495]  GeForce 2       (NV11, NV15)
[     4.495]  GeForce 4MX     (NV17, NV18)
[     4.495]  GeForce 3       (NV20)
[     4.495]  GeForce 4Ti     (NV25, NV28)
[     4.495]  GeForce FX      (NV3x)
[     4.495]  GeForce 6       (NV4x)
[     4.495]  GeForce 7       (G7x)
[     4.495]  GeForce 8       (G8x)
[     4.495]  GeForce GTX 200 (NVA0)
[     4.495]  GeForce GTX 400 (NVC0)
[     4.496] (II) [drm] nouveau interface version: 1.3.1
[     4.496] (II) Loading sub module "dri2"
[     4.496] (II) LoadModule: "dri2"
[     4.496] (II) Module "dri2" already built-in
[     4.496] (--) NOUVEAU(0): Chipset: "NVIDIA NVA8"
[     4.496] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[     4.496] (==) NOUVEAU(0): RGB weight 888
[     4.496] (==) NOUVEAU(0): Default visual is TrueColor
[     4.496] (==) NOUVEAU(0): Using HW cursor
[     4.496] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[     4.496] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[     4.496] (==) NOUVEAU(0): Page flipping enabled
[     4.496] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[     4.496] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[     4.496] (II) NOUVEAU(0): Initializing outputs ...
[     4.527] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[     4.528] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[     4.556] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[     4.556] (II) NOUVEAU(0): 3 crtcs needed for screen.
[     4.560] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[     4.560] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[     4.592] (II) NOUVEAU(0): EDID for output DVI-I-1
[     4.592] (II) NOUVEAU(0): Manufacturer: PKB  Model: c1  Serial#: 67146373
[     4.592] (II) NOUVEAU(0): Year: 2010  Week: 40
[     4.592] (II) NOUVEAU(0): EDID Version: 1.3
[     4.592] (II) NOUVEAU(0): Digital Display Input
[     4.592] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 28
[     4.592] (II) NOUVEAU(0): Gamma: 2.20
[     4.592] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[     4.592] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[     4.592] (II) NOUVEAU(0): First detailed timing is preferred mode
[     4.592] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     4.592] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     4.592] (II) NOUVEAU(0): Supported established timings:
[     4.592] (II) NOUVEAU(0): 720x400@70Hz
[     4.592] (II) NOUVEAU(0): 640x480@60Hz
[     4.592] (II) NOUVEAU(0): 640x480@67Hz
[     4.592] (II) NOUVEAU(0): 800x600@56Hz
[     4.592] (II) NOUVEAU(0): 800x600@60Hz
[     4.592] (II) NOUVEAU(0): 1024x768@60Hz
[     4.592] (II) NOUVEAU(0): 1024x768@70Hz
[     4.592] (II) NOUVEAU(0): Manufacturer's mask: 0
[     4.592] (II) NOUVEAU(0): Supported standard timings:
[     4.592] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     4.592] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     4.592] (II) NOUVEAU(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     4.592] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     4.592] (II) NOUVEAU(0): Supported detailed timing:
[     4.592] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[     4.592] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     4.592] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     4.592] (II) NOUVEAU(0): Monitor name: Viseo 230Ws
[     4.592] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
[     4.592] (II) NOUVEAU(0): Serial No: D150C0244032
[     4.592] (II) NOUVEAU(0): EDID (in hex):
[     4.592] (II) NOUVEAU(0):   00ffffffffffff004162c10085920004
[     4.592] (II) NOUVEAU(0):   2814010380331c78eaee95a3544c9926
[     4.592] (II) NOUVEAU(0):   0f5054b30c00714f8180810095000101
[     4.592] (II) NOUVEAU(0):   010101010101023a801871382d40582c
[     4.592] (II) NOUVEAU(0):   4500fd1e1100001e000000fc00566973
[     4.592] (II) NOUVEAU(0):   656f2032333057730a20000000fd0038
[     4.592] (II) NOUVEAU(0):   4c1f5312000a202020202020000000ff
[     4.592] (II) NOUVEAU(0):   004431353043303234343033320a0044
[     4.592] (II) NOUVEAU(0): Not using mode "1920x1080" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "1280x1024" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "1440x900" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "1280x800" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "1152x864" (vrefresh out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "1024x768" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "1024x768" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Not using mode "640x480" (hsync out of range)
[     4.592] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[     4.592] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.592] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     4.593] (II) NOUVEAU(0): EDID for output HDMI-1
[     4.623] (II) NOUVEAU(0): EDID for output VGA-1
[     4.623] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[     4.623] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     4.623] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     4.623] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     4.623] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[     4.623] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.623] (II) NOUVEAU(0): Output DVI-I-1 connected
[     4.623] (II) NOUVEAU(0): Output HDMI-1 disconnected
[     4.623] (II) NOUVEAU(0): Output VGA-1 connected
[     4.623] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[     4.623] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 640x480 +0+0
[     4.623] (II) NOUVEAU(0): Output VGA-1 using initial mode 640x480 +0+0
[     4.623] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.623] (--) NOUVEAU(0): Virtual size is 640x480 (pitch 0)
[     4.623] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[     4.623] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.623] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[     4.623] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     4.623] (==) NOUVEAU(0): DPI set to (96, 96)
[     4.623] (II) Loading sub module "fb"
[     4.623] (II) LoadModule: "fb"
[     4.623] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.624] (II) Module fb: vendor="X.Org Foundation"
[     4.624]  compiled for 1.19.2, module version = 1.0.0
[     4.624]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.624] (II) Loading sub module "shadowfb"
[     4.624] (II) LoadModule: "shadowfb"
[     4.624] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[     4.624] (II) Module shadowfb: vendor="X.Org Foundation"
[     4.624]  compiled for 1.19.2, module version = 1.0.0
[     4.624]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.624] (--) Depth 24 pixmap format is 32 bpp
[     4.642] (II) NOUVEAU(0): Channel setup complete.
[     4.659] (II) NOUVEAU(0): [COPY] async initialised.
[     4.661] (II) NOUVEAU(0): Hardware support for Present enabled
[     4.661] (II) NOUVEAU(0): [DRI2] Setup complete
[     4.661] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[     4.661] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[     4.661] (II) Loading sub module "exa"
[     4.661] (II) LoadModule: "exa"
[     4.661] (II) Loading /usr/lib/xorg/modules/libexa.so
[     4.661] (II) Module exa: vendor="X.Org Foundation"
[     4.661]  compiled for 1.19.2, module version = 2.6.0
[     4.661]  ABI class: X.Org Video Driver, version 23.0
[     4.661] (II) EXA(0): Driver allocated offscreen pixmaps
[     4.661] (II) EXA(0): Driver registered support for the following operations:
[     4.661] (II)         Solid
[     4.661] (II)         Copy
[     4.661] (II)         Composite (RENDER acceleration)
[     4.661] (II)         UploadToScreen
[     4.661] (II)         DownloadFromScreen
[     4.661] (==) NOUVEAU(0): Backing store enabled
[     4.661] (==) NOUVEAU(0): Silken mouse enabled
[     4.661] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[     4.662] (II) NOUVEAU(0): [XvMC] Extension initialized.
[     4.662] (**) NOUVEAU(0): DPMS enabled
[     4.662] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     4.662] (--) RandR disabled
[     4.664] (II) SELinux: Disabled on system
[     4.766] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     4.766] (II) AIGLX: enabled GLX_ARB_create_context
[     4.766] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     4.766] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     4.766] (II) AIGLX: enabled GLX_INTEL_swap_event
[     4.766] (II) AIGLX: enabled GLX_SGI_swap_control
[     4.766] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     4.766] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     4.766] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     4.766] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     4.767] (II) AIGLX: Loaded and initialized nouveau
[     4.767] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.768] (II) NOUVEAU(0): NVEnterVT is called.
[     4.923] (II) NOUVEAU(0): Setting screen physical size to 169 x 127
[     4.923] resize called 640 480
[     4.958] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     4.959] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.959] (II) LoadModule: "libinput"
[     4.959] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     4.962] (II) Module libinput: vendor="X.Org Foundation"
[     4.962]  compiled for 1.19.0, module version = 0.23.0
[     4.962]  Module class: X.Org XInput Driver
[     4.962]  ABI class: X.Org XInput driver, version 24.1
[     4.962] (II) Using input driver 'libinput' for 'Power Button'
[     4.962] (**) Power Button: always reports core events
[     4.962] (**) Option "Device" "/dev/input/event5"
[     4.962] (**) Option "_source" "server/udev"
[     4.962] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     4.962] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     4.985] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event5"
[     4.985] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     4.985] (**) Option "xkb_model" "pc105"
[     4.985] (**) Option "xkb_layout" "fr"
[     4.985] (**) Option "xkb_variant" "latin9"
[     4.996] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     4.996] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     4.996] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     4.996] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     4.996] (II) Using input driver 'libinput' for 'Power Button'
[     4.996] (**) Power Button: always reports core events
[     4.996] (**) Option "Device" "/dev/input/event4"
[     4.996] (**) Option "_source" "server/udev"
[     4.996] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     4.996] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.017] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4"
[     5.017] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.017] (**) Option "xkb_model" "pc105"
[     5.017] (**) Option "xkb_layout" "fr"
[     5.017] (**) Option "xkb_variant" "latin9"
[     5.017] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     5.017] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.017] (II) config/udev: Adding input device Logitech K400 (/dev/input/event1)
[     5.017] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[     5.017] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[     5.017] (II) Using input driver 'libinput' for 'Logitech K400'
[     5.017] (**) Logitech K400: always reports core events
[     5.017] (**) Option "Device" "/dev/input/event1"
[     5.017] (**) Option "_source" "server/udev"
[     5.018] (II) input device 'Logitech K400', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[     5.018] (II) input device 'Logitech K400', /dev/input/event1 is a pointer caps
[     5.018] (II) input device 'Logitech K400', /dev/input/event1 is a keyboard
[     5.049] (II) libinput: Logitech K400: needs a virtual subdevice
[     5.049] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input3/event1"
[     5.049] (II) XINPUT: Adding extended input device "Logitech K400" (type: MOUSE, id 8)
[     5.049] (**) Option "AccelerationScheme" "none"
[     5.049] (**) Logitech K400: (accel) selected scheme none/0
[     5.049] (**) Logitech K400: (accel) acceleration factor: 2.000
[     5.049] (**) Logitech K400: (accel) acceleration threshold: 4
[     5.049] (II) input device 'Logitech K400', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[     5.049] (II) input device 'Logitech K400', /dev/input/event1 is a pointer caps
[     5.049] (II) input device 'Logitech K400', /dev/input/event1 is a keyboard
[     5.049] (II) config/udev: Adding input device Logitech K400 (/dev/input/mouse1)
[     5.049] (II) No input driver specified, ignoring this device.
[     5.049] (II) This device may have been added with another device file.
[     5.050] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event12)
[     5.050] (**) Logitech Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.050] (II) Using input driver 'libinput' for 'Logitech Logitech USB Keyboard'
[     5.050] (**) Logitech Logitech USB Keyboard: always reports core events
[     5.050] (**) Option "Device" "/dev/input/event12"
[     5.050] (**) Option "_source" "server/udev"
[     5.050] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event12 is tagged by udev as: Keyboard
[     5.050] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event12 is a keyboard
[     5.081] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.0/0003:046D:C30F.0007/input/input14/event12"
[     5.081] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 9)
[     5.081] (**) Option "xkb_model" "pc105"
[     5.081] (**) Option "xkb_layout" "fr"
[     5.081] (**) Option "xkb_variant" "latin9"
[     5.081] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event12 is tagged by udev as: Keyboard
[     5.081] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event12 is a keyboard
[     5.081] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event13)
[     5.081] (**) Logitech Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.081] (II) Using input driver 'libinput' for 'Logitech Logitech USB Keyboard'
[     5.081] (**) Logitech Logitech USB Keyboard: always reports core events
[     5.081] (**) Option "Device" "/dev/input/event13"
[     5.081] (**) Option "_source" "server/udev"
[     5.081] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is tagged by udev as: Keyboard
[     5.081] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is a keyboard
[     5.113] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.1/0003:046D:C30F.0008/input/input15/event13"
[     5.113] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 10)
[     5.113] (**) Option "xkb_model" "pc105"
[     5.113] (**) Option "xkb_layout" "fr"
[     5.113] (**) Option "xkb_variant" "latin9"
[     5.113] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is tagged by udev as: Keyboard
[     5.113] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is a keyboard
[     5.113] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event2)
[     5.113] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[     5.113] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[     5.113] (**) Logitech Gaming Mouse G502: always reports core events
[     5.113] (**) Option "Device" "/dev/input/event2"
[     5.113] (**) Option "_source" "server/udev"
[     5.165] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is tagged by udev as: Mouse
[     5.165] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is a pointer caps
[     5.187] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C07D.0005/input/input4/event2"
[     5.187] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 11)
[     5.187] (**) Option "AccelerationScheme" "none"
[     5.187] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[     5.187] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[     5.187] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[     5.239] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is tagged by udev as: Mouse
[     5.239] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is a pointer caps
[     5.239] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse2)
[     5.239] (II) No input driver specified, ignoring this device.
[     5.239] (II) This device may have been added with another device file.
[     5.239] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event3)
[     5.239] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[     5.239] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[     5.239] (**) Logitech Gaming Mouse G502: always reports core events
[     5.239] (**) Option "Device" "/dev/input/event3"
[     5.239] (**) Option "_source" "server/udev"
[     5.240] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is tagged by udev as: Keyboard
[     5.240] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is a keyboard
[     5.265] (II) libinput: Logitech Gaming Mouse G502: needs a virtual subdevice
[     5.265] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C07D.0006/input/input5/event3"
[     5.265] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 12)
[     5.265] (**) Option "AccelerationScheme" "none"
[     5.265] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[     5.265] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[     5.265] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[     5.265] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is tagged by udev as: Keyboard
[     5.265] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is a keyboard
[     5.265] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     5.265] (II) No input driver specified, ignoring this device.
[     5.265] (II) This device may have been added with another device file.
[     5.265] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     5.265] (II) No input driver specified, ignoring this device.
[     5.265] (II) This device may have been added with another device file.
[     5.266] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.266] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.266] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event9)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.266] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event10)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.266] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event11)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.266] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event7)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.267] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event8)
[     5.267] (II) No input driver specified, ignoring this device.
[     5.267] (II) This device may have been added with another device file.
[     5.267] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event6)
[     5.267] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.267] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     5.267] (**) Eee PC WMI hotkeys: always reports core events
[     5.267] (**) Option "Device" "/dev/input/event6"
[     5.267] (**) Option "_source" "server/udev"
[     5.267] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[     5.267] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is a keyboard
[     5.277] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input13/event6"
[     5.277] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[     5.277] (**) Option "xkb_model" "pc105"
[     5.277] (**) Option "xkb_layout" "fr"
[     5.277] (**) Option "xkb_variant" "latin9"
[     5.277] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is tagged by udev as: Keyboard
[     5.277] (II) input device 'Eee PC WMI hotkeys', /dev/input/event6 is a keyboard
[     5.277] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event0)
[     5.277] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[     5.277] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[     5.277] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[     5.277] (**) Option "Device" "/dev/input/event0"
[     5.277] (**) Option "_source" "server/udev"
[     5.277] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is tagged by udev as: Mouse
[     5.277] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is a pointer caps
[     5.308] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event0"
[     5.308] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 14)
[     5.308] (**) Option "AccelerationScheme" "none"
[     5.308] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[     5.308] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[     5.308] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[     5.308] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is tagged by udev as: Mouse
[     5.308] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is a pointer caps
[     5.308] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[     5.308] (II) No input driver specified, ignoring this device.
[     5.308] (II) This device may have been added with another device file.
[     5.312] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[     5.312] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[     5.312] (II) Using input driver 'libinput' for 'Logitech K400'
[     5.312] (**) Logitech K400: always reports core events
[     5.312] (**) Option "Device" "/dev/input/event1"
[     5.312] (**) Option "_source" "_driver/libinput"
[     5.312] (II) libinput: Logitech K400: is a virtual subdevice
[     5.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input3/event1"
[     5.312] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 15)
[     5.312] (**) Option "xkb_model" "pc105"
[     5.312] (**) Option "xkb_layout" "fr"
[     5.312] (**) Option "xkb_variant" "latin9"
[     5.312] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[     5.312] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[     5.312] (**) Logitech Gaming Mouse G502: always reports core events
[     5.312] (**) Option "Device" "/dev/input/event3"
[     5.312] (**) Option "_source" "_driver/libinput"
[     5.312] (II) libinput: Logitech Gaming Mouse G502: is a virtual subdevice
[     5.312] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C07D.0006/input/input5/event3"
[     5.312] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 16)
[     5.312] (**) Option "xkb_model" "pc105"
[     5.312] (**) Option "xkb_layout" "fr"
[     5.312] (**) Option "xkb_variant" "latin9"
[     6.089] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.089] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.089] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.089] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.089] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.089] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.182] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.182] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.182] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.182] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.182] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.182] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.182] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.421] resize called 2944 768
[     6.591] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.591] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.591] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.591] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.591] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.591] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.591] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.657] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.657] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.657] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.657] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.657] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.657] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.657] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    20.068] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[    20.068] (II) NOUVEAU(0): Using hsync ranges from config file
[    20.068] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    20.068] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    20.068] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    20.068] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    20.068] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    52.965] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[    52.965] (II) NOUVEAU(0): Using hsync ranges from config file
[    52.965] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    52.965] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    52.965] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    52.965] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    52.965] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    57.008] resize called 2944 1080
[    57.188] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[    57.188] (II) NOUVEAU(0): Using hsync ranges from config file
[    57.188] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    57.188] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    57.188] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    57.188] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    57.188] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    57.255] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[    57.255] (II) NOUVEAU(0): Using hsync ranges from config file
[    57.255] (II) NOUVEAU(0): Using vrefresh ranges from config file
[    57.255] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[    57.255] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    57.255] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    57.255] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)



Comme j'ai redémarré, voilà aussi l'ancien log :

cat /var/log/Xorg.0.log.old


[     4.699]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[     4.699] X Protocol Version 11, Revision 0
[     4.699] Build Operating System: Linux 4.9.0-4-amd64 x86_64 Debian
[     4.699] Current Operating System: Linux Ordinosaurus-Rex 4.9.0-8-lzk-bl-amd64 #1 SMP PREEMPT Debian 4.9.110-3+deb9u4 (2018-08-21) x86_64
[     4.699] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-8-lzk-bl-amd64 root=UUID=1788952e-0c67-40a5-8a3f-587513161def ro threadirqs quiet
[     4.699] Build Date: 16 October 2017  08:19:45AM
[     4.699] xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
[     4.699] Current version of pixman: 0.34.0
[     4.699]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[     4.699] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     4.699] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct  2 10:52:50 2018
[     4.700] (==) Using config file: "/etc/X11/xorg.conf"
[     4.700] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     4.701] (==) ServerLayout "Layout0"
[     4.701] (**) |-->Screen "Screen0" (0)
[     4.701] (**) |   |-->Monitor "Monitor0"
[     4.701] (==) No device specified for screen "Screen0".
  Using the first device section listed.
[     4.701] (**) |   |-->Device "My GPU"
[     4.701] (**) |-->Input Device "Keyboard0"
[     4.701] (**) |-->Input Device "Mouse0"
[     4.701] (==) Automatically adding devices
[     4.701] (==) Automatically enabling devices
[     4.701] (==) Automatically adding GPU devices
[     4.701] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     4.703] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[     4.703]  Entry deleted from font path.
[     4.704] (==) FontPath set to:
  /usr/share/fonts/X11/misc,
  /usr/share/fonts/X11/100dpi/:unscaled,
  /usr/share/fonts/X11/75dpi/:unscaled,
  /usr/share/fonts/X11/Type1,
  /usr/share/fonts/X11/100dpi,
  /usr/share/fonts/X11/75dpi,
  built-ins
[     4.704] (==) ModulePath set to "/usr/lib/xorg/modules"
[     4.704] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     4.704] (WW) Disabling Keyboard0
[     4.704] (WW) Disabling Mouse0
[     4.704] (II) Loader magic: 0x55bb2a185e00
[     4.704] (II) Module ABI versions:
[     4.704]  X.Org ANSI C Emulation: 0.4
[     4.704]  X.Org Video Driver: 23.0
[     4.704]  X.Org XInput driver : 24.1
[     4.704]  X.Org Server Extension : 10.0
[     4.704] (++) using VT number 7

[     4.704] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     4.705] (II) xfree86: Adding drm device (/dev/dri/card0)
[     4.706] (--) PCI:*(0:6:0:0) 10de:0a65:3842:1313 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[     4.706] (II) LoadModule: "glx"
[     4.707] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     4.712] (II) Module glx: vendor="X.Org Foundation"
[     4.712]  compiled for 1.19.2, module version = 1.0.0
[     4.712]  ABI class: X.Org Server Extension, version 10.0
[     4.712] (II) LoadModule: "nouveau"
[     4.712] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[     4.713] (II) Module nouveau: vendor="X.Org Foundation"
[     4.713]  compiled for 1.19.3, module version = 1.0.13
[     4.713]  Module class: X.Org Video Driver
[     4.713]  ABI class: X.Org Video Driver, version 23.0
[     4.714] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[     4.714] (II) NOUVEAU driver for NVIDIA chipset families :
[     4.714]  RIVA TNT        (NV04)
[     4.714]  RIVA TNT2       (NV05)
[     4.714]  GeForce 256     (NV10)
[     4.714]  GeForce 2       (NV11, NV15)
[     4.714]  GeForce 4MX     (NV17, NV18)
[     4.714]  GeForce 3       (NV20)
[     4.714]  GeForce 4Ti     (NV25, NV28)
[     4.714]  GeForce FX      (NV3x)
[     4.714]  GeForce 6       (NV4x)
[     4.714]  GeForce 7       (G7x)
[     4.714]  GeForce 8       (G8x)
[     4.714]  GeForce GTX 200 (NVA0)
[     4.714]  GeForce GTX 400 (NVC0)
[     4.714] (II) [drm] nouveau interface version: 1.3.1
[     4.714] (II) Loading sub module "dri2"
[     4.714] (II) LoadModule: "dri2"
[     4.714] (II) Module "dri2" already built-in
[     4.714] (--) NOUVEAU(0): Chipset: "NVIDIA NVA8"
[     4.714] (**) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
[     4.714] (==) NOUVEAU(0): RGB weight 888
[     4.714] (==) NOUVEAU(0): Default visual is TrueColor
[     4.714] (==) NOUVEAU(0): Using HW cursor
[     4.714] (==) NOUVEAU(0): Allowed maximum DRI level 2.
[     4.714] (==) NOUVEAU(0): GLX sync to VBlank enabled.
[     4.714] (==) NOUVEAU(0): Page flipping enabled
[     4.714] (==) NOUVEAU(0): Swap limit set to 1 [Max allowed 2]
[     4.714] (==) NOUVEAU(0): Page flipping synced to vblank by kernel.
[     4.714] (II) NOUVEAU(0): Initializing outputs ...
[     4.746] (II) NOUVEAU(0): Output DVI-I-1 using monitor section Monitor0
[     4.747] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
[     4.770] (II) NOUVEAU(0): Output VGA-1 has no monitor section
[     4.770] (II) NOUVEAU(0): 3 crtcs needed for screen.
[     4.774] (II) NOUVEAU(0): Allocated crtc nr. 0 to this screen.
[     4.774] (II) NOUVEAU(0): Allocated crtc nr. 1 to this screen.
[     4.806] (II) NOUVEAU(0): EDID for output DVI-I-1
[     4.806] (II) NOUVEAU(0): Manufacturer: PKB  Model: c1  Serial#: 67146373
[     4.806] (II) NOUVEAU(0): Year: 2010  Week: 40
[     4.806] (II) NOUVEAU(0): EDID Version: 1.3
[     4.806] (II) NOUVEAU(0): Digital Display Input
[     4.806] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51  vert.: 28
[     4.806] (II) NOUVEAU(0): Gamma: 2.20
[     4.806] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
[     4.806] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[     4.806] (II) NOUVEAU(0): First detailed timing is preferred mode
[     4.806] (II) NOUVEAU(0): redX: 0.640 redY: 0.330   greenX: 0.300 greenY: 0.600
[     4.806] (II) NOUVEAU(0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[     4.806] (II) NOUVEAU(0): Supported established timings:
[     4.806] (II) NOUVEAU(0): 720x400@70Hz
[     4.806] (II) NOUVEAU(0): 640x480@60Hz
[     4.806] (II) NOUVEAU(0): 640x480@67Hz
[     4.806] (II) NOUVEAU(0): 800x600@56Hz
[     4.806] (II) NOUVEAU(0): 800x600@60Hz
[     4.806] (II) NOUVEAU(0): 1024x768@60Hz
[     4.806] (II) NOUVEAU(0): 1024x768@70Hz
[     4.806] (II) NOUVEAU(0): Manufacturer's mask: 0
[     4.806] (II) NOUVEAU(0): Supported standard timings:
[     4.806] (II) NOUVEAU(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[     4.806] (II) NOUVEAU(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[     4.806] (II) NOUVEAU(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[     4.806] (II) NOUVEAU(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
[     4.806] (II) NOUVEAU(0): Supported detailed timing:
[     4.806] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[     4.806] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     4.806] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     4.806] (II) NOUVEAU(0): Monitor name: Viseo 230Ws
[     4.806] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
[     4.806] (II) NOUVEAU(0): Serial No: D150C0244032
[     4.806] (II) NOUVEAU(0): EDID (in hex):
[     4.806] (II) NOUVEAU(0):   00ffffffffffff004162c10085920004
[     4.806] (II) NOUVEAU(0):   2814010380331c78eaee95a3544c9926
[     4.806] (II) NOUVEAU(0):   0f5054b30c00714f8180810095000101
[     4.806] (II) NOUVEAU(0):   010101010101023a801871382d40582c
[     4.806] (II) NOUVEAU(0):   4500fd1e1100001e000000fc00566973
[     4.806] (II) NOUVEAU(0):   656f2032333057730a20000000fd0038
[     4.806] (II) NOUVEAU(0):   4c1f5312000a202020202020000000ff
[     4.806] (II) NOUVEAU(0):   004431353043303234343033320a0044
[     4.806] (II) NOUVEAU(0): Not using mode "1920x1080" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "1280x1024" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "1440x900" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "1280x800" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "1152x864" (vrefresh out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "1024x768" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "1024x768" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "800x600" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Not using mode "640x480" (hsync out of range)
[     4.806] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[     4.806] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.806] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     4.807] (II) NOUVEAU(0): EDID for output HDMI-1
[     4.837] (II) NOUVEAU(0): EDID for output VGA-1
[     4.837] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[     4.837] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     4.837] (II) NOUVEAU(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     4.837] (II) NOUVEAU(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     4.837] (II) NOUVEAU(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[     4.837] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.837] (II) NOUVEAU(0): Output DVI-I-1 connected
[     4.837] (II) NOUVEAU(0): Output HDMI-1 disconnected
[     4.837] (II) NOUVEAU(0): Output VGA-1 connected
[     4.837] (II) NOUVEAU(0): Using fuzzy aspect match for initial modes
[     4.837] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 640x480 +0+0
[     4.837] (II) NOUVEAU(0): Output VGA-1 using initial mode 640x480 +0+0
[     4.837] (==) NOUVEAU(0): Using gamma correction (1.0, 1.0, 1.0)
[     4.837] (--) NOUVEAU(0): Virtual size is 640x480 (pitch 0)
[     4.837] (**) NOUVEAU(0):  Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 59.9 Hz
[     4.837] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.837] (**) NOUVEAU(0):  Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
[     4.837] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     4.837] (==) NOUVEAU(0): DPI set to (96, 96)
[     4.837] (II) Loading sub module "fb"
[     4.837] (II) LoadModule: "fb"
[     4.837] (II) Loading /usr/lib/xorg/modules/libfb.so
[     4.838] (II) Module fb: vendor="X.Org Foundation"
[     4.838]  compiled for 1.19.2, module version = 1.0.0
[     4.838]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.838] (II) Loading sub module "shadowfb"
[     4.838] (II) LoadModule: "shadowfb"
[     4.838] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[     4.838] (II) Module shadowfb: vendor="X.Org Foundation"
[     4.838]  compiled for 1.19.2, module version = 1.0.0
[     4.838]  ABI class: X.Org ANSI C Emulation, version 0.4
[     4.838] (--) Depth 24 pixmap format is 32 bpp
[     4.856] (II) NOUVEAU(0): Channel setup complete.
[     4.873] (II) NOUVEAU(0): [COPY] async initialised.
[     4.875] (II) NOUVEAU(0): Hardware support for Present enabled
[     4.875] (II) NOUVEAU(0): [DRI2] Setup complete
[     4.875] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
[     4.875] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
[     4.875] (II) Loading sub module "exa"
[     4.875] (II) LoadModule: "exa"
[     4.875] (II) Loading /usr/lib/xorg/modules/libexa.so
[     4.875] (II) Module exa: vendor="X.Org Foundation"
[     4.875]  compiled for 1.19.2, module version = 2.6.0
[     4.875]  ABI class: X.Org Video Driver, version 23.0
[     4.875] (II) EXA(0): Driver allocated offscreen pixmaps
[     4.875] (II) EXA(0): Driver registered support for the following operations:
[     4.876] (II)         Solid
[     4.876] (II)         Copy
[     4.876] (II)         Composite (RENDER acceleration)
[     4.876] (II)         UploadToScreen
[     4.876] (II)         DownloadFromScreen
[     4.876] (==) NOUVEAU(0): Backing store enabled
[     4.876] (==) NOUVEAU(0): Silken mouse enabled
[     4.876] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[     4.876] (II) NOUVEAU(0): [XvMC] Extension initialized.
[     4.876] (**) NOUVEAU(0): DPMS enabled
[     4.876] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[     4.876] (--) RandR disabled
[     4.878] (II) SELinux: Disabled on system
[     4.980] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[     4.980] (II) AIGLX: enabled GLX_ARB_create_context
[     4.980] (II) AIGLX: enabled GLX_ARB_create_context_profile
[     4.980] (II) AIGLX: enabled GLX_EXT_create_context_es{,2}_profile
[     4.980] (II) AIGLX: enabled GLX_INTEL_swap_event
[     4.980] (II) AIGLX: enabled GLX_SGI_swap_control
[     4.980] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[     4.980] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[     4.980] (II) AIGLX: enabled GLX_EXT_fbconfig_packed_float
[     4.980] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[     4.980] (II) AIGLX: Loaded and initialized nouveau
[     4.980] (II) GLX: Initialized DRI2 GL provider for screen 0
[     4.981] (II) NOUVEAU(0): NVEnterVT is called.
[     5.137] (II) NOUVEAU(0): Setting screen physical size to 169 x 127
[     5.137] resize called 640 480
[     5.173] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[     5.173] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.173] (II) LoadModule: "libinput"
[     5.173] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[     5.176] (II) Module libinput: vendor="X.Org Foundation"
[     5.176]  compiled for 1.19.0, module version = 0.23.0
[     5.176]  Module class: X.Org XInput Driver
[     5.176]  ABI class: X.Org XInput driver, version 24.1
[     5.176] (II) Using input driver 'libinput' for 'Power Button'
[     5.176] (**) Power Button: always reports core events
[     5.176] (**) Option "Device" "/dev/input/event5"
[     5.176] (**) Option "_source" "server/udev"
[     5.176] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     5.176] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     5.194] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event5"
[     5.194] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[     5.194] (**) Option "xkb_model" "pc105"
[     5.194] (**) Option "xkb_layout" "fr"
[     5.194] (**) Option "xkb_variant" "latin9"
[     5.205] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[     5.205] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[     5.205] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[     5.205] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[     5.205] (II) Using input driver 'libinput' for 'Power Button'
[     5.205] (**) Power Button: always reports core events
[     5.205] (**) Option "Device" "/dev/input/event4"
[     5.205] (**) Option "_source" "server/udev"
[     5.205] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     5.205] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4"
[     5.226] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[     5.226] (**) Option "xkb_model" "pc105"
[     5.226] (**) Option "xkb_layout" "fr"
[     5.226] (**) Option "xkb_variant" "latin9"
[     5.226] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[     5.226] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[     5.226] (II) config/udev: Adding input device Logitech K400 (/dev/input/event1)
[     5.226] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[     5.226] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[     5.226] (II) Using input driver 'libinput' for 'Logitech K400'
[     5.226] (**) Logitech K400: always reports core events
[     5.226] (**) Option "Device" "/dev/input/event1"
[     5.226] (**) Option "_source" "server/udev"
[     5.226] (II) input device 'Logitech K400', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[     5.227] (II) input device 'Logitech K400', /dev/input/event1 is a pointer caps
[     5.227] (II) input device 'Logitech K400', /dev/input/event1 is a keyboard
[     5.266] (II) libinput: Logitech K400: needs a virtual subdevice
[     5.266] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input3/event1"
[     5.266] (II) XINPUT: Adding extended input device "Logitech K400" (type: MOUSE, id 8)
[     5.266] (**) Option "AccelerationScheme" "none"
[     5.266] (**) Logitech K400: (accel) selected scheme none/0
[     5.266] (**) Logitech K400: (accel) acceleration factor: 2.000
[     5.266] (**) Logitech K400: (accel) acceleration threshold: 4
[     5.266] (II) input device 'Logitech K400', /dev/input/event1 is tagged by udev as: Keyboard Mouse
[     5.266] (II) input device 'Logitech K400', /dev/input/event1 is a pointer caps
[     5.266] (II) input device 'Logitech K400', /dev/input/event1 is a keyboard
[     5.266] (II) config/udev: Adding input device Logitech K400 (/dev/input/mouse1)
[     5.266] (II) No input driver specified, ignoring this device.
[     5.266] (II) This device may have been added with another device file.
[     5.267] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event6)
[     5.267] (**) Logitech Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.267] (II) Using input driver 'libinput' for 'Logitech Logitech USB Keyboard'
[     5.267] (**) Logitech Logitech USB Keyboard: always reports core events
[     5.267] (**) Option "Device" "/dev/input/event6"
[     5.267] (**) Option "_source" "server/udev"
[     5.267] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event6 is tagged by udev as: Keyboard
[     5.267] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event6 is a keyboard
[     5.298] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.0/0003:046D:C30F.0007/input/input8/event6"
[     5.298] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 9)
[     5.298] (**) Option "xkb_model" "pc105"
[     5.298] (**) Option "xkb_layout" "fr"
[     5.298] (**) Option "xkb_variant" "latin9"
[     5.298] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event6 is tagged by udev as: Keyboard
[     5.298] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event6 is a keyboard
[     5.298] (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event13)
[     5.298] (**) Logitech Logitech USB Keyboard: Applying InputClass "libinput keyboard catchall"
[     5.298] (II) Using input driver 'libinput' for 'Logitech Logitech USB Keyboard'
[     5.298] (**) Logitech Logitech USB Keyboard: always reports core events
[     5.298] (**) Option "Device" "/dev/input/event13"
[     5.298] (**) Option "_source" "server/udev"
[     5.298] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is tagged by udev as: Keyboard
[     5.298] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is a keyboard
[     5.330] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-10/1-10:1.1/0003:046D:C30F.0008/input/input15/event13"
[     5.330] (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD, id 10)
[     5.330] (**) Option "xkb_model" "pc105"
[     5.330] (**) Option "xkb_layout" "fr"
[     5.330] (**) Option "xkb_variant" "latin9"
[     5.330] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is tagged by udev as: Keyboard
[     5.330] (II) input device 'Logitech Logitech USB Keyboard', /dev/input/event13 is a keyboard
[     5.330] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event2)
[     5.330] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput pointer catchall"
[     5.330] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[     5.330] (**) Logitech Gaming Mouse G502: always reports core events
[     5.330] (**) Option "Device" "/dev/input/event2"
[     5.330] (**) Option "_source" "server/udev"
[     5.382] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is tagged by udev as: Mouse
[     5.382] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is a pointer caps
[     5.404] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.0/0003:046D:C07D.0005/input/input4/event2"
[     5.404] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 11)
[     5.404] (**) Option "AccelerationScheme" "none"
[     5.404] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[     5.404] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[     5.404] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[     5.456] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is tagged by udev as: Mouse
[     5.456] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event2 is a pointer caps
[     5.456] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/mouse2)
[     5.456] (II) No input driver specified, ignoring this device.
[     5.456] (II) This device may have been added with another device file.
[     5.456] (II) config/udev: Adding input device Logitech Gaming Mouse G502 (/dev/input/event3)
[     5.456] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[     5.456] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[     5.456] (**) Logitech Gaming Mouse G502: always reports core events
[     5.456] (**) Option "Device" "/dev/input/event3"
[     5.456] (**) Option "_source" "server/udev"
[     5.457] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is tagged by udev as: Keyboard
[     5.457] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is a keyboard
[     5.490] (II) libinput: Logitech Gaming Mouse G502: needs a virtual subdevice
[     5.490] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C07D.0006/input/input5/event3"
[     5.490] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: MOUSE, id 12)
[     5.490] (**) Option "AccelerationScheme" "none"
[     5.490] (**) Logitech Gaming Mouse G502: (accel) selected scheme none/0
[     5.490] (**) Logitech Gaming Mouse G502: (accel) acceleration factor: 2.000
[     5.490] (**) Logitech Gaming Mouse G502: (accel) acceleration threshold: 4
[     5.490] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is tagged by udev as: Keyboard
[     5.490] (II) input device 'Logitech Gaming Mouse G502', /dev/input/event3 is a keyboard
[     5.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     5.490] (II) No input driver specified, ignoring this device.
[     5.490] (II) This device may have been added with another device file.
[     5.490] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     5.490] (II) No input driver specified, ignoring this device.
[     5.490] (II) This device may have been added with another device file.
[     5.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     5.491] (II) No input driver specified, ignoring this device.
[     5.491] (II) This device may have been added with another device file.
[     5.491] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     5.491] (II) No input driver specified, ignoring this device.
[     5.491] (II) This device may have been added with another device file.
[     5.491] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event8)
[     5.491] (II) No input driver specified, ignoring this device.
[     5.491] (II) This device may have been added with another device file.
[     5.491] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event9)
[     5.491] (II) No input driver specified, ignoring this device.
[     5.491] (II) This device may have been added with another device file.
[     5.491] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event10)
[     5.491] (II) No input driver specified, ignoring this device.
[     5.491] (II) This device may have been added with another device file.
[     5.491] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event11)
[     5.491] (II) No input driver specified, ignoring this device.
[     5.491] (II) This device may have been added with another device file.
[     5.492] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event12)
[     5.492] (II) No input driver specified, ignoring this device.
[     5.492] (II) This device may have been added with another device file.
[     5.492] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event7)
[     5.492] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[     5.492] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[     5.492] (**) Eee PC WMI hotkeys: always reports core events
[     5.492] (**) Option "Device" "/dev/input/event7"
[     5.492] (**) Option "_source" "server/udev"
[     5.492] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is tagged by udev as: Keyboard
[     5.492] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is a keyboard
[     5.506] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input9/event7"
[     5.506] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 13)
[     5.506] (**) Option "xkb_model" "pc105"
[     5.506] (**) Option "xkb_layout" "fr"
[     5.506] (**) Option "xkb_variant" "latin9"
[     5.506] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is tagged by udev as: Keyboard
[     5.506] (II) input device 'Eee PC WMI hotkeys', /dev/input/event7 is a keyboard
[     5.506] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event0)
[     5.506] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "libinput pointer catchall"
[     5.506] (II) Using input driver 'libinput' for 'ImPS/2 Generic Wheel Mouse'
[     5.506] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[     5.506] (**) Option "Device" "/dev/input/event0"
[     5.506] (**) Option "_source" "server/udev"
[     5.506] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is tagged by udev as: Mouse
[     5.506] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is a pointer caps
[     5.534] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input2/event0"
[     5.534] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 14)
[     5.534] (**) Option "AccelerationScheme" "none"
[     5.534] (**) ImPS/2 Generic Wheel Mouse: (accel) selected scheme none/0
[     5.534] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[     5.534] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[     5.534] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is tagged by udev as: Mouse
[     5.534] (II) input device 'ImPS/2 Generic Wheel Mouse', /dev/input/event0 is a pointer caps
[     5.534] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[     5.534] (II) No input driver specified, ignoring this device.
[     5.534] (II) This device may have been added with another device file.
[     5.538] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[     5.538] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[     5.538] (II) Using input driver 'libinput' for 'Logitech K400'
[     5.538] (**) Logitech K400: always reports core events
[     5.538] (**) Option "Device" "/dev/input/event1"
[     5.538] (**) Option "_source" "_driver/libinput"
[     5.538] (II) libinput: Logitech K400: is a virtual subdevice
[     5.538] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input3/event1"
[     5.538] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 15)
[     5.538] (**) Option "xkb_model" "pc105"
[     5.538] (**) Option "xkb_layout" "fr"
[     5.538] (**) Option "xkb_variant" "latin9"
[     5.538] (**) Logitech Gaming Mouse G502: Applying InputClass "libinput keyboard catchall"
[     5.538] (II) Using input driver 'libinput' for 'Logitech Gaming Mouse G502'
[     5.538] (**) Logitech Gaming Mouse G502: always reports core events
[     5.538] (**) Option "Device" "/dev/input/event3"
[     5.538] (**) Option "_source" "_driver/libinput"
[     5.538] (II) libinput: Logitech Gaming Mouse G502: is a virtual subdevice
[     5.538] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-7/1-7:1.1/0003:046D:C07D.0006/input/input5/event3"
[     5.538] (II) XINPUT: Adding extended input device "Logitech Gaming Mouse G502" (type: KEYBOARD, id 16)
[     5.538] (**) Option "xkb_model" "pc105"
[     5.538] (**) Option "xkb_layout" "fr"
[     5.538] (**) Option "xkb_variant" "latin9"
[     5.538] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
[     5.538] (II) No input driver specified, ignoring this device.
[     5.538] (II) This device may have been added with another device file.
[     5.539] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event17)
[     5.539] (II) No input driver specified, ignoring this device.
[     5.539] (II) This device may have been added with another device file.
[     5.539] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
[     5.539] (II) No input driver specified, ignoring this device.
[     5.539] (II) This device may have been added with another device file.
[     5.539] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event14)
[     5.539] (II) No input driver specified, ignoring this device.
[     5.539] (II) This device may have been added with another device file.
[     6.228] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.228] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.228] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.228] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.228] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.228] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.228] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.329] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.329] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.329] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.329] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.329] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.329] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.329] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.583] resize called 2944 768
[     6.755] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.755] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.755] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.755] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.755] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.755] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.755] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[     6.821] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.821] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.821] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.821] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.821] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.821] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.821] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   549.588] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[   549.588] (II) NOUVEAU(0): Using hsync ranges from config file
[   549.588] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   549.588] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   549.588] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   549.588] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   549.588] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   562.753] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[   562.753] (II) NOUVEAU(0): Using hsync ranges from config file
[   562.753] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   562.753] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   562.753] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   562.753] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   562.753] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[   606.676] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[   606.676] (II) NOUVEAU(0): Using hsync ranges from config file
[   606.676] (II) NOUVEAU(0): Using vrefresh ranges from config file
[   606.676] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[   606.676] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[   606.676] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[   606.676] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  1215.737] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[  1215.737] (II) NOUVEAU(0): Using hsync ranges from config file
[  1215.737] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  1215.737] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  1215.737] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  1215.737] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  1215.737] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  6842.346] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[  6842.346] (II) NOUVEAU(0): Using hsync ranges from config file
[  6842.346] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  6842.346] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  6842.346] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  6842.346] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  6842.346] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  6857.285] resize called 2944 1080
[  6857.468] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[  6857.468] (II) NOUVEAU(0): Using hsync ranges from config file
[  6857.468] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  6857.468] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  6857.468] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  6857.468] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  6857.468] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  6857.545] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[  6857.545] (II) NOUVEAU(0): Using hsync ranges from config file
[  6857.545] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  6857.545] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  6857.545] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  6857.545] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  6857.545] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  6934.493] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[  6934.493] (II) NOUVEAU(0): Using hsync ranges from config file
[  6934.493] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  6934.493] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  6934.493] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  6934.493] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  6934.493] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  6939.659] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[  6939.659] (II) NOUVEAU(0): Using hsync ranges from config file
[  6939.659] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  6939.659] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  6939.659] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  6939.659] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  6939.659] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  7043.849] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[  7043.849] (II) NOUVEAU(0): Using hsync ranges from config file
[  7043.849] (II) NOUVEAU(0): Using vrefresh ranges from config file
[  7043.849] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[  7043.849] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  7043.849] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[  7043.849] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.570] (II) UnloadModule: "libinput"
[  8831.618] (II) NOUVEAU(0): NVLeaveVT is called.
[  8831.808] (II) Server terminated successfully (0). Closing log file.



J'ai effectivement bidouillé quelques trucs, j'ai cherché des solutions que j'ai tenté, mais rien n'a marché mieux que ta solution.

Edit à toto : Pour une lecture plus facile des plus débutants, ajouté =user dans le code des commandes.


Vivre libre ou mourir !

Hors ligne

#6 02-10-2018 13:06:14

smolski
quasi...modo
Lieu : AIN
Distrib. : backports (buster) 10
Noyau : Linux 4.19.0-8-amd64
(G)UI : gnome
Inscription : 21-10-2008

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Ralph W. Llama a écrit :

rien n'a marché mieux que ta solution.


Ah super !
\o/
Voir le tuto : C'est résolu ! Bravo mais il faut l'indiquer dans l'titre.


saque eud dun (patois chtimi : fonce dedans)

Hors ligne

#7 02-10-2018 13:08:42

èfpé
Membre
Inscription : 10-07-2016

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Re-,

Ralph W. Llama a écrit :


cat /var/log/Xorg.0.log

...
[     4.480] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct  2 13:20:28 2018
[     4.481] (==) Using config file: "/etc/X11/xorg.conf"
...
[     4.592] (II) NOUVEAU(0): Supported detailed timing:
[     4.592] (II) NOUVEAU(0): clock: 148.5 MHz   Image Size:  509 x 286 mm
[     4.592] (II) NOUVEAU(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[     4.592] (II) NOUVEAU(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[     4.592] (II) NOUVEAU(0): Monitor name: Viseo 230Ws
[     4.592] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
...
[     4.592] (II) NOUVEAU(0): Not using mode "1920x1080" (hsync out of range)
...
[     4.592] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
[     4.592] (II) NOUVEAU(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     4.592] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
...
[     4.623] (II) NOUVEAU(0): Printing probed modes for output VGA-1
[     4.623] (II) NOUVEAU(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
...
[     4.623] (II) NOUVEAU(0): Output DVI-I-1 connected
[     4.623] (II) NOUVEAU(0): Output HDMI-1 disconnected
[     4.623] (II) NOUVEAU(0): Output VGA-1 connected
...
[     4.623] (II) NOUVEAU(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
...
[     6.089] (II) NOUVEAU(0): EDID vendor "PKB", prod id 193
[     6.089] (II) NOUVEAU(0): Using hsync ranges from config file
[     6.089] (II) NOUVEAU(0): Using vrefresh ranges from config file
[     6.089] (II) NOUVEAU(0): Printing DDC gathered Modelines:
[     6.089] (II) NOUVEAU(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[     6.089] (II) NOUVEAU(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1280x800"x0.0   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[     6.089] (II) NOUVEAU(0): Modeline "1440x900"x0.0   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
...
 


Bien, nouveau est le pilote utilisé, mais il doit y avoir un souci dans ton fichier /etc/X11/xorg.conf !

Hors ligne

#8 02-10-2018 13:46:03

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

Re : [résolu] Ajouter une résolution d'écran avec xrandr

En installant le pilote nvidia, j'ai exécuté la commande nvidia-xconfig, qui a créé un fichier xorg.conf.backup avant de modifier le xorg.conf. J'ai exécuté cette commande une deuxième fois, après avoir tenté d'utiliser le pilote Nouveau sans désinstaller le nvidia (ce qui n'a pas marché), puis de repasser au nvidia, du coup le fichier contenant la sauvegarde d'origine a été écrasé (comme un con j'ai pas pensé à ça), mais ce qui est dedans n'a été affecté que par nvidia-xconfig. En repassant à Nouveau, j'ai édité le nouveau fichier xorg.conf, c'est donc lui qui a subi les changements dus à mes tentatives de résolution de mon problème de résolution. Là je viens de le remplacer par le fichier .backup, ce qui n'a absolument rien changé.

Voilà le contenu du fichier en question :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.111  (buildd@debian)  Sun Feb 25 23:27:00 UTC 2018

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Vivre libre ou mourir !

Hors ligne

#9 02-10-2018 14:32:42

èfpé
Membre
Inscription : 10-07-2016

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Re-,

Ralph W. Llama a écrit :


cat /etc/X11/xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.111  (buildd@debian)  Sun Feb 25 23:27:00 UTC 2018
...
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection
...


Les plages HorizSync et VertRefresh ont leurs valeurs par défaut, mais hsync est « out of range » !

01spec.htm a écrit :

Viseo 230 Ws MONITOR SPECIFICATIONS


Display modes

The micro-controller automatically detects the video board installed in your system. When you turn on the monitor, the micro-controller first checks the display-mode memory stored in the user-setting area and the factory-presetting area.

Your LCD monitor supports the following industry-standard combinations of screen resolution and refresh rates. Other combinations are possible, but may require adjustments to the image. For optimum performance, set your PC to a screen resolution of 1920x1080 at a 60 Hz refresh rate.

MODE   MODE   Resolution   H.FREQ   V.FREQ
       NAME
1              640x480     31.469   59.941
2      MAC     640x480     35       66.66
3      VESA    720x400     31.469   70.087
4      SVGA    800x600     35.156   56.25
5      SVGA    800x600     37.879   60.317
6      XGA    1024x768     48.363   60.004
7      XGA    1024x768     56.476   70.069
8      VESA   1152x864     67.5     75
9      SXGA   1280x1024    63.981   60.02
10     WXGA   1280x800     49.702   59.81
11     WXGA+  1440x900     55.935   59.887
12     UXGA   1920x1080    67.158   59.963
13     UXGA   1920x1080    67.5     60


Si tu tiens absolument à utiliser ton fichier xorg.conf pour l'affichage, indique des valeurs correctes :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 384.111  (buildd@debian)  Sun Feb 25 23:27:00 UTC 2018
...
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection
...


Quoi qu'il en soit, je ne vois rien d'indispensable pour l'affichage dans ce fichier et je m'en passerais.

Dernière modification par èfpé (02-10-2018 18:32:42)

Hors ligne

#10 04-10-2018 15:55:07

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Merci pour ta réponse !

J'ai modifié le xorg.conf comme tu m'as dit, et sur le moment ça n'a eu l'air de rien changer, du coup j'ai laissé tomber, découragé. Et puis là, aujourd'hui, je me motive pour m'y remettre, j'ouvre le gestionnaire d'affichage graphique pour regarder un truc, et miracle, j'ai toutes les résolutions disponibles habituellement, jusqu'à 1920x1080. Du coup je suis pas totalement sûr de comment j'ai résolu le problème, mais le fait est qu'il semble résolu...

Merci à tous en tout cas !

Vivre libre ou mourir !

Hors ligne

#11 04-10-2018 21:46:42

èfpé
Membre
Inscription : 10-07-2016

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Re-,

Ralph W. Llama a écrit :

Et puis là, aujourd'hui, [...], j'ouvre le gestionnaire d'affichage graphique pour regarder un truc, et miracle, j'ai toutes les résolutions disponibles habituellement, jusqu'à 1920x1080.


Cela va peut-être faire mal, mais il faut que je te le dise : Notre-Dame de Lourdes n'y est pour rien !
Les spécifications du moniteur sont claires, si on bride HorizSync à 33 kHz, le 800x600 est un rêve.

Ralph W. Llama a écrit :

J'ai essayé de trouver des infos sur le retour de la commande cvt, mais je ne trouve rien. Quelqu'un saurait-il me dire à quoi correspondent les différents nombres ?


Une modeline définit les caractéristiques du signal vidéo analogique. Une lecture : XFree86 Modeline.

xrandr --newmode "1920x1080_60.00"  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync


Cette modeline directement inspirée de ton Xorg.0.log (ligne 447 big_smile), t'aurait donné le bon résultat.

Dernière modification par èfpé (04-10-2018 22:26:42)

Hors ligne

#12 04-10-2018 22:13:06

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Bah merci, au moins je le saurai pour une autre fois.

Vivre libre ou mourir !

Hors ligne

#13 05-10-2018 02:00:53

anonyme
Invité

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Bonjour
@Ralph W. Llama

This tool is deprecated. The NVIDIA drivers now automatically integrate with
the Xorg Xserver configuration. Creating an xorg.conf is no longer needed for
normal setups.

The nvidia-xconfig program helps with manipulation of X configuration
files, primarily for systems that use the non-free drivers provided by
NVIDIA.  It automatically changes the configuration to use the NVIDIA
driver and can add additional options given on the command line



pour nvidia-config ça commence par ceci "This tool is deprecated" , donc éviter son utilisation

tu peu tester tes 2 écrans (je suppose (#1)) en automatique.  sans le fichier /etc/X11/ xorg.conf (suffit de le renommer  en xorg.conf.txt par exemple)
normalement tu a toutes les résolutions disponibles prises en charge par l'écran (ou les) . (sur ton menu graphique (bureau) ou par la commande xrandr )
le titre de ton poste porte a confusion "ajouter une résolution d'écran avec xrandr"
ça vaut le coup de tester (et si ça fonctionne tu le saura pour la prochaine fois ) , le xorg.conf n'est plus nécessaire  (avec tous les drivers , free ou nonfree)

nota: tu a révisé un peu les commandes  tongue  wink

#14 05-10-2018 20:54:53

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Le titre venait du fait qu'au départ je cherchais à faire un truc bien spécifique, avec xrandr, mais c'est vrai qu'on a débordé un peu.

Pour ce qui est de se passer de xorg.conf, j'ai vu qu'effectivement on pouvait le virer avec les derniers drivers nvidia. Mais comme j'ai une vieille carte graphique, il me faut le pilote nvidia-legacy, et dans le wiki officiel Debian ils disent toujours d'utiliser xorg.conf pour celui-là... j'aurais pu essayer de le virer pour voir si le pilote non-free fonctionnait sans ça. Mais là je laisse tomber ça, au moins tant que Nouveau marche. Par contre je peux effectivement essayer de voir si Nouveau marche sans ce fichier...

Vivre libre ou mourir !

Hors ligne

#15 06-10-2018 00:08:28

anonyme
Invité

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Bonjour

pour nouveau je suis certain que ça va fonctionner avec stretch

c'est la version du serveur X qui a apporté cette modification (a partir de jessie il me semble (ou stretch testing) ).
donc en théorie tous les drivers disponibles  (304-legacy , 340-legacy  etc .....  ) devrait fonctionner de la même manière . (sans xorg.conf)

pour le driver nonfree sur une petite carte comme celle la ça ne t' apportera  pas grand chose.
si nouveau fonctionne bien pas de raison de changer . Au départ c'est l'utilisation d un fichier "xorg.conf" qui a mit la panique .

#16 08-10-2018 20:27:06

Ralph W. Llama
Membre
Lieu : /dev/null
Distrib. : Stretch (9) avec un peu de LibraZik2 dedans
Noyau : Linux 4.9.0-8-lzk-bl-amd64
(G)UI : Xfce 4.12.3
Inscription : 09-08-2013

Re : [résolu] Ajouter une résolution d'écran avec xrandr

Merci pour ta réponse. C'est bien ce que je pensais.

Là je tourne avec Nouveau sans xorg.conf, ça marche nickel.

Vivre libre ou mourir !

Hors ligne

Pied de page des forums