You are not logged in.
I am on KDE.
I have two graphics cards. Integrated and nvidia
Integrated = Intel® UHD Graphics 630
Discrete = NVIDIA GTX 1660 ti
[INFO]
I can run blender with nvidia in X11 fine for both rendering engine cycles and evee.
In wayland session if i open blender directly then, cycles uses nvidia for rendering while evee uses integrated intel graphics card.
But Evee should use nvidia for better performance.
So to use nvidia in wayland, i tried to open blender with nvidia-prime but blender window didn't show up at all.
[INTERESTING]
But when i compose the scene animation, and choose the rendering engine to evee and render the whole scene using the command line
it does work with nvidia-prime. ( $ prime-run blender -b file.blend -a )
The only problem is i cannot render realtime while using blender in GUI.
Is it nvidia problem or KDE or wayland or arch linux where should i report bug ?
Is there a solution for this ?
[ SYSTEM INFO]
Operating System: Arch Linux
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.10
Kernel Version: 6.4.10-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-9300H CPU @ 2.40GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630 + NVIDIA GTX 1660 ti
Offline
up to 2/2/2023 wayland only supported EGL graphics and one seat
that Ubuntu/Suse have hacked X to demand Wayland use by default is a wonder - since X11R6 had full OpenGL support*
(full support only requires you have name->number for each GL function - so there is 0 excuse for non-support unless your aim is to support all older (and older android cell phones) models)
Qt, KDE, Wayland are all "X wrappers" or rather began that way. However they are becoming "mandatory" and replacing X - what they want is no X at all if I understand correctly. I believe am not allowed to comment why.
Check your Blender setting to see if you are EGL or full GL. Blender might reject your GL as too old unless you tell it not to.
Offline
Did you enable modesetting for the nvidia card? Which is a basic precondition for native wayland nvidia anything: https://wiki.archlinux.org/title/NVIDIA … de_setting
@xlfs-0.2 literally nothing in that post makes any sense...
Last edited by V1del (2023-08-14 21:21:01)
Offline
Yes, modesetting is enabled in grub and still no luck.
Offline
Can you "DRI_PRIME=1 glxgears" or "prime-run glxgears" in wayland?
Can you disable the IGP in the BIOS settings?
Offline
prime-run glxgears works fine in wayland session.
Only problem is i cannot open blender with it.
Offline
You might want to adjust your subject as this seems a blender-specific problem.
Blender also seems to come w/ native wayland support, https://code.blender.org/2022/10/waylan … -on-linux/ - check the about for the used display server.
prime-run eglgears_wayland # mesa-utilsCan you disable the IGP in the BIOS settings?
Offline
prime-run eglgears_wayland shows
EGL_VERSION = 1.5
No, i cannot disable IGP in BIOS.
Offline
The important question is whether it also shows some spinning gears.
Offline
Nope, it does't show spinning gears while using "prime-run eglgears_wayland"
Offline
Is there a fix for it ?
Offline
Potentially not yet, but please refrain from bumping your topic: https://wiki.archlinux.org/title/Genera … es#Bumping
Output of
cat /proc/cmdline?
Offline
Also
eglinfo -B
DRI_PRIME=1 eglinfo -B
DRI_PRIME=1 eglgears_wayland
sudo journalctl -b | curl -F 'file=@-' 0x0.st # that thing did show up for somebody w/ nvidia modesetting enabled…And try the behavior of the lts kernel (don't forget to install nvidia-lts)
At least we know it's not limited to blender.
Offline
Output of cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a560ba6d-8374-4091-a578-01f94d74fb92 rw loglevel=3 quiet nvidia nvidia_modeset nvidia_uvm nvidia_drm Output of elginfo -B
GBM platform:
eglinfo: eglInitialize failed
Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Surfaceless platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 535.98
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 535.98
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 535.98
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device platform:
Device #0:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 535.98
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 535.98
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 535.98
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #1:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #2:
Platform Device platform:
eglinfo: eglInitialize failed
Device #3:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
OUTPUT OF DRI_PRIME=1 eglinfo -B
GBM platform:
eglinfo: eglInitialize failed
Wayland platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
X11 platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Surfaceless platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 535.98
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 535.98
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 535.98
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device platform:
Device #0:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: NVIDIA
EGL version string: 1.5
EGL client APIs: OpenGL_ES OpenGL
OpenGL core profile vendor: NVIDIA Corporation
OpenGL core profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL core profile version: 4.6.0 NVIDIA 535.98
OpenGL core profile shading language version: 4.60 NVIDIA
OpenGL compatibility profile vendor: NVIDIA Corporation
OpenGL compatibility profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL compatibility profile version: 4.6.0 NVIDIA 535.98
OpenGL compatibility profile shading language version: 4.60 NVIDIA
OpenGL ES profile vendor: NVIDIA Corporation
OpenGL ES profile renderer: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2
OpenGL ES profile version: OpenGL ES 3.2 NVIDIA 535.98
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #1:
Platform Device platform:
eglinfo: eglInitialize failed
Device #2:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Intel
OpenGL core profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL core profile version: 4.6 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.60
OpenGL compatibility profile vendor: Intel
OpenGL compatibility profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL compatibility profile version: 4.6 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.60
OpenGL ES profile vendor: Intel
OpenGL ES profile renderer: Mesa Intel(R) UHD Graphics 630 (CFL GT2)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20
Device #3:
Platform Device platform:
EGL API version: 1.5
EGL vendor string: Mesa Project
EGL version string: 1.5
EGL client APIs: OpenGL OpenGL_ES
OpenGL core profile vendor: Mesa
OpenGL core profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL core profile version: 4.5 (Core Profile) Mesa 23.1.5
OpenGL core profile shading language version: 4.50
OpenGL compatibility profile vendor: Mesa
OpenGL compatibility profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL compatibility profile version: 4.5 (Compatibility Profile) Mesa 23.1.5
OpenGL compatibility profile shading language version: 4.50
OpenGL ES profile vendor: Mesa
OpenGL ES profile renderer: llvmpipe (LLVM 15.0.7, 256 bits)
OpenGL ES profile version: OpenGL ES 3.2 Mesa 23.1.5
OpenGL ES profile shading language version: OpenGL ES GLSL ES 3.20OUTPUT OF DRI_PRIME=1 eglgears_wayland
BUT gears are shown
libEGL warning: egl: failed to create dri2 screen
EGL_VERSION = 1.5OUTPUT OF sudo journalctl -b | curl -F 'file=@-' 0x0.st
http://0x0.st/HL8k.txt Last edited by sailesh (2023-08-15 14:18:25)
Offline
Can you
DRI_PRIME=1 blender?
nvidia nvidia_modeset nvidia_uvm nvidia_drm This is nonsense, but look at https://wiki.archlinux.org/title/NVIDIA … de_setting
Aug 15 19:02:52 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 19:02:52 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer deviceOffline
Your kernel parameters are wrong. It should just be
rw loglevel=3 quiet nvidia-drm.modeset=1you can optionally add that list of kernel modules to your initramfs but the kernel parameter is nvidia-drm.modeset=1 and that has to be set exactly like that.
Offline
OUTPUT of "cat /proc/cmdline"
BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=a560ba6d-8374-4091-a578-01f94d74fb92 rw loglevel=3 quiet nvidia-drm.modeset=1 OUTPUT OF "prime-run eglgears_wayland"
Gears doesn't show up, program quits
EGL_VERSION = 1.5
[destroyed object]: error 7: importing the supplied dmabufs failed
OUTPUT OF "DRI_PRIME=1 blender"
Blender main window does open but it is lagging so much it is not usable.
Read prefs: "/home/SAXN/.config/blender/3.6/config/userpref.blend"
libEGL warning: egl: failed to create dri2 screen
EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
Failed to open dir (No such file or directory): /run/user/1000/gvfs/
EGL Error (0x3009): EGL_BAD_MATCH: Arguments are inconsistent (for example, a valid context requires buffers not supplied by a valid surface).
blenderkit addon: Verbose is enabled
blenderkit addon: Read in JSON settings from file
SIMPLEBAKE: There is a newer version of SimpleBake available
P2178:20:15:11:botaniq_full:INFO: Logger for "botaniq_full" initialized in "/home/SAXN/.config/blender/3.6/scripts/addons/botaniq_full/__init__.py" -----
P2178:20:15:11:polib:INFO: Logger for "polib" initialized in "/home/SAXN/.config/blender/3.6/scripts/addons/botaniq_full/python_deps/polib/__init__.py" -----
P2178:20:15:11:mapr:INFO: Logger for "mapr" initialized in "/home/SAXN/.config/blender/3.6/scripts/addons/botaniq_full/python_deps/mapr/__init__.py" -----
botaniq install dir autodetected as /home/SAXN/.config/blender/3.6/scripts/addons/botaniq_full (big zip embedded)
P2178:20:15:11:materialiq5_full:INFO: Logger for "materialiq5_full" initialized in "/home/SAXN/.config/blender/3.6/scripts/addons/materialiq5_full/__init__.py" -----
materialiq5 install dir autodetected as /home/SAXN/.config/blender/3.6/scripts/addons/materialiq5_full (big zip embedded)
P2178:20:15:11:megaddon:INFO: Logger for "megaddon" initialized in "/home/SAXN/.config/blender/3.6/scripts/addons/megaddon/__init__.py" -----
traffiq install dir autodetected as /home/SAXN/.config/blender/3.6/scripts/addons/traffiq_full (big zip embedded)
register_class(...):
Warning: 'bc.main_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.repair_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'instantclean.manifold_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'instantclean.dissolve_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.topology_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.normals_panel' does not contain '_PT_' with prefix and suffix
register_class(...):
Warning: 'bc.objectdata_panel' does not contain '_PT_' with prefix and suffix
blenderkit updater: Running background check for update
blenderkit addon: Starting background checking thread
blenderkit addon: Checking for update now in background
blenderkit addon: Checking for update function
blenderkit addon: Read in JSON settings from file
blenderkit INFO: Global dir permissions are OK. [20:15:11.845, utils.py:1281]
blenderkit INFO: Skipping dependencies copy: bundled for python 3.10, running on python 3.11.3 (main, Jun 5 2023, 09:32:32) [GCC 13.1.1 20230429] [20:15:11.845, dependencies.py:23]
blenderkit addon: Determined it's not yet time to check for updates
blenderkit addon: Aborting check for updated, check interval not reached
blenderkit addon: Finished check update, doing callback
blenderkit addon: Running background update callback
blenderkit addon: BG thread: Finished check update, no callback
blenderkit INFO: Dependencies are available [20:15:11.930, dependencies.py:111]
blenderkit WARNING: Request for daemon reports failed: <class 'requests.exceptions.ConnectionError'> HTTPConnectionPool(host='127.0.0.1', port=62485): Max retries exceeded with url: /report (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f14598b3d10>: Failed to establish a new connection: [Errno 111] Connection refused')) [20:15:12.699, timer.py:36]
blenderkit INFO: Daemon server starting on address http://127.0.0.1:62485, log file for errors located at: /home/SAXN/blenderkit_data/daemon/daemon-62485.log [20:15:12.702, daemon_lib.py:605]
blenderkit INFO: Daemon is running on port 62485! [20:15:13.045, timer.py:86]
Saved session recovery to "/tmp/quit.blend"
blenderkit INFO: Unregistering BlenderKit add-on [20:15:24.622, __init__.py:2371]
blenderkit INFO: Reported Blender quit to daemon [20:15:24.627, __init__.py:2391]
Last edited by sailesh (2023-08-15 14:35:53)
Offline
To be sure that the thing is gone:
sudo journalctl | grep -i simpleIf that still lists the simpledrm device
And try the behavior of the lts kernel (don't forget to install nvidia-lts)
Offline
OUTPUT OF "sudo journalctl | grep -i simple"
Aug 13 09:27:53 WINX plasmashell[2988]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 13 09:44:26 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 13 09:44:27 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 13 10:14:30 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 13 10:14:30 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 13 10:14:30 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 13 10:14:32 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 13 12:00:14 WINX plasmashell[3804]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 13 12:16:22 WINX plasmashell[4014]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 13 15:33:55 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 13 15:33:55 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 13 15:33:55 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 13 15:33:58 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 13 15:34:16 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 13 15:34:16 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 13 15:34:38 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 13 15:34:38 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 13 15:34:38 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 13 15:34:40 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 13 15:58:48 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 13 15:58:49 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 13 16:33:15 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 13 16:33:15 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 13 16:33:15 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 13 16:33:17 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 01:06:35 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 01:06:35 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 08:43:02 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 08:43:02 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 08:43:02 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 08:43:04 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 09:02:16 WINX polkit-kde-authentication-agent-1[1217]: GSimpleAsyncResult: 0x555ae6983b80
Aug 14 09:13:27 WINX plasmashell[4521]: DWGdirect warning: Substituting font "Arial" by font "simplex.shx"
Aug 14 09:13:27 WINX plasmashell[4521]: DWGdirect warning: (font path: "/opt/bricsys/bricscad/v23/Fonts/simplex.shx")
Aug 14 09:17:35 WINX plasmashell[4973]: DWGdirect warning: Substituting font "SansSerif" by font "simplex.shx"
Aug 14 09:17:35 WINX plasmashell[4973]: DWGdirect warning: (font path: "/opt/bricsys/bricscad/v23/Fonts/simplex.shx")
Aug 14 09:21:59 WINX plasmashell[5203]: DWGdirect warning: Substituting font "Arial" by font "simplex.shx"
Aug 14 09:21:59 WINX plasmashell[5203]: DWGdirect warning: (font path: "/opt/bricsys/bricscad/v23/Fonts/simplex.shx")
Aug 14 09:31:32 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 09:31:32 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 10:40:04 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 10:40:04 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 10:40:04 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 10:40:06 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 10:59:08 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 10:59:08 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 11:26:06 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 11:26:06 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 11:26:06 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 11:26:08 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 11:26:34 WINX NetworkManager[582]: <info> [1691991694.2470] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 14 11:28:55 WINX plasmashell[2142]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 13:25:49 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 13:25:49 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 14:06:34 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 14:06:34 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 14:06:34 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 14:06:36 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 14:06:47 WINX NetworkManager[586]: <info> [1692001307.1313] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 14 14:08:33 WINX NetworkManager[586]: <info> [1692001413.9896] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 14 15:03:26 WINX plasmashell[4784]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 15:31:50 WINX polkit-kde-authentication-agent-1[2263]: GSimpleAsyncResult: 0x55896bcf4bd0
Aug 14 16:14:43 WINX NetworkManager[586]: <info> [1692008983.9841] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 14 17:10:24 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 17:10:24 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 19:31:52 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 19:31:52 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 19:31:52 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 19:31:54 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 19:39:50 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 19:39:50 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 19:40:08 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 19:40:08 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 19:40:08 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 19:40:10 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 19:45:07 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 19:45:07 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 19:45:28 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 19:45:28 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 19:45:28 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 19:45:30 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 20:09:32 WINX plasmashell[3943]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 20:17:08 WINX plasmashell[4856]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 20:18:19 WINX polkit-kde-authentication-agent-1[1221]: GSimpleAsyncResult: 0x55963b5aef40
Aug 14 20:21:06 WINX plasmashell[5381]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 20:21:38 WINX plasmashell[5448]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 20:30:08 WINX plasmashell[6006]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 20:46:06 WINX plasmashell[6384]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 21:12:19 WINX plasmashell[9328]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 21:13:59 WINX plasmashell[9385]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 22:42:26 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 14 22:42:31 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 14 22:42:51 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 14 22:42:51 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 14 22:42:51 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 14 22:42:53 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 14 22:43:37 WINX plasmashell[2239]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 14 22:48:10 WINX plasmashell[2954]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 00:38:40 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 00:38:40 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 06:25:02 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 06:25:02 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 06:25:02 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 06:25:03 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 06:47:23 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 06:47:23 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 06:47:41 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 06:47:41 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 06:47:41 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 06:47:43 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 06:48:12 WINX plasmashell[1692]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 07:43:58 WINX polkit-kde-authentication-agent-1[1221]: GSimpleAsyncResult: 0x55f11cb60110
Aug 15 07:44:01 WINX polkit-kde-authentication-agent-1[1221]: GSimpleAsyncResult: 0x55f11ccfc180
Aug 15 11:34:50 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 11:34:50 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 11:34:50 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 11:34:54 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 11:35:20 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 11:35:20 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 11:35:37 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 11:35:37 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 11:35:37 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 11:35:39 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 11:55:32 WINX plasmashell[4308]: SIMPLEBAKE: Unable to check for latest version of SimpleBake - are you online?
Aug 15 11:55:32 WINX plasmashell[4308]: SIMPLEBAKE: Your copy of SimpleBake is up to date
Aug 15 11:58:28 WINX plasmashell[4894]: SIMPLEBAKE: Unable to check for latest version of SimpleBake - are you online?
Aug 15 11:58:28 WINX plasmashell[4894]: SIMPLEBAKE: Your copy of SimpleBake is up to date
Aug 15 11:58:37 WINX NetworkManager[599]: <info> [1692080017.3409] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 15 11:58:58 WINX plasmashell[4999]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 11:59:34 WINX plasmashell[5067]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 11:59:43 WINX plasmashell[5127]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 12:07:15 WINX plasmashell[6791]: SIMPLEBAKE: Unable to check for latest version of SimpleBake - are you online?
Aug 15 12:07:15 WINX plasmashell[6791]: SIMPLEBAKE: Your copy of SimpleBake is up to date
Aug 15 12:08:25 WINX plasmashell[6949]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 12:11:30 WINX plasmashell[7254]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 12:13:15 WINX plasmashell[7326]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 12:16:09 WINX plasmashell[7624]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 12:29:31 WINX plasmashell[8041]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 12:32:43 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 12:32:44 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 12:33:01 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 12:33:01 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 12:33:01 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 12:33:03 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 12:33:26 WINX NetworkManager[601]: <info> [1692082106.1667] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 15 12:34:31 WINX plasmashell[2093]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 12:53:12 WINX polkit-kde-authentication-agent-1[1176]: GSimpleAsyncResult: 0x55ee1e3757d0
Aug 15 13:41:03 WINX plasmashell[4986]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 13:49:36 WINX plasmashell[5636]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 14:39:37 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 14:39:37 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 15:24:19 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 15:24:19 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 15:24:19 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 15:24:21 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 15:24:34 WINX NetworkManager[598]: <info> [1692092374.5635] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 15 15:37:29 WINX plasmashell[3278]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 16:43:48 WINX plasmashell[17153]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 16:54:43 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 16:54:43 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 17:33:40 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 17:33:40 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 17:33:40 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 17:33:42 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 17:50:14 WINX plasmashell[3479]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 17:53:04 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 17:53:04 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 17:54:58 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 17:54:58 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 17:54:58 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 17:54:59 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 18:02:18 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 18:02:19 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 18:19:42 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 18:19:42 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 18:19:42 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 18:19:44 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 18:35:41 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 18:35:41 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 19:02:52 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 19:02:52 WINX kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 15 19:02:52 WINX kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 15 19:02:54 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 19:19:52 WINX plasmashell[3367]: SIMPLEBAKE: Unable to check for latest version of SimpleBake - are you online?
Aug 15 19:19:52 WINX plasmashell[3367]: SIMPLEBAKE: Your copy of SimpleBake is up to date
Aug 15 19:22:03 WINX plasmashell[3742]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 20:10:51 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 20:10:52 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 20:11:10 WINX kernel: The simpledrm driver will not be probed
Aug 15 20:11:10 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 20:11:12 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 20:19:23 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 20:19:23 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 20:19:42 WINX kernel: The simpledrm driver will not be probed
Aug 15 20:19:42 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 20:19:44 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 20:31:20 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 20:31:20 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 20:31:41 WINX kernel: The simpledrm driver will not be probed
Aug 15 20:31:41 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 20:31:42 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 20:32:37 WINX kernel: The simpledrm driver will not be probed
Aug 15 20:32:37 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 20:32:38 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 20:36:10 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 20:36:10 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 20:36:25 WINX kernel: The simpledrm driver will not be probed
Aug 15 20:36:25 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 20:36:27 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 20:37:27 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 20:37:27 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 20:37:50 WINX kernel: The simpledrm driver will not be probed
Aug 15 20:37:50 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 20:37:52 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 20:39:32 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 20:39:32 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 20:39:51 WINX kernel: The simpledrm driver will not be probed
Aug 15 20:39:51 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 20:39:53 WINX systemd[1]: Started Simple Desktop Display Manager.
Aug 15 22:21:33 WINX plasmashell[10932]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 22:22:01 WINX plasmashell[10995]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 22:22:13 WINX plasmashell[11057]: SIMPLEBAKE: There is a newer version of SimpleBake available
Aug 15 23:33:04 WINX polkit-kde-authentication-agent-1[15581]: GSimpleAsyncResult: 0x55a28886e520
Aug 15 23:55:10 WINX systemd[1]: Stopping Simple Desktop Display Manager...
Aug 15 23:55:15 WINX systemd[1]: Stopped Simple Desktop Display Manager.
Aug 15 23:55:44 WINX kernel: The simpledrm driver will not be probed
Aug 15 23:55:44 WINX kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 15 23:55:46 WINX systemd[1]: Started Simple Desktop Display Manager.Offline
Installed linux-lts & nvidia-lts booted into it. Still no luck same issue.
Same as any other kernel.
I also tried linux-zen & nvidia-dkms. Same problem.
Offline
Forgot a "-b" but doesn't matter:
Aug 15 23:55:44 WINX kernel: The simpledrm driver will not be probedIt's gone, so that's not the problem.
Please try the behavior w/ https://archlinux.org/packages/extra/x86_64/weston/ (reference wayland implementation) instead of KDE
Offline
Can you plz be more specific ?
Should i install weston ?
Do i have to remove KDE ?
Offline
Should i install weston ?
Yes.
Do i have to remove KDE ?
No.
You select weston as session in your DM and try to launch DRI_PRIME=1 something there.
Offline
Same issue on weston too.
Tried DRI_PRIME=1 eglgears_wayland
libEGL warning: egl: failed to create dri2 screen
EGL_VERSION = 1.5 Offline
Is it a bug or can be fixed by user ?
Should i have to report to any lib or softwares ?
Offline