[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:glx-xlib-workaround

2020-06-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2020/06/02 19:13
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 
Firefox/68.0
IP-Address  : 87.147.75.160
Hostname: p57934ba0.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1591125176
New Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: 
User: uli42


@@ -102,7 +102,7 @@
 
 To make Matlab load the new driver modify Matlab's lib search path:

 cp $MATLAB_DIRECTORY/bin/.matlab7rc.sh ~
 
- Edit the file ~/.matlab7rc.sh, find the glnxa* section and add `/usr/local/mesa-20.1.0/lib/x86_64-linux-gnu` to LDPATH_PREFIX

+ Edit the file ~/.matlab7rc.sh, find the glnxa* section and add 
''/usr/local/mesa-20.1.0/lib/x86_64-linux-gnu'' to LDPATH_PREFIX
 
 Add to your .profile: export MESA_GL_VERSION_OVERRIDE=3.0



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:glx-xlib-workaround

2020-06-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2020/06/02 19:12
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 
Firefox/68.0
IP-Address  : 87.147.75.160
Hostname: p57934ba0.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1591125104
New Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: 
User: uli42


@@ -95,14 +95,14 @@
 
 = Matlab 2019b =
 
 Compile like this:

- ```
+ 
 meson -D glx=gallium-xlib -D gallium-drivers=swrast -D platforms=x11 -D dri3=false -D 
dri-drivers="" -D vulkan-drivers="" -D buildtype=release -D optimization=3 
-Dprefix=/usr/local/mesa-20.1.0/
- ```
+ 
 
 To make Matlab load the new driver modify Matlab's lib search path:

 cp $MATLAB_DIRECTORY/bin/.matlab7rc.sh ~
 
- Edit the file ~/.matlab7rc.sh, find the glnxa* section and add the path to you mesa library, e.g.

/usr/local/mesa-20.1.0/lib/x86_64-linux-gnu, to LDPATH_PREFIX
+ Edit the file ~/.matlab7rc.sh, find the glnxa* section and add 
`/usr/local/mesa-20.1.0/lib/x86_64-linux-gnu` to LDPATH_PREFIX
 
 Add to your .profile: export MESA_GL_VERSION_OVERRIDE=3.0



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:glx-xlib-workaround

2020-06-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2020/06/02 19:11
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 
Firefox/68.0
IP-Address  : 87.147.75.160
Hostname: p57934ba0.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1591124928
New Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: [Matlab 2019b] 
User: uli42


@@ -93,11 +93,16 @@
 ebuild "/usr/portage/media-libs/mesa/mesa-${mesa_version}.ebuild" clean
 
 
 = Matlab 2019b =
+ 
+ Compile like this:

+ ```
+ meson -D glx=gallium-xlib -D gallium-drivers=swrast -D platforms=x11 -D dri3=false -D 
dri-drivers="" -D vulkan-drivers="" -D buildtype=release -D optimization=3 
-Dprefix=/usr/local/mesa-20.1.0/
+ ```
 
 To make Matlab load the new driver modify Matlab's lib search path:

 cp $MATLAB_DIRECTORY/bin/.matlab7rc.sh ~
 
 Edit the file

~/.matlab7rc.sh, find the glnxa* section and add the path to you mesa library, 
e.g. /usr/local/mesa-20.1.0/lib/x86_64-linux-gnu, to LDPATH_PREFIX
 
 Add to your .profile: export MESA_GL_VERSION_OVERRIDE=3.0



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:glx-xlib-workaround

2020-06-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2020/06/02 19:08
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 
Firefox/68.0
IP-Address  : 87.147.75.160
Hostname: p57934ba0.dip0.t-ipconnect.de
Old Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1579804757
New Revision: 
https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Edit Summary: 
User: uli42


@@ -91,4 +91,13 @@
 
 

 ebuild "/usr/portage/media-libs/mesa/mesa-${mesa_version}.ebuild" clean
 
+ 
+ = Matlab 2019b =
+ 
+ To make Matlab load the new driver modify Matlab's lib search path:

+ cp $MATLAB_DIRECTORY/bin/.matlab7rc.sh ~
+ 
+ Edit the file ~/.matlab7rc.sh, find the glnxa* section and add the path to you mesa library, e.g. /usr/local/mesa-20.1.0/lib/x86_64-linux-gnu, to LDPATH_PREFIX
+ 
+ Add to your .profile: export MESA_GL_VERSION_OVERRIDE=3.0



--
This mail was generated by
DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2020

2020-06-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2020/06/02 16:22
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.9) Gecko/20100101 
Goanna/4.5 Firefox/68.9 PaleMoon/28.9.3
IP-Address  : 78.43.58.112
Hostname: HSI-KBW-078-043-058-112.hsi4.kabel-badenwuerttemberg.de
Old Revision: 
https://wiki.x2go.org/doku.php/events:x2go-gathering-2020?rev=1591008790
New Revision: https://wiki.x2go.org/doku.php/events:x2go-gathering-2020
Edit Summary: [Core Team Members Availability Chart] 
User: stefanbaur


@@ -16,9 +16,9 @@
  July 2020 August 2020   September 2020 October 
2020
  Fr| 3|10|17|24| |31| 7|14|21|28|  | 4|11|18|25|  | 2| 9|
  Sa| 4|11|18|25| | 1| 8|15|22|29|  | 5|12|19|26|  | 3|10|
  Su| 5|12|19|26| | 2| 9|16|23|30|  | 6|13|20|27|  | 4|11|
- Alex:  |  |  |  |  | |  |  |  |  |  |  |  |  |  |  |  |  |  |
+ Alex:  |N |N |N |N | |N?|N?|N?|N?|N?|
|  |  |  |  |  |  |  |
 h1:|N |N |N |N | |N |N |N |N |N |  |N |N |N |V*|  |N |N |
 Juri:  |N |N |N |  | |  |  |N |N |  |  |  |  |  |  |  |  |  |
 Mike#1:|  |  |  |  | |  |  |  |  |  |  |  |N |  |  |  |  |  |
 Mike#2:|N |  |  |N | |  |  |  |  |  |  |N |  |  |N |  |  |  |


--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits


[X2Go-Commits] [[X2Go Wiki]] page changed: events:start

2020-06-02 Thread wiki-admin

A page in your DokuWiki was added or changed. Here are the details:

Date: 2020/06/02 15:36
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:68.9) Gecko/20100101 
Goanna/4.5 Firefox/68.9 PaleMoon/28.9.3
IP-Address  : 78.43.58.112
Hostname: HSI-KBW-078-043-058-112.hsi4.kabel-badenwuerttemberg.de
Old Revision: https://wiki.x2go.org/doku.php/events:start?rev=1590605411
New Revision: https://wiki.x2go.org/doku.php/events:start
Edit Summary: [Tentative] PaM 12.5 now in 2021 
User: stefanbaur


@@ -5,8 +5,9 @@
 
 = Upcoming Events =
 
  Tentative 

+   * Pi and More 12 1/2, Stuttgart, Germany - some time in March 2021, if 
Covid-19 allows
   * Hack4Glarus 2020.2 - 2020-12-04 - 2020-12-06? (No CfP yet)
   * Linux Expo Ulm 2020 (together with Linux Presentation Day 2020.2), Ulm, 
Germany - if it takes place at all,it will be on 2020-11-21
   * IT-Kongress 2020, Neu-Ulm, Germany - 2020-11-12 - Talk unlikely (but not 
completely impossible), Booth
likely all booths cancelled due to Covid-19
   * X2Go: The Gathering 2020, Linuxhotel, Essen, Germany - some time in 
2020-07, 2020-08, 2020-09, or the first two weeks of 2020-10 (trying to avoid 
these, though). Planning sub-page can be found 
[[events:x2go-gathering-2020|here]]
@@ -17,9 +18,8 @@
   * TUEBIX 2020, Tübingen, Germany - 2020-06-20 (No CfP yet) 
cancelled
   * Hack4Glarus 2020.1 - 2020-06-05 - 2020-06-07 (No CfP yet) 
cancelled
   * LinuxWochen Wien, Vienna, Austria - TBD, original date has been cancelled, 
unclear if event will take place at all
   * Linux-Info-Tag Augsburg, Augsburg, Germany - TBD, original date has been 
cancelled, unclear if event will take place at all
-   * Pi and More 12 1/2, Stuttgart, Germany - TBD, original date has been 
cancelled, unclear if event will take place at all
   * Chemnitzer LinuxTage, Chemnitz, Germany - TBD, original date has been 
cancelled, unclear if event will take place at all
  2020-03-14 -
Pi and More 12 1/2, Stuttgart, Germany - CANCELLED/POSTPONED 
 
 Pi and More 12 1/2 has been cancelled/postponed due to Corona-Virus related regulations. 



--
This mail was generated by DokuWiki at
https://wiki.x2go.org/

___
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits