XRANDR requesting Nouveau driver, even if i have it in USE

Questions about Wine on Linux
Locked
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

XRANDR requesting Nouveau driver, even if i have it in USE

Post by alain.roger »

Hi,

i'm using Kubuntu 17.04 (in fact i use Kubuntu since v15.04) with Nouveau drivers and whatever version of Wine or of Nouveau driver i have i ALWAYS got such error message:

Code: Select all

err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
Why ? I have Nouveau driver in use currently so i do not understand why is it notifying something about my NVidia card.

Any help would be appreciated.

thx.
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: XRANDR requesting Nouveau driver, even if i have it in U

Post by dimesio »

Post the output from

Code: Select all

glxinfo | grep version
alain.roger
Level 2
Level 2
Posts: 17
Joined: Sat Feb 11, 2017 4:04 am

Re: XRANDR requesting Nouveau driver, even if i have it in U

Post by alain.roger »

here it is:

Code: Select all

server glx version string: 1.4
client glx version string: 1.4
GLX version: 1.4
OpenGL core profile version string: 4.5.0 NVIDIA 378.13
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL version string: 4.5.0 NVIDIA 378.13
OpenGL shading language version string: 4.50 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 378.13
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
    GL_EXT_shader_implicit_conversions, GL_EXT_shader_integer_mix, 
User avatar
dimesio
Moderator
Moderator
Posts: 13207
Joined: Tue Mar 25, 2008 10:30 pm

Re: XRANDR requesting Nouveau driver, even if i have it in U

Post by dimesio »

alain.roger wrote:

Code: Select all

OpenGL core profile version string: 4.5.0 NVIDIA 378.13
You're not using nouveau; that's the proprietary driver.
Locked