#5469: xf86-video-nouveau 1.0.11
-------------------------+------------------------------
 Reporter:  ken@…        |       Owner:  pierre.labastie
     Type:  enhancement  |      Status:  assigned
 Priority:  normal       |   Milestone:  7.6
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:
 Keywords:               |
-------------------------+------------------------------

Comment (by pierre.labastie):

 The new version works like a charm with "AccelMethod" "exa", but I am
 unable to have it work with glamor, although "AccelMethod" "glamor" is
 accepted. Problem is, when I add this option, I get:
 {{{
 [0.000] (II) Loading sub module "glamoregl"
 [0.000] (II) LoadModule: "glamoregl"
 [0.000] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
 [0.000] (II) Module glamoregl: vendor="X.Org Foundation"
 [0.000]        compiled for 1.16.0, module version = 1.0.0
 [0.000]        ABI class: X.Org ANSI C Emulation, version 0.4
 [0.000] (II) glamor: OpenGL accelerated X.org driver based.
 [0.000] (II) glamor: EGL version 1.4 (DRI2):
 [0.000] (II) NOUVEAU(0): [GLAMOR] EGL initialised
 }}}
 but later
 {{{
 [0.000] (II) AIGLX: Screen 0 is not DRI2 capable
 [0.000] (EE) AIGLX: reverting to software rendering
 [0.000] (II) AIGLX: Loaded and initialized swrast
 [0.000] (II) GLX: Initialized DRISWRAST GL provider for screen 0
 }}}
 instead of (with exa):
 {{{
 [0.000] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
 [0.000] (II) AIGLX: enabled GLX_ARB_create_context
 [0.000] (II) AIGLX: enabled GLX_ARB_create_context_profile
 [0.000] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
 [0.000] (II) AIGLX: enabled GLX_INTEL_swap_event
 [0.000] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
 [0.000] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
 [0.000] (II) AIGLX: enabled GLX_ARB_fbconfig_float
 [0.000] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
 [0.000] (II) AIGLX: Loaded and initialized nouveau
 [0.000] (II) GLX: Initialized DRI2 GL provider for screen 0
 }}}
 Also, with exa, I had (before the AIGLX lines):
 {{{
 [0.000] (II) NOUVEAU(0): [DRI2] Setup complete
 [0.000] (II) NOUVEAU(0): [DRI2]   DRI driver: nouveau
 [0.000] (II) NOUVEAU(0): [DRI2]   VDPAU driver: nouveau
 [0.000] (II) Loading sub module "exa"
 [0.000] (II) LoadModule: "exa"
 [0.000] (II) Loading /usr/lib/xorg/modules/libexa.so
 [0.000] (II) Module exa: vendor="X.Org Foundation"
 [0.000]        compiled for 1.16.0, module version = 2.6.0
 [0.000]        ABI class: X.Org Video Driver, version 18.0
 [0.000] (II) EXA(0): Driver allocated offscreen pixmaps
 [0.000] (II) EXA(0): Driver registered support for the following
 operations:
 [0.000] (II)         Solid
 [0.000] (II)         Copy
 [0.000] (II)         Composite (RENDER acceleration)
 [0.000] (II)         UploadToScreen
 [0.000] (II)         DownloadFromScreen
 }}}
 instead of just, with glamor:
 {{{
 [0.000] (II) NOUVEAU(0): [GLAMOR] initialised
 }}}

 I do not know if I am doing something wrong (missing option for the driver
 or whatnot). I have added a nvidia.conf file in /etc/X11/xorg.conf.d:
 {{{
 Section "Device"
         Identifier "Nividia"
         Driver "nouveau"
         Option "AccelMethod" "glamor"
 EndSection
 }}}

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/5469#comment:4>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to