Skip to content

Commit d2c4117

Browse files
committed
Troubleshooting Graphical Card laptop windwos
1 parent 7eaacfb commit d2c4117

3 files changed

Lines changed: 36 additions & 0 deletions

File tree

docs/01_User_Manual/01-Troubleshooting.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,39 @@ Or add it to your environment variables:
7878
Add the following JVM parameter in the Gephi configuration file:
7979

8080
``-J-Dapple.awt.graphics.UseQuartz=true``
81+
82+
## Windows issues
83+
84+
### Gephi not using Graphical Card on Laptop
85+
86+
*The troubleshooting explained is for Intel + Nvidia based laptop, note that the process is still relevant for AMD based laptop, just the tools involved might be different*
87+
88+
If you have a laptop that has a dedicated graphical card (Nvidia), it's very probable that the laptop has also integrated card (Intel(R) UHD Graphics).
89+
90+
Windows might probably, by default, wont' give Gephi the ability to use the dedicated graphical card, which will result in degraded performance for visualisation.
91+
92+
To check that Gephi has or not get granted to use the correct graphical card :
93+
94+
* Open Gephi
95+
* On the top bar, go to **Tools -> Options**, a window will open
96+
* On the tab go to **Visualisation** and then on the tab under **Open GL**
97+
98+
![image](/docs/01_User_Manual/01-Troubleshooting/Graphical_Card_Information.png)
99+
100+
On the right side of the windows, if you see something like `Nvidia Corporation` it means that Gephi is using the dedicated graphical card, all good.
101+
102+
If you see something like `Intel UHD` it means Gephi is using the integrated graphical card.
103+
104+
105+
To change this and force Windows to let Gephi use the dedicated graphical card :
106+
107+
* Search for **Nvidia Control Panel** on your computer and open it.
108+
* On left side, select **3D Settings -> Manage 3D settings**
109+
* Then select the **Program settings** tab
110+
* Click on **Add** and select **Gephi**
111+
* Make sure the option **NVIDIA High Performance** is selected
112+
* Click on **Apply**
113+
114+
![image](/docs/01_User_Manual/01-Troubleshooting/Nvidia_3D_Panel.png)
115+
116+
Then, restart Gephi. It should be now using the dedicated graphical card.
80.1 KB
Loading
68.3 KB
Loading

0 commit comments

Comments
 (0)