Xorg hotplugging not working for Mouse

Peter Hutterer peter.hutterer at who-t.net
Mon Jun 25 21:50:53 PDT 2012


On Tue, Jun 26, 2012 at 12:29:35PM +0800, shih dane wrote:
> 2012/6/26 Peter Hutterer <peter.hutterer at who-t.net>:
> > On Tue, Jun 26, 2012 at 11:45:20AM +0800, shih dane wrote:
> >> Hi
> >> i try to modify config
> >>
> >> Option "AutoAddDevices" "True"
> >>
> >> remove all intput device in config
> >> and laod evdev driver
> >>
> >> can not find mouse and keyboad
> >
> > I presume there's some other configuration issue then, but hard to say with
> > this little information. Please provide at least your Xorg.log.
> >
> > Cheers,
> >  Peter
> 
> thaks for advice
> that's my xorg.log and xorg.conf
> 
> Best Regard
> Dane

> [ 74984.842] 
> X.Org X Server 1.11.1
> Release Date: 2011-09-24
> [ 74984.842] X Protocol Version 11, Revision 0
> [ 74984.842] Build Operating System: Linux 2.6.32.16-141.loop_aes.fc12.x86_64 x86_64 
> [ 74984.842] Current Operating System: Linux N10850 2.6.38 #1 SMP Mon Jun 18 10:43:00 CST 2012 x86_64
> [ 74984.842] Kernel command line: ro root=/dev/ram0 max_loop=210 console=ttyS1,115200n8
> [ 74984.842] Build Date: 20 June 2012  04:27:04PM
> [ 74984.842]  
> [ 74984.842] Current version of pixman: 0.24.2
> [ 74984.842] 	Before reporting problems, check http://wiki.x.org
> 	to make sure that you have the latest version.
> [ 74984.842] Markers: (--) probed, (**) from config file, (==) default setting,
> 	(++) from command line, (!!) notice, (II) informational,
> 	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [ 74984.842] (==) Log file: "/opt/xorg/sys/var/log/Xorg.0.log", Time: Tue Jun 26 12:12:08 2012
> [ 74984.842] (++) Using config file: "/opt/xorg/xorg.conf.intel"
> [ 74984.842] (==) Using system config directory "/opt/xorg/sys/share/X11/xorg.conf.d"
> [ 74984.842] (==) ServerLayout "X.org Configured"
> [ 74984.842] (**) |-->Screen "Screen0" (0)
> [ 74984.842] (**) |   |-->Monitor "VGA"
> [ 74984.842] (**) |   |-->Device "card0"
> [ 74984.842] (==) Automatically adding devices
> [ 74984.842] (==) Automatically enabling devices
> [ 74984.842] (WW) The directory "/opt/xorg/sys/share/fonts/X11/misc/" does not exist.
> [ 74984.842] 	Entry deleted from font path.
> [ 74984.842] (WW) The directory "/opt/xorg/sys/share/fonts/X11/TTF/" does not exist.
> [ 74984.842] 	Entry deleted from font path.
> [ 74984.842] (WW) The directory "/opt/xorg/sys/share/fonts/X11/OTF/" does not exist.
> [ 74984.842] 	Entry deleted from font path.
> [ 74984.842] (WW) The directory "/opt/xorg/sys/share/fonts/X11/Type1/" does not exist.
> [ 74984.842] 	Entry deleted from font path.
> [ 74984.842] (WW) The directory "/opt/xorg/sys/share/fonts/X11/100dpi/" does not exist.
> [ 74984.842] 	Entry deleted from font path.
> [ 74984.842] (WW) The directory "/opt/xorg/sys/share/fonts/X11/75dpi/" does not exist.
> [ 74984.842] 	Entry deleted from font path.
> [ 74984.842] (==) FontPath set to:
> 	
> [ 74984.842] (**) ModulePath set to "/opt/xorg/sys/lib/xorg/modules"
> [ 74984.842] (II) The server relies on HAL to provide the list of input devices.
> 	If no devices become available, reconfigure HAL or disable AutoAddDevices.

looks like you're on F12 but make sure HAL is running and correctly setup.
the log is missing any entries from input devices, suggesting that the
server is never notified of their presence. copy config/x11-input.fdi into
/etc/hal/fdi/policies/ and restart HAL.
http://fedoraproject.org/wiki/Input_device_configuration#Fedora_12_and_earlier
has some info here

Cheers,
  Peter



> [ 74984.842] (II) Loader magic: 0x7cce40
> [ 74984.842] (II) Module ABI versions:
> [ 74984.842] 	X.Org ANSI C Emulation: 0.4
> [ 74984.842] 	X.Org Video Driver: 11.0
> [ 74984.842] 	X.Org XInput driver : 13.0
> [ 74984.842] 	X.Org Server Extension : 6.0
> [ 74984.843] (--) PCI:*(0:0:2:0) 8086:010a:8086:2010 rev 9, Mem @ 0x90000000/4194304, 0x80000000/268435456, I/O @ 0x00008000/64
> [ 74984.843] (II) Open ACPI successful (/var/run/acpid.socket)
> [ 74984.843] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
> [ 74984.843] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
> [ 74984.843] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
> [ 74984.843] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
> [ 74984.843] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
> [ 74984.843] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
> [ 74984.843] (II) LoadModule: "glx"
> [ 74984.844] (II) Loading /opt/xorg/sys/lib/xorg/modules/extensions/libglx.so
> [ 74984.844] (II) Module glx: vendor="X.Org Foundation"
> [ 74984.844] 	compiled for 1.11.1, module version = 1.0.0
> [ 74984.844] 	ABI class: X.Org Server Extension, version 6.0
> [ 74984.844] (==) AIGLX enabled
> [ 74984.844] (II) Loading extension GLX
> [ 74984.844] (II) LoadModule: "dri2"
> [ 74984.844] (II) Loading /opt/xorg/sys/lib/xorg/modules/extensions/libdri2.so
> [ 74984.844] (II) Module dri2: vendor="X.Org Foundation"
> [ 74984.844] 	compiled for 1.11.1, module version = 1.2.0
> [ 74984.844] 	ABI class: X.Org Server Extension, version 6.0
> [ 74984.844] (II) Loading extension DRI2
> [ 74984.844] (II) LoadModule: "record"
> [ 74984.844] (II) Loading /opt/xorg/sys/lib/xorg/modules/extensions/librecord.so
> [ 74984.844] (II) Module record: vendor="X.Org Foundation"
> [ 74984.844] 	compiled for 1.11.1, module version = 1.13.0
> [ 74984.844] 	Module class: X.Org Server Extension
> [ 74984.844] 	ABI class: X.Org Server Extension, version 6.0
> [ 74984.844] (II) Loading extension RECORD
> [ 74984.844] (II) LoadModule: "dri"
> [ 74984.844] (II) Loading /opt/xorg/sys/lib/xorg/modules/extensions/libdri.so
> [ 74984.844] (II) Module dri: vendor="X.Org Foundation"
> [ 74984.844] 	compiled for 1.11.1, module version = 1.0.0
> [ 74984.844] 	ABI class: X.Org Server Extension, version 6.0
> [ 74984.844] (II) Loading extension XFree86-DRI
> [ 74984.844] (II) LoadModule: "extmod"
> [ 74984.844] (II) Loading /opt/xorg/sys/lib/xorg/modules/extensions/libextmod.so
> [ 74984.844] (II) Module extmod: vendor="X.Org Foundation"
> [ 74984.844] 	compiled for 1.11.1, module version = 1.0.0
> [ 74984.844] 	Module class: X.Org Server Extension
> [ 74984.844] 	ABI class: X.Org Server Extension, version 6.0
> [ 74984.844] (II) Loading extension MIT-SCREEN-SAVER
> [ 74984.844] (II) Loading extension XFree86-VidModeExtension
> [ 74984.844] (II) Loading extension XFree86-DGA
> [ 74984.844] (II) Loading extension DPMS
> [ 74984.844] (II) Loading extension XVideo
> [ 74984.844] (II) Loading extension XVideo-MotionCompensation
> [ 74984.844] (II) Loading extension X-Resource
> [ 74984.844] (II) LoadModule: "dbe"
> [ 74984.845] (II) Loading /opt/xorg/sys/lib/xorg/modules/extensions/libdbe.so
> [ 74984.845] (II) Module dbe: vendor="X.Org Foundation"
> [ 74984.845] 	compiled for 1.11.1, module version = 1.0.0
> [ 74984.845] 	Module class: X.Org Server Extension
> [ 74984.845] 	ABI class: X.Org Server Extension, version 6.0
> [ 74984.845] (II) Loading extension DOUBLE-BUFFER
> [ 74984.845] (II) LoadModule: "evdev"
> [ 74984.845] (II) Loading /opt/xorg/sys/lib/xorg/modules/input/evdev_drv.so
> [ 74984.845] (II) Module evdev: vendor="X.Org Foundation"
> [ 74984.845] 	compiled for 1.11.1, module version = 2.6.0
> [ 74984.845] 	Module class: X.Org XInput Driver
> [ 74984.845] 	ABI class: X.Org XInput driver, version 13.0
> [ 74984.845] (II) LoadModule: "intel"
> [ 74984.845] (II) Loading /opt/xorg/sys/lib/xorg/modules/drivers/intel_drv.so
> [ 74984.845] (II) Module intel: vendor="X.Org Foundation"
> [ 74984.845] 	compiled for 1.11.1, module version = 2.17.0
> [ 74984.845] 	Module class: X.Org Video Driver
> [ 74984.845] 	ABI class: X.Org Video Driver, version 11.0
> [ 74984.845] (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
> [ 74984.845] (--) using VT number 5
> 
> [ 74984.850] (II) Loading /opt/xorg/sys/lib/xorg/modules/drivers/intel_drv.so
> [ 74984.850] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
> [ 74984.850] drmOpenDevice: node name is /dev/dri/card0
> [ 74984.850] drmOpenDevice: open result is 10, (OK)
> [ 74984.850] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
> [ 74984.850] drmOpenDevice: node name is /dev/dri/card0
> [ 74984.850] drmOpenDevice: open result is 10, (OK)
> [ 74984.850] drmOpenByBusid: drmOpenMinor returns 10
> [ 74984.850] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
> [ 74984.850] (==) intel(0): Depth 24, (--) framebuffer bpp 32
> [ 74984.850] (==) intel(0): RGB weight 888
> [ 74984.850] (==) intel(0): Default visual is TrueColor
> [ 74984.850] (II) intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Server
> [ 74984.850] (--) intel(0): Chipset: "Sandybridge Server"
> [ 74984.850] (**) intel(0): Relaxed fencing enabled
> [ 74984.850] (**) intel(0): Wait on SwapBuffers? enabled
> [ 74984.850] (**) intel(0): Triple buffering? enabled
> [ 74984.850] (**) intel(0): Framebuffer tiled
> [ 74984.850] (**) intel(0): Pixmaps tiled
> [ 74984.850] (**) intel(0): 3D buffers tiled
> [ 74984.850] (**) intel(0): SwapBuffers wait enabled
> [ 74984.850] (==) intel(0): video overlay key set to 0x101fe
> [ 74984.850] (II) intel(0): Output VGA1 using monitor section VGA
> [ 74985.094] (II) intel(0): Output HDMI1 has no monitor section
> [ 74985.135] (II) intel(0): Output DP1 has no monitor section
> [ 74985.135] (II) intel(0): EDID for output VGA1
> [ 74985.380] (II) intel(0): EDID for output HDMI1
> [ 74985.380] (II) intel(0): Manufacturer: SNY  Model: a401  Serial#: 16843009
> [ 74985.380] (II) intel(0): Year: 2009  Week: 1
> [ 74985.380] (II) intel(0): EDID Version: 1.3
> [ 74985.380] (II) intel(0): Digital Display Input
> [ 74985.380] (II) intel(0): Max Image Size [cm]: horiz.: 160  vert.: 90
> [ 74985.380] (II) intel(0): Gamma: 2.20
> [ 74985.380] (II) intel(0): No DPMS capabilities specified
> [ 74985.380] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
> [ 74985.380] (II) intel(0): First detailed timing is preferred mode
> [ 74985.380] (II) intel(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
> [ 74985.380] (II) intel(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
> [ 74985.380] (II) intel(0): Supported established timings:
> [ 74985.380] (II) intel(0): 640x480 at 60Hz
> [ 74985.380] (II) intel(0): 800x600 at 60Hz
> [ 74985.380] (II) intel(0): 1024x768 at 60Hz
> [ 74985.380] (II) intel(0): Manufacturer's mask: 0
> [ 74985.380] (II) intel(0): Supported standard timings:
> [ 74985.380] (II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
> [ 74985.380] (II) intel(0): Supported detailed timing:
> [ 74985.380] (II) intel(0): clock: 148.5 MHz   Image Size:  1600 x 900 mm
> [ 74985.380] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
> [ 74985.380] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
> [ 74985.380] (II) intel(0): Supported detailed timing:
> [ 74985.380] (II) intel(0): clock: 74.2 MHz   Image Size:  1600 x 900 mm
> [ 74985.380] (II) intel(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
> [ 74985.380] (II) intel(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
> [ 74985.380] (II) intel(0): Monitor name: SONY TV
> [ 74985.380] (II) intel(0): Ranges: V min: 48 V max: 62 Hz, H min: 14 H max: 70 kHz, PixClock max 155 MHz
> [ 74985.380] (II) intel(0): Supported detailed timing:
> [ 74985.380] (II) intel(0): clock: 148.5 MHz   Image Size:  1600 x 900 mm
> [ 74985.380] (II) intel(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
> [ 74985.380] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
> [ 74985.380] (II) intel(0): Supported detailed timing:
> [ 74985.380] (II) intel(0): clock: 74.2 MHz   Image Size:  1600 x 900 mm
> [ 74985.380] (II) intel(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
> [ 74985.380] (II) intel(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
> [ 74985.380] (II) intel(0): Supported detailed timing:
> [ 74985.380] (II) intel(0): clock: 74.2 MHz   Image Size:  1600 x 900 mm
> [ 74985.380] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
> [ 74985.380] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
> [ 74985.380] (II) intel(0): Supported detailed timing:
> [ 74985.380] (II) intel(0): clock: 74.2 MHz   Image Size:  1600 x 900 mm
> [ 74985.380] (II) intel(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
> [ 74985.380] (II) intel(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
> [ 74985.380] (II) intel(0): Number of EDID sections to follow: 1
> [ 74985.380] (II) intel(0): EDID (in hex):
> [ 74985.380] (II) intel(0): 	00ffffffffffff004dd901a401010101
> [ 74985.380] (II) intel(0): 	0113010380a05a780a0dc9a057479827
> [ 74985.380] (II) intel(0): 	12484c21080081800101010101010101
> [ 74985.380] (II) intel(0): 	010101010101023a801871382d40582c
> [ 74985.380] (II) intel(0): 	450040846300001e011d007251d01e20
> [ 74985.380] (II) intel(0): 	6e28550040846300001e000000fc0053
> [ 74985.380] (II) intel(0): 	4f4e592054560a2020202020000000fd
> [ 74985.380] (II) intel(0): 	00303e0e460f000a2020202020200109
> [ 74985.380] (II) intel(0): 	02032cf0501f10140513041211161503
> [ 74985.380] (II) intel(0): 	02070601202609070715075083010000
> [ 74985.380] (II) intel(0): 	68030c00400080000fe2007b023a80d0
> [ 74985.380] (II) intel(0): 	72382d40102c458040846300001e011d
> [ 74985.380] (II) intel(0): 	00bc52d01e20b828554040846300001e
> [ 74985.380] (II) intel(0): 	011d8018711c1620582c250040846300
> [ 74985.380] (II) intel(0): 	009e011d80d0721c1620102c25804084
> [ 74985.380] (II) intel(0): 	6300009e000000000000000000000043
> [ 74985.380] (II) intel(0): Printing probed modes for output HDMI1
> [ 74985.380] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
> [ 74985.380] (II) intel(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
> [ 74985.380] (II) intel(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
> [ 74985.380] (II) intel(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
> [ 74985.380] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> [ 74985.380] (II) intel(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
> [ 74985.380] (II) intel(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
> [ 74985.380] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
> [ 74985.380] (II) intel(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
> [ 74985.380] (II) intel(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
> [ 74985.380] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 74985.380] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 74985.419] (II) intel(0): EDID for output DP1
> [ 74985.419] (II) intel(0): Output VGA1 disconnected
> [ 74985.419] (II) intel(0): Output HDMI1 connected
> [ 74985.419] (II) intel(0): Output DP1 disconnected
> [ 74985.419] (II) intel(0): Using user preference for initial modes
> [ 74985.419] (II) intel(0): Output HDMI1 using initial mode 1024x768
> [ 74985.419] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
> [ 74985.419] (II) intel(0): Kernel page flipping support detected, enabling
> [ 74985.419] (==) intel(0): DPI set to (96, 96)
> [ 74985.419] (II) Loading sub module "fb"
> [ 74985.419] (II) LoadModule: "fb"
> [ 74985.419] (II) Loading /opt/xorg/sys/lib/xorg/modules/libfb.so
> [ 74985.419] (II) Module fb: vendor="X.Org Foundation"
> [ 74985.419] 	compiled for 1.11.1, module version = 1.0.0
> [ 74985.419] 	ABI class: X.Org ANSI C Emulation, version 0.4
> [ 74985.419] (II) Loading sub module "dri2"
> [ 74985.419] (II) LoadModule: "dri2"
> [ 74985.419] (II) Loading /opt/xorg/sys/lib/xorg/modules/extensions/libdri2.so
> [ 74985.419] (II) Module dri2: vendor="X.Org Foundation"
> [ 74985.419] 	compiled for 1.11.1, module version = 1.2.0
> [ 74985.419] 	ABI class: X.Org Server Extension, version 6.0
> [ 74985.419] (==) Depth 24 pixmap format is 32 bpp
> [ 74985.419] (II) intel(0): [DRI2] Setup complete
> [ 74985.419] (II) intel(0): [DRI2]   DRI driver: i965
> [ 74985.419] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
> [ 74985.420] (II) UXA(0): Driver registered support for the following operations:
> [ 74985.420] (II)         solid
> [ 74985.420] (II)         copy
> [ 74985.420] (II)         composite (RENDER acceleration)
> [ 74985.420] (II)         put_image
> [ 74985.420] (II)         get_image
> [ 74985.420] (==) intel(0): Backing store disabled
> [ 74985.420] (==) intel(0): Silken mouse enabled
> [ 74985.420] (II) intel(0): Initializing HW Cursor
> [ 74985.822] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
> [ 74985.822] (==) intel(0): DPMS enabled
> [ 74985.822] (II) intel(0): Set up textured video
> [ 74985.822] (II) intel(0): direct rendering: DRI2 Enabled
> [ 74985.822] (--) RandR disabled
> [ 74985.822] (II) Initializing built-in extension Generic Event Extension
> [ 74985.822] (II) Initializing built-in extension SHAPE
> [ 74985.822] (II) Initializing built-in extension MIT-SHM
> [ 74985.822] (II) Initializing built-in extension XInputExtension
> [ 74985.822] (II) Initializing built-in extension XTEST
> [ 74985.822] (II) Initializing built-in extension BIG-REQUESTS
> [ 74985.822] (II) Initializing built-in extension SYNC
> [ 74985.822] (II) Initializing built-in extension XKEYBOARD
> [ 74985.822] (II) Initializing built-in extension XC-MISC
> [ 74985.822] (II) Initializing built-in extension XINERAMA
> [ 74985.822] (II) Initializing built-in extension XFIXES
> [ 74985.822] (II) Initializing built-in extension RENDER
> [ 74985.822] (II) Initializing built-in extension RANDR
> [ 74985.822] (II) Initializing built-in extension COMPOSITE
> [ 74985.822] (II) Initializing built-in extension DAMAGE
> [ 74985.827] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
> [ 74985.827] (II) AIGLX: enabled GLX_INTEL_swap_event
> [ 74985.827] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
> [ 74985.827] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
> [ 74985.827] (II) AIGLX: Loaded and initialized i965
> [ 74985.827] (II) GLX: Initialized DRI2 GL provider for screen 0
> [ 74985.827] (II) intel(0): Setting screen physical size to 270 x 203
> [ 74987.090] (II) intel(0): EDID vendor "SNY", prod id 41985
> [ 74987.090] (II) intel(0): Using hsync ranges from config file
> [ 74987.090] (II) intel(0): Using vrefresh ranges from config file
> [ 74987.090] (II) intel(0): Printing DDC gathered Modelines:
> [ 74987.090] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
> [ 74987.090] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
> [ 74987.090] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
> [ 74987.090] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
> [ 74987.090] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
> [ 74987.090] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
> [ 74987.090] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
> [ 74987.090] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 74987.090] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
> [ 74987.091] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> [ 74987.091] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
> [ 74987.091] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
> [ 74987.091] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
> [ 74987.091] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
> [ 74987.091] (II) intel(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
> [ 74987.091] (II) intel(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
> [ 74987.091] (II) intel(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
> [ 74987.091] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz)
> [ 74987.390] (II) intel(0): EDID vendor "SNY", prod id 41985
> [ 74987.390] (II) intel(0): Using hsync ranges from config file
> [ 74987.390] (II) intel(0): Using vrefresh ranges from config file
> [ 74987.390] (II) intel(0): Printing DDC gathered Modelines:
> [ 74987.390] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
> [ 74987.390] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
> [ 74987.390] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
> [ 74987.390] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
> [ 74987.390] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
> [ 74987.390] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
> [ 74987.390] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
> [ 74987.390] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 74987.390] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
> [ 74987.390] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> [ 74987.390] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
> [ 74987.390] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
> [ 74987.390] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
> [ 74987.390] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
> [ 74987.390] (II) intel(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
> [ 74987.390] (II) intel(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
> [ 74987.390] (II) intel(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
> [ 74987.390] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz)
> [ 74987.683] (II) intel(0): EDID vendor "SNY", prod id 41985
> [ 74987.683] (II) intel(0): Using hsync ranges from config file
> [ 74987.683] (II) intel(0): Using vrefresh ranges from config file
> [ 74987.683] (II) intel(0): Printing DDC gathered Modelines:
> [ 74987.683] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
> [ 74987.683] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz)
> [ 74987.683] (II) intel(0): Modeline "1920x1080"x0.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz)
> [ 74987.683] (II) intel(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz)
> [ 74987.683] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz)
> [ 74987.683] (II) intel(0): Modeline "1920x1080i"x0.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz)
> [ 74987.683] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
> [ 74987.683] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
> [ 74987.683] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
> [ 74987.683] (II) intel(0): Modeline "1280x1024"x0.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
> [ 74987.683] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz)
> [ 74987.683] (II) intel(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz)
> [ 74987.683] (II) intel(0): Modeline "1440x576i"x0.0   27.00  1440 1464 1590 1728  576 580 586 625 interlace -hsync -vsync (15.6 kHz)
> [ 74987.683] (II) intel(0): Modeline "1440x480i"x0.0   27.00  1440 1478 1602 1716  480 488 494 525 interlace -hsync -vsync (15.7 kHz)
> [ 74987.683] (II) intel(0): Modeline "1440x288"x0.0   27.00  1440 1464 1590 1728  288 290 293 312 -hsync -vsync (15.6 kHz)
> [ 74987.683] (II) intel(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz)
> [ 74987.683] (II) intel(0): Modeline "1440x240"x0.0   27.00  1440 1478 1602 1716  240 244 247 262 -hsync -vsync (15.7 kHz)
> [ 74987.683] (II) intel(0): Modeline "1920x1080"x0.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz)
> [ 74987.812] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled




More information about the xorg mailing list