系统相关
首页 > 系统相关> > Geant4+Ubuntu安装过程中的各种bug

Geant4+Ubuntu安装过程中的各种bug

作者:互联网

硬件条件:Thinkpad P52 + SAMSUNG 1T M.2新硬盘

Step1:安装ubuntu
Bugs:

  1. 首先需要disable security boot!
  2. Magic Number void!(找个新优盘,装ubuntu)
  3. 安装过程到选择硬盘空间时卡死(不支持P1000显卡驱动,在boot选项界面按E进入编辑,将“quiet splash---"修改成"quiet splash nomodeset”,不一定对,记不住了。。。)
  4. 尝试将windows10安装硬盘WD1T固态拆下来,安装ubuntu提示无有效UEFI。
    最终将windows10固态恢复,顺利装完双系统安装开始进行下一步的坑,安装Geant4.

Step2:安装Geant4
参考各种安装教程,其中比较好的有:
http://pba.ustc.edu.cn/index.php?m=content&c=index&a=show&catid=51&id=124
http://qfxiao.me/2020/01/31/Geant4-安装教程/
https://blog.csdn.net/caojing317/article/details/79601262#comments_12908205
https://www.cnblogs.com/matteolxs/p/12943041.html

最大的坑就是环境变量设置:5 source ~/geant4.10.06.p01-install/bin/geant4.sh #(这一步很重要)这时候我们要加载Geant4运行时的环境
否则会出现所有编译都通过但是运行example时出下面错误:
error while loading shared libraries:lib G4graphics_reps.so:cannot open shared object file:no such file or directory

Step3:安装其他程序

  1. Matlab
  2. JetBrains 全家桶
  3. 搜狗输入法
  4. trojan
  5. anaconda

Step4:未解决问题

  1. Trojan开机自动运行
  2. 搜狗输入法设置
  3. Clion设置,以及p1000显卡驱动设置

标签:搜狗,输入法,Ubuntu,设置,ubuntu,Geant4,安装,bug
来源: https://www.cnblogs.com/jianghp/p/13389049.html