1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="ts_gui-2d-grayed-out">
|
---|
4 | <title>GUI: 2D Video Acceleration Option is Grayed Out</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | To use 2D Video Acceleration within <ph conkeyref="vbox-conkeyref-phrases/product-name"/>, your host's
|
---|
9 | video card should support certain OpenGL extensions. On startup,
|
---|
10 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> checks for those extensions, and, if the test
|
---|
11 | fails, this option is silently grayed out.
|
---|
12 | </p>
|
---|
13 | <p>
|
---|
14 | To find out why it has failed, you can manually execute the
|
---|
15 | following command:
|
---|
16 | </p>
|
---|
17 | <pre xml:space="preserve">$ VBoxTestOGL --log "log_file_name" --test 2D</pre>
|
---|
18 | <p>
|
---|
19 | It will list the required OpenGL extensions one by one and will
|
---|
20 | show you which one failed the test. This usually means that you
|
---|
21 | are running an outdated or misconfigured OpenGL driver on your
|
---|
22 | host. It can also mean that your video chip is lacking required
|
---|
23 | functionality.
|
---|
24 | </p>
|
---|
25 | </body>
|
---|
26 |
|
---|
27 | </topic>
|
---|