public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] polish fonts xorg.conf
@ 2011-06-14 16:02 fajfusio
  2011-06-14 19:51 ` [gentoo-user] " walt
  0 siblings, 1 reply; 7+ messages in thread
From: fajfusio @ 2011-06-14 16:02 UTC (permalink / raw
  To: gentoo-user

Hello

When I execute:
setxkbmap pl

I can type polish fonts in xterm and other X programs. But when I generate xorg.conf file with "Xorg -configure" and add the following to it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option "XkbModel"     "pc105"
        Option "XkbLayout"    "pl"
EndSection


Xorg.0.log:
[ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
[ 29008.100] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 29008.100] (**) Option "xkb_rules" "evdev"
[ 29008.100] (**) Option "xkb_model" "evdev"
[ 29008.100] (**) Option "xkb_layout" "us"

Do you have any suggestions of what may be wrong.
thanks for help





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user] Re: polish fonts xorg.conf
  2011-06-14 16:02 [gentoo-user] polish fonts xorg.conf fajfusio
@ 2011-06-14 19:51 ` walt
  2011-06-14 21:51   ` Mick
  2011-06-15 14:46   ` Odp: " fajfusio
  0 siblings, 2 replies; 7+ messages in thread
From: walt @ 2011-06-14 19:51 UTC (permalink / raw
  To: gentoo-user

On 06/14/2011 09:02 AM, fajfusio@wp.pl wrote:
> Hello
> 
> When I execute:
> setxkbmap pl
> 
> I can type polish fonts in xterm and other X programs. But when I generate xorg.conf file with "Xorg -configure" and add the following to it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "kbd"
>         Option "XkbModel"     "pc105"
>         Option "XkbLayout"    "pl"
> EndSection
> 
> 
> Xorg.0.log:
> [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
> [ 29008.100] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
> [ 29008.100] (**) Option "xkb_rules" "evdev"
> [ 29008.100] (**) Option "xkb_model" "evdev"
> [ 29008.100] (**) Option "xkb_layout" "us"

The only problem I can see at the moment is that the log file says that your keyboard
is using the 'evdev' driver but your xorg.conf specifies the 'kbd' driver.  Try changing
the Driver to "evdev" instead of 'kbd'.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Re: polish fonts xorg.conf
  2011-06-14 19:51 ` [gentoo-user] " walt
@ 2011-06-14 21:51   ` Mick
  2011-06-15 14:46   ` Odp: " fajfusio
  1 sibling, 0 replies; 7+ messages in thread
From: Mick @ 2011-06-14 21:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 1518 bytes --]

On Tuesday 14 Jun 2011 20:51:42 walt wrote:
> On 06/14/2011 09:02 AM, fajfusio@wp.pl wrote:
> > Hello
> > 
> > When I execute:
> > setxkbmap pl
> > 
> > I can type polish fonts in xterm and other X programs. But when I
> > generate xorg.conf file with "Xorg -configure" and add the following to
> > it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)
> > 
> > Section "InputDevice"
> > 
> >         Identifier  "Keyboard0"
> >         Driver      "kbd"
> >         Option "XkbModel"     "pc105"
> >         Option "XkbLayout"    "pl"
> > 
> > EndSection
> > 
> > 
> > Xorg.0.log:
> > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
> > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button"
> > (type: KEYBOARD) [ 29008.100] (**) Option "xkb_rules" "evdev"
> > [ 29008.100] (**) Option "xkb_model" "evdev"
> > [ 29008.100] (**) Option "xkb_layout" "us"
> 
> The only problem I can see at the moment is that the log file says that
> your keyboard is using the 'evdev' driver but your xorg.conf specifies the
> 'kbd' driver.  Try changing the Driver to "evdev" instead of 'kbd'.

and when all is working as intended with evdev, you may want to add this to be 
able to write in both Polish and English:

Option "XkbLayout" "pl,us"
       Option "XkbOptions" 
"grp:alt_shift_toggle,grp_led:scroll,compose:menu,terminate:ctrl_alt_bksp"

The Alt+Shift will allow you to toggle between the two language keyboards in 
X.
-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Odp: [gentoo-user] Re: polish fonts xorg.conf
  2011-06-14 19:51 ` [gentoo-user] " walt
  2011-06-14 21:51   ` Mick
@ 2011-06-15 14:46   ` fajfusio
  2011-06-15 15:41     ` YoYo Siska
  1 sibling, 1 reply; 7+ messages in thread
From: fajfusio @ 2011-06-15 14:46 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1678 bytes --]

Dnia 14-06-2011 o godz. 21:51 walt napisał(a):
> On 06/14/2011 09:02 AM, fajfusio@wp.pl wrote:
> > Hello
> > 
> > When I execute:
> > setxkbmap pl
> > 
> > I can type polish fonts in xterm and other X programs. But when I 
> generate xorg.conf file with "Xorg -configure" and add the following to 
> it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)
> > 
> > Section "InputDevice"
> >         Identifier  "Keyboard0"
> >         Driver      "kbd"
> >         Option "XkbModel"     "pc105"
> >         Option "XkbLayout"    "pl"
> > EndSection
> > 
> > 
> > Xorg.0.log:
> > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
> > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button" 
> (type: KEYBOARD)
> > [ 29008.100] (**) Option "xkb_rules" "evdev"
> > [ 29008.100] (**) Option "xkb_model" "evdev"
> > [ 29008.100] (**) Option "xkb_layout" "us"
> 
> The only problem I can see at the moment is that the log file says that 
> your keyboard
> is using the 'evdev' driver but your xorg.conf specifies the 'kbd' 
> driver.  Try changing
> the Driver to "evdev" instead of 'kbd'.


I have reconfigured xorg.conf as follows:
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "evdev"
        Option "XkbModel"     "pc105"
        Option "XkbLayout"    "pl"
EndSection

or

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "evdev"
        Option "XkbModel"     "evdev"
        Option "XkbLayout"    "pl"
EndSection


Unfortunatelly it didn't help.
I attach the complete Xorg.0.log.
Do you have another suggestions.
Thank you for help


[-- Attachment #2: Xorg.0.log --]
[-- Type: text/plain, Size: 43793 bytes --]

[ 24703.383] 
X.Org X Server 1.9.5
Release Date: 2011-03-17
[ 24703.383] X Protocol Version 11, Revision 0
[ 24703.383] Build Operating System: Linux 2.6.34-gentoo-r6 i686 Gentoo
[ 24703.383] Current Operating System: Linux gdn116070d1 2.6.37-gentoo-r4 #1 SMP Tue May 31 09:22:23 CEST 2011 i686
[ 24703.383] Kernel command line: root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda2
[ 24703.383] Build Date: 30 May 2011  04:42:15PM
[ 24703.383]  
[ 24703.383] Current version of pixman: 0.20.2
[ 24703.383] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 24703.383] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 24703.384] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 15 16:21:25 2011
[ 24703.384] (==) Using config file: "/etc/X11/xorg.conf"
[ 24703.384] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 24703.384] (==) ServerLayout "X.org Configured"
[ 24703.384] (**) |-->Screen "Screen0" (0)
[ 24703.384] (**) |   |-->Monitor "Monitor0"
[ 24703.384] (**) |   |-->Device "Card0"
[ 24703.384] (**) |-->Input Device "Mouse0"
[ 24703.384] (**) |-->Input Device "Keyboard0"
[ 24703.384] (==) Automatically adding devices
[ 24703.384] (==) Automatically enabling devices
[ 24703.385] (**) 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/,
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[ 24703.385] (**) ModulePath set to "/usr/lib/xorg/modules"
[ 24703.385] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 24703.385] (WW) Disabling Mouse0
[ 24703.385] (II) Loader magic: 0x820dde0
[ 24703.385] (II) Module ABI versions:
[ 24703.385] 	X.Org ANSI C Emulation: 0.4
[ 24703.385] 	X.Org Video Driver: 8.0
[ 24703.385] 	X.Org XInput driver : 11.0
[ 24703.385] 	X.Org Server Extension : 4.0
[ 24703.386] (--) PCI:*(0:0:2:0) 8086:29b2:1028:0211 rev 2, Mem @ 0xfea00000/524288, 0xd0000000/268435456, 0xfeb00000/1048576, I/O @ 0x0000ec90/8
[ 24703.386] (--) PCI: (0:0:2:1) 8086:29b3:1028:0211 rev 2, Mem @ 0xfea80000/524288
[ 24703.386] (II) Open ACPI successful (/var/run/acpid.socket)
[ 24703.386] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[ 24703.386] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[ 24703.386] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[ 24703.386] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[ 24703.386] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[ 24703.386] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[ 24703.386] (II) LoadModule: "extmod"
[ 24703.386] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 24703.386] (II) Module extmod: vendor="X.Org Foundation"
[ 24703.386] 	compiled for 1.9.5, module version = 1.0.0
[ 24703.386] 	Module class: X.Org Server Extension
[ 24703.386] 	ABI class: X.Org Server Extension, version 4.0
[ 24703.386] (II) Loading extension MIT-SCREEN-SAVER
[ 24703.386] (II) Loading extension XFree86-VidModeExtension
[ 24703.386] (II) Loading extension XFree86-DGA
[ 24703.386] (II) Loading extension DPMS
[ 24703.386] (II) Loading extension XVideo
[ 24703.386] (II) Loading extension XVideo-MotionCompensation
[ 24703.386] (II) Loading extension X-Resource
[ 24703.386] (II) LoadModule: "dri"
[ 24703.387] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 24703.387] (II) Module dri: vendor="X.Org Foundation"
[ 24703.387] 	compiled for 1.9.5, module version = 1.0.0
[ 24703.387] 	ABI class: X.Org Server Extension, version 4.0
[ 24703.387] (II) Loading extension XFree86-DRI
[ 24703.387] (II) LoadModule: "dri2"
[ 24703.387] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 24703.387] (II) Module dri2: vendor="X.Org Foundation"
[ 24703.387] 	compiled for 1.9.5, module version = 1.2.0
[ 24703.387] 	ABI class: X.Org Server Extension, version 4.0
[ 24703.387] (II) Loading extension DRI2
[ 24703.387] (II) LoadModule: "dbe"
[ 24703.387] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 24703.387] (II) Module dbe: vendor="X.Org Foundation"
[ 24703.387] 	compiled for 1.9.5, module version = 1.0.0
[ 24703.387] 	Module class: X.Org Server Extension
[ 24703.387] 	ABI class: X.Org Server Extension, version 4.0
[ 24703.387] (II) Loading extension DOUBLE-BUFFER
[ 24703.387] (II) LoadModule: "glx"
[ 24703.387] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 24703.387] (II) Module glx: vendor="X.Org Foundation"
[ 24703.387] 	compiled for 1.9.5, module version = 1.0.0
[ 24703.387] 	ABI class: X.Org Server Extension, version 4.0
[ 24703.387] (==) AIGLX enabled
[ 24703.387] (II) Loading extension GLX
[ 24703.387] (II) LoadModule: "record"
[ 24703.387] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 24703.388] (II) Module record: vendor="X.Org Foundation"
[ 24703.388] 	compiled for 1.9.5, module version = 1.13.0
[ 24703.388] 	Module class: X.Org Server Extension
[ 24703.388] 	ABI class: X.Org Server Extension, version 4.0
[ 24703.388] (II) Loading extension RECORD
[ 24703.388] (II) LoadModule: "intel"
[ 24703.388] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 24703.388] (II) Module intel: vendor="X.Org Foundation"
[ 24703.388] 	compiled for 1.9.5, module version = 2.14.0
[ 24703.388] 	Module class: X.Org Video Driver
[ 24703.388] 	ABI class: X.Org Video Driver, version 8.0
[ 24703.388] (II) LoadModule: "evdev"
[ 24703.388] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 24703.388] (II) Module evdev: vendor="X.Org Foundation"
[ 24703.388] 	compiled for 1.9.5, module version = 2.6.0
[ 24703.388] 	Module class: X.Org XInput Driver
[ 24703.388] 	ABI class: X.Org XInput driver, version 11.0
[ 24703.388] (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, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
	Sandybridge, Sandybridge
[ 24703.388] (++) using VT number 7

[ 24703.388] (WW) xf86OpenConsole: setpgid failed: Operation not permitted
[ 24703.388] (WW) xf86OpenConsole: setsid failed: Operation not permitted
[ 24703.395] drmOpenDevice: node name is /dev/dri/card0
[ 24703.395] drmOpenDevice: open result is 11, (OK)
[ 24703.395] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[ 24703.395] drmOpenDevice: node name is /dev/dri/card0
[ 24703.395] drmOpenDevice: open result is 11, (OK)
[ 24703.395] drmOpenByBusid: drmOpenMinor returns 11
[ 24703.395] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 24703.395] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 24703.395] (==) intel(0): RGB weight 888
[ 24703.395] (==) intel(0): Default visual is TrueColor
[ 24703.395] (II) intel(0): Integrated Graphics Chipset: Intel(R) Q35
[ 24703.395] (--) intel(0): Chipset: "Q35"
[ 24703.395] (**) intel(0): Tiling enabled
[ 24703.395] (**) intel(0): SwapBuffers wait enabled
[ 24703.395] (==) intel(0): video overlay key set to 0x101fe
[ 24703.461] (II) intel(0): Output VGA1 using monitor section Monitor0
[ 24703.531] (II) intel(0): EDID for output VGA1
[ 24703.531] (II) intel(0): Manufacturer: DEL  Model: a024  Serial#: 861360723
[ 24703.531] (II) intel(0): Year: 2007  Week: 4
[ 24703.531] (II) intel(0): EDID Version: 1.3
[ 24703.531] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[ 24703.531] (II) intel(0): Sync:  Separate
[ 24703.531] (II) intel(0): Max Image Size [cm]: horiz.: 38  vert.: 30
[ 24703.531] (II) intel(0): Gamma: 2.20
[ 24703.531] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 24703.531] (II) intel(0): Default color space is primary color space
[ 24703.531] (II) intel(0): First detailed timing is preferred mode
[ 24703.531] (II) intel(0): redX: 0.640 redY: 0.340   greenX: 0.279 greenY: 0.619
[ 24703.531] (II) intel(0): blueX: 0.140 blueY: 0.069   whiteX: 0.310 whiteY: 0.330
[ 24703.531] (II) intel(0): Supported established timings:
[ 24703.531] (II) intel(0): 720x400@70Hz
[ 24703.531] (II) intel(0): 640x480@60Hz
[ 24703.531] (II) intel(0): 640x480@75Hz
[ 24703.531] (II) intel(0): 800x600@60Hz
[ 24703.531] (II) intel(0): 800x600@75Hz
[ 24703.531] (II) intel(0): 1024x768@60Hz
[ 24703.531] (II) intel(0): 1024x768@75Hz
[ 24703.531] (II) intel(0): 1280x1024@75Hz
[ 24703.531] (II) intel(0): Manufacturer's mask: 0
[ 24703.531] (II) intel(0): Supported standard timings:
[ 24703.531] (II) intel(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[ 24703.531] (II) intel(0): #1: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[ 24703.531] (II) intel(0): Supported detailed timing:
[ 24703.531] (II) intel(0): clock: 108.0 MHz   Image Size:  380 x 305 mm
[ 24703.531] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[ 24703.531] (II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[ 24703.531] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 80 kHz, PixClock max 145 MHz
[ 24703.531] (II) intel(0): Serial No: HM07071P3WRS
[ 24703.531] (II) intel(0): Monitor name: DELL E197FP
[ 24703.531] (II) intel(0): EDID (in hex):
[ 24703.531] (II) intel(0): 	00ffffffffffff0010ac24a053525733
[ 24703.531] (II) intel(0): 	0411010368261e78eecaf6a357479e23
[ 24703.531] (II) intel(0): 	114f54a54b00714f8180010101010101
[ 24703.531] (II) intel(0): 	010101010101302a009851002a403070
[ 24703.531] (II) intel(0): 	13007c311100001e000000fd00384b1f
[ 24703.531] (II) intel(0): 	500e000a202020202020000000ff0048
[ 24703.531] (II) intel(0): 	4d303730373150335752530a000000fc
[ 24703.531] (II) intel(0): 	0044454c4c204531393746500a2000f7
[ 24703.531] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24703.531] (II) intel(0): Using EDID range info for horizontal sync
[ 24703.531] (II) intel(0): Using EDID range info for vertical refresh
[ 24703.531] (II) intel(0): Printing DDC gathered Modelines:
[ 24703.531] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24703.531] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24703.531] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24703.531] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24703.531] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24703.531] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24703.531] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24703.532] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24703.532] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24703.532] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24703.532] (II) intel(0): Printing probed modes for output VGA1
[ 24703.532] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24703.532] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24703.532] (II) intel(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24703.532] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[ 24703.532] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24703.532] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24703.532] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24703.532] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24703.532] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24703.532] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24703.532] (II) intel(0): Output VGA1 connected
[ 24703.532] (II) intel(0): Using exact sizes for initial modes
[ 24703.532] (II) intel(0): Output VGA1 using initial mode 1280x1024
[ 24703.532] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 24703.532] (II) intel(0): Kernel page flipping support detected, enabling
[ 24703.532] (**) intel(0): Display dimensions: (380, 300) mm
[ 24703.532] (**) intel(0): DPI set to (85, 86)
[ 24703.532] (II) Loading sub module "fb"
[ 24703.532] (II) LoadModule: "fb"
[ 24703.532] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 24703.532] (II) Module fb: vendor="X.Org Foundation"
[ 24703.532] 	compiled for 1.9.5, module version = 1.0.0
[ 24703.532] 	ABI class: X.Org ANSI C Emulation, version 0.4
[ 24703.532] (==) Depth 24 pixmap format is 32 bpp
[ 24703.532] (==) intel(0): VideoRam: 262144 KB
[ 24703.532] (II) intel(0): [DRI2] Setup complete
[ 24703.532] (II) intel(0): [DRI2]   DRI driver: i915
[ 24703.532] (II) intel(0): Allocated new frame buffer 1280x1024 stride 8192, tiled
[ 24703.532] (II) UXA(0): Driver registered support for the following operations:
[ 24703.532] (II)         solid
[ 24703.532] (II)         copy
[ 24703.532] (II)         composite (RENDER acceleration)
[ 24703.532] (II)         put_image
[ 24703.532] (II)         get_image
[ 24703.532] (==) intel(0): Backing store disabled
[ 24703.532] (==) intel(0): Silken mouse enabled
[ 24703.532] (II) intel(0): Initializing HW Cursor
[ 24703.541] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 24703.541] (==) intel(0): DPMS enabled
[ 24703.541] (==) intel(0): Intel XvMC decoder disabled
[ 24703.541] (II) intel(0): Set up textured video
[ 24703.541] (II) intel(0): Set up overlay video
[ 24703.541] (II) intel(0): direct rendering: DRI2 Enabled
[ 24703.541] (==) intel(0): hotplug detection: "enabled"
[ 24703.541] (--) RandR disabled
[ 24703.541] (II) Initializing built-in extension Generic Event Extension
[ 24703.541] (II) Initializing built-in extension SHAPE
[ 24703.541] (II) Initializing built-in extension MIT-SHM
[ 24703.541] (II) Initializing built-in extension XInputExtension
[ 24703.541] (II) Initializing built-in extension XTEST
[ 24703.541] (II) Initializing built-in extension BIG-REQUESTS
[ 24703.541] (II) Initializing built-in extension SYNC
[ 24703.541] (II) Initializing built-in extension XKEYBOARD
[ 24703.541] (II) Initializing built-in extension XC-MISC
[ 24703.541] (II) Initializing built-in extension XINERAMA
[ 24703.541] (II) Initializing built-in extension XFIXES
[ 24703.541] (II) Initializing built-in extension RENDER
[ 24703.541] (II) Initializing built-in extension RANDR
[ 24703.541] (II) Initializing built-in extension COMPOSITE
[ 24703.541] (II) Initializing built-in extension DAMAGE
[ 24703.553] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 24703.553] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 24703.553] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 24703.553] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 24703.553] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 24703.553] (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
[ 24703.553] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 24703.554] (II) intel(0): Setting screen physical size to 338 x 270
[ 24703.710] (**) Option "CoreKeyboard"
[ 24703.710] (**) Keyboard0: always reports core events
[ 24703.710] (EE) Keyboard0: No device specified.
[ 24703.710] (II) UnloadModule: "evdev"
[ 24703.710] (EE) PreInit returned NULL for "Keyboard0"
[ 24703.719] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 24703.719] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24703.719] (**) Power Button: always reports core events
[ 24703.719] (**) Power Button: Device: "/dev/input/event4"
[ 24703.750] (--) Power Button: Found keys
[ 24703.750] (II) Power Button: Configuring as keyboard
[ 24703.750] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 24703.750] (**) Option "xkb_rules" "evdev"
[ 24703.750] (**) Option "xkb_model" "evdev"
[ 24703.750] (**) Option "xkb_layout" "us"
[ 24703.771] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 24703.771] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24703.771] (**) Power Button: always reports core events
[ 24703.771] (**) Power Button: Device: "/dev/input/event3"
[ 24703.810] (--) Power Button: Found keys
[ 24703.810] (II) Power Button: Configuring as keyboard
[ 24703.810] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 24703.810] (**) Option "xkb_rules" "evdev"
[ 24703.810] (**) Option "xkb_model" "evdev"
[ 24703.810] (**) Option "xkb_layout" "us"
[ 24703.815] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event1)
[ 24703.815] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 24703.815] (**) Dell Dell USB Keyboard: always reports core events
[ 24703.815] (**) Dell Dell USB Keyboard: Device: "/dev/input/event1"
[ 24703.850] (--) Dell Dell USB Keyboard: Found keys
[ 24703.850] (II) Dell Dell USB Keyboard: Configuring as keyboard
[ 24703.850] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD)
[ 24703.850] (**) Option "xkb_rules" "evdev"
[ 24703.850] (**) Option "xkb_model" "evdev"
[ 24703.850] (**) Option "xkb_layout" "us"
[ 24703.850] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event2)
[ 24703.850] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 24703.850] (**) Dell Dell USB Keyboard: always reports core events
[ 24703.850] (**) Dell Dell USB Keyboard: Device: "/dev/input/event2"
[ 24703.900] (--) Dell Dell USB Keyboard: Found absolute axes
[ 24703.900] (--) Dell Dell USB Keyboard: Found keys
[ 24703.900] (II) Dell Dell USB Keyboard: Configuring as mouse
[ 24703.900] (II) Dell Dell USB Keyboard: Configuring as keyboard
[ 24703.900] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD)
[ 24703.900] (**) Option "xkb_rules" "evdev"
[ 24703.900] (**) Option "xkb_model" "evdev"
[ 24703.900] (**) Option "xkb_layout" "us"
[ 24703.900] (II) Dell Dell USB Keyboard: initialized for absolute axes.
[ 24703.901] (II) config/udev: Adding input device Dell Dell USB Optical Mouse (/dev/input/event0)
[ 24703.901] (**) Dell Dell USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 24703.901] (**) Dell Dell USB Optical Mouse: always reports core events
[ 24703.901] (**) Dell Dell USB Optical Mouse: Device: "/dev/input/event0"
[ 24703.950] (--) Dell Dell USB Optical Mouse: Found 3 mouse buttons
[ 24703.950] (--) Dell Dell USB Optical Mouse: Found scroll wheel(s)
[ 24703.950] (--) Dell Dell USB Optical Mouse: Found relative axes
[ 24703.950] (--) Dell Dell USB Optical Mouse: Found x and y relative axes
[ 24703.950] (II) Dell Dell USB Optical Mouse: Configuring as mouse
[ 24703.950] (II) Dell Dell USB Optical Mouse: Adding scrollwheel support
[ 24703.950] (**) Dell Dell USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 24703.950] (**) Dell Dell USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 24703.950] (II) XINPUT: Adding extended input device "Dell Dell USB Optical Mouse" (type: MOUSE)
[ 24703.950] (**) Dell Dell USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 24703.950] (**) Dell Dell USB Optical Mouse: (accel) acceleration profile 0
[ 24703.950] (**) Dell Dell USB Optical Mouse: (accel) acceleration factor: 2.000
[ 24703.950] (**) Dell Dell USB Optical Mouse: (accel) acceleration threshold: 4
[ 24703.950] (II) Dell Dell USB Optical Mouse: initialized for relative axes.
[ 24703.950] (II) config/udev: Adding input device Dell Dell USB Optical Mouse (/dev/input/mouse0)
[ 24703.950] (II) No input driver/identifier specified (ignoring)
[ 24703.953] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 24703.953] (II) No input driver/identifier specified (ignoring)
[ 24708.761] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24708.761] (II) intel(0): Using hsync ranges from config file
[ 24708.761] (II) intel(0): Using vrefresh ranges from config file
[ 24708.761] (II) intel(0): Printing DDC gathered Modelines:
[ 24708.761] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24708.761] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24708.761] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24708.761] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24708.761] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24708.761] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24708.761] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24708.761] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24708.761] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24708.761] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24708.851] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24708.851] (II) intel(0): Using hsync ranges from config file
[ 24708.851] (II) intel(0): Using vrefresh ranges from config file
[ 24708.851] (II) intel(0): Printing DDC gathered Modelines:
[ 24708.851] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24708.851] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24708.851] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24708.851] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24708.851] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24708.851] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24708.851] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24708.851] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24708.851] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24708.851] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24709.181] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24709.181] (II) intel(0): Using hsync ranges from config file
[ 24709.181] (II) intel(0): Using vrefresh ranges from config file
[ 24709.181] (II) intel(0): Printing DDC gathered Modelines:
[ 24709.181] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24709.181] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24709.181] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24709.181] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24709.181] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24709.181] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24709.181] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24709.181] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24709.181] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24709.181] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24709.341] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24709.341] (II) intel(0): Using hsync ranges from config file
[ 24709.341] (II) intel(0): Using vrefresh ranges from config file
[ 24709.341] (II) intel(0): Printing DDC gathered Modelines:
[ 24709.341] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24709.341] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24709.341] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24709.341] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24709.341] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24709.341] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24709.341] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24709.341] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24709.341] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24709.341] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24709.421] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24709.421] (II) intel(0): Using hsync ranges from config file
[ 24709.421] (II) intel(0): Using vrefresh ranges from config file
[ 24709.421] (II) intel(0): Printing DDC gathered Modelines:
[ 24709.421] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24709.421] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24709.421] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24709.421] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24709.421] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24709.421] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24709.421] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24709.421] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24709.421] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24709.421] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24832.740] (II) Power Button: Close
[ 24832.740] (II) UnloadModule: "evdev"
[ 24832.760] (II) Power Button: Close
[ 24832.760] (II) UnloadModule: "evdev"
[ 24832.770] (II) Dell Dell USB Keyboard: Close
[ 24832.770] (II) UnloadModule: "evdev"
[ 24832.810] (II) Dell Dell USB Keyboard: Close
[ 24832.810] (II) UnloadModule: "evdev"
[ 24832.910] (II) Dell Dell USB Optical Mouse: Close
[ 24832.910] (II) UnloadModule: "evdev"
[ 24832.914] 3 XSELINUXs still allocated at reset
[ 24832.914] SCREEN: 0 objects of 116 bytes = 0 total bytes 0 private allocs
[ 24832.914] DEVICE: 0 objects of 16 bytes = 0 total bytes 0 private allocs
[ 24832.914] CLIENT: 0 objects of 148 bytes = 0 total bytes 0 private allocs
[ 24832.914] WINDOW: 0 objects of 32 bytes = 0 total bytes 0 private allocs
[ 24832.914] PIXMAP: 0 objects of 20 bytes = 0 total bytes 0 private allocs
[ 24832.914] GC: 0 objects of 44 bytes = 0 total bytes 0 private allocs
[ 24832.914] CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs
[ 24832.914] CURSOR_BITS: 0 objects of 4 bytes = 0 total bytes 0 private allocs
[ 24832.914] DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs
[ 24832.914] GLYPH: 0 objects of 4 bytes = 0 total bytes 0 private allocs
[ 24832.914] TOTAL: 0 objects, 0 bytes, 0 allocs
[ 24832.914] 3 SELECTIONs still allocated at reset
[ 24832.914] WINDOW: 0 objects of 32 bytes = 0 total bytes 0 private allocs
[ 24832.914] PIXMAP: 0 objects of 20 bytes = 0 total bytes 0 private allocs
[ 24832.914] GC: 0 objects of 44 bytes = 0 total bytes 0 private allocs
[ 24832.914] CURSOR: 0 objects of 4 bytes = 0 total bytes 0 private allocs
[ 24832.914] CURSOR_BITS: 0 objects of 4 bytes = 0 total bytes 0 private allocs
[ 24832.914] DBE_WINDOW: 0 objects of 12 bytes = 0 total bytes 0 private allocs
[ 24832.914] GLYPH: 0 objects of 4 bytes = 0 total bytes 0 private allocs
[ 24832.914] TOTAL: 0 objects, 0 bytes, 0 allocs
[ 24832.915] (II) Open ACPI successful (/var/run/acpid.socket)
[ 24832.915] (II) APM registered successfully
[ 24832.915] (==) intel(0): VideoRam: 262144 KB
[ 24832.915] (II) intel(0): [DRI2] Setup complete
[ 24832.915] (II) intel(0): [DRI2]   DRI driver: i915
[ 24832.915] (II) intel(0): Allocated new frame buffer 1280x1024 stride 8192, tiled
[ 24832.915] (II) UXA(0): Driver registered support for the following operations:
[ 24832.915] (II)         solid
[ 24832.915] (II)         copy
[ 24832.915] (II)         composite (RENDER acceleration)
[ 24832.915] (II)         put_image
[ 24832.915] (II)         get_image
[ 24832.915] (II) intel(0): Initializing HW Cursor
[ 24832.915] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 24832.915] (==) intel(0): DPMS enabled
[ 24832.915] (==) intel(0): Intel XvMC decoder disabled
[ 24832.915] (II) intel(0): Set up textured video
[ 24832.915] (II) intel(0): Set up overlay video
[ 24832.915] (II) intel(0): direct rendering: DRI2 Enabled
[ 24832.915] (==) intel(0): hotplug detection: "enabled"
[ 24832.915] (--) RandR disabled
[ 24832.927] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 24832.927] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 24832.927] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 24832.927] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 24832.927] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 24832.928] (II) AIGLX: Loaded and initialized /usr/lib/dri/i915_dri.so
[ 24832.928] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 24832.928] (II) intel(0): Setting screen physical size to 338 x 270
[ 24833.082] (**) Option "CoreKeyboard"
[ 24833.082] (**) Keyboard0: always reports core events
[ 24833.082] (EE) Keyboard0: No device specified.
[ 24833.082] (II) UnloadModule: "evdev"
[ 24833.082] (EE) PreInit returned NULL for "Keyboard0"
[ 24833.090] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 24833.090] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24833.090] (**) Power Button: always reports core events
[ 24833.090] (**) Power Button: Device: "/dev/input/event4"
[ 24833.130] (--) Power Button: Found keys
[ 24833.130] (II) Power Button: Configuring as keyboard
[ 24833.130] (**) Option "xkb_rules" "evdev"
[ 24833.130] (**) Option "xkb_model" "evdev"
[ 24833.130] (**) Option "xkb_layout" "us"
[ 24833.151] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[ 24833.151] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 24833.151] (**) Power Button: always reports core events
[ 24833.151] (**) Power Button: Device: "/dev/input/event3"
[ 24833.190] (--) Power Button: Found keys
[ 24833.190] (II) Power Button: Configuring as keyboard
[ 24833.190] (**) Option "xkb_rules" "evdev"
[ 24833.190] (**) Option "xkb_model" "evdev"
[ 24833.190] (**) Option "xkb_layout" "us"
[ 24833.195] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event1)
[ 24833.195] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 24833.195] (**) Dell Dell USB Keyboard: always reports core events
[ 24833.195] (**) Dell Dell USB Keyboard: Device: "/dev/input/event1"
[ 24833.230] (--) Dell Dell USB Keyboard: Found keys
[ 24833.230] (II) Dell Dell USB Keyboard: Configuring as keyboard
[ 24833.230] (**) Option "xkb_rules" "evdev"
[ 24833.230] (**) Option "xkb_model" "evdev"
[ 24833.230] (**) Option "xkb_layout" "us"
[ 24833.230] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event2)
[ 24833.230] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 24833.230] (**) Dell Dell USB Keyboard: always reports core events
[ 24833.230] (**) Dell Dell USB Keyboard: Device: "/dev/input/event2"
[ 24833.270] (--) Dell Dell USB Keyboard: Found absolute axes
[ 24833.270] (--) Dell Dell USB Keyboard: Found keys
[ 24833.270] (II) Dell Dell USB Keyboard: Configuring as mouse
[ 24833.270] (II) Dell Dell USB Keyboard: Configuring as keyboard
[ 24833.270] (**) Option "xkb_rules" "evdev"
[ 24833.270] (**) Option "xkb_model" "evdev"
[ 24833.270] (**) Option "xkb_layout" "us"
[ 24833.270] (II) Dell Dell USB Keyboard: initialized for absolute axes.
[ 24833.271] (II) config/udev: Adding input device Dell Dell USB Optical Mouse (/dev/input/event0)
[ 24833.271] (**) Dell Dell USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[ 24833.271] (**) Dell Dell USB Optical Mouse: always reports core events
[ 24833.271] (**) Dell Dell USB Optical Mouse: Device: "/dev/input/event0"
[ 24833.330] (--) Dell Dell USB Optical Mouse: Found 3 mouse buttons
[ 24833.330] (--) Dell Dell USB Optical Mouse: Found scroll wheel(s)
[ 24833.330] (--) Dell Dell USB Optical Mouse: Found relative axes
[ 24833.330] (--) Dell Dell USB Optical Mouse: Found x and y relative axes
[ 24833.330] (II) Dell Dell USB Optical Mouse: Configuring as mouse
[ 24833.330] (II) Dell Dell USB Optical Mouse: Adding scrollwheel support
[ 24833.330] (**) Dell Dell USB Optical Mouse: YAxisMapping: buttons 4 and 5
[ 24833.330] (**) Dell Dell USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 24833.330] (**) Dell Dell USB Optical Mouse: (accel) keeping acceleration scheme 1
[ 24833.330] (**) Dell Dell USB Optical Mouse: (accel) acceleration profile 0
[ 24833.330] (**) Dell Dell USB Optical Mouse: (accel) acceleration factor: 2.000
[ 24833.330] (**) Dell Dell USB Optical Mouse: (accel) acceleration threshold: 4
[ 24833.330] (II) Dell Dell USB Optical Mouse: initialized for relative axes.
[ 24833.330] (II) config/udev: Adding input device Dell Dell USB Optical Mouse (/dev/input/mouse0)
[ 24833.330] (II) No input driver/identifier specified (ignoring)
[ 24833.333] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[ 24833.333] (II) No input driver/identifier specified (ignoring)
[ 24838.361] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24838.361] (II) intel(0): Using hsync ranges from config file
[ 24838.361] (II) intel(0): Using vrefresh ranges from config file
[ 24838.361] (II) intel(0): Printing DDC gathered Modelines:
[ 24838.361] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24838.361] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24838.361] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24838.361] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24838.361] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24838.361] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24838.361] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24838.361] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24838.361] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24838.361] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24838.431] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24838.431] (II) intel(0): Using hsync ranges from config file
[ 24838.431] (II) intel(0): Using vrefresh ranges from config file
[ 24838.431] (II) intel(0): Printing DDC gathered Modelines:
[ 24838.431] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24838.431] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24838.431] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24838.431] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24838.431] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24838.431] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24838.431] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24838.431] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24838.431] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24838.431] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24838.873] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24838.873] (II) intel(0): Using hsync ranges from config file
[ 24838.873] (II) intel(0): Using vrefresh ranges from config file
[ 24838.873] (II) intel(0): Printing DDC gathered Modelines:
[ 24838.873] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24838.873] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24838.874] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24838.874] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24838.874] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24838.874] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24838.874] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24838.874] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24838.874] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24838.874] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24839.041] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24839.041] (II) intel(0): Using hsync ranges from config file
[ 24839.041] (II) intel(0): Using vrefresh ranges from config file
[ 24839.041] (II) intel(0): Printing DDC gathered Modelines:
[ 24839.041] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24839.041] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24839.041] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24839.041] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24839.041] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24839.041] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24839.041] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24839.041] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24839.041] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24839.041] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)
[ 24839.131] (II) intel(0): EDID vendor "DEL", prod id 40996
[ 24839.131] (II) intel(0): Using hsync ranges from config file
[ 24839.131] (II) intel(0): Using vrefresh ranges from config file
[ 24839.131] (II) intel(0): Printing DDC gathered Modelines:
[ 24839.131] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
[ 24839.131] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[ 24839.131] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[ 24839.131] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[ 24839.131] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[ 24839.131] (II) intel(0): Modeline "1280x1024"x0.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 24839.131] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[ 24839.131] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[ 24839.131] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[ 24839.131] (II) intel(0): Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Odp: [gentoo-user] Re: polish fonts xorg.conf
  2011-06-15 14:46   ` Odp: " fajfusio
@ 2011-06-15 15:41     ` YoYo Siska
  2011-06-15 19:59       ` Mick
  0 siblings, 1 reply; 7+ messages in thread
From: YoYo Siska @ 2011-06-15 15:41 UTC (permalink / raw
  To: gentoo-user

On Wed, Jun 15, 2011 at 04:46:54PM +0200, fajfusio@wp.pl wrote:
> Dnia 14-06-2011 o godz. 21:51 walt napisał(a):
> > On 06/14/2011 09:02 AM, fajfusio@wp.pl wrote:
> > > Hello
> > > 
> > > When I execute:
> > > setxkbmap pl
> > > 
> > > I can type polish fonts in xterm and other X programs. But when I 
> > generate xorg.conf file with "Xorg -configure" and add the following to 
> > it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)
> > > 
> > > Section "InputDevice"
> > >         Identifier  "Keyboard0"
> > >         Driver      "kbd"
> > >         Option "XkbModel"     "pc105"
> > >         Option "XkbLayout"    "pl"
> > > EndSection
> > > 
> > > 
> > > Xorg.0.log:
> > > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
> > > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button" 
> > (type: KEYBOARD)
> > > [ 29008.100] (**) Option "xkb_rules" "evdev"
> > > [ 29008.100] (**) Option "xkb_model" "evdev"
> > > [ 29008.100] (**) Option "xkb_layout" "us"
> > 
> > The only problem I can see at the moment is that the log file says that 
> > your keyboard
> > is using the 'evdev' driver but your xorg.conf specifies the 'kbd' 
> > driver.  Try changing
> > the Driver to "evdev" instead of 'kbd'.
> 
> 
> I have reconfigured xorg.conf as follows:
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "evdev"
>         Option "XkbModel"     "pc105"
>         Option "XkbLayout"    "pl"
> EndSection
> 
> or
> 
> Section "InputDevice"
>         Identifier  "Keyboard0"
>         Driver      "evdev"
>         Option "XkbModel"     "evdev"
>         Option "XkbLayout"    "pl"
> EndSection
> 
> 
> Unfortunatelly it didn't help.
> I attach the complete Xorg.0.log.
> Do you have another suggestions.
> Thank you for help
> 

[ 24703.710] (**) Keyboard0: always reports core events
[ 24703.710] (EE) Keyboard0: No device specified.
[ 24703.710] (II) UnloadModule: "evdev"
[ 24703.710] (EE) PreInit returned NULL for "Keyboard0"

you defined a (new) keyboard in the config, which doesn't actually point
to a device (the old kbd driver didn't need a device, but it didn't work
for other reasons...) so that X basically ignored that section
and your "real" keyboard device did get added automatically later
albeit without your settings...

the most correct way with a newer xorg is to create a file in
/etc/xorg.conf.d  where you put an entry, which would  *match*  your
keyboard device (that gets automatically created) and add the options to
it, basically something like:

Section "InputClass"
        Identifier "pl keyboard layout"
        MatchIsKeyboard "on"
        Option "XkbModel"     "evdev"
        Option "XkbLayout"    "pl"
EndSection

can't find gentoo specific doc / page for this stuff, but
man xorg.conf (search for InputClass) and google for 
xorg.conf.d and/or InputClass should give you something usefull
fex: 
http://fedoraproject.org/wiki/Input_device_configuration



yoyo






^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Odp: [gentoo-user] Re: polish fonts xorg.conf
  2011-06-15 15:41     ` YoYo Siska
@ 2011-06-15 19:59       ` Mick
  2011-06-16 15:47         ` fajfusio
  0 siblings, 1 reply; 7+ messages in thread
From: Mick @ 2011-06-15 19:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: Text/Plain, Size: 3908 bytes --]

On Wednesday 15 Jun 2011 16:41:29 YoYo Siska wrote:
> On Wed, Jun 15, 2011 at 04:46:54PM +0200, fajfusio@wp.pl wrote:
> > Dnia 14-06-2011 o godz. 21:51 walt napisał(a):
> > > On 06/14/2011 09:02 AM, fajfusio@wp.pl wrote:
> > > > Hello
> > > > 
> > > > When I execute:
> > > > setxkbmap pl
> > > > 
> > > > I can type polish fonts in xterm and other X programs. But when I
> > > 
> > > generate xorg.conf file with "Xorg -configure" and add the following to
> > > it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)
> > > 
> > > > Section "InputDevice"
> > > > 
> > > >         Identifier  "Keyboard0"
> > > >         Driver      "kbd"
> > > >         Option "XkbModel"     "pc105"
> > > >         Option "XkbLayout"    "pl"
> > > > 
> > > > EndSection
> > > > 
> > > > 
> > > > Xorg.0.log:
> > > > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
> > > > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button"
> > > 
> > > (type: KEYBOARD)
> > > 
> > > > [ 29008.100] (**) Option "xkb_rules" "evdev"
> > > > [ 29008.100] (**) Option "xkb_model" "evdev"
> > > > [ 29008.100] (**) Option "xkb_layout" "us"
> > > 
> > > The only problem I can see at the moment is that the log file says that
> > > your keyboard
> > > is using the 'evdev' driver but your xorg.conf specifies the 'kbd'
> > > driver.  Try changing
> > > the Driver to "evdev" instead of 'kbd'.
> > 
> > I have reconfigured xorg.conf as follows:
> > Section "InputDevice"
> > 
> >         Identifier  "Keyboard0"
> >         Driver      "evdev"
> >         Option "XkbModel"     "pc105"
> >         Option "XkbLayout"    "pl"
> > 
> > EndSection
> > 
> > or
> > 
> > Section "InputDevice"
> > 
> >         Identifier  "Keyboard0"
> >         Driver      "evdev"
> >         Option "XkbModel"     "evdev"
> >         Option "XkbLayout"    "pl"
> > 
> > EndSection
> > 
> > 
> > Unfortunatelly it didn't help.
> > I attach the complete Xorg.0.log.
> > Do you have another suggestions.
> > Thank you for help
> 
> [ 24703.710] (**) Keyboard0: always reports core events
> [ 24703.710] (EE) Keyboard0: No device specified.
> [ 24703.710] (II) UnloadModule: "evdev"
> [ 24703.710] (EE) PreInit returned NULL for "Keyboard0"
> 
> you defined a (new) keyboard in the config, which doesn't actually point
> to a device (the old kbd driver didn't need a device, but it didn't work
> for other reasons...) so that X basically ignored that section
> and your "real" keyboard device did get added automatically later
> albeit without your settings...
> 
> the most correct way with a newer xorg is to create a file in
> /etc/xorg.conf.d  where you put an entry, which would  *match*  your
> keyboard device (that gets automatically created) and add the options to
> it, basically something like:
> 
> Section "InputClass"
>         Identifier "pl keyboard layout"
>         MatchIsKeyboard "on"
>         Option "XkbModel"     "evdev"
>         Option "XkbLayout"    "pl"
> EndSection
> 
> can't find gentoo specific doc / page for this stuff, but
> man xorg.conf (search for InputClass) and google for
> xorg.conf.d and/or InputClass should give you something usefull
> fex:
> http://fedoraproject.org/wiki/Input_device_configuration
> 
> 
> 
> yoyo
As yoyo says:

Remove 
Section "ServerLayout"
#       InputDevice    "Keyboard0" "CoreKeyboard"

because evdev does not need it and change your keyboard section as suggested, 
or if it doesn't work you can also try this:
=====================================
Section "InputClass"
       Identifier  "keyboard catchall"
       Driver      "evdev"
       MatchIsKeyboard "on"
       MatchDevicePath "/dev/input/event*"
       Option "XkbLayout" "pl"
       Option "XkbOptions" 
EndSection
=====================================

-- 
Regards,
Mick

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Odp: [gentoo-user] Re: polish fonts xorg.conf
  2011-06-15 19:59       ` Mick
@ 2011-06-16 15:47         ` fajfusio
  0 siblings, 0 replies; 7+ messages in thread
From: fajfusio @ 2011-06-16 15:47 UTC (permalink / raw
  To: gentoo-user; +Cc: gentoo-user

Dnia 15-06-2011 o godz. 21:59 Mick napisał(a):
> On Wednesday 15 Jun 2011 16:41:29 YoYo Siska wrote:
> > On Wed, Jun 15, 2011 at 04:46:54PM +0200, fajfusio@wp.pl wrote:
> > > Dnia 14-06-2011 o godz. 21:51 walt napisał(a):
> > > > On 06/14/2011 09:02 AM, fajfusio@wp.pl wrote:
> > > > > Hello
> > > > > 
> > > > > When I execute:
> > > > > setxkbmap pl
> > > > > 
> > > > > I can type polish fonts in xterm and other X programs. But when I
> > > > 
> > > > generate xorg.conf file with "Xorg -configure" and add the following to
> > > > it I cannot type the polish fonts (I copied it to /etc/x11/xorg.conf)
> > > > 
> > > > > Section "InputDevice"
> > > > > 
> > > > >         Identifier  "Keyboard0"
> > > > >         Driver      "kbd"
> > > > >         Option "XkbModel"     "pc105"
> > > > >         Option "XkbLayout"    "pl"
> > > > > 
> > > > > EndSection
> > > > > 
> > > > > 
> > > > > Xorg.0.log:
> > > > > [ 29007.715] (==) Using config file: "/etc/X11/xorg.conf"
> > > > > [ 29008.100] (II) XINPUT: Adding extended input device "Power Button"
> > > > 
> > > > (type: KEYBOARD)
> > > > 
> > > > > [ 29008.100] (**) Option "xkb_rules" "evdev"
> > > > > [ 29008.100] (**) Option "xkb_model" "evdev"
> > > > > [ 29008.100] (**) Option "xkb_layout" "us"
> > > > 
> > > > The only problem I can see at the moment is that the log file says that
> > > > your keyboard
> > > > is using the 'evdev' driver but your xorg.conf specifies the 'kbd'
> > > > driver.  Try changing
> > > > the Driver to "evdev" instead of 'kbd'.
> > > 
> > > I have reconfigured xorg.conf as follows:
> > > Section "InputDevice"
> > > 
> > >         Identifier  "Keyboard0"
> > >         Driver      "evdev"
> > >         Option "XkbModel"     "pc105"
> > >         Option "XkbLayout"    "pl"
> > > 
> > > EndSection
> > > 
> > > or
> > > 
> > > Section "InputDevice"
> > > 
> > >         Identifier  "Keyboard0"
> > >         Driver      "evdev"
> > >         Option "XkbModel"     "evdev"
> > >         Option "XkbLayout"    "pl"
> > > 
> > > EndSection
> > > 
> > > 
> > > Unfortunatelly it didn't help.
> > > I attach the complete Xorg.0.log.
> > > Do you have another suggestions.
> > > Thank you for help
> > 
> > [ 24703.710] (**) Keyboard0: always reports core events
> > [ 24703.710] (EE) Keyboard0: No device specified.
> > [ 24703.710] (II) UnloadModule: "evdev"
> > [ 24703.710] (EE) PreInit returned NULL for "Keyboard0"
> > 
> > you defined a (new) keyboard in the config, which doesn't actually point
> > to a device (the old kbd driver didn't need a device, but it didn't work
> > for other reasons...) so that X basically ignored that section
> > and your "real" keyboard device did get added automatically later
> > albeit without your settings...
> > 
> > the most correct way with a newer xorg is to create a file in
> > /etc/xorg.conf.d  where you put an entry, which would  *match*  your
> > keyboard device (that gets automatically created) and add the options to
> > it, basically something like:
> > 
> > Section "InputClass"
> >         Identifier "pl keyboard layout"
> >         MatchIsKeyboard "on"
> >         Option "XkbModel"     "evdev"
> >         Option "XkbLayout"    "pl"
> > EndSection
> > 
> > can't find gentoo specific doc / page for this stuff, but
> > man xorg.conf (search for InputClass) and google for
> > xorg.conf.d and/or InputClass should give you something usefull
> > fex:
> > http://fedoraproject.org/wiki/Input_device_configuration
> > 
> > 
> > 
> > yoyo
> As yoyo says:
> 
> Remove
> Section "ServerLayout"
> #       InputDevice    "Keyboard0" "CoreKeyboard"
> 
> because evdev does not need it and change your keyboard section as 
> suggested,
> or if it doesn't work you can also try this:
> =====================================
> Section "InputClass"
>        Identifier  "keyboard catchall"
>        Driver      "evdev"
>        MatchIsKeyboard "on"
>        MatchDevicePath "/dev/input/event*"
>        Option "XkbLayout" "pl"
>        Option "XkbOptions"
> EndSection
> =====================================
> 
> --
> Regards,
> Mick

Thanks all of you for help.
The last 2 posts definitely solved the problem.







^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-16 16:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 16:02 [gentoo-user] polish fonts xorg.conf fajfusio
2011-06-14 19:51 ` [gentoo-user] " walt
2011-06-14 21:51   ` Mick
2011-06-15 14:46   ` Odp: " fajfusio
2011-06-15 15:41     ` YoYo Siska
2011-06-15 19:59       ` Mick
2011-06-16 15:47         ` fajfusio

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox