On 30-04-2015 22:03, Ken Moffat wrote: > On Fri, May 01, 2015 at 12:57:10AM +0100, Ken Moffat wrote: >> On Thu, Apr 30, 2015 at 05:50:16PM -0500, Bruce Dubbs wrote: >>> >>> The system works fine with twm, but checking Xorg.0.log, I see >>> >>> >>> [ 720.981] (II) glamor: OpenGL accelerated X.org driver based. >>> [ 721.131] (II) glamor: EGL version 1.4 (DRI2): >>> ... >>> [ 721.277] (II) AIGLX: Screen 0 is not DRI2 capable >>> [ 721.277] (EE) AIGLX: reverting to software rendering >>> [ 721.278] (II) AIGLX: Loaded and initialized swrast >>> [ 721.278] (II) GLX: Initialized DRISWRAST GL provider for screen 0 >>> >>> glxinfo confirms that DRI is working, but I just want to confirm that the >>> 2nd set of messages above are bogus.
$ glxinfo | grep -E 'OpenGL vendor|OpenGL renderer|OpenGL version' OpenGL vendor string: nouveau OpenGL renderer string: Gallium 0.4 on NVA3 OpenGL version string: 3.0 Mesa 10.5.4 > [ 13996.541] (==) AIGLX enabled > and > [ 13996.892] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer > [ 13996.892] (II) AIGLX: enabled GLX_ARB_create_context > [ 13996.892] (II) AIGLX: enabled GLX_ARB_create_context_profile > [ 13996.892] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile > [ 13996.892] (II) AIGLX: enabled GLX_INTEL_swap_event > [ 13996.892] (II) AIGLX: enabled GLX_SGI_swap_control and > GLX_MESA_swap_control > [ 13996.892] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB > [ 13996.892] (II) AIGLX: enabled GLX_ARB_fbconfig_float > [ 13996.892] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by > buffer objects > [ 13996.893] (II) AIGLX: Loaded and initialized r600 > [ 13996.893] (II) GLX: Initialized DRI2 GL provider for screen 0 > > Also, glamor does not get a mention in _this_ Xorg log, probably > because I've got hardware acceleration. I recall seeing it > mentioned in Xorg with qemu - until I disabled it because it reports > an error - and I'm sure my test machine (radeonsi) will also mention it. I don't have any nouveau in xorg.conf.d. $ grep -i GLX /var/log//Xorg.0.log [ 18.509] (II) LoadModule: "glx" [ 18.519] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so [ 18.891] (II) Module glx: vendor="X.Org Foundation" [ 18.891] (==) AIGLX enabled [ 19.014] (==) NOUVEAU(0): GLX sync to VBlank enabled. [ 19.782] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer [ 19.782] (II) AIGLX: enabled GLX_ARB_create_context [ 19.782] (II) AIGLX: enabled GLX_ARB_create_context_profile [ 19.782] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile [ 19.782] (II) AIGLX: enabled GLX_INTEL_swap_event [ 19.782] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control [ 19.782] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB [ 19.782] (II) AIGLX: enabled GLX_ARB_fbconfig_float [ 19.782] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects [ 19.782] (II) AIGLX: Loaded and initialized nouveau [ 19.783] (II) GLX: Initialized DRI2 GL provider for screen 0 -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
