You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/01_User_Manual/01-Troubleshooting.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,3 +78,39 @@ Or add it to your environment variables:
78
78
Add the following JVM parameter in the Gephi configuration file:
79
79
80
80
``-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**
0 commit comments