[xfce] La session est éffacée lorsque je suspend le système
Publié : jeu. 20 juin 2013, 15:17
Bonjour,
Lorsque je clique sur "suspendre", met le système en veille ou change de terminal (tty), ma session xfce est complètement arrêtée. Du coup quand je "rallume" ou quand je reviens au terminal où je m'étais connecté, je me reconnecte via slim pour constaté que tout a été effacé, comme si j'avais carrément redémarré le pc.
J'ai essayé plusieurs méthodes en interprétant ce que je lis dans les wiki anglophones et francophones mais ça n'a rien donné à part peut-être le fait que slim est redémarré automatiquement alors qu'avant il n'y avait que la console.
À cause de ce problème je suis obligé de laisser mon portable branché et allumé quand je m'absente longtemps, ce qui affecte ma conscience écologique et la facture énergétique.
Pour info : j'utilise slim comme vous vous en doutiez déjà.
Voici la dernière version de mon ~/.xinitrc
J'ai aussi collé un xserverrc dans mon home. J'ai jamais compris ce qu'ils voulaient dire quand ils parlaient de "nolisten truc machin".
Si ça peut aider, mon /etc/slim.conf :
Et là c'est le rapport de X :
Vous remerciant de considérer se message.
Lorsque je clique sur "suspendre", met le système en veille ou change de terminal (tty), ma session xfce est complètement arrêtée. Du coup quand je "rallume" ou quand je reviens au terminal où je m'étais connecté, je me reconnecte via slim pour constaté que tout a été effacé, comme si j'avais carrément redémarré le pc.
J'ai essayé plusieurs méthodes en interprétant ce que je lis dans les wiki anglophones et francophones mais ça n'a rien donné à part peut-être le fait que slim est redémarré automatiquement alors qu'avant il n'y avait que la console.
À cause de ce problème je suis obligé de laisser mon portable branché et allumé quand je m'absente longtemps, ce qui affecte ma conscience écologique et la facture énergétique.
Pour info : j'utilise slim comme vous vous en doutiez déjà.
Voici la dernière version de mon ~/.xinitrc
Code : Tout sélectionner
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec startxfce4 -- :0
Code : Tout sélectionner
#!/bin/sh
if [ -z "$XDG_VTNR" ]; then
exec /usr/bin/X -nolisten tcp "$@"
else
exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
fi
Code : Tout sélectionner
# Path, X server and arguments (if needed)
# Note: -xauth $authfile is automatically appended
default_path /bin:/usr/bin:/usr/local/bin
default_xserver /usr/bin/X
xserver_arguments -nolisten tcp vt07
# Commands for halt, login, etc.
halt_cmd /sbin/shutdown -h now
reboot_cmd /sbin/shutdown -r now
console_cmd /usr/bin/xterm -C -fg white -bg black +sb -T "Console login" -e /bin/sh -c "/bin/cat /etc/issue; exec /bin/login"
#suspend_cmd /usr/sbin/suspend
# Full path to the xauth binary
xauth_path /usr/bin/xauth
# Xauth file for server
authfile /var/run/slim.auth
# Activate numlock when slim starts. Valid values: on|off
# numlock on
# Hide the mouse cursor (note: does not work with some WMs).
# Valid values: true|false
# hidecursor false
# This command is executed after a succesful login.
# you can place the %session and %theme variables
# to handle launching of specific commands in .xinitrc
# depending of chosen session and slim theme
#
# NOTE: if your system does not have bash you need
# to adjust the command according to your preferred shell,
# i.e. for freebsd use:
# login_cmd exec /bin/sh - ~/.xinitrc %session
login_cmd exec /usr/bin/zsh -login ~/.xinitrc %session
# Commands executed when starting and exiting a session.
# They can be used for registering a X11 session with
# sessreg. You can use the %user variable
#
# sessionstart_cmd some command
# sessionstop_cmd some command
# Start in daemon mode. Valid values: yes | no
# Note that this can be overriden by the command line
# options "-d" and "-nodaemon"
# daemon yes
# Available sessions (first one is the default).
# The current chosen session name is replaced in the login_cmd
# above, so your login command can handle different sessions.
# see the xinitrc.sample file shipped with slim sources
sessions xfce4,icewm-session,wmaker,blackbox
# Executed when pressing F11 (requires imagemagick)
screenshot_cmd import -window root /slim.png
# welcome message. Available variables: %host, %domain
welcome_msg Welcome to %host
# Session message. Prepended to the session name when pressing F1
# session_msg Session:
# shutdown / reboot messages
shutdown_msg The system is halting...
reboot_msg The system is rebooting...
# default user, leave blank or remove this line
# for avoid pre-loading the username.
default_user andrianina
# Focus the password field on start when default_user is set
# Set to "yes" to enable this feature
#focus_password no
# Automatically login the default user (without entering
# the password. Set to "yes" to enable this feature
#auto_login no
# current theme, use comma separated list to specify a set to
# randomly choose from
current_theme default
# Lock file
lockfile /var/lock/slim.lock
# Log file
logfile /var/log/slim.log
Code : Tout sélectionner
[ 193.257]
X.Org X Server 1.14.1
Release Date: 2013-04-17
[ 193.257] X Protocol Version 11, Revision 0
[ 193.257] Build Operating System: Linux 3.8.7-1-ARCH x86_64
[ 193.257] Current Operating System: Linux ordinateur 3.9.5-1-ARCH #1 SMP PREEMPT Sat Jun 8 09:22:45 CEST 2013 x86_64
[ 193.257] Kernel command line: root=UUID=d2478860-1e8b-4ac4-8e70-7a2f1613b737 ro rootfstype=ext4 add_efi_memmap systemd.unit=graphical.target initrd=EFI\arch\initramfs-arch.img
[ 193.257] Build Date: 17 April 2013 02:37:06PM
[ 193.257]
[ 193.257] Current version of pixman: 0.30.0
[ 193.257] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 193.257] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 193.257] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 19 12:59:37 2013
[ 193.258] (==) Using config file: "/etc/X11/xorg.conf"
[ 193.258] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 193.258] (==) No Layout section. Using the first Screen section.
[ 193.258] (==) No screen section available. Using defaults.
[ 193.258] (**) |-->Screen "Default Screen Section" (0)
[ 193.258] (**) | |-->Monitor "<default monitor>"
[ 193.258] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 193.258] (**) Option "BlankTime" "0"
[ 193.258] (**) Option "StandbyTime" "0"
[ 193.258] (**) Option "SuspendTime" "0"
[ 193.258] (**) Option "OffTime" "0"
[ 193.258] (==) Automatically adding devices
[ 193.258] (==) Automatically enabling devices
[ 193.258] (==) Automatically adding GPU devices
[ 193.258] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/OTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 193.258] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 193.258] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 193.258] (II) Loader magic: 0x7fcc20
[ 193.258] (II) Module ABI versions:
[ 193.258] X.Org ANSI C Emulation: 0.4
[ 193.258] X.Org Video Driver: 14.1
[ 193.258] X.Org XInput driver : 19.1
[ 193.259] X.Org Server Extension : 7.0
[ 193.259] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 193.259] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 193.261] (--) PCI:*(0:0:2:0) 8086:0166:1462:10d9 rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[ 193.261] (--) PCI: (0:1:0:0) 10de:11a7:1462:10d9 rev 161, Mem @ 0xf5000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[ 193.262] Initializing built-in extension Generic Event Extension
[ 193.262] Initializing built-in extension SHAPE
[ 193.262] Initializing built-in extension MIT-SHM
[ 193.262] Initializing built-in extension XInputExtension
[ 193.262] Initializing built-in extension XTEST
[ 193.262] Initializing built-in extension BIG-REQUESTS
[ 193.262] Initializing built-in extension SYNC
[ 193.262] Initializing built-in extension XKEYBOARD
[ 193.262] Initializing built-in extension XC-MISC
[ 193.262] Initializing built-in extension SECURITY
[ 193.262] Initializing built-in extension XINERAMA
[ 193.262] Initializing built-in extension XFIXES
[ 193.262] Initializing built-in extension RENDER
[ 193.262] Initializing built-in extension RANDR
[ 193.262] Initializing built-in extension COMPOSITE
[ 193.262] Initializing built-in extension DAMAGE
[ 193.262] Initializing built-in extension MIT-SCREEN-SAVER
[ 193.262] Initializing built-in extension DOUBLE-BUFFER
[ 193.262] Initializing built-in extension RECORD
[ 193.262] Initializing built-in extension DPMS
[ 193.262] Initializing built-in extension X-Resource
[ 193.262] Initializing built-in extension XVideo
[ 193.262] Initializing built-in extension XVideo-MotionCompensation
[ 193.262] Initializing built-in extension XFree86-VidModeExtension
[ 193.262] Initializing built-in extension XFree86-DGA
[ 193.262] Initializing built-in extension XFree86-DRI
[ 193.262] Initializing built-in extension DRI2
[ 193.262] (II) LoadModule: "glx"
[ 193.262] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 193.263] (II) Module glx: vendor="X.Org Foundation"
[ 193.263] compiled for 1.14.1, module version = 1.0.0
[ 193.263] ABI class: X.Org Server Extension, version 7.0
[ 193.263] (==) AIGLX enabled
[ 193.263] Loading extension GLX
[ 193.263] (==) Matched intel as autoconfigured driver 0
[ 193.263] (==) Matched nouveau as autoconfigured driver 1
[ 193.263] (==) Matched nvidia as autoconfigured driver 2
[ 193.263] (==) Matched nv as autoconfigured driver 3
[ 193.263] (==) Matched intel as autoconfigured driver 4
[ 193.263] (==) Matched vesa as autoconfigured driver 5
[ 193.263] (==) Matched modesetting as autoconfigured driver 6
[ 193.263] (==) Matched fbdev as autoconfigured driver 7
[ 193.263] (==) Assigned the driver to the xf86ConfigLayout
[ 193.263] (II) LoadModule: "intel"
[ 193.263] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 193.263] (II) Module intel: vendor="X.Org Foundation"
[ 193.263] compiled for 1.14.1, module version = 2.21.9
[ 193.263] Module class: X.Org Video Driver
[ 193.263] ABI class: X.Org Video Driver, version 14.1
[ 193.263] (II) LoadModule: "nouveau"
[ 193.264] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[ 193.264] (II) Module nouveau: vendor="X.Org Foundation"
[ 193.264] compiled for 1.14.1, module version = 1.0.8
[ 193.264] Module class: X.Org Video Driver
[ 193.264] ABI class: X.Org Video Driver, version 14.1
[ 193.264] (II) LoadModule: "nvidia"
[ 193.264] (WW) Warning, couldn't open module nvidia
[ 193.264] (II) UnloadModule: "nvidia"
[ 193.264] (II) Unloading nvidia
[ 193.264] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 193.264] (II) LoadModule: "nv"
[ 193.265] (WW) Warning, couldn't open module nv
[ 193.265] (II) UnloadModule: "nv"
[ 193.265] (II) Unloading nv
[ 193.265] (EE) Failed to load module "nv" (module does not exist, 0)
[ 193.265] (II) LoadModule: "vesa"
[ 193.265] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 193.265] (II) Module vesa: vendor="X.Org Foundation"
[ 193.265] compiled for 1.14.0, module version = 2.3.2
[ 193.265] Module class: X.Org Video Driver
[ 193.265] ABI class: X.Org Video Driver, version 14.1
[ 193.265] (II) LoadModule: "modesetting"
[ 193.265] (WW) Warning, couldn't open module modesetting
[ 193.265] (II) UnloadModule: "modesetting"
[ 193.265] (II) Unloading modesetting
[ 193.265] (EE) Failed to load module "modesetting" (module does not exist, 0)
[ 193.265] (II) LoadModule: "fbdev"
[ 193.266] (WW) Warning, couldn't open module fbdev
[ 193.266] (II) UnloadModule: "fbdev"
[ 193.266] (II) Unloading fbdev
[ 193.266] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 193.266] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
Haswell SDV Server (GT2), Haswell SDV Server (GT3),
Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
HD Graphics 4600, Iris(TM) Pro Graphics 5200,
Haswell CRW Server (GT1), Haswell CRW Server (GT2),
Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
Iris(TM) Pro Graphics 5200, ValleyView PO board
[ 193.267] (II) NOUVEAU driver
[ 193.267] (II) NOUVEAU driver for NVIDIA chipset families :
[ 193.267] RIVA TNT (NV04)
[ 193.267] RIVA TNT2 (NV05)
[ 193.267] GeForce 256 (NV10)
[ 193.267] GeForce 2 (NV11, NV15)
[ 193.267] GeForce 4MX (NV17, NV18)
[ 193.267] GeForce 3 (NV20)
[ 193.267] GeForce 4Ti (NV25, NV28)
[ 193.267] GeForce FX (NV3x)
[ 193.267] GeForce 6 (NV4x)
[ 193.267] GeForce 7 (G7x)
[ 193.267] GeForce 8 (G8x)
[ 193.267] GeForce GTX 200 (NVA0)
[ 193.267] GeForce GTX 400 (NVC0)
[ 193.267] (II) VESA: driver for VESA chipsets: vesa
[ 193.267] (++) using VT number 7
[ 193.272] (II) [drm] nouveau interface version: 1.1.0
[ 193.272] (WW) Falling back to old probe method for vesa
[ 193.272] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 193.272] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 193.272] (==) intel(0): RGB weight 888
[ 193.272] (==) intel(0): Default visual is TrueColor
[ 193.272] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[ 193.272] (**) intel(0): Relaxed fencing enabled
[ 193.272] (**) intel(0): Wait on SwapBuffers? enabled
[ 193.272] (**) intel(0): Triple buffering? enabled
[ 193.272] (**) intel(0): Framebuffer tiled
[ 193.272] (**) intel(0): Pixmaps tiled
[ 193.272] (**) intel(0): 3D buffers tiled
[ 193.272] (**) intel(0): SwapBuffers wait enabled
[ 193.272] (==) intel(0): video overlay key set to 0x101fe
[ 193.272] (II) intel(0): Output LVDS1 has no monitor section
[ 193.309] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[ 193.310] (II) intel(0): Output VGA1 has no monitor section
[ 193.311] (II) intel(0): Output HDMI1 has no monitor section
[ 193.311] (II) intel(0): Output DP1 has no monitor section
[ 193.311] (II) intel(0): EDID for output LVDS1
[ 193.311] (II) intel(0): Manufacturer: CMO Model: 1720 Serial#: 0
[ 193.311] (II) intel(0): Year: 2011 Week: 2
[ 193.311] (II) intel(0): EDID Version: 1.3
[ 193.311] (II) intel(0): Digital Display Input
[ 193.311] (II) intel(0): Max Image Size [cm]: horiz.: 38 vert.: 21
[ 193.311] (II) intel(0): Gamma: 2.20
[ 193.311] (II) intel(0): No DPMS capabilities specified
[ 193.311] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 193.311] (II) intel(0): First detailed timing is preferred mode
[ 193.311] (II) intel(0): redX: 0.640 redY: 0.333 greenX: 0.303 greenY: 0.613
[ 193.311] (II) intel(0): blueX: 0.154 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
[ 193.311] (II) intel(0): Manufacturer's mask: 0
[ 193.311] (II) intel(0): Supported detailed timing:
[ 193.311] (II) intel(0): clock: 138.7 MHz Image Size: 382 x 215 mm
[ 193.311] (II) intel(0): h_active: 1920 h_sync: 1968 h_sync_end 2000 h_blank_end 2080 h_border: 0
[ 193.311] (II) intel(0): v_active: 1080 v_sync: 1083 v_sync_end 1088 v_blanking: 1111 v_border: 0
[ 193.311] (II) intel(0): N173HGE-L11
[ 193.311] (II) intel(0): CMO
[ 193.311] (II) intel(0): N173HGE-L11
[ 193.311] (II) intel(0): EDID (in hex):
[ 193.311] (II) intel(0): 00ffffffffffff000daf201700000000
[ 193.311] (II) intel(0): 02150103802615780ad895a3554d9d27
[ 193.311] (II) intel(0): 0f505400000001010101010101010101
[ 193.311] (II) intel(0): 0101010101012e3680a070381f403020
[ 193.311] (II) intel(0): 35007ed710000018000000fe004e3137
[ 193.311] (II) intel(0): 334847452d4c31310a20000000fe0043
[ 193.311] (II) intel(0): 4d4f0a202020202020202020000000fe
[ 193.311] (II) intel(0): 004e3137334847452d4c31310a20006e
[ 193.312] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[ 193.312] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[ 193.312] (II) intel(0): Printing probed modes for output LVDS1
[ 193.312] (II) intel(0): Modeline "1920x1080"x60.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.7 kHz eP)
[ 193.312] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 193.312] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 193.312] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 193.312] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 193.312] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 193.312] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 193.312] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 193.313] (II) intel(0): EDID for output VGA1
[ 193.313] (II) intel(0): EDID for output HDMI1
[ 193.314] (II) intel(0): EDID for output DP1
[ 193.314] (II) intel(0): Output LVDS1 connected
[ 193.314] (II) intel(0): Output VGA1 disconnected
[ 193.314] (II) intel(0): Output HDMI1 disconnected
[ 193.314] (II) intel(0): Output DP1 disconnected
[ 193.314] (II) intel(0): Using exact sizes for initial modes
[ 193.314] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[ 193.314] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 193.314] (II) intel(0): Kernel page flipping support detected, enabling
[ 193.314] (==) intel(0): DPI set to (96, 96)
[ 193.314] (II) Loading sub module "fb"
[ 193.314] (II) LoadModule: "fb"
[ 193.314] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 193.314] (II) Module fb: vendor="X.Org Foundation"
[ 193.314] compiled for 1.14.1, module version = 1.0.0
[ 193.314] ABI class: X.Org ANSI C Emulation, version 0.4
[ 193.314] (II) Loading sub module "dri2"
[ 193.314] (II) LoadModule: "dri2"
[ 193.314] (II) Module "dri2" already built-in
[ 193.314] (II) Loading sub module "dri2"
[ 193.314] (II) LoadModule: "dri2"
[ 193.314] (II) Module "dri2" already built-in
[ 193.315] (--) NOUVEAU(G0): Chipset: "NVIDIA NVe4"
[ 193.315] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[ 193.315] (==) NOUVEAU(G0): RGB weight 888
[ 193.315] (==) NOUVEAU(G0): Default visual is TrueColor
[ 193.315] (==) NOUVEAU(G0): Using HW cursor
[ 193.315] (==) NOUVEAU(G0): GLX sync to VBlank disabled.
[ 193.315] (==) NOUVEAU(G0): Page flipping enabled
[ 193.315] (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2]
[ 193.426] (II) NOUVEAU(G0): Output DP-2 has no monitor section
[ 193.533] (II) NOUVEAU(G0): Output HDMI-2 has no monitor section
[ 193.640] (II) NOUVEAU(G0): EDID for output DP-2
[ 193.746] (II) NOUVEAU(G0): EDID for output HDMI-2
[ 193.746] (II) NOUVEAU(G0): Output DP-2 disconnected
[ 193.746] (II) NOUVEAU(G0): Output HDMI-2 disconnected
[ 193.746] (WW) NOUVEAU(G0): No outputs definitely connected, trying again...
[ 193.746] (II) NOUVEAU(G0): Output DP-2 disconnected
[ 193.746] (II) NOUVEAU(G0): Output HDMI-2 disconnected
[ 193.746] (WW) NOUVEAU(G0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[ 193.746] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 193.746] (--) NOUVEAU(G0): Virtual size is 1920x1080 (pitch 0)
[ 193.746] (**) NOUVEAU(G0): Mode "1920x1080": 173.0 MHz (scaled from 0.0 MHz), 67.2 kHz, 60.0 Hz
[ 193.746] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[ 193.746] (==) NOUVEAU(G0): DPI set to (96, 96)
[ 193.746] (II) Loading sub module "fb"
[ 193.746] (II) LoadModule: "fb"
[ 193.746] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 193.746] (II) Module fb: vendor="X.Org Foundation"
[ 193.746] compiled for 1.14.1, module version = 1.0.0
[ 193.746] ABI class: X.Org ANSI C Emulation, version 0.4
[ 193.746] (II) Loading sub module "exa"
[ 193.746] (II) LoadModule: "exa"
[ 193.746] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 193.746] (II) Module exa: vendor="X.Org Foundation"
[ 193.746] compiled for 1.14.1, module version = 2.6.0
[ 193.746] ABI class: X.Org Video Driver, version 14.1
[ 193.746] (II) Loading sub module "shadowfb"
[ 193.746] (II) LoadModule: "shadowfb"
[ 193.747] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[ 193.747] (II) Module shadowfb: vendor="X.Org Foundation"
[ 193.747] compiled for 1.14.1, module version = 1.0.0
[ 193.747] ABI class: X.Org ANSI C Emulation, version 0.4
[ 193.747] (II) UnloadModule: "vesa"
[ 193.747] (II) Unloading vesa
[ 193.747] (==) Depth 24 pixmap format is 32 bpp
[ 193.750] (II) NOUVEAU(G0): Opened GPU channel 0
[ 193.753] (II) NOUVEAU(G0): [DRI2] Setup complete
[ 193.753] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
[ 193.753] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
[ 193.753] (II) EXA(256): Driver allocated offscreen pixmaps
[ 193.753] (II) EXA(256): Driver registered support for the following operations:
[ 193.753] (II) Solid
[ 193.753] (II) Copy
[ 193.753] (II) Composite (RENDER acceleration)
[ 193.753] (II) UploadToScreen
[ 193.753] (II) DownloadFromScreen
[ 193.753] (==) NOUVEAU(G0): Backing store disabled
[ 193.753] (==) NOUVEAU(G0): Silken mouse enabled
[ 193.753] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[ 193.754] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[ 193.754] (==) NOUVEAU(G0): DPMS enabled
[ 193.754] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 193.754] (II) intel(0): [DRI2] Setup complete
[ 193.754] (II) intel(0): [DRI2] DRI driver: i965
[ 193.754] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[ 193.754] (II) UXA(0): Driver registered support for the following operations:
[ 193.754] (II) solid
[ 193.754] (II) copy
[ 193.754] (II) composite (RENDER acceleration)
[ 193.754] (II) put_image
[ 193.754] (II) get_image
[ 193.754] (==) intel(0): Backing store disabled
[ 193.754] (==) intel(0): Silken mouse enabled
[ 193.754] (II) intel(0): Initializing HW Cursor
[ 193.754] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 193.761] (==) intel(0): DPMS enabled
[ 193.761] (==) intel(0): Intel XvMC decoder enabled
[ 193.761] (II) intel(0): Set up textured video
[ 193.761] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[ 193.761] (II) intel(0): direct rendering: DRI2 Enabled
[ 193.761] (==) intel(0): hotplug detection: "enabled"
[ 193.780] (--) RandR disabled
[ 193.789] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 193.789] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 193.789] (II) AIGLX: enabled GLX_ARB_create_context
[ 193.789] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 193.789] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 193.789] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 193.789] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 193.790] (II) AIGLX: Loaded and initialized i965
[ 193.790] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 193.790] (II) intel(0): Setting screen physical size to 508 x 285
[ 193.852] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 193.853] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 193.853] (II) LoadModule: "evdev"
[ 193.853] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 193.853] (II) Module evdev: vendor="X.Org Foundation"
[ 193.853] compiled for 1.14.0, module version = 2.8.0
[ 193.853] Module class: X.Org XInput Driver
[ 193.853] ABI class: X.Org XInput driver, version 19.1
[ 193.853] (II) Using input driver 'evdev' for 'Power Button'
[ 193.853] (**) Power Button: always reports core events
[ 193.853] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 193.853] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 193.853] (--) evdev: Power Button: Found keys
[ 193.853] (II) evdev: Power Button: Configuring as keyboard
[ 193.853] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[ 193.853] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 193.853] (**) Option "xkb_rules" "evdev"
[ 193.853] (**) Option "xkb_model" "evdev"
[ 193.853] (**) Option "xkb_layout" "fr"
[ 193.883] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[ 193.883] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 193.883] (II) Using input driver 'evdev' for 'Video Bus'
[ 193.883] (**) Video Bus: always reports core events
[ 193.883] (**) evdev: Video Bus: Device: "/dev/input/event16"
[ 193.883] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 193.883] (--) evdev: Video Bus: Found keys
[ 193.883] (II) evdev: Video Bus: Configuring as keyboard
[ 193.883] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event16"
[ 193.883] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 193.883] (**) Option "xkb_rules" "evdev"
[ 193.883] (**) Option "xkb_model" "evdev"
[ 193.883] (**) Option "xkb_layout" "fr"
[ 193.884] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[ 193.884] (II) No input driver specified, ignoring this device.
[ 193.884] (II) This device may have been added with another device file.
[ 193.884] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[ 193.884] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 193.884] (II) Using input driver 'evdev' for 'Video Bus'
[ 193.884] (**) Video Bus: always reports core events
[ 193.884] (**) evdev: Video Bus: Device: "/dev/input/event15"
[ 193.884] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 193.884] (--) evdev: Video Bus: Found keys
[ 193.884] (II) evdev: Video Bus: Configuring as keyboard
[ 193.884] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LNXVIDEO:00/input/input15/event15"
[ 193.884] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 193.884] (**) Option "xkb_rules" "evdev"
[ 193.885] (**) Option "xkb_model" "evdev"
[ 193.885] (**) Option "xkb_layout" "fr"
[ 193.885] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 193.885] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 193.885] (II) Using input driver 'evdev' for 'Power Button'
[ 193.885] (**) Power Button: always reports core events
[ 193.885] (**) evdev: Power Button: Device: "/dev/input/event3"
[ 193.885] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 193.885] (--) evdev: Power Button: Found keys
[ 193.885] (II) evdev: Power Button: Configuring as keyboard
[ 193.885] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[ 193.885] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 193.885] (**) Option "xkb_rules" "evdev"
[ 193.886] (**) Option "xkb_model" "evdev"
[ 193.886] (**) Option "xkb_layout" "fr"
[ 193.886] (II) config/udev: Adding drm device (/dev/dri/card1)
[ 193.886] (II) config/udev: Adding drm device (/dev/dri/card0)
[ 193.887] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event1)
[ 193.887] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 193.887] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[ 193.887] (**) PixArt USB Optical Mouse: always reports core events
[ 193.887] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event1"
[ 193.887] (--) evdev: PixArt USB Optical Mouse: Vendor 0x93a Product 0x2510
[ 193.887] (--) evdev: PixArt USB Optical Mouse: Found 3 mouse buttons
[ 193.887] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[ 193.887] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[ 193.887] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[ 193.887] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[ 193.887] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[ 193.887] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 193.887] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 193.887] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/input/input1/event1"
[ 193.887] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 10)
[ 193.887] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[ 193.888] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 193.888] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[ 193.888] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[ 193.888] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[ 193.888] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[ 193.888] (II) No input driver specified, ignoring this device.
[ 193.888] (II) This device may have been added with another device file.
[ 193.888] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[ 193.888] (II) No input driver specified, ignoring this device.
[ 193.889] (II) This device may have been added with another device file.
[ 193.889] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[ 193.889] (II) No input driver specified, ignoring this device.
[ 193.889] (II) This device may have been added with another device file.
[ 193.889] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[ 193.889] (II) No input driver specified, ignoring this device.
[ 193.889] (II) This device may have been added with another device file.
[ 193.890] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event12)
[ 193.890] (II) No input driver specified, ignoring this device.
[ 193.890] (II) This device may have been added with another device file.
[ 193.890] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[ 193.890] (II) No input driver specified, ignoring this device.
[ 193.890] (II) This device may have been added with another device file.
[ 193.890] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event9)
[ 193.890] (II) No input driver specified, ignoring this device.
[ 193.890] (II) This device may have been added with another device file.
[ 193.891] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event14)
[ 193.891] (**) BisonCam, NB Pro: Applying InputClass "evdev keyboard catchall"
[ 193.891] (II) Using input driver 'evdev' for 'BisonCam, NB Pro'
[ 193.891] (**) BisonCam, NB Pro: always reports core events
[ 193.891] (**) evdev: BisonCam, NB Pro: Device: "/dev/input/event14"
[ 193.891] (--) evdev: BisonCam, NB Pro: Vendor 0x5986 Product 0x14c
[ 193.891] (--) evdev: BisonCam, NB Pro: Found keys
[ 193.891] (II) evdev: BisonCam, NB Pro: Configuring as keyboard
[ 193.891] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input14/event14"
[ 193.891] (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD, id 11)
[ 193.891] (**) Option "xkb_rules" "evdev"
[ 193.891] (**) Option "xkb_model" "evdev"
[ 193.891] (**) Option "xkb_layout" "fr"
[ 193.892] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 193.892] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 193.892] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 193.892] (**) AT Translated Set 2 keyboard: always reports core events
[ 193.892] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 193.892] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 193.892] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 193.892] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 193.892] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 193.892] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[ 193.892] (**) Option "xkb_rules" "evdev"
[ 193.892] (**) Option "xkb_model" "evdev"
[ 193.892] (**) Option "xkb_layout" "fr"
[ 193.893] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event13)
[ 193.893] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 193.893] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 193.893] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 193.893] (II) LoadModule: "synaptics"
[ 193.893] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 193.893] (II) Module synaptics: vendor="X.Org Foundation"
[ 193.893] compiled for 1.14.1, module version = 1.7.1
[ 193.893] Module class: X.Org XInput Driver
[ 193.893] ABI class: X.Org XInput driver, version 19.1
[ 193.893] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 193.893] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 193.893] (**) Option "Device" "/dev/input/event13"
[ 193.894] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[ 193.894] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692 (res 66)
[ 193.894] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4680 (res 102)
[ 193.894] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 193.894] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 193.894] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 193.894] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 193.894] (**) Option "TapButton1" "1"
[ 193.894] (**) Option "TapButton2" "2"
[ 193.894] (**) Option "TapButton3" "3"
[ 193.894] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 193.894] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 193.907] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input13/event13"
[ 193.907] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[ 193.907] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 193.907] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 193.907] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
[ 193.907] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 193.907] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 193.907] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 193.907] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 193.907] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 193.908] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 193.908] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 193.908] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 193.908] (II) No input driver specified, ignoring this device.
[ 193.908] (II) This device may have been added with another device file.
[ 193.909] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event6)
[ 193.909] (**) MSI WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 193.909] (II) Using input driver 'evdev' for 'MSI WMI hotkeys'
[ 193.909] (**) MSI WMI hotkeys: always reports core events
[ 193.909] (**) evdev: MSI WMI hotkeys: Device: "/dev/input/event6"
[ 193.909] (--) evdev: MSI WMI hotkeys: Vendor 0 Product 0
[ 193.909] (--) evdev: MSI WMI hotkeys: Found keys
[ 193.909] (II) evdev: MSI WMI hotkeys: Configuring as keyboard
[ 193.909] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[ 193.909] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 14)
[ 193.909] (**) Option "xkb_rules" "evdev"
[ 193.909] (**) Option "xkb_model" "evdev"
[ 193.909] (**) Option "xkb_layout" "fr"
[ 219.391] (II) intel(0): EDID vendor "CMO", prod id 5920
[ 219.391] (II) intel(0): Printing DDC gathered Modelines:
[ 219.391] (II) intel(0): Modeline "1920x1080"x0.0 138.70 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync (66.7 kHz eP)