Skip to content

Commit

Permalink
Specify digit instead of just integer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed Jun 9, 2024
1 parent f7bacdd commit c7d6fbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ options:
| **Option** | **Legal values** | **Default** | **Description** |
|---------------------------|------------------|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| GL_VERSION_OVERRIDE | Integer.Integer | | Override the OpenGL version on the client side. Otherwise, the client uses the version reported by the server. |
| GLX_VERSION_OVERRIDE | Integer.Integer | 1.4 | Override the GLX version on the client side. |
| GLSL_VERSION_OVERRIDE | Integer.Integer | 3.3 | Override the GLSL version on the client side. |
| GL_VERSION_OVERRIDE | Digit.Digit | | Override the OpenGL version on the client side. Otherwise, the client uses the version reported by the server. |
| GLX_VERSION_OVERRIDE | Digit.Digit | 1.4 | Override the GLX version on the client side. |
| GLSL_VERSION_OVERRIDE | Digit.Digit | 3.3 | Override the GLSL version on the client side. |
| SGL_NET_OVER_SHARED | Ip:Port | | If networking is enabled, this environment variable must exist on the guest. |
| SGL_RUN_WITH_LOW_PRIORITY | Boolean | true | On older CPUs, by setting the process priority to low / `IDLE_PRIORITY_CLASS`, applications will run smoother as the kernel driver is given more CPU time. This may not be needed on systems with newer CPUs. Set on the client side. |
Expand Down

0 comments on commit c7d6fbd

Please sign in to comment.