Page 1 sur 2

[accents clavier]Accents mis avant la lettre (résolu)

Publié : lun. 26 mars 2012, 10:13
par erlen
Bonjour,

A chaque fois que je tape sur les touches accents, ils s´affichent directement sans attendre que je tape sur la lettre a accentuer au final pas d´accent circonflexe ni de trema ^a ¨e. En ce qui concerne ce message j'utilise un clavier suédois donc pas d´accent sur les e non plus, mais l'accent circonflexe est un probleme que j'ai sous arch et que j'ai eut sous ubuntu.

Re: [accents clavier]Accents mis avant la lettre

Publié : lun. 26 mars 2012, 11:09
par mimile
Salut

Je n'apporte pas de solution directe mais tu peux éventuellement résoudre ton problème en utilisant les équivalences hexadécimales que tu trouveras notamment ici (http://www.asciitable.com/ (voir le tableau extended ascii codes) en utilisant la touche "alt" associée à la valeur correspondant à la lettre accentuée que tu souhaites.

Par exemple : le ê peut être composé en associant alt et 136

Amicalement,

Re: [accents clavier]Accents mis avant la lettre

Publié : lun. 26 mars 2012, 11:43
par viperpaulo
Quelle est la configuration de ton clavier dans Xorg ? Le problème peut venir du fait que ton clavier est suédois et qu'il est défini comme français par exemple...

Re: [accents clavier]Accents mis avant la lettre

Publié : lun. 26 mars 2012, 13:34
par erlen
Bah non mon clavier est bien en suédois puisque les touche Ö Å Ä sont bien placées. L'accent est obtenu en appuyant sur la touche pas de soucis, c'est juste qu'il s'affiche directement et qu'il attend pas la lettre sur laquelle il est supposé être. (Si les accents la c'est grâce a la correction orthographique)

Donc mon fichier /etc/rc.conf

Code : Tout sélectionner

# LOCALIZATION
# ------------
HARDWARECLOCK="UTC"
TIMEZONE="Europe/Stockholm"
KEYMAP="sv-latin1.map.gz"
CONSOLEFONT=
CONSOLEMAP=
LOCALE="fr_FR.utf8"
DAEMON_LOCALE="yes"
USECOLOR="yes"

dans x11 (/etc/X11/xorg.conf.d) j'ai deux fichiers :
10-evdev.conf

Code : Tout sélectionner

#
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection
et 10-quirks.conf

Code : Tout sélectionner

# Collection of quirks and blacklist/whitelists for specific devices.


# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
Section "InputClass"
        Identifier "ThinkPad HDAPS accelerometer blacklist"
        MatchProduct "ThinkPad HDAPS accelerometer data"
        Option "Ignore" "on"
EndSection

Re: [accents clavier]Accents mis avant la lettre

Publié : mar. 27 mars 2012, 09:23
par viperpaulo
Avec un truc du genre :

Code : Tout sélectionner

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "se"
EndSection
ça fonctionne ? Il faut relancer Xorg ;-)

https://wiki.archlinux.org/index.php/Xo ... rd_Layouts

EDIT : j'ai voulu mettre en gras la ligne a modifier mais dans les balises code il ne le prend pas ! Logique !

Re: [accents clavier]Accents mis avant la lettre

Publié : mar. 27 mars 2012, 11:51
par erlen
Ça n'a malheureusement rien changé.

Re: [accents clavier]Accents mis avant la lettre

Publié : mar. 27 mars 2012, 12:02
par viperpaulo
Ok, dans ton locale.gen, as-tu décommenté les lignes qui correspondent à la suède ?

Re: [accents clavier]Accents mis avant la lettre

Publié : mar. 27 mars 2012, 12:02
par tuxce
essaie avec:

Code : Tout sélectionner

setxkbmap se
(des fois que tu ais mal modifié le fichier)

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 10:57
par erlen
Alors j'ai dé-commenté toute les lignes de /etc/locale.gen qui m’intéressaient:

Code : Tout sélectionner

fr_FR.UTF-8 UTF-8
se_NO UTF-8  #bien que j'ai un doute sur cette ligne j'ai testé avec et sans 
sv_SE.UTF-8 UTF-8
sv_SE ISO-8859-1

et rien, par contre la commande

Code : Tout sélectionner

setxkbmap se
fonctionne parfaitement mais à chaque démarrage je dois la relancer. Quel fichier ai-je mal modifié ?

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 13:52
par FoolEcho
Le locale.gen n'a rien à voir avec la disposition clavier sous X (c'est pour les langues disponibles).

Tu n'aurais pas de xorg.conf (dans /etc/X11/) ou un autre fichier que le 10-evdev qui a trait au clavier par hasard (dans /etc/X11/xorg.conf.d/), ou quelque chose dans ton compte utilisateur qui redéfinit la disposition clavier ?
Tu peux remettre le evdev.conf d'origine et/ou juste rajouter un fichier /etc/X11/xorg.conf.d/keyboard.conf avec pour contenu et redémarrer X (il est par contre impératif de ne pas avoir de xorg.conf):

Code : Tout sélectionner

Section "InputClass"
   Identifier "Clavier suédois"
   MatchIsKeyboard "yes"
   Option "XkbLayout" "se"
EndSection
?

(sinon quel est le contenu de /var/log/Xorg.0.log ? )

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 14:07
par viperpaulo
Après avoir décommenté les lignes du locale.gen, il faut relancer la génération des locales : en admin

Code : Tout sélectionner

# locale-gen
Sinon, effectivement vérifier que tu n'aies pas de configurations résiduelles de Xorg...

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 15:48
par erlen
Alors j'ai vérifié que je n'avais pas de xorg.conf (dans /etc/X11/). J'ai créé /etc/X11/xorg.conf.d/keyboard.conf avec les commandes fournis et rien. Toujours le m^eme problème.
Dans /etc/X11/xorg.conf.d/ j'ai comme mentionné précédemment 10-evdev.conf et 10-quirks.conf dont le contenu est donné plus haut.
J'y comprends rien

Code : Tout sélectionner

setxkbmap se
fonctionne parfaitement, d'ailleurs il y a une possibilité de placer cette commande quelque part pour qu'elle soit exécuté automatiquement au démarrage ? (genre .bashrc)

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 16:53
par widapit
Salut !

oui, tu peux par exemple mettre "setxkbmap se" dans le fichier de lancement de ton environnement graphique et qui gère les programmes/services à lancer automatiquement, suivant le DE/WM que tu utilises; chez moi par exemple il s'agit de '/wmiirc' pour d'autres se sera '~/.autostart.sh' ... à voir !

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 17:22
par benjarobin
Donne la sortie de

Code : Tout sélectionner

grep -REv "^#|^$" /etc/X11/xorg.*
Ainsi que le log de Xorg (/var/log/)
Utiliser setxkbmap n'est qu'un contournement et n'est en rien une solution pérenne

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 17:36
par erlen
grep -REv "^#|^$" /etc/X11/xorg.*

Code : Tout sélectionner

/etc/X11/xorg.conf.d/keyboard.conf:Section "InputClass"
/etc/X11/xorg.conf.d/keyboard.conf:   Identifier "Clavier suédois"
/etc/X11/xorg.conf.d/keyboard.conf:   MatchIsKeyboard "yes"
/etc/X11/xorg.conf.d/keyboard.conf:   Option "XkbLayout" "se"
/etc/X11/xorg.conf.d/keyboard.conf:EndSection
/etc/X11/xorg.conf.d/10-evdev.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-evdev.conf:        Identifier "evdev pointer catchall"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchIsPointer "on"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchDevicePath "/dev/input/event*"
/etc/X11/xorg.conf.d/10-evdev.conf:        Driver "evdev"
/etc/X11/xorg.conf.d/10-evdev.conf:EndSection
/etc/X11/xorg.conf.d/10-evdev.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-evdev.conf:        Identifier "evdev keyboard catchall"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchIsKeyboard "on"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchDevicePath "/dev/input/event*"
/etc/X11/xorg.conf.d/10-evdev.conf:        Driver "evdev"
/etc/X11/xorg.conf.d/10-evdev.conf:	Option "XkbLayout" "se"
/etc/X11/xorg.conf.d/10-evdev.conf:EndSection
/etc/X11/xorg.conf.d/10-evdev.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-evdev.conf:        Identifier "evdev touchpad catchall"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchIsTouchpad "on"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchDevicePath "/dev/input/event*"
/etc/X11/xorg.conf.d/10-evdev.conf:        Driver "evdev"
/etc/X11/xorg.conf.d/10-evdev.conf:EndSection
/etc/X11/xorg.conf.d/10-evdev.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-evdev.conf:        Identifier "evdev tablet catchall"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchIsTablet "on"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchDevicePath "/dev/input/event*"
/etc/X11/xorg.conf.d/10-evdev.conf:        Driver "evdev"
/etc/X11/xorg.conf.d/10-evdev.conf:EndSection
/etc/X11/xorg.conf.d/10-evdev.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-evdev.conf:        Identifier "evdev touchscreen catchall"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchIsTouchscreen "on"
/etc/X11/xorg.conf.d/10-evdev.conf:        MatchDevicePath "/dev/input/event*"
/etc/X11/xorg.conf.d/10-evdev.conf:        Driver "evdev"
/etc/X11/xorg.conf.d/10-evdev.conf:EndSection
/etc/X11/xorg.conf.d/10-quirks.conf:Section "InputClass"
/etc/X11/xorg.conf.d/10-quirks.conf:        Identifier "ThinkPad HDAPS accelerometer blacklist"
/etc/X11/xorg.conf.d/10-quirks.conf:        MatchProduct "ThinkPad HDAPS accelerometer data"
/etc/X11/xorg.conf.d/10-quirks.conf:        Option "Ignore" "on"
/etc/X11/xorg.conf.d/10-quirks.conf:EndSection
Pour le log

Code : Tout sélectionner

[    10.882] 
X.Org X Server 1.12.0
Release Date: 2012-03-04
[    10.882] X Protocol Version 11, Revision 0
[    10.882] Build Operating System: Linux 3.2.9-1-ARCH x86_64 
[    10.882] Current Operating System: Linux lavoisier 3.2.13-1-ARCH #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012 x86_64
[    10.882] Kernel command line: root=/dev/sda7 ro
[    10.882] Build Date: 05 March 2012  05:59:48AM
[    10.882]  
[    10.882] Current version of pixman: 0.24.4
[    10.882] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    10.882] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    10.882] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Mar 28 15:39:43 2012
[    10.953] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    10.981] (==) No Layout section.  Using the first Screen section.
[    10.981] (==) No screen section available. Using defaults.
[    10.981] (**) |-->Screen "Default Screen Section" (0)
[    10.981] (**) |   |-->Monitor "<default monitor>"
[    10.981] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    10.981] (==) Automatically adding devices
[    10.981] (==) Automatically enabling devices
[    11.021] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[    11.021] 	Entry deleted from font path.
[    11.022] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
[    11.022] 	Entry deleted from font path.
[    11.022] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
[    11.022] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
[    11.022] 	Entry deleted from font path.
[    11.022] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
[    11.022] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/Type1/
[    11.022] (==) ModulePath set to "/usr/lib/xorg/modules"
[    11.022] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    11.022] (II) Loader magic: 0x7cef60
[    11.022] (II) Module ABI versions:
[    11.022] 	X.Org ANSI C Emulation: 0.4
[    11.022] 	X.Org Video Driver: 12.0
[    11.022] 	X.Org XInput driver : 16.0
[    11.022] 	X.Org Server Extension : 6.0
[    11.022] (--) PCI:*(0:0:2:0) 8086:0102:103c:1495 rev 9, Mem @ 0xfe000000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    11.022] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    11.022] (II) LoadModule: "extmod"
[    11.023] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    11.030] (II) Module extmod: vendor="X.Org Foundation"
[    11.030] 	compiled for 1.12.0, module version = 1.0.0
[    11.030] 	Module class: X.Org Server Extension
[    11.030] 	ABI class: X.Org Server Extension, version 6.0
[    11.030] (II) Loading extension MIT-SCREEN-SAVER
[    11.030] (II) Loading extension XFree86-VidModeExtension
[    11.030] (II) Loading extension XFree86-DGA
[    11.030] (II) Loading extension DPMS
[    11.030] (II) Loading extension XVideo
[    11.030] (II) Loading extension XVideo-MotionCompensation
[    11.030] (II) Loading extension X-Resource
[    11.030] (II) LoadModule: "dbe"
[    11.030] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    11.032] (II) Module dbe: vendor="X.Org Foundation"
[    11.032] 	compiled for 1.12.0, module version = 1.0.0
[    11.032] 	Module class: X.Org Server Extension
[    11.032] 	ABI class: X.Org Server Extension, version 6.0
[    11.032] (II) Loading extension DOUBLE-BUFFER
[    11.032] (II) LoadModule: "glx"
[    11.032] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    11.038] (II) Module glx: vendor="X.Org Foundation"
[    11.038] 	compiled for 1.12.0, module version = 1.0.0
[    11.038] 	ABI class: X.Org Server Extension, version 6.0
[    11.038] (==) AIGLX enabled
[    11.038] (II) Loading extension GLX
[    11.038] (II) LoadModule: "record"
[    11.038] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    11.039] (II) Module record: vendor="X.Org Foundation"
[    11.039] 	compiled for 1.12.0, module version = 1.13.0
[    11.039] 	Module class: X.Org Server Extension
[    11.039] 	ABI class: X.Org Server Extension, version 6.0
[    11.039] (II) Loading extension RECORD
[    11.039] (II) LoadModule: "dri"
[    11.039] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    11.042] (II) Module dri: vendor="X.Org Foundation"
[    11.042] 	compiled for 1.12.0, module version = 1.0.0
[    11.042] 	ABI class: X.Org Server Extension, version 6.0
[    11.042] (II) Loading extension XFree86-DRI
[    11.042] (II) LoadModule: "dri2"
[    11.042] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    11.043] (II) Module dri2: vendor="X.Org Foundation"
[    11.043] 	compiled for 1.12.0, module version = 1.2.0
[    11.043] 	ABI class: X.Org Server Extension, version 6.0
[    11.043] (II) Loading extension DRI2
[    11.043] (==) Matched intel as autoconfigured driver 0
[    11.043] (==) Matched vesa as autoconfigured driver 1
[    11.043] (==) Matched fbdev as autoconfigured driver 2
[    11.043] (==) Assigned the driver to the xf86ConfigLayout
[    11.043] (II) LoadModule: "intel"
[    11.043] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    11.051] (II) Module intel: vendor="X.Org Foundation"
[    11.051] 	compiled for 1.11.99.903, module version = 2.18.0
[    11.051] 	Module class: X.Org Video Driver
[    11.051] 	ABI class: X.Org Video Driver, version 12.0
[    11.051] (II) LoadModule: "vesa"
[    11.064] (WW) Warning, couldn't open module vesa
[    11.064] (II) UnloadModule: "vesa"
[    11.064] (II) Unloading vesa
[    11.064] (EE) Failed to load module "vesa" (module does not exist, 0)
[    11.064] (II) LoadModule: "fbdev"
[    11.064] (WW) Warning, couldn't open module fbdev
[    11.064] (II) UnloadModule: "fbdev"
[    11.064] (II) Unloading fbdev
[    11.064] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    11.064] (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
[    11.064] (++) using VT number 7

[    11.068] drmOpenDevice: node name is /dev/dri/card0
[    11.068] drmOpenDevice: open result is 8, (OK)
[    11.068] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    11.068] drmOpenDevice: node name is /dev/dri/card0
[    11.068] drmOpenDevice: open result is 8, (OK)
[    11.068] drmOpenByBusid: drmOpenMinor returns 8
[    11.068] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    11.068] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    11.068] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    11.068] (==) intel(0): RGB weight 888
[    11.068] (==) intel(0): Default visual is TrueColor
[    11.068] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Desktop (GT1)
[    11.068] (--) intel(0): Chipset: "Sandybridge Desktop (GT1)"
[    11.068] (**) intel(0): Relaxed fencing enabled
[    11.068] (**) intel(0): Wait on SwapBuffers? enabled
[    11.068] (**) intel(0): Triple buffering? enabled
[    11.068] (**) intel(0): Framebuffer tiled
[    11.068] (**) intel(0): Pixmaps tiled
[    11.068] (**) intel(0): 3D buffers tiled
[    11.068] (**) intel(0): SwapBuffers wait enabled
[    11.068] (==) intel(0): video overlay key set to 0x101fe
[    11.136] (II) intel(0): Output VGA1 has no monitor section
[    11.161] (II) intel(0): Output HDMI1 has no monitor section
[    11.200] (II) intel(0): Output DP1 has no monitor section
[    11.267] (II) intel(0): EDID for output VGA1
[    11.267] (II) intel(0): Manufacturer: BNQ  Model: 8001  Serial#: 21573
[    11.267] (II) intel(0): Year: 2011  Week: 51
[    11.267] (II) intel(0): EDID Version: 1.3
[    11.267] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.300 V
[    11.267] (II) intel(0): Sync:  Separate  Composite  SyncOnGreen
[    11.267] (II) intel(0): Max Image Size [cm]: horiz.: 53  vert.: 30
[    11.267] (II) intel(0): Gamma: 2.20
[    11.267] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[    11.267] (II) intel(0): Default color space is primary color space
[    11.267] (II) intel(0): First detailed timing is preferred mode
[    11.267] (II) intel(0): redX: 0.643 redY: 0.339   greenX: 0.329 greenY: 0.624
[    11.267] (II) intel(0): blueX: 0.155 blueY: 0.048   whiteX: 0.313 whiteY: 0.329
[    11.267] (II) intel(0): Supported established timings:
[    11.267] (II) intel(0): 640x480@60Hz
[    11.267] (II) intel(0): 800x600@60Hz
[    11.267] (II) intel(0): 1024x768@60Hz
[    11.267] (II) intel(0): Manufacturer's mask: 0
[    11.267] (II) intel(0): Supported standard timings:
[    11.267] (II) intel(0): #0: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    11.267] (II) intel(0): #1: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    11.267] (II) intel(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    11.267] (II) intel(0): #3: hsize: 1600  vsize 900  refresh: 60  vid: 49321
[    11.267] (II) intel(0): #4: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    11.267] (II) intel(0): #5: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    11.267] (II) intel(0): Supported detailed timing:
[    11.267] (II) intel(0): clock: 148.5 MHz   Image Size:  477 x 268 mm
[    11.267] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    11.267] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    11.267] (II) intel(0): Serial No: 3CB00502SL0
[    11.267] (II) intel(0): Ranges: V min: 50 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[    11.267] (II) intel(0): Monitor name: BenQ BL2400
[    11.267] (II) intel(0): EDID (in hex):
[    11.267] (II) intel(0): 	00ffffffffffff0009d1018045540000
[    11.267] (II) intel(0): 	331501030e351e782eb7d5a456549f27
[    11.267] (II) intel(0): 	0c5054210800810081c08180a9c0b300
[    11.267] (II) intel(0): 	d1c001010101023a801871382d40582c
[    11.267] (II) intel(0): 	4500dd0c1100001e000000ff00334342
[    11.267] (II) intel(0): 	3030353032534c300a20000000fd0032
[    11.267] (II) intel(0): 	4c1e5311000a202020202020000000fc
[    11.267] (II) intel(0): 	0042656e5120424c323430300a200099
[    11.267] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    11.267] (II) intel(0): Using EDID range info for horizontal sync
[    11.267] (II) intel(0): Using EDID range info for vertical refresh
[    11.267] (II) intel(0): Printing DDC gathered Modelines:
[    11.267] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    11.267] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    11.267] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    11.267] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    11.267] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    11.267] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    11.267] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    11.267] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    11.267] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    11.267] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    11.267] (II) intel(0): Printing probed modes for output VGA1
[    11.267] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    11.267] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    11.267] (II) intel(0): Modeline "1600x900"x60.0  118.96  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz)
[    11.267] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    11.267] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[    11.267] (II) intel(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[    11.267] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    11.267] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    11.267] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    11.293] (II) intel(0): EDID for output HDMI1
[    11.333] (II) intel(0): EDID for output DP1
[    11.333] (II) intel(0): Output VGA1 connected
[    11.333] (II) intel(0): Output HDMI1 disconnected
[    11.333] (II) intel(0): Output DP1 disconnected
[    11.333] (II) intel(0): Using exact sizes for initial modes
[    11.333] (II) intel(0): Output VGA1 using initial mode 1920x1080
[    11.333] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    11.333] (II) intel(0): Kernel page flipping support detected, enabling
[    11.333] (**) intel(0): Display dimensions: (530, 300) mm
[    11.333] (**) intel(0): DPI set to (92, 91)
[    11.333] (II) Loading sub module "fb"
[    11.333] (II) LoadModule: "fb"
[    11.333] (II) Loading /usr/lib/xorg/modules/libfb.so
[    11.342] (II) Module fb: vendor="X.Org Foundation"
[    11.342] 	compiled for 1.12.0, module version = 1.0.0
[    11.342] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    11.342] (II) Loading sub module "dri2"
[    11.342] (II) LoadModule: "dri2"
[    11.342] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    11.342] (II) Module dri2: vendor="X.Org Foundation"
[    11.342] 	compiled for 1.12.0, module version = 1.2.0
[    11.342] 	ABI class: X.Org Server Extension, version 6.0
[    11.342] (==) Depth 24 pixmap format is 32 bpp
[    11.343] (II) intel(0): [DRI2] Setup complete
[    11.343] (II) intel(0): [DRI2]   DRI driver: i965
[    11.343] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[    11.353] (II) UXA(0): Driver registered support for the following operations:
[    11.353] (II)         solid
[    11.353] (II)         copy
[    11.353] (II)         composite (RENDER acceleration)
[    11.353] (II)         put_image
[    11.353] (II)         get_image
[    11.353] (==) intel(0): Backing store disabled
[    11.353] (==) intel(0): Silken mouse enabled
[    11.353] (II) intel(0): Initializing HW Cursor
[    11.410] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    11.410] (==) intel(0): DPMS enabled
[    11.410] (==) intel(0): Intel XvMC decoder enabled
[    11.410] (II) intel(0): Set up textured video
[    11.410] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    11.410] (II) intel(0): direct rendering: DRI2 Enabled
[    11.410] (==) intel(0): hotplug detection: "enabled"
[    11.410] (--) RandR disabled
[    11.410] (II) Initializing built-in extension Generic Event Extension
[    11.410] (II) Initializing built-in extension SHAPE
[    11.410] (II) Initializing built-in extension MIT-SHM
[    11.410] (II) Initializing built-in extension XInputExtension
[    11.410] (II) Initializing built-in extension XTEST
[    11.410] (II) Initializing built-in extension BIG-REQUESTS
[    11.410] (II) Initializing built-in extension SYNC
[    11.410] (II) Initializing built-in extension XKEYBOARD
[    11.410] (II) Initializing built-in extension XC-MISC
[    11.410] (II) Initializing built-in extension SECURITY
[    11.410] (II) Initializing built-in extension XINERAMA
[    11.410] (II) Initializing built-in extension XFIXES
[    11.410] (II) Initializing built-in extension RENDER
[    11.410] (II) Initializing built-in extension RANDR
[    11.410] (II) Initializing built-in extension COMPOSITE
[    11.410] (II) Initializing built-in extension DAMAGE
[    11.472] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    11.472] (II) AIGLX: enabled GLX_INTEL_swap_event
[    11.472] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    11.472] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    11.472] (II) AIGLX: Loaded and initialized i965
[    11.472] (II) GLX: Initialized DRI2 GL provider for screen 0
[    11.472] (II) intel(0): Setting screen physical size to 508 x 285
[    11.672] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    11.672] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.672] (**) Power Button: Applying InputClass "Clavier suédois"
[    11.672] (II) LoadModule: "evdev"
[    11.672] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    11.680] (II) Module evdev: vendor="X.Org Foundation"
[    11.680] 	compiled for 1.12.0, module version = 2.7.0
[    11.680] 	Module class: X.Org XInput Driver
[    11.680] 	ABI class: X.Org XInput driver, version 16.0
[    11.680] (II) Using input driver 'evdev' for 'Power Button'
[    11.681] (**) Power Button: always reports core events
[    11.681] (**) evdev: Power Button: Device: "/dev/input/event3"
[    11.681] (--) evdev: Power Button: Vendor 0 Product 0x1
[    11.681] (--) evdev: Power Button: Found keys
[    11.681] (II) evdev: Power Button: Configuring as keyboard
[    11.681] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    11.681] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    11.681] (**) Option "xkb_rules" "evdev"
[    11.681] (**) Option "xkb_model" "evdev"
[    11.681] (**) Option "xkb_layout" "se"
[    11.693] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    11.693] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    11.693] (**) Power Button: Applying InputClass "Clavier suédois"
[    11.693] (II) Using input driver 'evdev' for 'Power Button'
[    11.693] (**) Power Button: always reports core events
[    11.693] (**) evdev: Power Button: Device: "/dev/input/event2"
[    11.693] (--) evdev: Power Button: Vendor 0 Product 0x1
[    11.693] (--) evdev: Power Button: Found keys
[    11.693] (II) evdev: Power Button: Configuring as keyboard
[    11.693] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
[    11.693] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    11.693] (**) Option "xkb_rules" "evdev"
[    11.693] (**) Option "xkb_model" "evdev"
[    11.693] (**) Option "xkb_layout" "se"
[    11.693] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event0)
[    11.693] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    11.693] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "Clavier suédois"
[    11.693] (II) Using input driver 'evdev' for 'CHICONY HP Basic USB Keyboard'
[    11.693] (**) CHICONY HP Basic USB Keyboard: always reports core events
[    11.693] (**) evdev: CHICONY HP Basic USB Keyboard: Device: "/dev/input/event0"
[    11.693] (--) evdev: CHICONY HP Basic USB Keyboard: Vendor 0x3f0 Product 0x24
[    11.693] (--) evdev: CHICONY HP Basic USB Keyboard: Found keys
[    11.693] (II) evdev: CHICONY HP Basic USB Keyboard: Configuring as keyboard
[    11.693] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input0/event0"
[    11.693] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[    11.693] (**) Option "xkb_rules" "evdev"
[    11.693] (**) Option "xkb_model" "evdev"
[    11.693] (**) Option "xkb_layout" "se"
[    11.694] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/event1)
[    11.694] (**) USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    11.694] (II) Using input driver 'evdev' for 'USB Optical Mouse'
[    11.694] (**) USB Optical Mouse: always reports core events
[    11.694] (**) evdev: USB Optical Mouse: Device: "/dev/input/event1"
[    11.694] (--) evdev: USB Optical Mouse: Vendor 0x461 Product 0x4dfb
[    11.694] (--) evdev: USB Optical Mouse: Found 3 mouse buttons
[    11.694] (--) evdev: USB Optical Mouse: Found scroll wheel(s)
[    11.694] (--) evdev: USB Optical Mouse: Found relative axes
[    11.694] (--) evdev: USB Optical Mouse: Found x and y relative axes
[    11.694] (II) evdev: USB Optical Mouse: Configuring as mouse
[    11.694] (II) evdev: USB Optical Mouse: Adding scrollwheel support
[    11.694] (**) evdev: USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    11.694] (**) evdev: USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    11.694] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
[    11.694] (II) XINPUT: Adding extended input device "USB Optical Mouse" (type: MOUSE, id 9)
[    11.694] (II) evdev: USB Optical Mouse: initialized for relative axes.
[    11.694] (**) USB Optical Mouse: (accel) keeping acceleration scheme 1
[    11.694] (**) USB Optical Mouse: (accel) acceleration profile 0
[    11.694] (**) USB Optical Mouse: (accel) acceleration factor: 2.000
[    11.694] (**) USB Optical Mouse: (accel) acceleration threshold: 4
[    11.694] (II) config/udev: Adding input device USB Optical Mouse (/dev/input/mouse0)
[    11.694] (II) No input driver specified, ignoring this device.
[    11.694] (II) This device may have been added with another device file.
[    11.694] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event5)
[    11.694] (II) No input driver specified, ignoring this device.
[    11.694] (II) This device may have been added with another device file.
[    11.694] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
[    11.694] (II) No input driver specified, ignoring this device.
[    11.694] (II) This device may have been added with another device file.
[    11.695] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event4)
[    11.695] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[    11.695] (**) HP WMI hotkeys: Applying InputClass "Clavier suédois"
[    11.695] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
[    11.695] (**) HP WMI hotkeys: always reports core events
[    11.695] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event4"
[    11.695] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
[    11.695] (--) evdev: HP WMI hotkeys: Found keys
[    11.695] (II) evdev: HP WMI hotkeys: Configuring as keyboard
[    11.695] (**) Option "config_info" "udev:/sys/devices/virtual/input/input4/event4"
[    11.695] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 10)
[    11.695] (**) Option "xkb_rules" "evdev"
[    11.695] (**) Option "xkb_model" "evdev"
[    11.695] (**) Option "xkb_layout" "se"
[    21.274] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    21.274] (II) intel(0): Using hsync ranges from config file
[    21.274] (II) intel(0): Using vrefresh ranges from config file
[    21.274] (II) intel(0): Printing DDC gathered Modelines:
[    21.274] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    21.274] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    21.274] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    21.274] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    21.274] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    21.274] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    21.274] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    21.274] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    21.274] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    21.274] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    21.648] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    21.648] (II) intel(0): Using hsync ranges from config file
[    21.648] (II) intel(0): Using vrefresh ranges from config file
[    21.648] (II) intel(0): Printing DDC gathered Modelines:
[    21.648] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    21.648] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    21.649] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    21.649] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    21.649] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    21.649] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    21.649] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    21.649] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    21.649] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    21.649] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    21.839] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    21.839] (II) intel(0): Using hsync ranges from config file
[    21.839] (II) intel(0): Using vrefresh ranges from config file
[    21.839] (II) intel(0): Printing DDC gathered Modelines:
[    21.839] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    21.839] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    21.839] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    21.839] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    21.839] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    21.840] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    21.840] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    21.840] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    21.840] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    21.840] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    21.971] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    21.971] (II) intel(0): Using hsync ranges from config file
[    21.971] (II) intel(0): Using vrefresh ranges from config file
[    21.971] (II) intel(0): Printing DDC gathered Modelines:
[    21.971] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    21.971] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    21.971] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    21.971] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    21.971] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    21.971] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    21.971] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    21.971] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    21.971] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    21.971] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    22.144] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    22.144] (II) intel(0): Using hsync ranges from config file
[    22.144] (II) intel(0): Using vrefresh ranges from config file
[    22.144] (II) intel(0): Printing DDC gathered Modelines:
[    22.144] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    22.144] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    22.144] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    22.144] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    22.144] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    22.144] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    22.144] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    22.144] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    22.144] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    22.144] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    22.278] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    22.278] (II) intel(0): Using hsync ranges from config file
[    22.278] (II) intel(0): Using vrefresh ranges from config file
[    22.278] (II) intel(0): Printing DDC gathered Modelines:
[    22.278] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    22.278] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    22.278] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    22.278] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    22.278] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    22.278] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    22.278] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    22.278] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    22.278] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    22.278] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    25.031] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    25.031] (II) intel(0): Using hsync ranges from config file
[    25.031] (II) intel(0): Using vrefresh ranges from config file
[    25.031] (II) intel(0): Printing DDC gathered Modelines:
[    25.031] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    25.031] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    25.031] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    25.031] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    25.031] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    25.031] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    25.031] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    25.031] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    25.031] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    25.031] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[    33.863] (II) intel(0): EDID vendor "BNQ", prod id 32769
[    33.863] (II) intel(0): Using hsync ranges from config file
[    33.863] (II) intel(0): Using vrefresh ranges from config file
[    33.863] (II) intel(0): Printing DDC gathered Modelines:
[    33.863] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[    33.863] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    33.863] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    33.863] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    33.863] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[    33.863] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[    33.863] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    33.863] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[    33.863] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[    33.863] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)
[  2001.334] (II) intel(0): EDID vendor "BNQ", prod id 32769
[  2001.334] (II) intel(0): Using hsync ranges from config file
[  2001.334] (II) intel(0): Using vrefresh ranges from config file
[  2001.334] (II) intel(0): Printing DDC gathered Modelines:
[  2001.334] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  2001.334] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  2001.334] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  2001.334] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  2001.334] (II) intel(0): Modeline "1280x800"x0.0   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
[  2001.334] (II) intel(0): Modeline "1280x720"x60.0   74.48  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.8 kHz e)
[  2001.334] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  2001.334] (II) intel(0): Modeline "1600x900"x60.0  119.00  1600 1696 1864 2128  900 901 904 932 -hsync +vsync (55.9 kHz e)
[  2001.334] (II) intel(0): Modeline "1680x1050"x0.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
[  2001.334] (II) intel(0): Modeline "1920x1080"x60.0  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -hsync +vsync (67.1 kHz e)

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 19:09
par FoolEcho
erlen a écrit :

Code : Tout sélectionner

[    11.693] (II) config/udev: Adding input device CHICONY HP Basic USB Keyboard (/dev/input/event0)
[    11.693] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    11.693] (**) CHICONY HP Basic USB Keyboard: Applying InputClass "Clavier suédois"
[    11.693] (II) Using input driver 'evdev' for 'CHICONY HP Basic USB Keyboard'
[    11.693] (**) CHICONY HP Basic USB Keyboard: always reports core events
[    11.693] (**) evdev: CHICONY HP Basic USB Keyboard: Device: "/dev/input/event0"
[    11.693] (--) evdev: CHICONY HP Basic USB Keyboard: Vendor 0x3f0 Product 0x24
[    11.693] (--) evdev: CHICONY HP Basic USB Keyboard: Found keys
[    11.693] (II) evdev: CHICONY HP Basic USB Keyboard: Configuring as keyboard
[    11.693] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input0/event0"
[    11.693] (II) XINPUT: Adding extended input device "CHICONY HP Basic USB Keyboard" (type: KEYBOARD, id 8)
[    11.693] (**) Option "xkb_rules" "evdev"
[    11.693] (**) Option "xkb_model" "evdev"
[    11.693] (**) Option "xkb_layout" "se"
L'option devrait suffire pourtant... ce que confirme le log... :?

Tu utilises quel environnement graphique/gestionnaire de connexion ? (c'est-à-dire une autre disposition définie par un environnement de bureau...)

Re: [accents clavier]Accents mis avant la lettre

Publié : mer. 28 mars 2012, 22:04
par erlen
Bah j'utilise Slim pour me connecter et Gnome comme environnement graphique.

Re: [accents clavier]Accents mis avant la lettre

Publié : jeu. 29 mars 2012, 00:04
par benjarobin
Comme la version de base de slim ne gère pas les accents, pour information il y a slim-unicode qui le gère (Comment cela c'est de la promo de mon paquet :-) ), cela ne va pas être possible de tester avec.
C'est pour cela que je te propose de faire ce petit test (en init 3 dans un tty avec ton utilisateur, X/slim ne doit pas être lancé) :

Code : Tout sélectionner

cd /home_ton_user
mv .xinitrc .xinitrc.back
echo "#!/bin/bash" > .xinitrc
echo "exec xterm" >> .xinitrc
startx
Puis peux tu tester, dans cet environnement minimaliste, si tu peux taper des accents dans la console xterm

Re: [accents clavier]Accents mis avant la lettre

Publié : jeu. 29 mars 2012, 09:53
par erlen
Alors n'étant pas un professionnel, j'ai migrer il y a deux semaines depuis Ubuntu où on ne fait pas trop ce genre de chose, je veux être sur de ce que je fais
Pour faire ce que tu proposes, j'ai été dans /etc/inittab et j'ai dé-commenté

Code : Tout sélectionner

id:3:initdefault:
et commenté

Code : Tout sélectionner

#id:5:initdefault:
et le lancement de slim.

Au redémarrage j'ai donc la console linux sans rien quand je lance le serveur x avec le nouveau .xinittab ca marche j'ai bien par défaut les accents sur les lettres.
Si je comprends bien le message entre parenthèse, le problème vient de slim qui par défaut ne supporte pas les caractères accentués ?

Re: [accents clavier]Accents mis avant la lettre

Publié : jeu. 29 mars 2012, 10:03
par benjarobin
Oui slim ne support pas les accents mais à moins d'avoir un username et/ou mot de passe avec des accents ou caractères "spéciaux", tu n'as pas besoin de slim-unicode :-)
Ton problème vient donc de Gnome qui modifie le keymap, tu as surement du toucher à l'option dans Gnome... L'idéal serait de supprimer le fichier de configuration qui réalise cette action, (je n'utilise pas Gnome), pour que Gnome garde la configuration du système et donc de Xorg