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).

#26 12-05-2017 21:39:49

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bon a savoir que le firmware permet d'utiliser "nouveau" a mon époque ce n'était pas le cas wink
merci pour le retour
Bonne soirée  @++

#27 13-05-2017 10:02:30

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bon, en testant différents jeux je me suis rendu compte qu'il y avait de grosses pertes de perf.
nvidia-settings me disait que j'avais le mauvais driver installé, j'ai donc suivi ce lien: https://linuxconfig.org/nvidia-geforce- … ux-8-64bit
qui conseille de faire un nvidia-xconfig :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 375.26  (buildd@debian)  Fri Jan 13 02:38:29 UTC 2017

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         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

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



En redémarrant, x marche plus, et j'obtiens ce log:

[    74.946]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    74.949] X Protocol Version 11, Revision 0
[    74.949] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    74.950] Current Operating System: Linux asus 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64
[    74.950] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-2-amd64 root=UUID=uuid ro quiet
[    74.952] Build Date: 03 March 2017  03:14:41PM
[    74.953] xorg-server 2:1.19.2-1 (https://www.debian.org/support)
[    74.954] Current version of pixman: 0.34.0
[    74.955]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    74.955] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    74.959] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 13 10:54:52 2017
[    74.959] (==) Using config file: "/etc/X11/xorg.conf"
[    74.960] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    74.960] (==) ServerLayout "Layout0"
[    74.960] (**) |-->Screen "Screen0" (0)
[    74.960] (**) |   |-->Monitor "Monitor0"
[    74.960] (**) |   |-->Device "Device0"
[    74.960] (**) |-->Input Device "Keyboard0"
[    74.960] (**) |-->Input Device "Mouse0"
[    74.960] (==) Automatically adding devices
[    74.960] (==) Automatically enabling devices
[    74.960] (==) Automatically adding GPU devices
[    74.960] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    74.960] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    74.960]  Entry deleted from font path.
[    74.960] (==) 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
[    74.960] (==) ModulePath set to "/usr/lib/xorg/modules"
[    74.960] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    74.960] (WW) Disabling Keyboard0
[    74.960] (WW) Disabling Mouse0
[    74.960] (II) Loader magic: 0x5567037e9e00
[    74.960] (II) Module ABI versions:
[    74.960]  X.Org ANSI C Emulation: 0.4
[    74.960]  X.Org Video Driver: 23.0
[    74.960]  X.Org XInput driver : 24.1
[    74.960]  X.Org Server Extension : 10.0
[    74.961] (++) using VT number 1

[    74.963] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    74.964] (--) PCI:*(0:1:0:0) 10de:1be1:1043:1470 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    74.964] (II) LoadModule: "glx"
[    74.964] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    74.965] (II) Module glx: vendor="X.Org Foundation"
[    74.965]  compiled for 1.19.2, module version = 1.0.0
[    74.965]  ABI class: X.Org Server Extension, version 10.0
[    74.965] (II) LoadModule: "nvidia"
[    74.965] (WW) Warning, couldn't open module nvidia
[    74.965] (II) UnloadModule: "nvidia"
[    74.965] (II) Unloading nvidia
[    74.965] (EE) Failed to load module "nvidia" (module does not exist, 0)
[    74.965] (EE) No drivers available.
[    74.965] (EE)
Fatal server error:
[    74.965] (EE) no screens found(EE)
[    74.965] (EE)
Please consult the The X.Org Foundation support
   at http://wiki.x.org
 for help.
[    74.965] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    74.965] (EE)
[    74.968] (EE) Server terminated with error (1). Closing log file.
 


j'ai uniquement accés à bash, sans x, avec wifi.

Dernière modification par wheezzy (13-05-2017 10:04:39)


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#28 13-05-2017 10:56:37

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bonjour


[    74.965] (II) LoadModule: "nvidia"
[    74.965] (WW) Warning, couldn't open module nvidia
[    74.965] (II) UnloadModule: "nvidia"
 



le driver nvidia n'est pas installé. (ou mal installé)
pour éviter les problèmes on n'utilise pas de xorg.conf (pour l instant tu n'en a pas besoin ).

une GTX960 sur un pc de bureau


[    29.545]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[    29.545] X Protocol Version 11, Revision 0
[    29.545] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    29.545] Current Operating System: Linux debian12 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64
[    29.545] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-2-amd64 root=UUID=7d1771b4-be7c-4891-bf41-830ee3d5bf11 ro quiet
[    29.545] Build Date: 15 March 2017  09:21:41PM
[    29.545] xorg-server 2:1.19.3-1 (https://www.debian.org/support)
[    29.545] Current version of pixman: 0.34.0
[    29.545]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    29.545] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    29.545] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 13 11:45:16 2017
[    29.548] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    29.549] (==) No Layout section.  Using the first Screen section.
[    29.549] (==) No screen section available. Using defaults.
[    29.549] (**) |-->Screen "Default Screen Section" (0)
[    29.549] (**) |   |-->Monitor "<default monitor>"
[    29.550] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[    29.550] (==) Automatically adding devices
[    29.550] (==) Automatically enabling devices
[    29.550] (==) Automatically adding GPU devices
[    29.550] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    29.553] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    29.553]  Entry deleted from font path.
[    29.557] (==) 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
[    29.557] (==) ModulePath set to "/usr/lib/xorg/modules"
[    29.557] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[    29.557] (II) Loader magic: 0x55e80e6aee00
[    29.557] (II) Module ABI versions:
[    29.557]  X.Org ANSI C Emulation: 0.4
[    29.557]  X.Org Video Driver: 23.0
[    29.557]  X.Org XInput driver : 24.1
[    29.557]  X.Org Server Extension : 10.0
[    29.557] (++) using VT number 7

[    29.558] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    29.558] (II) xfree86: Adding drm device (/dev/dri/card0)
[    29.559] (--) PCI:*(0:1:0:0) 10de:1401:1043:8520 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    29.559] (II) LoadModule: "glx"
[    29.562] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[    29.605] (II) Module glx: vendor="NVIDIA Corporation"
[    29.605]  compiled for 4.0.2, module version = 1.0.0
[    29.605]  Module class: X.Org Server Extension
[    29.605] (II) NVIDIA GLX Module  375.39  Tue Jan 31 19:37:12 PST 2017
[    29.605] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    29.605]  loading driver: nvidia
[    29.605] (==) Matched nvidia as autoconfigured driver 0
[    29.605] (==) Matched nouveau as autoconfigured driver 1
[    29.605] (==) Matched nv as autoconfigured driver 2
[    29.605] (==) Matched nouveau as autoconfigured driver 3
[    29.605] (==) Matched nv as autoconfigured driver 4
[    29.605] (==) Matched modesetting as autoconfigured driver 5
[    29.605] (==) Matched fbdev as autoconfigured driver 6
[    29.605] (==) Matched vesa as autoconfigured driver 7
[    29.605] (==) Assigned the driver to the xf86ConfigLayout
[    29.605] (II) LoadModule: "nvidia"
[    29.608] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    29.612] (II) Module nvidia: vendor="NVIDIA Corporation"
[    29.612]  compiled for 4.0.2, module version = 1.0.0
[    29.612]  Module class: X.Org Video Driver
[    29.613] (II) LoadModule: "nouveau"
[    29.613] (WW) Warning, couldn't open module nouveau
[    29.613] (II) UnloadModule: "nouveau"
[    29.613] (II) Unloading nouveau
[    29.613] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    29.613] (II) LoadModule: "nv"
[    29.614] (WW) Warning, couldn't open module nv
[    29.614] (II) UnloadModule: "nv"
[    29.614] (II) Unloading nv
[    29.614] (EE) Failed to load module "nv" (module does not exist, 0)
[    29.614] (II) LoadModule: "modesetting"
[    29.614] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    29.614] (II) Module modesetting: vendor="X.Org Foundation"
[    29.614]  compiled for 1.19.3, module version = 1.19.3
[    29.614]  Module class: X.Org Video Driver
[    29.614]  ABI class: X.Org Video Driver, version 23.0
[    29.614] (II) LoadModule: "fbdev"
[    29.614] (WW) Warning, couldn't open module fbdev
[    29.614] (II) UnloadModule: "fbdev"
[    29.614] (II) Unloading fbdev
[    29.614] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    29.614] (II) LoadModule: "vesa"
[    29.614] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    29.615] (II) Module vesa: vendor="X.Org Foundation"
[    29.615]  compiled for 1.19.0, module version = 2.3.4
[    29.615]  Module class: X.Org Video Driver
[    29.615]  ABI class: X.Org Video Driver, version 23.0
[    29.615] (II) NVIDIA dlloader X Driver  375.39  Tue Jan 31 19:13:22 PST 2017
[    29.615] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    29.615] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    29.615] (II) VESA: driver for VESA chipsets: vesa
[    29.627] (II) Loading sub module "fb"
[    29.627] (II) LoadModule: "fb"
[    29.627] (II) Loading /usr/lib/xorg/modules/libfb.so
[    29.628] (II) Module fb: vendor="X.Org Foundation"
[    29.628]  compiled for 1.19.3, module version = 1.0.0
[    29.628]  ABI class: X.Org ANSI C Emulation, version 0.4
[    29.628] (II) Loading sub module "wfb"
[    29.628] (II) LoadModule: "wfb"
[    29.628] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    29.629] (II) Module wfb: vendor="X.Org Foundation"
[    29.629]  compiled for 1.19.3, module version = 1.0.0
[    29.629]  ABI class: X.Org ANSI C Emulation, version 0.4
[    29.629] (II) Loading sub module "ramdac"
[    29.629] (II) LoadModule: "ramdac"
[    29.629] (II) Module "ramdac" already built-in
[    30.161] (WW) Falling back to old probe method for modesetting
[    30.161] (WW) Falling back to old probe method for vesa
[    30.161] (II) NVIDIA(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[    30.161] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    30.161] (==) NVIDIA(0): RGB weight 888
[    30.161] (==) NVIDIA(0): Default visual is TrueColor
[    30.161] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    30.162] (**) NVIDIA(0): Enabling 2D acceleration
[    30.251] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    30.252] (--) NVIDIA(0):     CRT-0 (boot)
[    30.252] (--) NVIDIA(0):     DFP-0
[    30.252] (--) NVIDIA(0):     DFP-1
[    30.252] (--) NVIDIA(0):     DFP-2
[    30.252] (--) NVIDIA(0):     DFP-3
[    30.252] (--) NVIDIA(0):     DFP-4
[    30.252] (--) NVIDIA(0):     DFP-5
[    30.252] (--) NVIDIA(0):     DFP-6
[    30.252] (--) NVIDIA(0):     DFP-7
[    30.253] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[    30.253] (--) NVIDIA(0): Memory: 2097152 kBytes
[    30.253] (--) NVIDIA(0): VideoBIOS: 84.06.0d.00.02
[    30.253] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    30.296] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): connected
[    30.296] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): 400.0 MHz maximum pixel clock
[    30.296] (--) NVIDIA(GPU-0):
[    30.314] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    30.314] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    30.314] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    30.314] (--) NVIDIA(GPU-0):
[    30.314] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    30.314] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    30.314] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    30.314] (--) NVIDIA(GPU-0):
[    30.314] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    30.314] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    30.314] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[    30.314] (--) NVIDIA(GPU-0):
[    30.314] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    30.314] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    30.314] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    30.314] (--) NVIDIA(GPU-0):
[    30.314] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    30.314] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    30.314] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    30.314] (--) NVIDIA(GPU-0):
[    30.314] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    30.314] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    30.314] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    30.314] (--) NVIDIA(GPU-0):
[    30.314] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    30.314] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    30.314] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    30.314] (--) NVIDIA(GPU-0):
[    30.315] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    30.315] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    30.315] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    30.315] (--) NVIDIA(GPU-0):
[    30.316] (==) NVIDIA(0):
[    30.316] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    30.316] (==) NVIDIA(0):     will be used as the requested mode.
[    30.316] (==) NVIDIA(0):
[    30.317] (II) NVIDIA(0): Validated MetaModes:
[    30.317] (II) NVIDIA(0):     "CRT-0:nvidia-auto-select"
[    30.317] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
[    30.320] (--) NVIDIA(0): DPI set to (91, 91); computed from "UseEdidDpi" X config
[    30.320] (--) NVIDIA(0):     option
[    30.320] (II) UnloadModule: "modesetting"
[    30.320] (II) Unloading modesetting
[    30.320] (II) UnloadModule: "vesa"
[    30.320] (II) Unloading vesa
[    30.320] (--) Depth 24 pixmap format is 32 bpp
[    30.321] (II) NVIDIA: Using 12288.00 MB of virtual memory for indirect memory
[    30.321] (II) NVIDIA:     access.
[    30.322] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[    30.322] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[    30.322] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[    30.322] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[    30.322] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[    30.322] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[    30.322] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[    30.322] (II) NVIDIA(0):     Config Options in the README.
[    30.353] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
[    30.403] (==) NVIDIA(0): Disabling shared memory pixmaps
[    30.403] (==) NVIDIA(0): Backing store enabled
[    30.403] (==) NVIDIA(0): Silken mouse enabled
[    30.404] (==) NVIDIA(0): DPMS enabled
[    30.404] (II) Loading sub module "dri2"
[    30.404] (II) LoadModule: "dri2"
[    30.404] (II) Module "dri2" already built-in
[    30.404] (II) NVIDIA(0): [DRI2] Setup complete
[    30.404] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    30.404] (--) RandR disabled
[    30.406] (II) SELinux: Disabled on system
[    30.406] (II) Initializing extension GLX
[    30.407] (II) Indirect GLX disabled.
[    30.445] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[    30.445] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.445] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    30.445] (II) LoadModule: "libinput"
[    30.446] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    30.448] (II) Module libinput: vendor="X.Org Foundation"
[    30.448]  compiled for 1.19.0, module version = 0.23.0
[    30.448]  Module class: X.Org XInput Driver
[    30.448]  ABI class: X.Org XInput driver, version 24.1
[    30.448] (II) Using input driver 'libinput' for 'Power Button'
[    30.448] (**) Power Button: always reports core events
[    30.448] (**) Option "Device" "/dev/input/event5"
[    30.448] (**) Option "_source" "server/udev"
[    30.449] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    30.449] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    30.464] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input7/event5"
[    30.464] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    30.464] (**) Option "xkb_model" "pc105"
[    30.464] (**) Option "xkb_layout" "fr"
[    30.464] (**) Option "xkb_variant" "latin9"
[    30.474] (II) input device 'Power Button', /dev/input/event5 is tagged by udev as: Keyboard
[    30.474] (II) input device 'Power Button', /dev/input/event5 is a keyboard
[    30.474] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    30.474] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    30.474] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    30.474] (II) Using input driver 'libinput' for 'Power Button'
[    30.474] (**) Power Button: always reports core events
[    30.474] (**) Option "Device" "/dev/input/event4"
[    30.474] (**) Option "_source" "server/udev"
[    30.474] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    30.474] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    30.488] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6/event4"
[    30.488] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    30.488] (**) Option "xkb_model" "pc105"
[    30.488] (**) Option "xkb_layout" "fr"
[    30.488] (**) Option "xkb_variant" "latin9"
[    30.488] (II) input device 'Power Button', /dev/input/event4 is tagged by udev as: Keyboard
[    30.488] (II) input device 'Power Button', /dev/input/event4 is a keyboard
[    30.488] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[    30.488] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    30.488] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    30.488] (II) Using input driver 'libinput' for 'Sleep Button'
[    30.488] (**) Sleep Button: always reports core events
[    30.488] (**) Option "Device" "/dev/input/event3"
[    30.488] (**) Option "_source" "server/udev"
[    30.488] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[    30.488] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[    30.508] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5/event3"
[    30.508] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    30.508] (**) Option "xkb_model" "pc105"
[    30.508] (**) Option "xkb_layout" "fr"
[    30.508] (**) Option "xkb_variant" "latin9"
[    30.508] (II) input device 'Sleep Button', /dev/input/event3 is tagged by udev as: Keyboard
[    30.508] (II) input device 'Sleep Button', /dev/input/event3 is a keyboard
[    30.508] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event13)
[    30.508] (II) No input driver specified, ignoring this device.
[    30.508] (II) This device may have been added with another device file.
[    30.508] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event14)
[    30.508] (II) No input driver specified, ignoring this device.
[    30.508] (II) This device may have been added with another device file.
[    30.508] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event15)
[    30.508] (II) No input driver specified, ignoring this device.
[    30.508] (II) This device may have been added with another device file.
[    30.508] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event16)
[    30.508] (II) No input driver specified, ignoring this device.
[    30.508] (II) This device may have been added with another device file.
[    30.509] (II) config/udev: Adding input device LITE-ON Technology USB NetVista Full Width Keyboard. (/dev/input/event0)
[    30.509] (**) LITE-ON Technology USB NetVista Full Width Keyboard.: Applying InputClass "evdev keyboard catchall"
[    30.509] (**) LITE-ON Technology USB NetVista Full Width Keyboard.: Applying InputClass "libinput keyboard catchall"
[    30.509] (II) Using input driver 'libinput' for 'LITE-ON Technology USB NetVista Full Width Keyboard.'
[    30.509] (**) LITE-ON Technology USB NetVista Full Width Keyboard.: always reports core events
[    30.509] (**) Option "Device" "/dev/input/event0"
[    30.509] (**) Option "_source" "server/udev"
[    30.509] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event0 is tagged by udev as: Keyboard
[    30.509] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event0 is a keyboard
[    30.540] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.1/1-6.1:1.0/0003:04B3:3025.0001/input/input2/event0"
[    30.540] (II) XINPUT: Adding extended input device "LITE-ON Technology USB NetVista Full Width Keyboard." (type: KEYBOARD, id 9)
[    30.540] (**) Option "xkb_model" "pc105"
[    30.540] (**) Option "xkb_layout" "fr"
[    30.540] (**) Option "xkb_variant" "latin9"
[    30.540] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event0 is tagged by udev as: Keyboard
[    30.540] (II) input device 'LITE-ON Technology USB NetVista Full Width Keyboard.', /dev/input/event0 is a keyboard
[    30.540] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/event1)
[    30.540] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "evdev pointer catchall"
[    30.540] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): Applying InputClass "libinput pointer catchall"
[    30.540] (II) Using input driver 'libinput' for 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)'
[    30.540] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): always reports core events
[    30.540] (**) Option "Device" "/dev/input/event1"
[    30.540] (**) Option "_source" "server/udev"
[    30.600] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event1 is tagged by udev as: Mouse
[    30.600] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event1 is a pointer caps
[    30.636] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.2/1-6.2:1.0/0003:045E:0040.0002/input/input3/event1"
[    30.636] (II) XINPUT: Adding extended input device "Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)" (type: MOUSE, id 10)
[    30.636] (**) Option "AccelerationScheme" "none"
[    30.636] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) selected scheme none/0
[    30.636] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration factor: 2.000
[    30.636] (**) Microsoft Microsoft 3-Button Mouse with IntelliEye(TM): (accel) acceleration threshold: 4
[    30.696] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event1 is tagged by udev as: Mouse
[    30.696] (II) input device 'Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)', /dev/input/event1 is a pointer caps
[    30.696] (II) config/udev: Adding input device Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) (/dev/input/mouse0)
[    30.696] (II) No input driver specified, ignoring this device.
[    30.696] (II) This device may have been added with another device file.
[    30.696] (II) config/udev: Adding input device No brand 2Port KVMSwicther (/dev/input/event2)
[    30.696] (**) No brand 2Port KVMSwicther: Applying InputClass "evdev keyboard catchall"
[    30.696] (**) No brand 2Port KVMSwicther: Applying InputClass "libinput keyboard catchall"
[    30.696] (II) Using input driver 'libinput' for 'No brand 2Port KVMSwicther'
[    30.696] (**) No brand 2Port KVMSwicther: always reports core events
[    30.696] (**) Option "Device" "/dev/input/event2"
[    30.696] (**) Option "_source" "server/udev"
[    30.696] (II) input device 'No brand 2Port KVMSwicther', /dev/input/event2 is tagged by udev as: Keyboard
[    30.696] (II) input device 'No brand 2Port KVMSwicther', /dev/input/event2 is a keyboard
[    30.732] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:10D5:55A2.0003/input/input4/event2"
[    30.732] (II) XINPUT: Adding extended input device "No brand 2Port KVMSwicther" (type: KEYBOARD, id 11)
[    30.732] (**) Option "xkb_model" "pc105"
[    30.732] (**) Option "xkb_layout" "fr"
[    30.732] (**) Option "xkb_variant" "latin9"
[    30.732] (II) input device 'No brand 2Port KVMSwicther', /dev/input/event2 is tagged by udev as: Keyboard
[    30.732] (II) input device 'No brand 2Port KVMSwicther', /dev/input/event2 is a keyboard
[    30.732] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event7)
[    30.732] (II) No input driver specified, ignoring this device.
[    30.732] (II) This device may have been added with another device file.
[    30.732] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event8)
[    30.732] (II) No input driver specified, ignoring this device.
[    30.732] (II) This device may have been added with another device file.
[    30.732] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[    30.732] (II) No input driver specified, ignoring this device.
[    30.732] (II) This device may have been added with another device file.
[    30.732] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event10)
[    30.732] (II) No input driver specified, ignoring this device.
[    30.732] (II) This device may have been added with another device file.
[    30.733] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[    30.733] (II) No input driver specified, ignoring this device.
[    30.733] (II) This device may have been added with another device file.
[    30.733] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event12)
[    30.733] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    30.733] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    30.733] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[    30.733] (**) Eee PC WMI hotkeys: always reports core events
[    30.733] (**) Option "Device" "/dev/input/event12"
[    30.733] (**) Option "_source" "server/udev"
[    30.733] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is tagged by udev as: Keyboard
[    30.733] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is a keyboard
[    30.748] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input15/event12"
[    30.748] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 12)
[    30.748] (**) Option "xkb_model" "pc105"
[    30.748] (**) Option "xkb_layout" "fr"
[    30.748] (**) Option "xkb_variant" "latin9"
[    30.748] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is tagged by udev as: Keyboard
[    30.748] (II) input device 'Eee PC WMI hotkeys', /dev/input/event12 is a keyboard
[    30.748] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[    30.748] (II) No input driver specified, ignoring this device.
[    30.748] (II) This device may have been added with another device file.
[    44.612] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): connected
[    44.612] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): 400.0 MHz maximum pixel clock
[    44.612] (--) NVIDIA(GPU-0):
[    44.630] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    44.630] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    44.630] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    44.630] (--) NVIDIA(GPU-0):
[    44.630] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    44.630] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    44.630] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    44.630] (--) NVIDIA(GPU-0):
[    44.630] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    44.630] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    44.630] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[    44.630] (--) NVIDIA(GPU-0):
[    44.630] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    44.630] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    44.630] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    44.630] (--) NVIDIA(GPU-0):
[    44.630] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    44.630] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    44.630] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    44.630] (--) NVIDIA(GPU-0):
[    44.630] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    44.630] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    44.630] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    44.630] (--) NVIDIA(GPU-0):
[    44.630] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    44.630] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    44.630] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    44.630] (--) NVIDIA(GPU-0):
[    44.631] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    44.631] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    44.631] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    44.631] (--) NVIDIA(GPU-0):
[    44.678] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): connected
[    44.678] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): 400.0 MHz maximum pixel clock
[    44.678] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    44.697] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    44.697] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    44.697] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    44.697] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    44.697] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    44.697] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    44.697] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.697] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    44.697] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    44.697] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    44.697] (--) NVIDIA(GPU-0):
[    44.745] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): connected
[    44.745] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): 400.0 MHz maximum pixel clock
[    44.745] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    44.764] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    44.764] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    44.764] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    44.764] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    44.764] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    44.764] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    44.764] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.764] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    44.764] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    44.764] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    44.764] (--) NVIDIA(GPU-0):
[    44.812] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): connected
[    44.812] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): 400.0 MHz maximum pixel clock
[    44.812] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    44.830] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    44.830] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    44.830] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    44.830] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    44.830] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    44.830] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    44.830] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    44.830] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    44.830] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    44.830] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    44.830] (--) NVIDIA(GPU-0):
[    45.146] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): connected
[    45.146] (--) NVIDIA(GPU-0): Acer B193W (CRT-0): 400.0 MHz maximum pixel clock
[    45.146] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    45.165] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    45.165] (--) NVIDIA(GPU-0): DFP-1: 960.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    45.165] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    45.165] (--) NVIDIA(GPU-0): DFP-3: 960.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    45.165] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-5: Internal TMDS
[    45.165] (--) NVIDIA(GPU-0): DFP-5: 330.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-6: Internal DisplayPort
[    45.165] (--) NVIDIA(GPU-0): DFP-6: 960.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
[    45.165] (--) NVIDIA(GPU-0): DFP-7: disconnected
[    45.165] (--) NVIDIA(GPU-0): DFP-7: Internal TMDS
[    45.165] (--) NVIDIA(GPU-0): DFP-7: 330.0 MHz maximum pixel clock
[    45.165] (--) NVIDIA(GPU-0):
 



je te remet comment faire

aprés avoir la console pure et le réseau (en root )
modifier le sources.list  ( /etc/apt/sources.list ) comme ceci


#debian stretch 9
deb [url]http://ftp.fr.debian.org/debian/[/url] stretch main contrib non-free
deb [url]http://security.debian.org/[/url] stretch/updates main contrib non-free
deb [url]http://ftp.fr.debian.org/debian/[/url] stretch-updates main contrib non-free
deb [url]http://ftp.fr.debian.org/debian/[/url] stretch-backports main contrib non-free
 


mettre a jour le cache apt


apt-get update
 


l'installation du driver


apt-get install nvidia-kernel-dkms nvidia-settings nvidia-driver linux-headers-$(uname -r)
 



tu peut vérifier que tu a bien les headers installé  (avec dkms normalement c'est automatique )


apt-get --reinstall install linux-image-amd64 linux-headers-amd64
 



je sais pas si tu pensé a regarder ton log de X avant d installer le driver nvidia (pour confirmer qu il utilisait bien "nouveau" )
avec les portables toujours des surprises  hmm
je ne peut que te conseiller d enlever le /etc/X11/org.conf pour laisser faire le système

nota : lorsque tu lance l'installation , a la fin il y a le building du noyau (installation des modules ) , il doit se terminer sans erreur
a la fin il faut redémarrer pour prendre en compte les modifications

nota : explication sur le mode auto sans fichier xorg.conf
il va chercher a installer un driver qui correspond a ta configuration et qui fonctionne


[    29.605] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    29.605]  loading driver: nvidia
[    29.605] (==) Matched nvidia as autoconfigured driver 0
[    29.605] (==) Matched nouveau as autoconfigured driver 1
[    29.605] (==) Matched nv as autoconfigured driver 2
[    29.605] (==) Matched nouveau as autoconfigured driver 3
[    29.605] (==) Matched nv as autoconfigured driver 4
[    29.605] (==) Matched modesetting as autoconfigured driver 5
[    29.605] (==) Matched fbdev as autoconfigured driver 6
[    29.605] (==) Matched vesa as autoconfigured driver 7
[    29.605] (==) Assigned the driver to the xf86ConfigLayout
[    29.605] (II) LoadModule: "nvidia"
[    29.608] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    29.612] (II) Module nvidia: vendor="NVIDIA Corporation"
[    29.612]  compiled for 4.0.2, module version = 1.0.0
[    29.612]  Module class: X.Org Video Driver
[    29.613] (II) LoadModule: "nouveau"
[    29.613] (WW) Warning, couldn't open module nouveau
[    29.613] (II) UnloadModule: "nouveau"
[    29.613] (II) Unloading nouveau
[    29.613] (EE) Failed to load module "nouveau" (module does not exist, 0)
 


dans l exemple ci dessus 7 possibilités , avec le xorg.conf si tu précise "nvidia" il n ira pas plus loin en cas d'échec et le serveur X  plante.

le retour de lspci pour ma GTX960 sur le pc de bureau


01:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 960] (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 0fba (rev a1)
 



normalement aucune difficulté pour installer le driver propriétaire sur debian stretch (fonctionne jusqu'au cartes "pascal" serie GTX10xx (bureau et portable) )

pour la version actuelle sur stretch c'est la 375.39 du driver nvidia (celle des dépots debian )


[    29.605] (II) NVIDIA GLX Module  375.39  Tue Jan 31 19:37:12 PST 2017
 

Dernière modification par anonyme (13-05-2017 11:41:17)

#29 13-05-2017 11:33:59

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

la première install était via APT, je voulais tenter par le .run du site de nvidia.
je mettrais à jour avec les résultats smile

Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#30 13-05-2017 11:48:05

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

mauvaise idée le .run , de nvidia , debian intègre du nonfree pour nous simplifier la vie , a version égale ils sont identiques juste que debian l intègre mieux.
pourquoi se compliquer la vie wink

#31 13-05-2017 15:16:55

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bon, kde(x) remarche smile
Perso le lspci donne :

root@asus:/etc/X11# lspci -k | grep -A 2 -i "VGA"
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070] (rev a1)                                            
        Subsystem: ASUSTeK Computer Inc. GP104M [GeForce GTX 1070]                                                                  
        Kernel driver in use: nvidia
r


mais quand je demande un modinfo ou nvidia-smi, il n'y a plus personne..

modinfo: ERROR: Module nvidia not found.
bash: nvidia-smi : commande introuvable



et nvidia:

nvidia-settings -q all


ERROR: Error querying enabled displays on GPU 0 (Missing Extension).                                                                
                                                                                                                                     
                                                                                                                                     
ERROR: Error querying connected displays on GPU 0 (Missing Extension).    
 



C'est bizarre car à la première installation du pilote, le setting de nvidia affichait ma 1070..

PS: nvidia settings me demande de lancer nvidia-xconfig en root afin de "lancer" le pilote

Dernière modification par wheezzy (13-05-2017 15:23:36)


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#32 13-05-2017 15:28:39

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

sur ma machine lspci


01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
 



meme chose que toi sans le M (pour mobile)


lspci -k | grep -A 2 -i "VGA"
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070] (rev a1)
  Subsystem: ASUSTeK Computer Inc. GP104 [GeForce GTX 1070]
  Kernel driver in use: nvidia
 



pour  "nvidia-settings -q all"  je l ouvre avec le menu du bureau  roll

modinfo et nvidia-smi je connais pas

nvidia-smi me renvoie quelque chose (temperature , vitesse , utilisation etc ..... )

le log du serveur est correct , et tu est bien sans xorg.conf ?
comment a tu installé le driver ?

Dernière modification par anonyme (13-05-2017 15:37:24)

#33 13-05-2017 15:41:59

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

J'ai delete xorg , et le driver par les commandes que tu m'as donné

Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#34 13-05-2017 15:43:47

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

que renvoie la commande


journalctl -r -p err
 



je te donne le début de mon log , pas normal que ça ne fonctionne pas , tu a fais des recherches sur ton portable et debian ?


[    28.935] _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
[    28.935] _XSERVTransMakeAllCOTSServerListeners: server already running
[    28.959] (--) Log file renamed from "/home/robert/.local/share/xorg/Xorg.pid-1184.log" to "/home/robert/.local/share/xorg/Xorg.1.log"
[    28.960]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[    28.960] X Protocol Version 11, Revision 0
[    28.960] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[    28.960] Current Operating System: Linux debian11 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64
[    28.960] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-2-amd64 root=UUID=308a963e-171f-4d37-a8f5-8f9d2c709bc8 ro quiet
[    28.960] Build Date: 03 March 2017  03:14:41PM
[    28.960] xorg-server 2:1.19.2-1 (https://www.debian.org/support)
[    28.960] Current version of pixman: 0.34.0
[    28.960]  Before reporting problems, check http://wiki.x.org
  to make sure that you have the latest version.
[    28.960] Markers: (--) probed, (**) from config file, (==) default setting,
  (++) from command line, (!!) notice, (II) informational,
  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    28.960] (==) Log file: "/home/robert/.local/share/xorg/Xorg.1.log", Time: Wed May  3 07:51:52 2017
[    28.960] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    28.960] (==) No Layout section.  Using the first Screen section.
[    28.960] (==) No screen section available. Using defaults.
[    28.960] (**) |-->Screen "Default Screen Section" (0)
[    28.960] (**) |   |-->Monitor "<default monitor>"
[    28.960] (==) No monitor specified for screen "Default Screen Section".
  Using a default monitor configuration.
[    28.960] (==) Automatically adding devices
[    28.960] (==) Automatically enabling devices
[    28.960] (==) Automatically adding GPU devices
[    28.960] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    28.960] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    28.960]  Entry deleted from font path.
[    28.960] (==) 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
[    28.960] (==) ModulePath set to "/usr/lib/xorg/modules"
[    28.960] (II) The server relies on udev to provide the list of input devices.
  If no devices become available, reconfigure udev or disable AutoAddDevices.
[    28.960] (II) Loader magic: 0x55e1f65f2e00
[    28.960] (II) Module ABI versions:
[    28.960]  X.Org ANSI C Emulation: 0.4
[    28.960]  X.Org Video Driver: 23.0
[    28.960]  X.Org XInput driver : 24.1
[    28.960]  X.Org Server Extension : 10.0
[    28.961] (++) using VT number 2

[    28.962] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
[    28.962] (II) xfree86: Adding drm device (/dev/dri/card0)
[    28.963] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[    28.963] (--) PCI:*(0:1:0:0) 10de:1b81:1043:8598 rev 161, Mem @ 0xee000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    28.963] (II) LoadModule: "glx"
[    28.964] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[    28.966] (II) Module glx: vendor="NVIDIA Corporation"
[    28.966]  compiled for 4.0.2, module version = 1.0.0
[    28.966]  Module class: X.Org Server Extension
[    28.966] (II) NVIDIA GLX Module  375.39  Tue Jan 31 19:37:12 PST 2017
[    28.966] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    28.966]  loading driver: nvidia
[    28.966] (==) Matched nvidia as autoconfigured driver 0
[    28.966] (==) Matched nouveau as autoconfigured driver 1
[    28.966] (==) Matched nv as autoconfigured driver 2
[    28.966] (==) Matched nouveau as autoconfigured driver 3
[    28.966] (==) Matched nv as autoconfigured driver 4
[    28.966] (==) Matched modesetting as autoconfigured driver 5
[    28.966] (==) Matched fbdev as autoconfigured driver 6
[    28.966] (==) Matched vesa as autoconfigured driver 7
[    28.966] (==) Assigned the driver to the xf86ConfigLayout
[    28.966] (II) LoadModule: "nvidia"
[    28.966] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    28.966] (II) Module nvidia: vendor="NVIDIA Corporation"
[    28.966]  compiled for 4.0.2, module version = 1.0.0
[    28.966]  Module class: X.Org Video Driver
[    28.966] (II) LoadModule: "nouveau"
[    28.967] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    28.967] (II) Module nouveau: vendor="X.Org Foundation"
[    28.967]  compiled for 1.19.3, module version = 1.0.13
[    28.967]  Module class: X.Org Video Driver
[    28.967]  ABI class: X.Org Video Driver, version 23.0
[    28.967] (II) LoadModule: "nv"
[    28.967] (WW) Warning, couldn't open module nv
[    28.967] (II) UnloadModule: "nv"
[    28.967] (II) Unloading nv
[    28.967] (EE) Failed to load module "nv" (module does not exist, 0)
[    28.967] (II) LoadModule: "modesetting"
[    28.967] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    28.967] (II) Module modesetting: vendor="X.Org Foundation"
[    28.967]  compiled for 1.19.2, module version = 1.19.2
[    28.967]  Module class: X.Org Video Driver
[    28.967]  ABI class: X.Org Video Driver, version 23.0
[    28.967] (II) LoadModule: "fbdev"
[    28.967] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    28.967] (II) Module fbdev: vendor="X.Org Foundation"
[    28.967]  compiled for 1.19.0, module version = 0.4.4
[    28.967]  Module class: X.Org Video Driver
[    28.967]  ABI class: X.Org Video Driver, version 23.0
[    28.967] (II) LoadModule: "vesa"
[    28.967] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    28.967] (II) Module vesa: vendor="X.Org Foundation"
[    28.967]  compiled for 1.19.0, module version = 2.3.4
[    28.967]  Module class: X.Org Video Driver
[    28.967]  ABI class: X.Org Video Driver, version 23.0
[    28.967] (II) NVIDIA dlloader X Driver  375.39  Tue Jan 31 19:13:22 PST 2017
[    28.967] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    28.967] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[    28.967] (II) NOUVEAU driver for NVIDIA chipset families :
[    28.967]  RIVA TNT        (NV04)
[    28.967]  RIVA TNT2       (NV05)
[    28.967]  GeForce 256     (NV10)
[    28.967]  GeForce 2       (NV11, NV15)
[    28.967]  GeForce 4MX     (NV17, NV18)
[    28.967]  GeForce 3       (NV20)
[    28.967]  GeForce 4Ti     (NV25, NV28)
[    28.967]  GeForce FX      (NV3x)
[    28.967]  GeForce 6       (NV4x)
[    28.967]  GeForce 7       (G7x)
[    28.967]  GeForce 8       (G8x)
[    28.967]  GeForce GTX 200 (NVA0)
[    28.967]  GeForce GTX 400 (NVC0)
[    28.967] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    28.967] (II) FBDEV: driver for framebuffer: fbdev
[    28.967] (II) VESA: driver for VESA chipsets: vesa
[    28.967] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    28.967] (II) systemd-logind: releasing fd for 226:0
[    28.968] (II) Loading sub module "fb"
[    28.968] (II) LoadModule: "fb"
[    28.968] (II) Loading /usr/lib/xorg/modules/libfb.so
[    28.968] (II) Module fb: vendor="X.Org Foundation"
[    28.968]  compiled for 1.19.2, module version = 1.0.0
[    28.968]  ABI class: X.Org ANSI C Emulation, version 0.4
[    28.968] (II) Loading sub module "wfb"
[    28.968] (II) LoadModule: "wfb"
[    28.968] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    28.968] (II) Module wfb: vendor="X.Org Foundation"
[    28.968]  compiled for 1.19.2, module version = 1.0.0
[    28.968]  ABI class: X.Org ANSI C Emulation, version 0.4
[    28.968] (II) Loading sub module "ramdac"
[    28.968] (II) LoadModule: "ramdac"
[    28.968] (II) Module "ramdac" already built-in
[    28.968] (WW) Falling back to old probe method for modesetting
[    28.968] (WW) Falling back to old probe method for fbdev
[    28.968] (II) Loading sub module "fbdevhw"
[    28.968] (II) LoadModule: "fbdevhw"
[    28.968] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    28.968] (II) Module fbdevhw: vendor="X.Org Foundation"
[    28.968]  compiled for 1.19.2, module version = 0.0.2
[    28.968]  ABI class: X.Org Video Driver, version 23.0
[    28.968] (EE) open /dev/fb0: No such file or directory
[    28.968] (WW) Falling back to old probe method for vesa
[    28.968] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    28.968] (II) NVIDIA(0): Creating default Display subsection in Screen section
  "Default Screen Section" for depth/fbbpp 24/32
[    28.968] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    28.968] (==) NVIDIA(0): RGB weight 888
[    28.968] (==) NVIDIA(0): Default visual is TrueColor
[    28.968] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    28.968] (**) NVIDIA(0): Enabling 2D acceleration
[    28.969] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    28.969] (--) NVIDIA(0):     DFP-0
[    28.969] (--) NVIDIA(0):     DFP-1 (boot)
[    28.969] (--) NVIDIA(0):     DFP-2
[    28.969] (--) NVIDIA(0):     DFP-3
[    28.969] (--) NVIDIA(0):     DFP-4
[    28.969] (--) NVIDIA(0):     DFP-5
[    28.969] (--) NVIDIA(0):     DFP-6
[    28.970] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-A) at PCI:1:0:0 (GPU-0)
[    28.970] (--) NVIDIA(0): Memory: 8388608 kBytes
[    28.970] (--) NVIDIA(0): VideoBIOS: 86.04.26.00.61
[    28.970] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    28.970] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    28.970] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    28.970] (--) NVIDIA(GPU-0): DFP-0: 330.0 MHz maximum pixel clock
[    28.970] (--) NVIDIA(GPU-0):
[    28.998] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VE278 (DFP-1): connected
[    28.998] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VE278 (DFP-1): Internal TMDS
[    28.998] (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VE278 (DFP-1): 600.0 MHz maximum pixel clock
[    28.998] (--) NVIDIA(GPU-0):
[    28.998] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    28.998] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    28.998] (--) NVIDIA(GPU-0): DFP-2: 330.0 MHz maximum pixel clock
[    28.998] (--) NVIDIA(GPU-0):
[    28.998] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    28.998] (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
[    28.998] (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
[    28.998] (--) NVIDIA(GPU-0):
[    28.998] (--) NVIDIA(GPU-0): DFP-4: disconnected
[    28.998] (--) NVIDIA(GPU-0): DFP-4: Internal TMDS
[    28.998] (--) NVIDIA(GPU-0): DFP-4: 330.0 MHz maximum pixel clock
[    28.998] (--) NVIDIA(GPU-0):
[    28.998] (--) NVIDIA(GPU-0): DFP-5: disconnected
[    28.998] (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
[    28.998] (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
[    28.998] (--) NVIDIA(GPU-0):
[    28.999] (--) NVIDIA(GPU-0): DFP-6: disconnected
[    28.999] (--) NVIDIA(GPU-0): DFP-6: Internal TMDS
[    28.999] (--) NVIDIA(GPU-0): DFP-6: 330.0 MHz maximum pixel clock
[    28.999] (--) NVIDIA(GPU-0):
[    29.002] (==) NVIDIA(0):
[    29.002] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    29.002] (==) NVIDIA(0):     will be used as the requested mode.
[    29.002] (==) NVIDIA(0):
[    29.002] (II) NVIDIA(0): Validated MetaModes:
[    29.002] (II) NVIDIA(0):     "DFP-1:nvidia-auto-select"
[    29.002] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[    29.009] (--) NVIDIA(0): DPI set to (81, 80); computed from "UseEdidDpi" X config
[    29.009] (--) NVIDIA(0):     option
[    29.009] (II) UnloadModule: "nouveau"
[    29.009] (II) Unloading nouveau
[    29.009] (II) UnloadModule: "modesetting"
[    29.009] (II) Unloading modesetting
[    29.009] (II) UnloadModule: "fbdev"
[    29.009] (II) Unloading fbdev
[    29.009] (II) UnloadSubModule: "fbdevhw"
[    29.009] (II) Unloading fbdevhw
[    29.009] (II) UnloadModule: "vesa"
[    29.009] (II) Unloading vesa
[    29.009] (--) Depth 24 pixmap format is 32 bpp
[    29.010] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[    29.010] (II) NVIDIA:     access.
[    29.074] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
[    29.127] (==) NVIDIA(0): Disabling shared memory pixmaps
[    29.127] (==) NVIDIA(0): Backing store enabled
[    29.127] (==) NVIDIA(0): Silken mouse enabled
[    29.127] (==) NVIDIA(0): DPMS enabled
[    29.127] (II) Loading sub module "dri2"
[    29.127] (II) LoadModule: "dri2"
[    29.127] (II) Module "dri2" already built-in
[    29.127] (II) NVIDIA(0): [DRI2] Setup complete
[    29.127] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    29.127] (--) RandR disabled
[    29.129] (II) SELinux: Disabled on system
[    29.129] (II) Initializing extension GLX
[    29.129] (II) Indirect GLX disabled.
 



nota : sur cette machine je suis sous gnome avec une GTX1070 et je joue a steam (enfin pas souvent vu mon age avancé tongue )
soit tu a fait quelque chose de mal (sur debian )
soit on est passé a coté de quelque chose au niveau du portable (matériel )
l'installation du driver est sans difficulté  hmm

Dernière modification par anonyme (13-05-2017 15:57:46)

#35 13-05-2017 15:58:49

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

-- Logs begin at Sat 2017-05-13 16:54:39 CEST, end at Sat 2017-05-13 16:57:27 CEST. --
mai 13 16:54:49 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)
mai 13 16:54:49 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                        
mai 13 16:54:48 asus kernel: i2c_hid i2c-FTE1200:00: failed to reset device.                                                        
mai 13 16:54:48 asus bluetoothd[534]: sap-server: Operation not permitted (1)                                                                                                                                                                                                  
mai 13 16:54:48 asus bluetoothd[534]: Sap driver initialization failed.                                                                                                                                                                                                        
mai 13 16:54:48 asus bluetoothd[534]: Failed to obtain handles for "Service Changed" characteristic                                                                                                                                                                            
mai 13 16:54:47 asus avahi-daemon[557]: chroot.c: open() failed: No such file or directory                                                                                                                                                                                    
mai 13 16:54:43 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:43 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                                                                                                                                                                  
mai 13 16:54:43 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:43 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                                                                                                                                                                  
mai 13 16:54:43 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:43 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                                                                                                                                                                  
mai 13 16:54:42 asus kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-8000C-23.ucode (-2)                                                                                                                                                                        
mai 13 16:54:42 asus kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-8000C-24.ucode (-2)                                                                                                                                                                        
mai 13 16:54:42 asus kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-8000C-25.ucode (-2)                                                                                                                                                                        
mai 13 16:54:42 asus kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-8000C-26.ucode (-2)                                                                                                                                                                        
mai 13 16:54:41 asus kernel: tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]                                                                                                                                                                
mai 13 16:54:39 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:39 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                                                                                                                                                                  
mai 13 16:54:39 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:39 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                                                                                                                                                                  
mai 13 16:54:39 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:39 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                                                                                                                                                                  
mai 13 16:54:39 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:39 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)                                                                                                                                                                  
mai 13 16:54:39 asus kernel: ACPI Error: Method parse/execution failed [\_SB.PAGD._STA] (Node ffff9defed8c4988), AE_NOT_FOUND (20160831/psparse-543)                                                                                                                          
mai 13 16:54:39 asus kernel: ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)      


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#36 13-05-2017 16:08:49

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

ma machine


journalctl -r -p err
-- Logs begin at Sat 2017-05-13 17:01:16 CEST, end at Sat 2017-05-13 17:04:27 CEST. --
mai 13 17:01:53 debian11 pulseaudio[1069]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did
mai 13 17:01:53 debian11 pulseaudio[1259]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out
mai 13 17:01:22 debian11 gnome-session-binary[934]: Unrecoverable failure in required component org.gnome.Shell.desktop
mai 13 17:01:16 debian11 kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT5._GTF] (Node ffff8cac260e1550), AE_NOT_FOUND (20160831/psparse-543)
mai 13 17:01:16 debian11 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
mai 13 17:01:16 debian11 kernel: ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT5._GTF] (Node ffff8cac260e1550), AE_NOT_FOUND (20160831/psparse-543)
mai 13 17:01:16 debian11 kernel: ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20160831/psargs-359)
 


on a quelques messages identiques , mais sans conséquences (du noyau )  depuis la version 4.9 (absent avec la 4.8 , mon bios est a jour )

pour le reste voir si quelque chose a faire , pour le wifi intel tu a un firmware a mettre

#37 13-05-2017 16:09:46

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

le wifi intel marche, j'ai installé iwlwifi + non free.
bref je pars en recherche pour ma 1070 :c
C'est possiblie de désinstaller/réisntaller le driver?

Dernière modification par wheezzy (13-05-2017 16:10:05)


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#38 13-05-2017 16:16:17

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

non le wifi ne se charge pas


mai 13 16:54:42 asus kernel: iwlwifi 0000:02:00.0: firmware: failed to load iwlwifi-8000C-23.ucode (-2)
 



verifie si bien installé

avec synaptic => recherche => firmware-iwlwifi

oui pour le .run  taper en console root  "mondriver.run --uninstall"
puis redémarrer


pour le driver nvidia de debian


apt-get remove --purge nvidia*
 


puis


apt-get autoremove --purge
 


redémarrer

avec synaptic avec le mot "nvidia" une recherche et regarder si il reste quelque chose a propos du driver
nota : il faut redémarrer pour que ce soit pris en compte

Dernière modification par anonyme (13-05-2017 16:27:49)

#39 13-05-2017 16:18:57

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

 sudo apt-cache policy firmware-iwlwifi  


firmware-iwlwifi:                                                                                                                    
  Installé : 20161130-2                                                                                                              
  Candidat : 20161130-2                                                                                                              
 Table de version :                                                                                                                  
 *** 20161130-2 500                                                                                                                  
        500 http://ftp.fr.debian.org/debian stretch/non-free amd64 Packages                                                          
        500 http://ftp.fr.debian.org/debian stretch/non-free i386 Packages                                                          
        100 /var/lib/dpkg/status  


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#40 13-05-2017 16:23:54

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bon pour le firmware wifi il te faut quelqu'un qui connaisse .

pour moi une erreur de chargement "failed to load iwlwifi-8000C-23.ucode (-2)" mais j en connais pas la raison

au dessus j'ai répondu pour désinstaller , et toujours sans xorg.conf  wink  (le temp de la mise au point )

Dernière modification par anonyme (13-05-2017 16:25:26)

#41 13-05-2017 16:28:43

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

Le temps de la mise au point cad? il se mettra tout seul ou je devrais le faire?

Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#42 13-05-2017 16:33:04

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

ça dépend en utilisation normale inutile , aprés en multi écran , ou d'autres besoin , peu servir.
personnellement en pc fixe je l utilise pas
toi avec un portable si tu bouge , avec des écrans externes , le système s'adapte , alors qu avec un xorg.conf il est figé sur une configuration

nota : il existe actuellement , mais virtuel et mit a jour par le système , quand mème pratique

n'hésite pas a consulter le log (syslog et Xorg.0.log )  , tu va surement trouver le problème
et tu pourra savoir quel driver est chargé (vesa , ou nouveau , ou nvidia )
etc .......
ps : si j'avais ton portable entre les mains tongue  roll   lol

Dernière modification par anonyme (13-05-2017 16:41:37)

#43 13-05-2017 17:07:08

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bon, je viens de tout installer et ça marche! Xsettings recconait la 1070, les jeux boudent plus etc.
Par contre j'ai l'impression que tout à "grossi", je suis bien en 1920x1080 mais rien que le "menu démarrer" semble gros..
pareil dans chromium/settings etC.

anonyme a écrit :

ps : si j'avais ton portable entre les mains tongue  roll   lol


haha, j'ai pu tester CS:GO, les perfomances sont plus que satisfaisantes big_smile

Dernière modification par wheezzy (13-05-2017 17:07:33)


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#44 13-05-2017 17:47:39

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

pour ce qui te semble gros dépend de ton écran (moi sur un 27 pouces c'est confortable avec la meme définition ) et de la configuration du bureau.
je connais pas KDE , je pourrai pas t'aider (il y a une section KDE )
tu devrais changer le titre du post et le marquer "résolu" (par exemple "problème GTX1070M")
et ouvrir un post pour ton wifi et les erreurs qui persistent.

#45 13-05-2017 21:54:43

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

Je viens encore gratouiller ce post:
J'ai fait quelques recherches et ce serait la cause du DPI, mal calculé par Nvidia:
http://www.linuxquestions.org/questions … ge-853657/
https://ubuntuforums.org/showthread.php?t=2201820
Je suis bien en 1920x1080, pas de doute. En revanche il faudrait ici editer le fichier xorg.conf, sachant que je n'en ai plus..

Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#46 14-05-2017 01:35:11

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bonsoir
si tu parle de ça


[    34.633] (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900
[    34.643] (--) NVIDIA(0): DPI set to (91, 91); computed from "UseEdidDpi" X config
 



tu dois pouvoir générer un xorg.conf avec l utilitaire nvidia-settings (ou le créer en minimal avec nano )
pour les options dans la section drivers linux du site nvidia tu a la doc dans un des onglets de la description du driver , tu trouvera toutes les informations pour personnaliser a ta guise le xorg.conf.

la doc => http://us.download.nvidia.com/XFree86/L … index.html

Dernière modification par anonyme (14-05-2017 01:37:19)

#47 15-05-2017 16:44:21

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bon, j'ai bidouillé un peu et j'ai fini par faire quelques bidouilles;
Dnas /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf ;


Section "OutputClass"
    Identifier     "nvidia"
    MatchDriver    "nvidia-drm"
    Driver         "nvidia"
EndSection
 



et /etc/X11/xorg.conf

Section "Monitor"
        Identifier      "Monitor0"
        Option          "UseEdidDpi" "FALSE"
        Option          "DPI"   "144 x 141"
EndSection


J'ai eu beau tester 75x75, 100 x 100 et 144x141 (ce qui doit correspondre au dpi de mon écran) mais rien à faire, les applis semblent toujours grosses..

log de xorg

  1228.319] (--) Log file renamed from "/var/log/Xorg.pid-3779.log" to "/var/log/Xorg.0.log"
[  1228.320]
X.Org X Server 1.19.2
Release Date: 2017-03-02
[  1228.320] X Protocol Version 11, Revision 0
[  1228.320] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[  1228.320] Current Operating System: Linux asus 4.9.0-2-amd64 #1 SMP Debian 4.9.18-1 (2017-03-30) x86_64
[  1228.320] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-2-amd64 acpi_osi= acpi_backlight=native quiet
[  1228.320] Build Date: 03 March 2017  03:14:41PM                                                                                                                          
[  1228.320] xorg-server 2:1.19.2-1 (https://www.debian.org/support)                                                                                                        
[  1228.320] Current version of pixman: 0.34.0                                                                                                                              
[  1228.320]    Before reporting problems, check http://wiki.x.org                                                                                                          
        to make sure that you have the latest version.                                                                                                                      
[  1228.320] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1228.320] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 15 17:34:54 2017
[  1228.320] (==) Using config file: "/etc/X11/xorg.conf"
[  1228.320] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1228.320] (==) No Layout section.  Using the first Screen section.
[  1228.320] (==) No screen section available. Using defaults.
[  1228.320] (**) |-->Screen "Default Screen Section" (0)
[  1228.320] (**) |   |-->Monitor "<default monitor>"
[  1228.320] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[  1228.320] (==) Automatically adding devices
[  1228.320] (==) Automatically enabling devices
[  1228.320] (==) Automatically adding GPU devices
[  1228.320] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1228.320] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1228.320]    Entry deleted from font path.
[  1228.320] (==) 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
[  1228.320] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1228.320] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1228.320] (II) Loader magic: 0x564a9f1a1e00
[  1228.320] (II) Module ABI versions:
[  1228.320]    X.Org ANSI C Emulation: 0.4
[  1228.320]    X.Org Video Driver: 23.0
[  1228.320]    X.Org XInput driver : 24.1
[  1228.320]    X.Org Server Extension : 10.0
[  1228.320] (++) using VT number 7

[  1228.320] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1228.321] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1228.322] (--) PCI:*(0:1:0:0) 10de:1be1:1043:1470 rev 161, Mem @ 0xde000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[  1228.322] (II) LoadModule: "glx"
[  1228.322] (II) Loading /usr/lib/xorg/modules/linux/libglx.so
[  1228.324] (II) Module glx: vendor="NVIDIA Corporation"
[  1228.324]    compiled for 4.0.2, module version = 1.0.0
[  1228.324]    Module class: X.Org Server Extension
[  1228.324] (II) NVIDIA GLX Module  375.39  Tue Jan 31 19:37:12 PST 2017
[  1228.324] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[  1228.324]    loading driver: nvidia
[  1228.324] (==) Matched nvidia as autoconfigured driver 0
[  1228.324] (==) Matched nouveau as autoconfigured driver 1
[  1228.324] (==) Matched nv as autoconfigured driver 2
[  1228.324] (==) Matched nouveau as autoconfigured driver 3
[  1228.324] (==) Matched nv as autoconfigured driver 4
[  1228.324] (==) Matched modesetting as autoconfigured driver 5
[  1228.324] (==) Matched fbdev as autoconfigured driver 6
[  1228.324] (==) Matched vesa as autoconfigured driver 7
[  1228.324] (==) Assigned the driver to the xf86ConfigLayout
[  1228.324] (II) LoadModule: "nvidia"
[  1228.324] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[  1228.324] (II) Module nvidia: vendor="NVIDIA Corporation"
[  1228.324]    compiled for 4.0.2, module version = 1.0.0
[  1228.324]    Module class: X.Org Video Driver
[  1228.324] (II) LoadModule: "nouveau"
[  1228.324] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[  1228.325] (II) Module nouveau: vendor="X.Org Foundation"
[  1228.325]    compiled for 1.19.3, module version = 1.0.13
[  1228.325]    Module class: X.Org Video Driver
[  1228.325]    ABI class: X.Org Video Driver, version 23.0
[  1228.325] (II) LoadModule: "nv"
[  1228.325] (WW) Warning, couldn't open module nv
[  1228.325] (II) UnloadModule: "nv"
[  1228.325] (II) Unloading nv
[  1228.325] (EE) Failed to load module "nv" (module does not exist, 0)
[  1228.325] (II) LoadModule: "modesetting"
[  1228.325] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1228.325] (II) Module modesetting: vendor="X.Org Foundation"
[  1228.325]    compiled for 1.19.2, module version = 1.19.2
[  1228.325]    Module class: X.Org Video Driver
[  1228.325]    ABI class: X.Org Video Driver, version 23.0
[  1228.325] (II) LoadModule: "fbdev"
[  1228.325] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1228.325] (II) Module fbdev: vendor="X.Org Foundation"
[  1228.325]    compiled for 1.19.0, module version = 0.4.4
[  1228.325]    Module class: X.Org Video Driver
[  1228.325]    ABI class: X.Org Video Driver, version 23.0
[  1228.325] (II) LoadModule: "vesa"
[  1228.325] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1228.325] (II) Module vesa: vendor="X.Org Foundation"
[  1228.325]    compiled for 1.19.0, module version = 2.3.4
[  1228.325]    Module class: X.Org Video Driver
[  1228.325]    ABI class: X.Org Video Driver, version 23.0
[  1228.325] (II) NVIDIA dlloader X Driver  375.39  Tue Jan 31 19:13:22 PST 2017
[  1228.325] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[  1228.325] (II) NOUVEAU driver Date:   Tue Sep 20 00:31:06 2016 -0400
[  1228.325] (II) NOUVEAU driver for NVIDIA chipset families :
[  1228.325]    RIVA TNT        (NV04)
[  1228.325]    RIVA TNT2       (NV05)
[  1228.325]    GeForce 256     (NV10)
[  1228.325]    GeForce 2       (NV11, NV15)
[  1228.325]    GeForce 4MX     (NV17, NV18)
[  1228.325]    GeForce 3       (NV20)
[  1228.325]    GeForce 4Ti     (NV25, NV28)
[  1228.325]    GeForce FX      (NV3x)
[  1228.325]    GeForce 6       (NV4x)
[  1228.325]    GeForce 7       (G7x)
[  1228.325]    GeForce 8       (G8x)
[  1228.325]    GeForce GTX 200 (NVA0)
[  1228.325]    GeForce GTX 400 (NVC0)
[  1228.325] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1228.325] (II) FBDEV: driver for framebuffer: fbdev
[  1228.325] (II) VESA: driver for VESA chipsets: vesa
[  1228.328] (II) Loading sub module "fb"
[  1228.328] (II) LoadModule: "fb"
[  1228.328] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1228.328] (II) Module fb: vendor="X.Org Foundation"
[  1228.328]    compiled for 1.19.2, module version = 1.0.0
[  1228.328]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1228.328] (II) Loading sub module "wfb"
[  1228.328] (II) LoadModule: "wfb"
[  1228.328] (II) Loading /usr/lib/xorg/modules/libwfb.so
[  1228.328] (II) Module wfb: vendor="X.Org Foundation"
[  1228.328]    compiled for 1.19.2, module version = 1.0.0
[  1228.328]    ABI class: X.Org ANSI C Emulation, version 0.4
[  1228.328] (II) Loading sub module "ramdac"
[  1228.328] (II) LoadModule: "ramdac"
[  1228.328] (II) Module "ramdac" already built-in
[  1228.329] (WW) Falling back to old probe method for modesetting
[  1228.329] (WW) Falling back to old probe method for fbdev
[  1228.329] (II) Loading sub module "fbdevhw"
[  1228.329] (II) LoadModule: "fbdevhw"
[  1228.329] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1228.329] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1228.329]    compiled for 1.19.2, module version = 0.0.2
[  1228.329]    ABI class: X.Org Video Driver, version 23.0
[  1228.329] (WW) Falling back to old probe method for vesa
[  1228.329] (II) NVIDIA(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[  1228.329] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[  1228.329] (==) NVIDIA(0): RGB weight 888
[  1228.329] (==) NVIDIA(0): Default visual is TrueColor
[  1228.329] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[  1228.329] (**) NVIDIA(0): Enabling 2D acceleration
[  1228.939] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[  1228.939] (--) NVIDIA(0):     DFP-0 (boot)
[  1228.939] (--) NVIDIA(0):     DFP-1
[  1228.939] (--) NVIDIA(0):     DFP-2
[  1228.939] (--) NVIDIA(0):     DFP-3
[  1228.940] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1070 (GP104-B) at PCI:1:0:0 (GPU-0)
[  1228.940] (--) NVIDIA(0): Memory: 8388608 kBytes
[  1228.940] (--) NVIDIA(0): VideoBIOS: 86.04.42.00.07
[  1228.940] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[  1228.940] (--) NVIDIA(GPU-0): LGD (DFP-0): connected
[  1228.940] (--) NVIDIA(GPU-0): LGD (DFP-0): Internal DisplayPort
[  1228.940] (--) NVIDIA(GPU-0): LGD (DFP-0): 1440.0 MHz maximum pixel clock
[  1228.940] (--) NVIDIA(GPU-0):
[  1228.940] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1228.940] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1228.940] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[  1228.940] (--) NVIDIA(GPU-0):
[  1228.940] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1228.940] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1228.940] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1228.940] (--) NVIDIA(GPU-0):
[  1228.940] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1228.941] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1228.941] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  1228.941] (--) NVIDIA(GPU-0):
[  1228.941] (==) NVIDIA(0):
[  1228.941] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[  1228.941] (==) NVIDIA(0):     will be used as the requested mode.
[  1228.941] (==) NVIDIA(0):
[  1228.942] (II) NVIDIA(0): Validated MetaModes:
[  1228.942] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
[  1228.942] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  1228.945] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
[  1228.945] (--) NVIDIA(0):     option
[  1228.945] (II) UnloadModule: "nouveau"
[  1228.945] (II) Unloading nouveau
[  1228.945] (II) UnloadModule: "modesetting"
[  1228.945] (II) Unloading modesetting
[  1228.945] (II) UnloadModule: "fbdev"
[  1228.945] (II) Unloading fbdev
[  1228.945] (II) UnloadSubModule: "fbdevhw"
[  1228.945] (II) Unloading fbdevhw
[  1228.945] (II) UnloadModule: "vesa"
[  1228.945] (II) Unloading vesa
[  1228.945] (--) Depth 24 pixmap format is 32 bpp
[  1228.945] (II) NVIDIA: Using 49152.00 MB of virtual memory for indirect memory
[  1228.945] (II) NVIDIA:     access.
[  1228.971] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[  1228.971] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[  1228.971] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[  1228.971] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[  1228.971] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[  1228.971] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[  1228.971] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[  1228.971] (II) NVIDIA(0):     Config Options in the README.
[  1229.000] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
[  1229.896] (==) NVIDIA(0): Disabling shared memory pixmaps
[  1229.896] (==) NVIDIA(0): Backing store enabled
[  1229.896] (==) NVIDIA(0): Silken mouse enabled
[  1229.896] (==) NVIDIA(0): DPMS enabled
[  1229.896] (II) Loading sub module "dri2"
[  1229.896] (II) LoadModule: "dri2"
[  1229.896] (II) Module "dri2" already built-in
[  1229.896] (II) NVIDIA(0): [DRI2] Setup complete
[  1229.896] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[  1229.896] (--) RandR disabled
[  1229.897] (II) SELinux: Disabled on system
[  1229.898] (II) Initializing extension GLX
[  1229.898] (II) Indirect GLX disabled.
[  1229.921] (II) config/udev: Adding input device Power Button (/dev/input/event8)
[  1229.921] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  1229.921] (II) LoadModule: "libinput"
[  1229.921] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  1229.922] (II) Module libinput: vendor="X.Org Foundation"
[  1229.922]    compiled for 1.19.0, module version = 0.23.0
[  1229.922]    Module class: X.Org XInput Driver
[  1229.922]    ABI class: X.Org XInput driver, version 24.1
[  1229.922] (II) Using input driver 'libinput' for 'Power Button'
[  1229.922] (**) Power Button: always reports core events
[  1229.922] (**) Option "Device" "/dev/input/event8"
[  1229.922] (**) Option "_source" "server/udev"
[  1229.922] (II) input device 'Power Button', /dev/input/event8 is tagged by udev as: Keyboard
[  1229.922] (II) input device 'Power Button', /dev/input/event8 is a keyboard
[  1229.944] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input8/event8"
[  1229.944] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1229.944] (**) Option "xkb_model" "pc105"
[  1229.944] (**) Option "xkb_layout" "fr"
[  1229.944] (**) Option "xkb_variant" "latin9"
[  1229.956] (II) input device 'Power Button', /dev/input/event8 is tagged by udev as: Keyboard
[  1229.956] (II) input device 'Power Button', /dev/input/event8 is a keyboard
[  1229.957] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[  1229.957] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  1229.957] (II) Using input driver 'libinput' for 'Video Bus'
[  1229.957] (**) Video Bus: always reports core events
[  1229.957] (**) Option "Device" "/dev/input/event10"
[  1229.957] (**) Option "_source" "server/udev"
[  1229.957] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[  1229.957] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[  1229.976] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input10/event10"
[  1229.976] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1229.976] (**) Option "xkb_model" "pc105"
[  1229.976] (**) Option "xkb_layout" "fr"
[  1229.976] (**) Option "xkb_variant" "latin9"
[  1229.976] (II) input device 'Video Bus', /dev/input/event10 is tagged by udev as: Keyboard
[  1229.976] (II) input device 'Video Bus', /dev/input/event10 is a keyboard
[  1229.976] (II) config/udev: Adding input device Lid Switch (/dev/input/event6)
[  1229.976] (II) No input driver specified, ignoring this device.
[  1229.976] (II) This device may have been added with another device file.
[  1229.977] (II) config/udev: Adding input device Sleep Button (/dev/input/event7)
[  1229.977] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  1229.977] (II) Using input driver 'libinput' for 'Sleep Button'
[  1229.977] (**) Sleep Button: always reports core events
[  1229.977] (**) Option "Device" "/dev/input/event7"
[  1229.977] (**) Option "_source" "server/udev"
[  1229.977] (II) input device 'Sleep Button', /dev/input/event7 is tagged by udev as: Keyboard
[  1229.977] (II) input device 'Sleep Button', /dev/input/event7 is a keyboard
[  1229.992] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input7/event7"
[  1229.992] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[  1229.992] (**) Option "xkb_model" "pc105"
[  1229.992] (**) Option "xkb_layout" "fr"
[  1229.992] (**) Option "xkb_variant" "latin9"
[  1229.992] (II) input device 'Sleep Button', /dev/input/event7 is tagged by udev as: Keyboard
[  1229.992] (II) input device 'Sleep Button', /dev/input/event7 is a keyboard
[  1229.993] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event1)
[  1229.993] (**) USB OPTICAL MOUSE : Applying InputClass "libinput pointer catchall"
[  1229.993] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[  1229.993] (**) USB OPTICAL MOUSE : always reports core events
[  1229.993] (**) Option "Device" "/dev/input/event1"
[  1229.993] (**) Option "_source" "server/udev"
[  1230.052] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event1 is tagged by udev as: Mouse
[  1230.052] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event1 is a pointer caps
[  1230.084] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input1/event1"
[  1230.084] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 9)
[  1230.084] (**) Option "AccelerationScheme" "none"
[  1230.084] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[  1230.084] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[  1230.084] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[  1230.144] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event1 is tagged by udev as: Mouse
[  1230.144] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event1 is a pointer caps
[  1230.145] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/mouse0)
[  1230.145] (II) No input driver specified, ignoring this device.
[  1230.145] (II) This device may have been added with another device file.
[  1230.146] (II) config/udev: Adding input device USB OPTICAL MOUSE  (/dev/input/event2)
[  1230.146] (**) USB OPTICAL MOUSE : Applying InputClass "libinput keyboard catchall"
[  1230.146] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[  1230.146] (**) USB OPTICAL MOUSE : always reports core events
[  1230.146] (**) Option "Device" "/dev/input/event2"
[  1230.146] (**) Option "_source" "server/udev"
[  1230.147] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event2 is tagged by udev as: Keyboard
[  1230.147] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event2 is a keyboard
[  1230.176] (II) libinput: USB OPTICAL MOUSE : needs a virtual subdevice
[  1230.176] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/input/input2/event2"
[  1230.176] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: MOUSE, id 10)
[  1230.176] (**) Option "AccelerationScheme" "none"
[  1230.176] (**) USB OPTICAL MOUSE : (accel) selected scheme none/0
[  1230.176] (**) USB OPTICAL MOUSE : (accel) acceleration factor: 2.000
[  1230.176] (**) USB OPTICAL MOUSE : (accel) acceleration threshold: 4
[  1230.177] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event2 is tagged by udev as: Keyboard
[  1230.177] (II) input device 'USB OPTICAL MOUSE ', /dev/input/event2 is a keyboard
[  1230.178] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event13)
[  1230.178] (**) USB2.0 HD UVC WebCam: Applying InputClass "libinput keyboard catchall"
[  1230.178] (II) Using input driver 'libinput' for 'USB2.0 HD UVC WebCam'
[  1230.178] (**) USB2.0 HD UVC WebCam: always reports core events
[  1230.178] (**) Option "Device" "/dev/input/event13"
[  1230.178] (**) Option "_source" "server/udev"
[  1230.179] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is tagged by udev as: Keyboard
[  1230.179] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is a keyboard
[  1230.208] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/input/input13/event13"
[  1230.208] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 11)
[  1230.208] (**) Option "xkb_model" "pc105"
[  1230.208] (**) Option "xkb_layout" "fr"
[  1230.208] (**) Option "xkb_variant" "latin9"
[  1230.209] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is tagged by udev as: Keyboard
[  1230.209] (II) input device 'USB2.0 HD UVC WebCam', /dev/input/event13 is a keyboard
[  1230.210] (II) config/udev: Adding input device ASASTeK COMPUTER INC. ROG MacroKey (/dev/input/event3)
[  1230.210] (**) ASASTeK COMPUTER INC. ROG MacroKey: Applying InputClass "libinput keyboard catchall"
[  1230.210] (II) Using input driver 'libinput' for 'ASASTeK COMPUTER INC. ROG MacroKey'
[  1230.210] (**) ASASTeK COMPUTER INC. ROG MacroKey: always reports core events
[  1230.210] (**) Option "Device" "/dev/input/event3"
[  1230.210] (**) Option "_source" "server/udev"
[  1230.211] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event3 is tagged by udev as: Keyboard
[  1230.211] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event3 is a keyboard
[  1230.240] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/input/input3/event3"
[  1230.240] (II) XINPUT: Adding extended input device "ASASTeK COMPUTER INC. ROG MacroKey" (type: KEYBOARD, id 12)
[  1230.240] (**) Option "xkb_model" "pc105"
[  1230.240] (**) Option "xkb_layout" "fr"
[  1230.240] (**) Option "xkb_variant" "latin9"
[  1230.241] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event3 is tagged by udev as: Keyboard
[  1230.241] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event3 is a keyboard
[  1230.242] (II) config/udev: Adding input device ASASTeK COMPUTER INC. ROG MacroKey (/dev/input/event4)
[  1230.242] (**) ASASTeK COMPUTER INC. ROG MacroKey: Applying InputClass "libinput keyboard catchall"
[  1230.242] (II) Using input driver 'libinput' for 'ASASTeK COMPUTER INC. ROG MacroKey'
[  1230.242] (**) ASASTeK COMPUTER INC. ROG MacroKey: always reports core events
[  1230.242] (**) Option "Device" "/dev/input/event4"
[  1230.242] (**) Option "_source" "server/udev"
[  1230.243] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event4 is tagged by udev as: Keyboard
[  1230.243] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event4 is a keyboard
[  1230.272] (II) libinput: ASASTeK COMPUTER INC. ROG MacroKey: needs a virtual subdevice
[  1230.272] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/input/input4/event4"
[  1230.272] (II) XINPUT: Adding extended input device "ASASTeK COMPUTER INC. ROG MacroKey" (type: MOUSE, id 13)
[  1230.272] (**) Option "AccelerationScheme" "none"
[  1230.272] (**) ASASTeK COMPUTER INC. ROG MacroKey: (accel) selected scheme none/0
[  1230.272] (**) ASASTeK COMPUTER INC. ROG MacroKey: (accel) acceleration factor: 2.000
[  1230.272] (**) ASASTeK COMPUTER INC. ROG MacroKey: (accel) acceleration threshold: 4
[  1230.273] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event4 is tagged by udev as: Keyboard
[  1230.273] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event4 is a keyboard
[  1230.274] (II) config/udev: Adding input device ASASTeK COMPUTER INC. ROG MacroKey (/dev/input/event5)
[  1230.274] (**) ASASTeK COMPUTER INC. ROG MacroKey: Applying InputClass "libinput pointer catchall"
[  1230.274] (II) Using input driver 'libinput' for 'ASASTeK COMPUTER INC. ROG MacroKey'
[  1230.274] (**) ASASTeK COMPUTER INC. ROG MacroKey: always reports core events
[  1230.274] (**) Option "Device" "/dev/input/event5"
[  1230.274] (**) Option "_source" "server/udev"
[  1230.332] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event5 is tagged by udev as: Mouse
[  1230.332] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event5 is a pointer caps
[  1230.364] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.2/input/input5/event5"
[  1230.364] (II) XINPUT: Adding extended input device "ASASTeK COMPUTER INC. ROG MacroKey" (type: MOUSE, id 14)
[  1230.364] (**) Option "AccelerationScheme" "none"
[  1230.364] (**) ASASTeK COMPUTER INC. ROG MacroKey: (accel) selected scheme none/0
[  1230.364] (**) ASASTeK COMPUTER INC. ROG MacroKey: (accel) acceleration factor: 2.000
[  1230.364] (**) ASASTeK COMPUTER INC. ROG MacroKey: (accel) acceleration threshold: 4
[  1230.424] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event5 is tagged by udev as: Mouse
[  1230.424] (II) input device 'ASASTeK COMPUTER INC. ROG MacroKey', /dev/input/event5 is a pointer caps
[  1230.425] (II) config/udev: Adding input device ASASTeK COMPUTER INC. ROG MacroKey (/dev/input/mouse1)
[  1230.425] (II) No input driver specified, ignoring this device.
[  1230.425] (II) This device may have been added with another device file.
[  1230.426] (**) Option "Device" "/dev/input/event14"
[  1230.426] (**) Option "_source" "server/udev"
[  1230.533] (II) input device 'FTE1200:00 0B05:0201 Touchpad', /dev/input/event14 is tagged by udev as: Touchpad
[  1230.533] (II) input device 'FTE1200:00 0B05:0201 Touchpad', /dev/input/event14 is a touchpad
[  1230.564] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-2/i2c-FTE1200:00/input/input14/event14"
[  1230.564] (II) XINPUT: Adding extended input device "FTE1200:00 0B05:0201 Touchpad" (type: TOUCHPAD, id 15)
[  1230.564] (**) Option "AccelerationScheme" "none"
[  1230.564] (**) FTE1200:00 0B05:0201 Touchpad: (accel) selected scheme none/0
[  1230.564] (**) FTE1200:00 0B05:0201 Touchpad: (accel) acceleration factor: 2.000
[  1230.564] (**) FTE1200:00 0B05:0201 Touchpad: (accel) acceleration threshold: 4
[  1230.566] (II) input device 'FTE1200:00 0B05:0201 Touchpad', /dev/input/event14 is tagged by udev as: Touchpad
[  1230.566] (II) input device 'FTE1200:00 0B05:0201 Touchpad', /dev/input/event14 is a touchpad
[  1230.566] (II) config/udev: Adding input device FTE1200:00 0B05:0201 Touchpad (/dev/input/mouse2)
[  1230.566] (II) No input driver specified, ignoring this device.
[  1230.566] (II) This device may have been added with another device file.
[  1230.567] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
[  1230.567] (II) No input driver specified, ignoring this device.
[  1230.567] (II) This device may have been added with another device file.
[  1230.568] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event11)
[  1230.568] (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[  1230.568] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
[  1230.568] (**) Asus WMI hotkeys: always reports core events
[  1230.568] (**) Option "Device" "/dev/input/event11"
[  1230.568] (**) Option "_source" "server/udev"
[  1230.568] (II) input device 'Asus WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[  1230.568] (II) input device 'Asus WMI hotkeys', /dev/input/event11 is a keyboard
[  1230.592] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input11/event11"
[  1230.592] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 16)
[  1230.592] (**) Option "xkb_model" "pc105"
[  1230.592] (**) Option "xkb_layout" "fr"
[  1230.592] (**) Option "xkb_variant" "latin9"
[  1230.593] (II) input device 'Asus WMI hotkeys', /dev/input/event11 is tagged by udev as: Keyboard
[  1230.593] (II) input device 'Asus WMI hotkeys', /dev/input/event11 is a keyboard
[  1230.593] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1230.593] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[  1230.593] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[  1230.594] (**) AT Translated Set 2 keyboard: always reports core events
[  1230.594] (**) Option "Device" "/dev/input/event0"
[  1230.594] (**) Option "_source" "server/udev"
[  1230.594] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  1230.594] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  1230.624] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1230.624] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 17)
[  1230.624] (**) Option "xkb_model" "pc105"
[  1230.624] (**) Option "xkb_layout" "fr"
[  1230.624] (**) Option "xkb_variant" "latin9"
[  1230.625] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is tagged by udev as: Keyboard
[  1230.625] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event0 is a keyboard
[  1230.625] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[  1230.625] (II) No input driver specified, ignoring this device.
[  1230.625] (II) This device may have been added with another device file.
[  1230.630] (**) USB OPTICAL MOUSE : Applying InputClass "libinput keyboard catchall"
[  1230.630] (II) Using input driver 'libinput' for 'USB OPTICAL MOUSE '
[  1230.630] (**) USB OPTICAL MOUSE : always reports core events
[  1230.630] (**) Option "Device" "/dev/input/event2"
[  1230.630] (**) Option "_source" "_driver/libinput"
[  1230.630] (II) libinput: USB OPTICAL MOUSE : is a virtual subdevice
[  1230.630] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/input/input2/event2"
[  1230.630] (II) XINPUT: Adding extended input device "USB OPTICAL MOUSE " (type: KEYBOARD, id 18)
[  1230.630] (**) Option "xkb_model" "pc105"
[  1230.630] (**) Option "xkb_layout" "fr"
[  1230.630] (**) Option "xkb_variant" "latin9"
[  1230.630] (**) ASASTeK COMPUTER INC. ROG MacroKey: Applying InputClass "libinput keyboard catchall"
[  1230.630] (II) Using input driver 'libinput' for 'ASASTeK COMPUTER INC. ROG MacroKey'
[  1230.630] (**) ASASTeK COMPUTER INC. ROG MacroKey: always reports core events
[  1230.630] (**) Option "Device" "/dev/input/event4"
[  1230.630] (**) Option "_source" "_driver/libinput"
[  1230.630] (II) libinput: ASASTeK COMPUTER INC. ROG MacroKey: is a virtual subdevice
[  1230.630] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.1/input/input4/event4"
[  1230.630] (II) XINPUT: Adding extended input device "ASASTeK COMPUTER INC. ROG MacroKey" (type: KEYBOARD, id 19)
[  1230.630] (**) Option "xkb_model" "pc105"
[  1230.630] (**) Option "xkb_layout" "fr"
[  1230.630] (**) Option "xkb_variant" "latin9"
[  1230.630] (--) NVIDIA(GPU-0): LGD (DFP-0): connected
[  1230.630] (--) NVIDIA(GPU-0): LGD (DFP-0): Internal DisplayPort
[  1230.630] (--) NVIDIA(GPU-0): LGD (DFP-0): 1440.0 MHz maximum pixel clock
[  1230.630] (--) NVIDIA(GPU-0):
[  1235.099] (--) NVIDIA(GPU-0): LGD (DFP-0): connected
[  1235.099] (--) NVIDIA(GPU-0): LGD (DFP-0): Internal DisplayPort
[  1235.099] (--) NVIDIA(GPU-0): LGD (DFP-0): 1440.0 MHz maximum pixel clock
[  1235.099] (--) NVIDIA(GPU-0):
[  1235.099] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1235.099] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1235.099] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[  1235.099] (--) NVIDIA(GPU-0):
[  1235.099] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1235.099] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1235.099] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1235.099] (--) NVIDIA(GPU-0):
[  1235.099] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1235.099] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1235.099] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  1235.099] (--) NVIDIA(GPU-0):
[  1235.479] (--) NVIDIA(GPU-0): LGD (DFP-0): connected
[  1235.479] (--) NVIDIA(GPU-0): LGD (DFP-0): Internal DisplayPort
[  1235.479] (--) NVIDIA(GPU-0): LGD (DFP-0): 1440.0 MHz maximum pixel clock
[  1235.479] (--) NVIDIA(GPU-0):
[  1235.479] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1235.479] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1235.480] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[  1235.480] (--) NVIDIA(GPU-0):
[  1235.480] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1235.480] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1235.480] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1235.480] (--) NVIDIA(GPU-0):
[  1235.480] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1235.480] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1235.480] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  1235.480] (--) NVIDIA(GPU-0):
[  1302.375] (--) NVIDIA(GPU-0): LGD (DFP-0): connected
[  1302.375] (--) NVIDIA(GPU-0): LGD (DFP-0): Internal DisplayPort
[  1302.375] (--) NVIDIA(GPU-0): LGD (DFP-0): 1440.0 MHz maximum pixel clock
[  1302.375] (--) NVIDIA(GPU-0):
[  1302.375] (--) NVIDIA(GPU-0): DFP-1: disconnected
[  1302.375] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[  1302.375] (--) NVIDIA(GPU-0): DFP-1: 330.0 MHz maximum pixel clock
[  1302.375] (--) NVIDIA(GPU-0):
[  1302.375] (--) NVIDIA(GPU-0): DFP-2: disconnected
[  1302.375] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[  1302.375] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[  1302.375] (--) NVIDIA(GPU-0):
[  1302.375] (--) NVIDIA(GPU-0): DFP-3: disconnected
[  1302.375] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[  1302.375] (--) NVIDIA(GPU-0): DFP-3: 330.0 MHz maximum pixel clock
[  1302.375] (--) NVIDIA(GPU-0):
 


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#48 15-05-2017 17:29:54

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bonsoir

=> https://fr.wikipedia.org/wiki/D%C3%A9finition_d'%C3%A9cran

d'après le log


[  1228.942] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[  1228.945] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
 


c'est pris en compte
je comprend pas ton problème , les applications sortent de l'écran ?
tu a pas une option "loupe" sur ton bureau en service
tout est plus gros , menu , icones , applications ?
peut etre trouver les caractéristiques de ton écran interne.
tu a testé sur un écran externe TFT ?

sur X Screen 0  que te donne nvidia-settings comme valeurs ? (a partir du bureau  "paramètres du serveur X nvidia)

portable => https://www.asus.com/fr/ROG-Republic-Of … fications/


15.6" (16:9) rétroéclairage LED FHD (1920x1080) 120Hz anti-reflet dalle avec 72% NTSC with G-Sync
Avec la technologie WideView
 



péférence de l'écran , la définition verticale ?  (appliqué et celle proposée , exemple j'ai 60 ou 75 disponible )
au plus tu monte en valeur au plus l image est nette (tant que la carte le supporte et l'écran )

nota : cherché mais rien trouvé , le gsync ok limite a 60 (contre le tearing ) pour le NTFS je vois pas (sur le rendu  des couleurs ) et technologie WideView connait pas.
si tu a l occasion teste un écran externe , que l'écran interne soit mal géré par le driver de debian  hmm

FHD et WideView , améliore angle de vision , luminosité , précisions des couleurs  (une recherche avec "technologie WideView" )

Dernière modification par anonyme (15-05-2017 18:06:21)

#49 15-05-2017 20:55:33

wheezzy
Membre
Distrib. : Debian Stretch
Noyau : Linux 4.9.0-2-amd64
(G)UI : KDE 5 Plasma
Inscription : 10-09-2016

Re : [Resolu/Fix]GTX 1070 Et Wifi

C'est éxactement la meme chose que ce post:
http://www.linuxquestions.org/questions … ge-853657/
http://imgur.com/rYzBQ avant
http://imgur.com/94lyN maintenant (illustration)

par exemple la page débian facile est géante, je vois pas les bandes bleues, tandis que sur windows ou en enlevant les pilotes nvidia je les vois.
Je peense pas voir de loupe ou autre, ca n'apparait que quand le driver nvidia est actif.
Tout est géant, comme si j'étais passé en 1024x768, mais je suis bien en FHD .Pas pu tester sur un écran externe hmm
nvidia settings:

Screen number : 0
Display number : asus:0.0
Dimensions: 1920x1080 pixels (341x191 millimeters)
Resolution: 143x144 dots per inch
Depth: 24
GPUs: GeForce GTX 1070 (GPU 0)
Displays LGD (DFP-0)

Dernière modification par wheezzy (15-05-2017 23:00:55)


Asus ROG GL502VS (Win10,Debian 9 Stretch,Kqli)
Dell ATG e6400 (Debian 9 Stretch)
RPi 3 Plex

Hors ligne

#50 16-05-2017 05:22:32

anonyme
Invité

Re : [Resolu/Fix]GTX 1070 Et Wifi

Bonjour
j'ai un 27 pouces Asus sur ma GTX1070
1920x1080 pixels  (508x286 millimètres)
résolution 96x96 dots per inch
écran Asus VE278  (DFP-1)
j'ai pas trouvé sur gnome la fréquence verticale dans le menu (comme sur Mate ).
la vision est confortable (c'est le but avec un 27 ) , bande bleue a droite et gauche sur le forum (page principale ou blanche a l intérieur des posts )  environ 70 mm de chaque coté.

tu me dit qu 'avec le driver nouveau ça fonctionne bien , et sous windows également.

tu a testé la valeur 100 et 75dpi
d'aprés le lien du post que tu a donné il a résolu avec la valeur "100dpi"

il me semble que l'écran devrait donner les infos au driver. (tu peu voir la différence de la valeur dimensions et résolution entre le driver nvidia et nouveau ) ou mème windows

nota : bon j'ai la meme chose que toi sur certaines machines , écran 19 pouces 1440x900  dpi 89x87 (pas de bandes a droite et gauche de l'écran  sur le forum )
comme je porte des loupes pour regarder l'écran jamais fait attention , au plus c'est gros au mieux je me porte  tongue
en jeux ça dit quoi ?

sur un autre , 24 pouces 92x91  1920x1080 (l affichage correct ) tous en 16/9 ème .

un autre 27 pouces dpi 81x80  1920x1080 (correct )
la tu me pose une colle je vois pas de quoi cela peu provenir  (un autre 19 pouces identique a celui du dessus 91x91dpi   1440x900 meme souci (par contre l'aspect est correct pour moi )
le menu , les icones c'est correct , je peu pas comparer avec autre chose pas de windows et principalement des bureaux Mate
essaie de balayer entre 75 et 100dpi voir les changements

nota : toutes mes machines sont en "auto" , pas de xorg.conf , et en carte nvidia et driver propriétaire .

je pense que la solution est la : (de ton lien )
=>  https://www.mythtv.org/wiki/Specifying_ … IDIA_Cards


I was able to more or less solve the problem by editing my /etc/X11/xorg.conf, within Section "Monitor", and adding:
Code:

    Option         "UseEdidDpi" "FALSE"
    Option         "DPI" "100 x 100"

 



a ajouter dans la section "monitor"  du xorg.conf  (celui ci tu peu l'effacer  => /usr/share/X11/xorg.conf.d/nvidia-drm-outputclass.conf )  ,
tu peu mettre toutes les options dans un meme xorg.conf  (définit par les "sections" ) , utiliser plusieurs fichiers pas très correct

ceci doit changé dans le log


[  1228.945] (--) NVIDIA(0): DPI set to (143, 144); computed from "UseEdidDpi" X config
 


EdidDpi  doit etre désactivé , et par exemple si tu teste 100dpi tu dois avoir  "DPI set to (100,100)"  dans le log
j'ai pas testé pour l'instant
ps: et pense a regarder avec nouveau les valeurs dans le log du serveur X ( puisque tu dis que c'est plus correct avec le driver libre )

=> https://technet.microsoft.com/en-us/lib … 16252.aspx

il me semble d'après cet article , que la variation est l inverse du résultat désiré .
l article est de 2013

ps :
j'ai testé sur une de mes machines 75 x 75  dpi  , ça fonctionne pas je reste a 91 x 91 , je ferai quelques tests je te tien au courant .

Dernière modification par anonyme (16-05-2017 08:43:02)

Pied de page des forums