=== brainwash_ is now known as brainwash | ||
Guest_48 | how to install intel graphics driver on xubuntu 20.04? | 01:40 |
---|---|---|
Guest_48 | I tried "Intel Graphics Installer For Linux" | 01:41 |
tomreyn | Guest_48: it is installed by default | 01:42 |
Guest_48 | But distribution not support was displayed | 01:42 |
Guest_48 | um... | 01:42 |
Guest_48 | Programs using OpenGL and webGL do not work at all | 01:43 |
Guest_48 | I am using Intel's E5300 CPU | 01:43 |
tomreyn | the glxinfo command can tell you whether hardware graphics acceleration is supported, and which opengl version is. | 01:45 |
tomreyn | glxinfo is provided by the mesa-utils package | 01:45 |
Guest_48 | 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 |
Guest_48 | 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 |
Guest_48 | 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 |
Guest_48 | 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 |
Guest_48 | 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 |
Guest_48 | 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:46 |
Guest_48 | 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 |
Guest_48 | result of lspci | 01:47 |
tomreyn | !paste | Guest_48 | 01:50 |
ubottu | 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:50 |
tomreyn | 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 |
Guest_48 | ok | 01:51 |
tomreyn | and please mention my nickname when you post the pastebin link | 01:51 |
tomreyn | (so i get a notice) | 01:51 |
Guest_48 | tomreyn | 01:53 |
Guest_48 | https://pastebin.pl/view/935d8f6e | 01:53 |
tomreyn | Guest_48: ok, looking | 01:59 |
tomreyn | Accelerated: yes -> you have hardware acceleration | 02:00 |
tomreyn | OpenGL renderer string: Mesa DRI Intel(R) G33 << your graphics chipset is Intel G33 | 02:00 |
tomreyn | OpenGL version string: 1.4 Mesa 20.0.8 << highest OpenGL version supported is 1.4 | 02:01 |
tomreyn | Guest_48: this looks as good as it ever will with these integrated graphics | 02:01 |
tomreyn | Guest_48: now what does not work? | 02:01 |
Guest_48 | https://webglsamples.org/ | 02:02 |
Guest_48 | Everything here doesn't work | 02:03 |
Guest_48 | Status: WebGL creation failed: * Refused to create native OpenGL context because of blacklist entry: FEATURE_FAILURE_OPENGL_1 * Exhausted GL driver options. | 02:03 |
Guest_48 | Older versions of Minecraft released in 2011 also don't worㅏ | 02:04 |
Guest_48 | k | 02:04 |
tomreyn | i'm not sure what this means, but a website is not the best way to test your graphics stack | 02:04 |
tomreyn | glxgears is a simple opengl application you can run | 02:04 |
tomreyn | does it work? | 02:04 |
tomreyn | run it from a terminal window for extra output | 02:04 |
Guest_48 | it works. | 02:05 |
Guest_48 | 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 |
tomreyn | Guest_48: so then i guess other opengl games will, too. try some which are in ubuntu, such as widelands, megaglest. xonotic. | 02:07 |
Guest_48 | glmark2 doesn't work | 02:07 |
Guest_48 | ok | 02:08 |
Guest_48 | I will install | 02:08 |
tomreyn | i guess you'd need a better graphics chipset to run glmark | 02:08 |
tomreyn | probably for some of these games, too | 02:08 |
tomreyn | actually, xonotic isnt in ubuntu, i got this wrong | 02:09 |
tomreyn | supertuxkart is, though | 02:10 |
Guest_48 | https://pastebin.pl/view/f94d2c43 | 02:11 |
Guest_48 | widelands doesn't works | 02:11 |
tomreyn | 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 |
tomreyn | you should probably get a dedicated graphics card for gaming. | 02:11 |
Guest_48 | How to forge the OpenGL version? | 02:12 |
Guest_48 | megaglest works. | 02:14 |
tomreyn | yes, megaglest will work for smaller games | 02:15 |
tomreyn | MESA_GL_VERSION_OVERRIDE=9.9 glxinfo | grep 'version string' | 02:21 |
tomreyn | Guest_48: if you run this, you will see how the output changes at some places | 02:21 |
tomreyn | 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 |
tomreyn | so it does not really help you much., you really need to get better / actual hardware. | 02:22 |
Guest_48 | I understand | 02:24 |
Guest_48 | Thanks for answering | 02:25 |
Guest_48 | will upgrade the gpu | 02:25 |
tomreyn | any cheap or pre-owned dedicated amd graphics card that's compatible to your computers' pci bus should work | 02:27 |
tomreyn | this cpu is 12 years old, it may even be about time to consider replacing the whole thing | 02:27 |
tomreyn | Guest_48: ^ | 02:27 |
tomreyn | nowadays you get a lot more computation for the same or less power consumption | 02:29 |
Guest_48 | I will change the computer sooner or later | 02:30 |
Guest_48 | :) | 02:30 |
tomreyn | 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:35 |
tomreyn | "cpu mark" is this benchmark's performance counter | 02:36 |
tomreyn | 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 | 02:43 |
ipkh | Hello, I need some help with permissions. | 12:03 |
ipkh | The boinc manager is broken due to file permisions on the gui_rpc_auth.cfg file. | 12:04 |
ipkh | 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:06 |
ipkh | htop | 12:07 |
ipkh | Boinc Manager is run under my username | 12:07 |
sanjari | 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:38 |
tomreyn | sanjari: that's after (graphical) login? or do you have autologin enabled? | 16:39 |
sanjari | tomreyn: i selected auto login at setup | 16:40 |
tomreyn | try clearing out ~/.cache/ | 16:40 |
tomreyn | oh wait, a fresh install, then ignore this | 16:40 |
tomreyn | can you post a system log? journalctl -b | nc termbin.com 9999 | 16:41 |
sanjari | tomreyn: https://termbin.com/lupgg | 16:44 |
sanjari | 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 |
sanjari | and yes this computer is very old :D | 16:45 |
tomreyn | that's an understatement ;) | 16:47 |
tomreyn | latest bios is here: https://support.ts.fujitsu.com/IndexDownload.asp?Softwareguid=48C0E0B9-1430-4728-AE8D-B56974708E5E | 16:47 |
tomreyn | the versioning differs from yours, though. | 16:48 |
sanjari | u think this is bios related? | 16:48 |
tomreyn | no, i just look this up usually because a lot of people don't realize those can fix problems | 16:49 |
sanjari | my guess was that i need old proprietary drivers but ubuntu-drivers doesnt list any | 16:50 |
tomreyn | 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 |
tomreyn | you'll need the radeon driver with this graphics chipset | 16:50 |
tomreyn | which comes with xubuntu | 16:50 |
tomreyn | 3 GB RAM is not much | 16:50 |
sanjari | the machine had windows 7 32 bit installed before and showed up 4gb (3 usable), u think the ram is faulty maybe? | 16:51 |
tomreyn | Memory: 3006488K/3144172K available (14339K kernel code, 2398K rwdata, 4956K rodata, 2716K init, 4988K bss, 137684K reserved, 0K cma-reserved) | 16:52 |
tomreyn | i have no reason to assume that any ram is faulty at this time | 16:53 |
sanjari | 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 |
tomreyn | 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:57 |
tomreyn | i'm still reading, just reached graphics card initialization, feel free to (not)have patience | 16:58 |
tomreyn | looks like the fourth GB of your RAM is assigned to the graphics card. | 17:00 |
sanjari | u think that causes problems with the radeon driver maybe? | 17:01 |
tomreyn | no, it just means you don't have a whole lot left for other things. | 17:03 |
tomreyn | okay, i've finished reading the log. but i don't see anything serious there. | 17:03 |
sanjari | can i disable it in bios? i didnt see an option for that | 17:03 |
sanjari | because i guess my neighbour doesnt need the additional gpu ram | 17:03 |
tomreyn | graphics initialization is fine, and the desktop also seems to start up ok | 17:03 |
tomreyn | whether you can choose how much ram is assigned to vram in bios depends on the bios | 17:04 |
tomreyn | this one has an award bios, they can offer a lot of options, so you could try. | 17:04 |
sanjari | yeah ill reboot real quick and in case i still need help ill return later after dinner | 17:05 |
sanjari | thanks for your time | 17:05 |
samuk190 | hi guys | 18:40 |
samuk190 | someone ahve problem with kde connect too? | 18:40 |
samuk190 | they've fixed it but its waiting for xubuntu devs to upload | 18:41 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!