Hello,
since the last update of the mesa libs primusrun does segfault (while optirun has no problems). The solution is to specify PRIMUS_UPLOAD=2 (PBO) in the environment. I do not know exactly why maybe somebody has the same problem.
Eg.
$ primusrun glxgears ..... crash
$ optirun glxgears ...... fine
$ PRIMUS_UPLOAD=2 primusrun glxgears ... fine
When using
$ PRIMUS_VERBOSE=2 primusrun glxgears -info
you will get
primus: profiling: upload autodetection: will use PBO path (36 iters)
Speicherzugriffsfehler (Speicherabzug geschrieben)
So I asume 2 is the correct value for this since the problem is solved
Regards
Michael
since the last update of the mesa libs primusrun does segfault (while optirun has no problems). The solution is to specify PRIMUS_UPLOAD=2 (PBO) in the environment. I do not know exactly why maybe somebody has the same problem.
Eg.
$ primusrun glxgears ..... crash
$ optirun glxgears ...... fine
$ PRIMUS_UPLOAD=2 primusrun glxgears ... fine
When using
$ PRIMUS_VERBOSE=2 primusrun glxgears -info
you will get
primus: profiling: upload autodetection: will use PBO path (36 iters)
Speicherzugriffsfehler (Speicherabzug geschrieben)
So I asume 2 is the correct value for this since the problem is solved
Regards
Michael
Comment