=== brainwash_ is now known as brainwash [01:40] how to install intel graphics driver on xubuntu 20.04? [01:41] I tried "Intel Graphics Installer For Linux" [01:42] Guest_48: it is installed by default [01:42] But distribution not support was displayed [01:42] um... [01:43] Programs using OpenGL and webGL do not work at all [01:43] I am using Intel's E5300 CPU [01:45] the glxinfo command can tell you whether hardware graphics acceleration is supported, and which opengl version is. [01:45] glxinfo is provided by the mesa-utils package [01:46] name of display: :0.0display: :0 screen: 0direct rendering: Yesserver glx vendor string: SGIserver glx version string: 1.4server glx extensions: GLX_ARB_create_context, GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, [01:46] GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_libglvnd, GLX_EXT_no_config_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, [01:46] GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_controlclient glx vendor string: Mesa Project and SGIclient glx version string: 1.4client glx extensions: GLX_ARB_context_flush_control, GLX_ARB_create_context, [01:46] GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, [01:46] GLX_EXT_framebuffer_sRGB, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer, GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGIS_multisample, [01:46] GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_syncGLX version: 1.4GLX extensions: GLX_ARB_create_context, GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, [01:47] 00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) [01:47] result of lspci [01:50] !paste | Guest_48 [01:50] Guest_48: For posting multi-line texts into the channel, please use https://paste.ubuntu.com | To post !screenshots use https://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic. [01:51] Guest_48: if you'd like me to review this output, please use a pastebin, the above not only spams the channel but also makes it difficult to read. [01:51] ok [01:51] and please mention my nickname when you post the pastebin link [01:51] (so i get a notice) [01:53] tomreyn [01:53] https://pastebin.pl/view/935d8f6e [01:59] Guest_48: ok, looking [02:00] Accelerated: yes -> you have hardware acceleration [02:00] OpenGL renderer string: Mesa DRI Intel(R) G33 << your graphics chipset is Intel G33 [02:01] OpenGL version string: 1.4 Mesa 20.0.8 << highest OpenGL version supported is 1.4 [02:01] Guest_48: this looks as good as it ever will with these integrated graphics [02:01] Guest_48: now what does not work? [02:02] https://webglsamples.org/ [02:03] Everything here doesn't work [02:03] Status: WebGL creation failed: * Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OPENGL_1 * Exhausted GL driver options. [02:04] Older versions of Minecraft released in 2011 also don't worㅏ [02:04] k [02:04] i'm not sure what this means, but a website is not the best way to test your graphics stack [02:04] glxgears is a simple opengl application you can run [02:04] does it work? [02:04] run it from a terminal window for extra output [02:05] it works. [02:07] purumi@purumi-desktop:~$ glmark2Error: Glmark2 needs OpenGL(ES) version >= 2.0 to run (but version string is: '1.4 Mesa 20.0.8')!Error: main: Could not initialize canvas [02:07] Guest_48: so then i guess other opengl games will, too. try some which are in ubuntu, such as widelands, megaglest. xonotic. [02:07] glmark2 doesn't work [02:08] ok [02:08] I will install [02:08] i guess you'd need a better graphics chipset to run glmark [02:08] probably for some of these games, too [02:09] actually, xonotic isnt in ubuntu, i got this wrong [02:10] supertuxkart is, though [02:11] https://pastebin.pl/view/f94d2c43 [02:11] widelands doesn't works [02:11] there is also a way to fake your opengl version, pretending you have support for a higher one. sometimes this can work, but often games will crash that way [02:11] you should probably get a dedicated graphics card for gaming. [02:12] How to forge the OpenGL version? [02:14] megaglest works. [02:15] yes, megaglest will work for smaller games [02:21] MESA_GL_VERSION_OVERRIDE=9.9 glxinfo | grep 'version string' [02:21] Guest_48: if you run this, you will see how the output changes at some places [02:22] this *can* help trick some games into assuming your hardware is supported, but then they'll fail when actually trying to use commands available in this opengl version [02:22] so it does not really help you much., you really need to get better / actual hardware. [02:24] I understand [02:25] Thanks for answering [02:25] will upgrade the gpu [02:27] any cheap or pre-owned dedicated amd graphics card that's compatible to your computers' pci bus should work [02:27] this cpu is 12 years old, it may even be about time to consider replacing the whole thing [02:27] Guest_48: ^ [02:29] nowadays you get a lot more computation for the same or less power consumption [02:30] I will change the computer sooner or later [02:30] :) [02:35] Guest_48: your cpu compared to a current cpu with integrated graphics: https://www.cpubenchmark.net/compare/Intel-Pentium-E5300-vs-AMD-Ryzen-5-PRO-4650G/1098vs3795 [02:36] "cpu mark" is this benchmark's performance counter [02:43] Guest_48: and here's a comparison of the integrated graphics chips in both these cpus: https://www.videocardbenchmark.net/compare/Intel-G33G31-Express-vs-Radeon-Ryzen-5-PRO-4650G-with/782vs4274 [12:03] Hello, I need some help with permissions. [12:04] The boinc manager is broken due to file permisions on the gui_rpc_auth.cfg file. [12:06] It symlinks to the /etc/boinc-client/ directory where it is root boinc. But Boinc Manager cannot read it to get the password. Copying the password manually does work, but it should be automatic [12:07] htop [12:07] Boinc Manager is run under my username [16:38] hello guys, after a fresh install of xubuntu 20.04.1 i only get a mouse pointer and no desktop on screen, using radeon driver on a very old rv535 (Radeon X1650 Pro rev 9e). can anyone help me out? [16:39] sanjari: that's after (graphical) login? or do you have autologin enabled? [16:40] tomreyn: i selected auto login at setup [16:40] try clearing out ~/.cache/ [16:40] oh wait, a fresh install, then ignore this [16:41] can you post a system log? journalctl -b | nc termbin.com 9999 [16:44] tomreyn: https://termbin.com/lupgg [16:45] tomreyn: i had to use the power switch to turn it off before because after switching to tty1 and back to graphical desktop it hung up [16:45] and yes this computer is very old :D [16:47] that's an understatement ;) [16:47] latest bios is here: https://support.ts.fujitsu.com/IndexDownload.asp?Softwareguid=48C0E0B9-1430-4728-AE8D-B56974708E5E [16:48] the versioning differs from yours, though. [16:48] u think this is bios related? [16:49] no, i just look this up usually because a lot of people don't realize those can fix problems [16:50] my guess was that i need old proprietary drivers but ubuntu-drivers doesnt list any [16:50] it will likel ynot help with this issue. i'm reading on, will keep posting single findings as i read the log, and repost back when i'm done [16:50] you'll need the radeon driver with this graphics chipset [16:50] which comes with xubuntu [16:50] 3 GB RAM is not much [16:51] the machine had windows 7 32 bit installed before and showed up 4gb (3 usable), u think the ram is faulty maybe? [16:52] Memory: 3006488K/3144172K available (14339K kernel code, 2398K rwdata, 4956K rodata, 2716K init, 4988K bss, 137684K reserved, 0K cma-reserved) [16:53] i have no reason to assume that any ram is faulty at this time [16:57] well in case there is no way to fix this quickly i think ima just replace the machine, its my neighbour's desktop so actually i dont give a damn if this thing lands in the trash bin [16:57] consider replacing your old 500GB WDC WD5000AAKS-00V1A0, 05.01D05, max UDMA/133, HDD by an SSD. only 1.5 Gbps SATA links are supported by your hardware, but it'd still be much faster [16:58] i'm still reading, just reached graphics card initialization, feel free to (not)have patience [17:00] looks like the fourth GB of your RAM is assigned to the graphics card. [17:01] u think that causes problems with the radeon driver maybe? [17:03] no, it just means you don't have a whole lot left for other things. [17:03] okay, i've finished reading the log. but i don't see anything serious there. [17:03] can i disable it in bios? i didnt see an option for that [17:03] because i guess my neighbour doesnt need the additional gpu ram [17:03] graphics initialization is fine, and the desktop also seems to start up ok [17:04] whether you can choose how much ram is assigned to vram in bios depends on the bios [17:04] this one has an award bios, they can offer a lot of options, so you could try. [17:05] yeah ill reboot real quick and in case i still need help ill return later after dinner [17:05] thanks for your time [18:40] hi guys [18:40] someone ahve problem with kde connect too? [18:41] they've fixed it but its waiting for xubuntu devs to upload