Weston running on Ubuntu 11.10 : Query on libEGL debug output
souvik.datta at wipro.com
souvik.datta at wipro.com
Mon May 21 10:40:28 PDT 2012
Hello,
I am running weston and simple-egl successfully on terminal (CTRL+ALT+F1). As at present I am trying to understand the functioning of
Wayland as my final target is to port the same on an embedded platform without X display server and running GTK port of Webkit browser.
Following is the terminal log obtained by tunning weston and simple-egl:
Script started on Monday 21 May 2012 07:05:29 PM IST
souvik at souvik-WNB7PAH4700R-0006:~$ sudo ./setWaylandEnv.sh
[sudo] password for souvik:
compositor: using new vt /dev/tty8
libEGL debug: Native platform type: drm (autodetected) <--------------------------------------------------------------
libEGL debug: EGL search path is /home/souvik/install/lib/egl
libEGL debug: added egl_dri2 to module array
libEGL debug: added egl_glx to module array
libEGL debug: the best driver is DRI2
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
couldn't open /home/souvik/.config/weston-desktop-shell.ini
using socket /tmp/wayland-0
libEGL debug: Native platform type: wayland (autodetected)
libEGL debug: EGL search path is /home/souvik/install/lib/egl
libEGL debug: added egl_dri2 to module array
libEGL debug: added egl_glx to module array
libEGL debug: pci id for 4: 8086:0116, driver i965
libEGL debug: DRI2: dlopen(/home/souvik/install/lib/dri/i965_dri.so)
libEGL debug: DRI2: found extension `DRI_Core'
libEGL info: DRI2: found extension DRI_Core version 1
libEGL debug: DRI2: found extension `DRI_DRI2'
libEGL info: DRI2: found extension DRI_DRI2 version 3
libEGL debug: DRI2: found extension `DRI_TexBuffer'
libEGL info: DRI2: found extension DRI_TexBuffer version 2
libEGL debug: DRI2: found extension `DRI2_Flush'
libEGL info: DRI2: found extension DRI2_Flush version 3
libEGL debug: DRI2: found extension `DRI_IMAGE'
libEGL info: DRI2: found extension DRI_IMAGE version 4
libEGL debug: DRI2: found extension `DRI_CONFIG_QUERY'
libEGL debug: the best driver is DRI2
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Internal error: Could not resolve keysym SunProps
Internal error: Could not resolve keysym SunFront
Internal error: Could not resolve keysym SunOpen
couldn't open /home/souvik/.config/weston-desktop-shell.ini
libEGL debug: Native platform type: wayland (autodetected) <--------------------------------------------------------------
libEGL debug: EGL search path is /home/souvik/install/lib/egl
libEGL debug: added egl_dri2 to module array
libEGL debug: added egl_glx to module array
libEGL debug: pci id for 5: 8086:0116, driver i965
libEGL debug: DRI2: dlopen(/home/souvik/install/lib/dri/i965_dri.so)
libEGL debug: DRI2: found extension `DRI_Core'
libEGL info: DRI2: found extension DRI_Core version 1
libEGL debug: DRI2: found extension `DRI_DRI2'
libEGL info: DRI2: found extension DRI_DRI2 version 3
libEGL debug: DRI2: found extension `DRI_TexBuffer'
libEGL info: DRI2: found extension DRI_TexBuffer version 2
libEGL debug: DRI2: found extension `DRI2_Flush'
libEGL info: DRI2: found extension DRI2_Flush version 3
libEGL debug: DRI2: found extension `DRI_IMAGE'
libEGL info: DRI2: found extension DRI_IMAGE version 4
libEGL debug: DRI2: found extension `DRI_CONFIG_QUERY'
libEGL debug: the best driver is DRI2
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Internal error: Could not resolve keysym SunProps
Internal error: Could not resolve keysym SunFront
Internal error: Could not resolve keysym SunOpen
disconnect from client 0x96d5d40
read error: No such file or directory
libEGL debug: Display 0x9111c38 is destroyed with resources
libEGL debug: Display 0x95f1df8 is destroyed with resources
read error from connection 0x82c5ff8: Connection reset by peer (104)
read error: Connection reset by peer
libEGL debug: Display 0x82cac18 is destroyed with resources
souvik at souvik-WNB7PAH4700R-0006:~$ exit
exit
Script done on Monday 21 May 2012 07:05:43 PM IST
More information about the wayland-devel
mailing list