Page 1 sur 1

[xfce] La session est éffacée lorsque je suspend le système

Publié : jeu. 20 juin 2013, 15:17
par Anarchist
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

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

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

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
Si ça peut aider, mon /etc/slim.conf :

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

Et là c'est le rapport de X :

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)
Vous remerciant de considérer se message.

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : jeu. 20 juin 2013, 18:02
par FoolEcho
Salut,
Anarchist a écrit :[ 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
Il te manque le resume sur la ligne démarrage (et probablement le HOOK resume dans mkinitcpio.conf ; pour être complet: il te faut aussi un swap si d'aventure tu n'en as pas, d'au moins de taille équivalente à ta RAM).
http://wiki.archlinux.fr/Mkinitcpio#R.C3.A9veil

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : ven. 21 juin 2013, 14:51
par Anarchist
Merci pour cette réponse.
J'ai en effet un swap de 1G qui est plus là pour la forme qu'autre chose sachant que j'ai déjà 8G de RAM installés.
J'ai quand même essayé d'ajouter le hook "resume" après le "base" puis resume=/dev/ma/partition/swap mais au démarrage un message indique au tout début "no device specified for hibernating" ou quelque chose comme ça. Sachant que mon swap est un volume logique, peut-être que ce serait mieux de placer resume après LVM.
Mais le problème c'est pas ce message en lui-même mais c'est que ça ne marche toujours pas. Soit comme la partition la partition ciblée n'était pas encore montée à l'activation du hook, le système ne fait pas du tout l'effort de la chercher à nouveau soit c'est mon swap qui est trop petit. Mais j'ai pas envie d'agrandir la swap parce que ce serait redondant. Alors je vais essayer la première hypothèse quand j'aurai du temps et on verra... À moins qu'il est possible de pointer directement vers la "vraie" mémoire vive.

Ah et voilà le nouveau Xorg.0.log si ça peut servir :

Code : Tout sélectionner

[    17.525] 
X.Org X Server 1.14.1
Release Date: 2013-04-17
[    17.525] X Protocol Version 11, Revision 0
[    17.525] Build Operating System: Linux 3.8.7-1-ARCH x86_64 
[    17.525] Current Operating System: Linux ordinateur 3.9.5-1-ARCH #1 SMP PREEMPT Sat Jun 8 09:22:45 CEST 2013 x86_64
[    17.525] 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
[    17.525] Build Date: 17 April 2013  02:37:06PM
[    17.525]  
[    17.525] Current version of pixman: 0.30.0
[    17.525] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.525] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.526] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 20 14:33:15 2013
[    17.606] (==) Using config file: "/etc/X11/xorg.conf"
[    17.606] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    17.704] (==) No Layout section.  Using the first Screen section.
[    17.704] (==) No screen section available. Using defaults.
[    17.704] (**) |-->Screen "Default Screen Section" (0)
[    17.704] (**) |   |-->Monitor "<default monitor>"
[    17.704] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.704] (**) Option "BlankTime" "0"
[    17.704] (**) Option "StandbyTime" "0"
[    17.704] (**) Option "SuspendTime" "0"
[    17.704] (**) Option "OffTime" "0"
[    17.705] (==) Automatically adding devices
[    17.705] (==) Automatically enabling devices
[    17.705] (==) Automatically adding GPU devices
[    17.890] (==) 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/
[    17.890] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.890] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.890] (II) Loader magic: 0x7fcc20
[    17.890] (II) Module ABI versions:
[    17.890] 	X.Org ANSI C Emulation: 0.4
[    17.890] 	X.Org Video Driver: 14.1
[    17.890] 	X.Org XInput driver : 19.1
[    17.890] 	X.Org Server Extension : 7.0
[    17.890] (II) config/udev: Adding drm device (/dev/dri/card0)
[    17.891] (II) config/udev: Adding drm device (/dev/dri/card1)
[    17.892] (--) PCI:*(0:0:2:0) 8086:0166:1462:10d9 rev 9, Mem @ 0xf6400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    17.892] (--) 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
[    17.892] Initializing built-in extension Generic Event Extension
[    17.892] Initializing built-in extension SHAPE
[    17.892] Initializing built-in extension MIT-SHM
[    17.892] Initializing built-in extension XInputExtension
[    17.892] Initializing built-in extension XTEST
[    17.892] Initializing built-in extension BIG-REQUESTS
[    17.892] Initializing built-in extension SYNC
[    17.892] Initializing built-in extension XKEYBOARD
[    17.892] Initializing built-in extension XC-MISC
[    17.892] Initializing built-in extension SECURITY
[    17.892] Initializing built-in extension XINERAMA
[    17.892] Initializing built-in extension XFIXES
[    17.892] Initializing built-in extension RENDER
[    17.892] Initializing built-in extension RANDR
[    17.892] Initializing built-in extension COMPOSITE
[    17.892] Initializing built-in extension DAMAGE
[    17.892] Initializing built-in extension MIT-SCREEN-SAVER
[    17.892] Initializing built-in extension DOUBLE-BUFFER
[    17.892] Initializing built-in extension RECORD
[    17.892] Initializing built-in extension DPMS
[    17.892] Initializing built-in extension X-Resource
[    17.892] Initializing built-in extension XVideo
[    17.892] Initializing built-in extension XVideo-MotionCompensation
[    17.892] Initializing built-in extension XFree86-VidModeExtension
[    17.893] Initializing built-in extension XFree86-DGA
[    17.893] Initializing built-in extension XFree86-DRI
[    17.893] Initializing built-in extension DRI2
[    17.893] (II) LoadModule: "glx"
[    17.893] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.905] (II) Module glx: vendor="X.Org Foundation"
[    17.905] 	compiled for 1.14.1, module version = 1.0.0
[    17.905] 	ABI class: X.Org Server Extension, version 7.0
[    17.905] (==) AIGLX enabled
[    17.906] Loading extension GLX
[    17.906] (==) Matched intel as autoconfigured driver 0
[    17.906] (==) Matched nouveau as autoconfigured driver 1
[    17.906] (==) Matched nvidia as autoconfigured driver 2
[    17.906] (==) Matched nv as autoconfigured driver 3
[    17.906] (==) Matched intel as autoconfigured driver 4
[    17.906] (==) Matched vesa as autoconfigured driver 5
[    17.906] (==) Matched modesetting as autoconfigured driver 6
[    17.906] (==) Matched fbdev as autoconfigured driver 7
[    17.906] (==) Assigned the driver to the xf86ConfigLayout
[    17.906] (II) LoadModule: "intel"
[    17.906] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    18.007] (II) Module intel: vendor="X.Org Foundation"
[    18.008] 	compiled for 1.14.1, module version = 2.21.9
[    18.008] 	Module class: X.Org Video Driver
[    18.008] 	ABI class: X.Org Video Driver, version 14.1
[    18.008] (II) LoadModule: "nouveau"
[    18.052] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
[    18.136] (II) Module nouveau: vendor="X.Org Foundation"
[    18.136] 	compiled for 1.14.1, module version = 1.0.8
[    18.136] 	Module class: X.Org Video Driver
[    18.136] 	ABI class: X.Org Video Driver, version 14.1
[    18.136] (II) LoadModule: "nvidia"
[    18.137] (WW) Warning, couldn't open module nvidia
[    18.137] (II) UnloadModule: "nvidia"
[    18.137] (II) Unloading nvidia
[    18.137] (EE) Failed to load module "nvidia" (module does not exist, 0)
[    18.137] (II) LoadModule: "nv"
[    18.137] (WW) Warning, couldn't open module nv
[    18.137] (II) UnloadModule: "nv"
[    18.137] (II) Unloading nv
[    18.137] (EE) Failed to load module "nv" (module does not exist, 0)
[    18.137] (II) LoadModule: "vesa"
[    18.137] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    18.185] (II) Module vesa: vendor="X.Org Foundation"
[    18.185] 	compiled for 1.14.0, module version = 2.3.2
[    18.185] 	Module class: X.Org Video Driver
[    18.185] 	ABI class: X.Org Video Driver, version 14.1
[    18.185] (II) LoadModule: "modesetting"
[    18.185] (WW) Warning, couldn't open module modesetting
[    18.185] (II) UnloadModule: "modesetting"
[    18.185] (II) Unloading modesetting
[    18.185] (EE) Failed to load module "modesetting" (module does not exist, 0)
[    18.185] (II) LoadModule: "fbdev"
[    18.185] (WW) Warning, couldn't open module fbdev
[    18.185] (II) UnloadModule: "fbdev"
[    18.185] (II) Unloading fbdev
[    18.185] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    18.185] (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
[    18.187] (II) NOUVEAU driver 
[    18.187] (II) NOUVEAU driver for NVIDIA chipset families :
[    18.187] 	RIVA TNT        (NV04)
[    18.187] 	RIVA TNT2       (NV05)
[    18.187] 	GeForce 256     (NV10)
[    18.187] 	GeForce 2       (NV11, NV15)
[    18.187] 	GeForce 4MX     (NV17, NV18)
[    18.187] 	GeForce 3       (NV20)
[    18.187] 	GeForce 4Ti     (NV25, NV28)
[    18.187] 	GeForce FX      (NV3x)
[    18.187] 	GeForce 6       (NV4x)
[    18.187] 	GeForce 7       (G7x)
[    18.187] 	GeForce 8       (G8x)
[    18.187] 	GeForce GTX 200 (NVA0)
[    18.187] 	GeForce GTX 400 (NVC0)
[    18.187] (II) VESA: driver for VESA chipsets: vesa
[    18.187] (++) using VT number 7

[    18.195] (II) [drm] nouveau interface version: 1.1.0
[    18.195] (WW) Falling back to old probe method for vesa
[    18.195] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    18.195] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    18.195] (==) intel(0): RGB weight 888
[    18.195] (==) intel(0): Default visual is TrueColor
[    18.195] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
[    18.195] (**) intel(0): Relaxed fencing enabled
[    18.196] (**) intel(0): Wait on SwapBuffers? enabled
[    18.196] (**) intel(0): Triple buffering? enabled
[    18.196] (**) intel(0): Framebuffer tiled
[    18.196] (**) intel(0): Pixmaps tiled
[    18.196] (**) intel(0): 3D buffers tiled
[    18.196] (**) intel(0): SwapBuffers wait enabled
[    18.196] (==) intel(0): video overlay key set to 0x101fe
[    18.196] (II) intel(0): Output LVDS1 has no monitor section
[    18.233] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[    18.234] (II) intel(0): Output VGA1 has no monitor section
[    18.235] (II) intel(0): Output HDMI2 has no monitor section
[    18.235] (II) intel(0): Output DP2 has no monitor section
[    18.235] (II) intel(0): EDID for output LVDS1
[    18.235] (II) intel(0): Manufacturer: CMO  Model: 1720  Serial#: 0
[    18.235] (II) intel(0): Year: 2011  Week: 2
[    18.235] (II) intel(0): EDID Version: 1.3
[    18.235] (II) intel(0): Digital Display Input
[    18.235] (II) intel(0): Max Image Size [cm]: horiz.: 38  vert.: 21
[    18.235] (II) intel(0): Gamma: 2.20
[    18.235] (II) intel(0): No DPMS capabilities specified
[    18.235] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[    18.235] (II) intel(0): First detailed timing is preferred mode
[    18.235] (II) intel(0): redX: 0.640 redY: 0.333   greenX: 0.303 greenY: 0.613
[    18.235] (II) intel(0): blueX: 0.154 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    18.235] (II) intel(0): Manufacturer's mask: 0
[    18.235] (II) intel(0): Supported detailed timing:
[    18.235] (II) intel(0): clock: 138.7 MHz   Image Size:  382 x 215 mm
[    18.235] (II) intel(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    18.235] (II) intel(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1111 v_border: 0
[    18.235] (II) intel(0):  N173HGE-L11
[    18.235] (II) intel(0):  CMO
[    18.235] (II) intel(0):  N173HGE-L11
[    18.235] (II) intel(0): EDID (in hex):
[    18.235] (II) intel(0): 	00ffffffffffff000daf201700000000
[    18.235] (II) intel(0): 	02150103802615780ad895a3554d9d27
[    18.235] (II) intel(0): 	0f505400000001010101010101010101
[    18.235] (II) intel(0): 	0101010101012e3680a070381f403020
[    18.235] (II) intel(0): 	35007ed710000018000000fe004e3137
[    18.235] (II) intel(0): 	334847452d4c31310a20000000fe0043
[    18.235] (II) intel(0): 	4d4f0a202020202020202020000000fe
[    18.235] (II) intel(0): 	004e3137334847452d4c31310a20006e
[    18.235] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    18.235] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    18.235] (II) intel(0): Printing probed modes for output LVDS1
[    18.235] (II) intel(0): Modeline "1920x1080"x60.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.7 kHz eP)
[    18.235] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    18.235] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    18.235] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    18.235] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    18.235] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    18.235] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    18.235] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    18.236] (II) intel(0): EDID for output VGA1
[    18.237] (II) intel(0): EDID for output HDMI2
[    18.237] (II) intel(0): EDID for output DP2
[    18.237] (II) intel(0): Output LVDS1 connected
[    18.237] (II) intel(0): Output VGA1 disconnected
[    18.237] (II) intel(0): Output HDMI2 disconnected
[    18.237] (II) intel(0): Output DP2 disconnected
[    18.237] (II) intel(0): Using exact sizes for initial modes
[    18.237] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[    18.237] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    18.237] (II) intel(0): Kernel page flipping support detected, enabling
[    18.237] (==) intel(0): DPI set to (96, 96)
[    18.237] (II) Loading sub module "fb"
[    18.237] (II) LoadModule: "fb"
[    18.237] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.298] (II) Module fb: vendor="X.Org Foundation"
[    18.298] 	compiled for 1.14.1, module version = 1.0.0
[    18.298] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.298] (II) Loading sub module "dri2"
[    18.298] (II) LoadModule: "dri2"
[    18.298] (II) Module "dri2" already built-in
[    18.298] (II) Loading sub module "dri2"
[    18.298] (II) LoadModule: "dri2"
[    18.298] (II) Module "dri2" already built-in
[    18.299] (--) NOUVEAU(G0): Chipset: "NVIDIA NVe4"
[    18.299] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
[    18.299] (==) NOUVEAU(G0): RGB weight 888
[    18.299] (==) NOUVEAU(G0): Default visual is TrueColor
[    18.299] (==) NOUVEAU(G0): Using HW cursor
[    18.299] (==) NOUVEAU(G0): GLX sync to VBlank disabled.
[    18.299] (==) NOUVEAU(G0): Page flipping enabled
[    18.299] (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2]
[    18.406] (II) NOUVEAU(G0): Output DP-1 has no monitor section
[    18.513] (II) NOUVEAU(G0): Output HDMI-1 has no monitor section
[    18.620] (II) NOUVEAU(G0): EDID for output DP-1
[    18.726] (II) NOUVEAU(G0): EDID for output HDMI-1
[    18.726] (II) NOUVEAU(G0): Output DP-1 disconnected
[    18.726] (II) NOUVEAU(G0): Output HDMI-1 disconnected
[    18.726] (WW) NOUVEAU(G0): No outputs definitely connected, trying again...
[    18.726] (II) NOUVEAU(G0): Output DP-1 disconnected
[    18.726] (II) NOUVEAU(G0): Output HDMI-1 disconnected
[    18.726] (WW) NOUVEAU(G0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[    18.726] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    18.726] (--) NOUVEAU(G0): Virtual size is 1920x1080 (pitch 0)
[    18.726] (**) NOUVEAU(G0):  Mode "1920x1080": 173.0 MHz (scaled from 0.0 MHz), 67.2 kHz, 60.0 Hz
[    18.726] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz)
[    18.726] (==) NOUVEAU(G0): DPI set to (96, 96)
[    18.726] (II) Loading sub module "fb"
[    18.726] (II) LoadModule: "fb"
[    18.726] (II) Loading /usr/lib/xorg/modules/libfb.so
[    18.726] (II) Module fb: vendor="X.Org Foundation"
[    18.726] 	compiled for 1.14.1, module version = 1.0.0
[    18.727] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.727] (II) Loading sub module "exa"
[    18.727] (II) LoadModule: "exa"
[    18.727] (II) Loading /usr/lib/xorg/modules/libexa.so
[    18.768] (II) Module exa: vendor="X.Org Foundation"
[    18.768] 	compiled for 1.14.1, module version = 2.6.0
[    18.768] 	ABI class: X.Org Video Driver, version 14.1
[    18.768] (II) Loading sub module "shadowfb"
[    18.768] (II) LoadModule: "shadowfb"
[    18.768] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
[    18.795] (II) Module shadowfb: vendor="X.Org Foundation"
[    18.795] 	compiled for 1.14.1, module version = 1.0.0
[    18.795] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    18.795] (II) UnloadModule: "vesa"
[    18.796] (II) Unloading vesa
[    18.796] (==) Depth 24 pixmap format is 32 bpp
[    18.799] (II) NOUVEAU(G0): Opened GPU channel 0
[    18.825] (II) NOUVEAU(G0): [DRI2] Setup complete
[    18.825] (II) NOUVEAU(G0): [DRI2]   DRI driver: nouveau
[    18.825] (II) NOUVEAU(G0): [DRI2]   VDPAU driver: nouveau
[    18.854] (II) EXA(256): Driver allocated offscreen pixmaps
[    18.854] (II) EXA(256): Driver registered support for the following operations:
[    18.854] (II)         Solid
[    18.854] (II)         Copy
[    18.854] (II)         Composite (RENDER acceleration)
[    18.854] (II)         UploadToScreen
[    18.855] (II)         DownloadFromScreen
[    18.855] (==) NOUVEAU(G0): Backing store disabled
[    18.855] (==) NOUVEAU(G0): Silken mouse enabled
[    18.884] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
[    18.884] (II) NOUVEAU(G0): [XvMC] Extension initialized.
[    18.884] (==) NOUVEAU(G0): DPMS enabled
[    18.884] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.920] (II) intel(0): [DRI2] Setup complete
[    18.920] (II) intel(0): [DRI2]   DRI driver: i965
[    18.920] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[    18.922] (II) UXA(0): Driver registered support for the following operations:
[    18.922] (II)         solid
[    18.922] (II)         copy
[    18.922] (II)         composite (RENDER acceleration)
[    18.922] (II)         put_image
[    18.922] (II)         get_image
[    18.922] (==) intel(0): Backing store disabled
[    18.922] (==) intel(0): Silken mouse enabled
[    18.922] (II) intel(0): Initializing HW Cursor
[    18.922] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    18.930] (==) intel(0): DPMS enabled
[    18.930] (==) intel(0): Intel XvMC decoder enabled
[    18.930] (II) intel(0): Set up textured video
[    18.930] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    18.930] (II) intel(0): direct rendering: DRI2 Enabled
[    18.930] (==) intel(0): hotplug detection: "enabled"
[    18.946] (--) RandR disabled
[    19.460] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    19.460] (II) AIGLX: enabled GLX_INTEL_swap_event
[    19.460] (II) AIGLX: enabled GLX_ARB_create_context
[    19.460] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    19.460] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    19.460] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    19.460] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    19.460] (II) AIGLX: Loaded and initialized i965
[    19.460] (II) GLX: Initialized DRI2 GL provider for screen 0
[    19.460] (II) intel(0): Setting screen physical size to 508 x 285
[    20.759] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[    20.759] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.759] (II) LoadModule: "evdev"
[    20.759] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    20.784] (II) Module evdev: vendor="X.Org Foundation"
[    20.784] 	compiled for 1.14.0, module version = 2.8.0
[    20.784] 	Module class: X.Org XInput Driver
[    20.784] 	ABI class: X.Org XInput driver, version 19.1
[    20.784] (II) Using input driver 'evdev' for 'Power Button'
[    20.784] (**) Power Button: always reports core events
[    20.784] (**) evdev: Power Button: Device: "/dev/input/event4"
[    20.784] (--) evdev: Power Button: Vendor 0 Product 0x1
[    20.784] (--) evdev: Power Button: Found keys
[    20.784] (II) evdev: Power Button: Configuring as keyboard
[    20.784] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
[    20.784] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    20.784] (**) Option "xkb_rules" "evdev"
[    20.784] (**) Option "xkb_model" "evdev"
[    20.784] (**) Option "xkb_layout" "fr"
[    20.818] (II) config/udev: Adding input device Video Bus (/dev/input/event16)
[    20.818] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    20.818] (II) Using input driver 'evdev' for 'Video Bus'
[    20.818] (**) Video Bus: always reports core events
[    20.818] (**) evdev: Video Bus: Device: "/dev/input/event16"
[    20.818] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    20.818] (--) evdev: Video Bus: Found keys
[    20.818] (II) evdev: Video Bus: Configuring as keyboard
[    20.818] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input16/event16"
[    20.818] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    20.818] (**) Option "xkb_rules" "evdev"
[    20.818] (**) Option "xkb_model" "evdev"
[    20.818] (**) Option "xkb_layout" "fr"
[    20.818] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
[    20.818] (II) No input driver specified, ignoring this device.
[    20.818] (II) This device may have been added with another device file.
[    20.818] (II) config/udev: Adding input device Video Bus (/dev/input/event15)
[    20.818] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    20.818] (II) Using input driver 'evdev' for 'Video Bus'
[    20.818] (**) Video Bus: always reports core events
[    20.818] (**) evdev: Video Bus: Device: "/dev/input/event15"
[    20.818] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    20.818] (--) evdev: Video Bus: Found keys
[    20.818] (II) evdev: Video Bus: Configuring as keyboard
[    20.818] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/LNXVIDEO:00/input/input15/event15"
[    20.818] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    20.818] (**) Option "xkb_rules" "evdev"
[    20.818] (**) Option "xkb_model" "evdev"
[    20.818] (**) Option "xkb_layout" "fr"
[    20.819] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    20.819] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    20.819] (II) Using input driver 'evdev' for 'Power Button'
[    20.819] (**) Power Button: always reports core events
[    20.819] (**) evdev: Power Button: Device: "/dev/input/event3"
[    20.819] (--) evdev: Power Button: Vendor 0 Product 0x1
[    20.819] (--) evdev: Power Button: Found keys
[    20.819] (II) evdev: Power Button: Configuring as keyboard
[    20.819] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3/event3"
[    20.819] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    20.819] (**) Option "xkb_rules" "evdev"
[    20.819] (**) Option "xkb_model" "evdev"
[    20.819] (**) Option "xkb_layout" "fr"
[    20.819] (II) config/udev: Adding drm device (/dev/dri/card0)
[    20.819] (II) config/udev: Adding drm device (/dev/dri/card1)
[    20.819] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event1)
[    20.819] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    20.819] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[    20.819] (**) PixArt USB Optical Mouse: always reports core events
[    20.819] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event1"
[    20.819] (--) evdev: PixArt USB Optical Mouse: Vendor 0x93a Product 0x2510
[    20.819] (--) evdev: PixArt USB Optical Mouse: Found 3 mouse buttons
[    20.819] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[    20.819] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[    20.819] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[    20.819] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[    20.819] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[    20.819] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    20.819] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    20.819] (**) 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"
[    20.819] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 10)
[    20.820] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[    20.820] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[    20.820] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[    20.820] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    20.820] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    20.820] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    20.820] (II) No input driver specified, ignoring this device.
[    20.820] (II) This device may have been added with another device file.
[    20.820] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    20.820] (II) No input driver specified, ignoring this device.
[    20.820] (II) This device may have been added with another device file.
[    20.820] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event10)
[    20.820] (II) No input driver specified, ignoring this device.
[    20.820] (II) This device may have been added with another device file.
[    20.820] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
[    20.820] (II) No input driver specified, ignoring this device.
[    20.820] (II) This device may have been added with another device file.
[    20.820] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[    20.820] (II) No input driver specified, ignoring this device.
[    20.820] (II) This device may have been added with another device file.
[    20.821] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[    20.821] (II) No input driver specified, ignoring this device.
[    20.821] (II) This device may have been added with another device file.
[    20.821] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event14)
[    20.821] (II) No input driver specified, ignoring this device.
[    20.821] (II) This device may have been added with another device file.
[    20.821] (II) config/udev: Adding input device BisonCam, NB Pro (/dev/input/event7)
[    20.821] (**) BisonCam, NB Pro: Applying InputClass "evdev keyboard catchall"
[    20.821] (II) Using input driver 'evdev' for 'BisonCam, NB Pro'
[    20.821] (**) BisonCam, NB Pro: always reports core events
[    20.821] (**) evdev: BisonCam, NB Pro: Device: "/dev/input/event7"
[    20.821] (--) evdev: BisonCam, NB Pro: Vendor 0x5986 Product 0x14c
[    20.821] (--) evdev: BisonCam, NB Pro: Found keys
[    20.821] (II) evdev: BisonCam, NB Pro: Configuring as keyboard
[    20.821] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.5/4-1.5:1.0/input/input7/event7"
[    20.821] (II) XINPUT: Adding extended input device "BisonCam, NB Pro" (type: KEYBOARD, id 11)
[    20.821] (**) Option "xkb_rules" "evdev"
[    20.821] (**) Option "xkb_model" "evdev"
[    20.821] (**) Option "xkb_layout" "fr"
[    20.821] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    20.821] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    20.821] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    20.821] (**) AT Translated Set 2 keyboard: always reports core events
[    20.821] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    20.821] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    20.821] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    20.821] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    20.821] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    20.821] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[    20.821] (**) Option "xkb_rules" "evdev"
[    20.821] (**) Option "xkb_model" "evdev"
[    20.822] (**) Option "xkb_layout" "fr"
[    20.822] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
[    20.822] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    20.822] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    20.822] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    20.822] (II) LoadModule: "synaptics"
[    20.822] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[    20.827] (II) Module synaptics: vendor="X.Org Foundation"
[    20.827] 	compiled for 1.14.1, module version = 1.7.1
[    20.827] 	Module class: X.Org XInput Driver
[    20.827] 	ABI class: X.Org XInput driver, version 19.1
[    20.827] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    20.827] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    20.827] (**) Option "Device" "/dev/input/event8"
[    20.840] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
[    20.840] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5692 (res 66)
[    20.840] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4680 (res 102)
[    20.840] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    20.840] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    20.840] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    20.840] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    20.840] (**) Option "TapButton1" "1"
[    20.840] (**) Option "TapButton2" "2"
[    20.840] (**) Option "TapButton3" "3"
[    20.840] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    20.840] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    20.853] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
[    20.853] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
[    20.853] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    20.853] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    20.853] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
[    20.853] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    20.853] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    20.854] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    20.854] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    20.854] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    20.854] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[    20.854] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    20.854] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[    20.854] (II) No input driver specified, ignoring this device.
[    20.854] (II) This device may have been added with another device file.
[    20.855] (II) config/udev: Adding input device MSI WMI hotkeys (/dev/input/event6)
[    20.855] (**) MSI WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    20.855] (II) Using input driver 'evdev' for 'MSI WMI hotkeys'
[    20.855] (**) MSI WMI hotkeys: always reports core events
[    20.855] (**) evdev: MSI WMI hotkeys: Device: "/dev/input/event6"
[    20.855] (--) evdev: MSI WMI hotkeys: Vendor 0 Product 0
[    20.855] (--) evdev: MSI WMI hotkeys: Found keys
[    20.855] (II) evdev: MSI WMI hotkeys: Configuring as keyboard
[    20.855] (**) Option "config_info" "udev:/sys/devices/virtual/input/input6/event6"
[    20.855] (II) XINPUT: Adding extended input device "MSI WMI hotkeys" (type: KEYBOARD, id 14)
[    20.855] (**) Option "xkb_rules" "evdev"
[    20.855] (**) Option "xkb_model" "evdev"
[    20.855] (**) Option "xkb_layout" "fr"
[    30.597] (II) intel(0): EDID vendor "CMO", prod id 5920
[    30.597] (II) intel(0): Printing DDC gathered Modelines:
[    30.597] (II) intel(0): Modeline "1920x1080"x0.0  138.70  1920 1968 2000 2080  1080 1083 1088 1111 -hsync -vsync (66.7 kHz eP)

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : ven. 21 juin 2013, 17:49
par FoolEcho
Anarchist a écrit :J'ai quand même essayé d'ajouter le hook "resume" après le "base" puis resume=/dev/ma/partition/swap mais au démarrage un message indique au tout début "no device specified for hibernating" ou quelque chose comme ça.
Il faut aussi refaire l'initrd avec mkinitcpio -p linux.
Et ton swap est trop petit (non tu ne peux pas utiliser la RAM, par essence même), il te faut 8 Go minimum.
Vis-à-vis de LVM, je ne sais pas.

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : ven. 21 juin 2013, 18:45
par Anarchist
Le mkinitcpio c'est fait. En fait j'avais ajouté le "resume=/qch/swap" directement dans le mkinitcpio.conf au lieu du refind.conf où il y a les paramètres du noyau :oops: . J'ai corrigé ça tout à l'heure. :mrgreen:
Pour ce qui est du LVM2, eh ben d'après le wiki anglophone le resume se met bien entre LVM2 et filesystems. Ce serait peut-être sympa d'ajouter ce détail dans le wiki gaulois s'il n'y est pas déjà.
Pour le swap, je vais essayer de me résoudre à l'agrandir.

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : ven. 21 juin 2013, 20:33
par FoolEcho
Anarchist a écrit :Pour ce qui est du LVM2, eh ben d'après le wiki anglophone le resume se met bien entre LVM2 et filesystems. Ce serait peut-être sympa d'ajouter ce détail dans le wiki gaulois s'il n'y est pas déjà.
'sais pas. Le tableau donne les HOOKS dans l'ordre (ou peu s'en faut) il me semble (mais c'est vrai que ce n'est précisé nulle part :mrgreen: ... et d'ailleurs je ne saurais pas te dire comment on détermine l'ordre et pourtant celui-ci importe bel et bien... :| ).

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : mar. 25 juin 2013, 16:27
par Anarchist
J'ai pas encore trouvé le temps d'agrandir la RAM (bon d'accord, j'avoue que j'ai la flemme de démarrer linux en mode console et redimensionner mes volumes logiques mais j'y viendrai un jour) en revanche j'ai découvert le pm-powersave.log tout à l'heure. La réponse s'y trouve peut-être :
http://pastebin.archlinux.fr/464041
Apparemment il y a un problème d’autorité (cf.ligne 22 par exemple).

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : mar. 25 juin 2013, 16:35
par oktoberfest
Anarchist a écrit :J'ai pas encore trouvé le temps d'agrandir la RAM (bon d'accord, j'avoue que j'ai la flemme de démarrer linux en mode console et redimensionner mes volumes logiques mais j'y viendrai un jour)
!!!! Si tu utilises LVM c'est justement pour faire tout cela à chaud.
Pour ton swap, il te suffit de le désactiver avant de l'augmenter. Par exemple :

Code : Tout sélectionner

# swapoff /dev/lx/swap
# lvextend --size=8G /dev/lx/swap
# mkswap /dev/lx/swap
# swapon /dev/lx/swap
Sinon pour l'ordre des hooks, comme ton swap est dans un volume logique, tu dois avoir le hook 'lvm' doit être avant le hook 'resume'

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : mar. 25 juin 2013, 18:52
par Anarchist
C'est pas faux. Le problème c'est qu'au passage je souhaite aussi réduire la taille de mon volume root alors qu'il devrait être démonté au préalable. Seulement après j'aurais de la place pour agrandir mon swap et mon volume home. Je vous tiendrai au courant quand ce sera fait.

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : mar. 25 juin 2013, 20:07
par oktoberfest
Anarchist a écrit :Le problème c'est qu'au passage je souhaite aussi réduire la taille de mon volume root ... Seulement après j'aurais de la place pour agrandir mon swap et mon volume home
Ca sent la personne qui a créé un VG et qui l'a remplit d'un coup en créant ses LV. L'idée du LVM est au contraire de créer des LV petits et de les agrandir au fur et à mesure des besoins. Si c'est pour avoir les mêmes contraintes qu'avec des partitions, pas la peine de faire du LVM :humour:

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : mar. 25 juin 2013, 21:52
par Anarchist
:roll: J'étais moins expérimenté et insouciant, je ne savais pas ce que je faisais. Et puis je redoutais d'avoir à agrandir les LV 36 fois par ans.

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : mar. 25 juin 2013, 22:26
par tuxce
A priori, tu n'as pas vu mon édition de ton message, du coup, je le mets ici : Tu n'as pas besoin de citer le dernier message (en entier :|) !

Re: [xfce] La session est éffacée lorsque je suspend le syst

Publié : sam. 31 août 2013, 17:34
par Anarchist
Re-bonjour.

Désolé de mon impromptitude à répondre au sujet mais entretemps quelque chose a effacé mon ESP. C'est peut-être l'utilitaire chkdsk de Windows 8 qui n'a pas apprécié que j'interrompe par impatience une de ses mises à jours longues et surtout imprévues. Toujours est il que pour une raison qui m'échappe toujours il ne suffisait pas d'y réinstaller rEFInd et refaire rigoureusement tout ce que, de mémoire, j'ai dû faire pour faire démarrer Arch la première fois.Après un mois d'errance entre tentatives de comprendre ce qui ne marche plus et essais de nouvelles configurations, j'ai finalement réussi en utilisant grub à la place. Il a donc fallu que je mette ce sujet en suspens.

Après cette pause forcée j'avais bien créé une partition SWAP assez grande (en sous-dimensionnant les volumes logiques au passage), activé le hook "resume" et le paramètre de noyau concerné. Ça n'a pas semblé suffire alors j'ai installé laptop-mode-tools comme indiqué dans le wiki et maintenant je ne perds plus ma session après suspension du système.

Merci de votre aide.