PC specification:
- OS:Ubuntu 20.04 LTS
- Processor: Intel i3
- ram: 4 gb
- 1 Tb Hdd
i have installed three version of scilab 5.0 ,6.0.2 ,6.1 by following the procedure below:
- download tar files from official website
- untar them
- type
./bin/scilab
Inn these three scilab version , i get the same problem that graphic window appear which is completely blank , there is no plot now how i resolve this
my PC graphic : Mesa Intel® HD Graphics 620 (KBL GT2)
(base) vivek@vs~$ lspci | grep -Ei "VGA|3D|Video"
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 02)
(base) vivek@vs~$ glxinfo | grep -i vendor
Command 'glxinfo' not found, but can be installed with: sudo apt install mesa-utils
(base) vivek@vs~$ lsmod | grep drm,
(base) vivek@vs~$ vainfo
Command 'vainfo' not found, but can be installed with: sudo apt install vainfo
(base) vivek@vs:~$ glxinfo | grep -i vendor
## server glx vendor string: SGI client glx vendor string: Mesa Project and SGI Vendor: Intel (0x8086) OpenGL vendor string: Intel
(base) vivek@vs:~$ lsmod | grep drm
drm_kms_helper 217088 1
i915 cec 53248 2 drm_kms_helper,i915
fb_sys_fops 16384 1 drm_kms_helper
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
drm 552960 11 drm_kms_helper,i915
(base) vivek@vs:~$ vainfo
libva info: VA-API version 1.7.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_7
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.7 (libva 2.6.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 20.1.1 ()
vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSliceLP
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSliceLP
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointEncPicture
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSliceLP VAProfileVP8Version0_3 : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
cap lock
on by mistake, you can use on online tool like https://convertcase.net/ – graham Apr 25 '21 at 06:51sudo apt install octave
– Archisman Panigrahi Apr 25 '21 at 06:54LIBGL_ALWAYS_SOFTWARE=1 ./bin/scilab
. What is your graphics card? Please show the output oflspci | grep -Ei "VGA|3D|Video"
,glxinfo | grep -i vendor
,lsmod | grep drm
,vainfo
. Do you use real hardware or VM? Have you tried running Scilab 5.2? – N0rbert Apr 25 '21 at 07:36Command 'glxinfo' not found, but can be installed with:
sudo apt install mesa-utils
__(base) vivek@vs~$ lsmod | grep drm, __(base) vivek@vs~$ vainfo ##
Command 'vainfo' not found, but can be installed with:
sudo apt install vainfo
– Vivek Sharma Apr 25 '21 at 09:08sudo apt install mesa-utils vainfo
and then runglxinfo | grep -i vendor
,lsmod | grep drm
andvainfo
again. – N0rbert Apr 25 '21 at 09:10i965-va-driver
package, then reboot and retry running Scilab. – N0rbert Apr 25 '21 at 09:28