Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
Clarified some things in Troubleshooting section. Updates #31
Browse files Browse the repository at this point in the history
  • Loading branch information
z0rc committed Oct 2, 2011
1 parent df134ca commit 194ffca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README
Expand Up @@ -56,7 +56,7 @@ TROUBLESHOOTING

"[VGL] ERROR: Could not open display :8"
This means that nVidia X server wasn't able to start with current configuration.
First you need to check /var/log/Xorg.8.log for "(EE)" strings. Usually it
First you need to check /var/log/Xorg.8.log for "(EE)" strings. Usually this
provides enough information for troubleshooting.

The most common issue at this situation is that nVidia module fails to
Expand All @@ -69,14 +69,14 @@ string into Device section in /etc/X11/xorg.conf.nvidia:
Option "ConnectedMonitor" "DFP-0"
If it isn't helping, then try to change "DFP-0" to "CRT-0".

Also it's recommended to check for "GLX" strings and notices about libglx.so.
If you have other issues about GL errors, then it's recommended to check for
notices about libglx.so and GLX in Xorg log.

Anyway, if you have any issues please create ticket at
https://github.com/z0rc/debumblebee


TODO

* Rewrite optirun with perl, so it can use SGID bit which allows to apply more
strict security permissions and get rid of sudoers file.


If you have any issues please create ticket at
https://github.com/z0rc/debumblebee

0 comments on commit 194ffca

Please sign in to comment.