Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem with nouveau


  • otalatita
    Participant

    @otalatita

    When I try to select nouveau, the system resets, and keeps legacy selected, how can I diagnose what is happening?

Viewing 6 replies - 1 through 6 (of 6 total)

  • Venutius
    Moderator

    @venutius

    This first step is to deactivate all other plugins apart from BuddyPress and see if that fixes it, second step would be to try a default these such as 2017.


    otalatita
    Participant

    @otalatita

    There is no way to detect the error? A log or something? Dont want to have to shutdown the whole site to make it work.


    Venutius
    Moderator

    @venutius

    There’s a few debug tools you can use but none of them is guaranteed to find the error, als they are likely to show up a bunch of errors you are not aware of.

    First thing to do is turn on WP’s debugging, but it’s not recommended for highly active sites as it can cause performance issues. But if you want to try it you can put these lines in your wp-config.php:

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define( 'WP_DEBUG_DISPLAY', false );

    Then you can try loading Query Monitor, this will add a highly detailed view of wht’s going on in your site, it will also highlight any errors it detects. Debug Bar is another one, though that’s really for JavaScript errors.


    otalatita
    Participant

    @otalatita

    Is there a way to force select nouveau via code?


    Venutius
    Moderator

    @venutius

    There probably is, but I’d not recommend going down that route, especially on a live site. There’s an error, trying to force it to work like that is likely to create more errors.


    1BJK903
    Participant

    @1bjk903

    Same for me. Whatever I do, I can’t get nouveau to work. Legacy works perfectly fine…

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar