mesa window rendering issue

General support questions
Post Reply
mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

mesa window rendering issue

Post by mahmood » 2018/11/16 09:02:20

I used to run abaqus 2016 on centos 6 without any problem. However, the same version on centos 7 has some rendering issues. The command is ABQLauncher cae -mesa. Even I dropped -mesa, but the result can be seen in the attachment. As you can see other windows and menus are fine.

The following mesa packages are installed

Code: Select all

Installed Packages
mesa-dri-drivers.x86_64                               17.2.3-8.20171019.el7                      @base
mesa-filesystem.x86_64                                17.2.3-8.20171019.el7                      @base
mesa-libEGL.x86_64                                    17.2.3-8.20171019.el7                      @base
mesa-libEGL-devel.x86_64                              17.2.3-8.20171019.el7                      @base
mesa-libGL.x86_64                                     17.2.3-8.20171019.el7                      @base
mesa-libGL-devel.x86_64                               17.2.3-8.20171019.el7                      @base
mesa-libGLES.x86_64                                   17.2.3-8.20171019.el7                      @base
mesa-libGLU.x86_64                                    9.0.0-4.el7                                @anaconda/7.0
mesa-libGLU-devel.x86_64                              9.0.0-4.el7                                @Rocks-7.0
mesa-libgbm.x86_64                                    17.2.3-8.20171019.el7                      @base
mesa-libglapi.x86_64                                  17.2.3-8.20171019.el7                      @base
mesa-libwayland-egl.x86_64                            17.2.3-8.20171019.el7                      @base
mesa-libwayland-egl-devel.x86_64                      17.2.3-8.20171019.el7                      @base
mesa-libxatracker.x86_64                              17.2.3-8.20171019.el7                      @base
mesa-private-llvm.x86_64                              3.9.1-3.el7                                @anaconda/7.0
Anybody has an idea?
Attachments
Untitled.png
Untitled.png (139.31 KiB) Viewed 636 times

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: mesa window rendering issue

Post by TrevorH » 2018/11/16 09:12:31

You could try updating from the CR repository to what will shortly become 7.6 once it's finally released. All the mesa packages that you list that have version number 17 are now 18.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

Re: mesa window rendering issue

Post by mahmood » 2018/11/16 09:18:36

Thank you. Is there any beta repository for that?

Meanwhile I want to try XCFE or KDE instead of GNOME for that particular user. Currently, I have installed XCFE with the following command

Code: Select all

yum groupinstall xfce
I want to know where should I edit so that the logged in user sees XFCE instead of GNOME? I see some old post in viewtopic.php?t=11123
Is that still valid for 7.5?

mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

Re: mesa window rendering issue

Post by mahmood » 2018/11/16 09:25:39

I see this topic https://superuser.com/a/1355861/154815 but there is no such file on my system. Should I create that? Is that a system wide method?

User avatar
TrevorH
Site Admin
Posts: 33215
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: mesa window rendering issue

Post by TrevorH » 2018/11/16 09:35:38

To switch desktops you need to hit the little twisty on the login screen under where it prompts for the username, prior to logging on. The CR repo is already populated with packages, all you need to do is enable it and update - e.g.

yum --disablerepo=\* --enablerepo=cr update

You may also need to specify --noplugins if you have configured yum-plugin-priorities to give a higher priority to the base and updates repos (or assign the same or higher priority to CR first).
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

mahmood
Posts: 122
Joined: 2017/06/04 12:21:09

Re: mesa window rendering issue

Post by mahmood » 2018/11/16 09:50:57

I think it is better to try other desktops and see if they can help me.
The user connects through vnc. So, he first turns on the server like vncserver -geometry 1300x800 :4 and then connects with IP:5904 and see the following login page. There is no little "setting" like icon which you mentioned.
Attachments
Untitled.png
Untitled.png (86.3 KiB) Viewed 622 times

Post Reply