Jack

Results 14 comments of Jack

[ 12.212] X.Org X Server 1.16.4 Release Date: 2014-12-20 [ 12.212] X Protocol Version 11, Revision 0 [ 12.212] Build Operating System: Linux 3.16.0-0.bpo.4-armmp-lpae armv7l Debian [ 12.212] Current Operating...

Is armsoc_dri.so important? Where can I find its sources?

I prefer to disable AIGLX by changing my xorg.conf: Section "Device" Identifier "Allwinner sun4i DRM driver" Driver "armsoc" Option "DRI2" "false" EndSection Section "ServerFlags" Option "AIGLX" "off" EndSection Section "Extensions"...

Just finish your suggest. No luck 1. I compile this repo on my H3 board: git clone https://github.com/robclark/libdri2 cd libdri2 ./autogen.sh ./configure --prefix=/usr make && make install && ldconfig 2....

1. cat /etc/X11/xorg.conf Section "Device" Identifier "Allwinner sun4i DRM driver" Driver "armsoc" Option "DRI2" "true" EndSection 2. xf86-video-armsoc: [config.log](https://github.com/mripard/sunxi-mali/files/1590954/config.log) 3. xorg.conf [Xorg.0.log](https://github.com/mripard/sunxi-mali/files/1590967/Xorg.0.log)

I run ./configure --with-drmmode=sun4i. configure log is here: [config.log](https://github.com/mripard/sunxi-mali/files/1592473/config.log) I notice that WARNING: unrecognized options: --with-drmmode... "make && make install" 's log is here: [make_make_install.log](https://github.com/mripard/sunxi-mali/files/1592481/make_make_install.log) the X11 windows is still...

kernle's log: [dmesg.log](https://github.com/mripard/sunxi-mali/files/1592527/dmesg.log)

In my rootfs there is no armsoc_dri.so in any directory...still don't know how to get one...

$ cd /usr/lib/xorg/modules/drivers $ ldd armsoc_drv.so linux-vdso.so.1 (0xbefc1000) libdrm.so.2 => /usr/lib/arm-linux-gnueabihf/libdrm.so.2 (0xb6ea4000) libpixman-1.so.0 => /usr/lib/arm-linux-gnueabihf/libpixman-1.so.0 (0xb6e1c000) libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0xb6d2e000) /lib/ld-linux-armhf.so.3 (0xb6eec000) libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0xb6cba000) libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0xb6c97000)

cat /sys/kernel/debug/clk/clk_summary while running glmark2-es2. [clk_summary.txt](https://github.com/mripard/sunxi-mali/files/1606201/clk_summary.txt)