From 194ffca2cb1ef01dacc229340b7207f897b8e499 Mon Sep 17 00:00:00 2001 From: Igor Urazov Date: Sun, 2 Oct 2011 12:28:30 +0300 Subject: [PATCH] Clarified some things in Troubleshooting section. Updates #31 --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 9b0b4bd..faae468 100644 --- a/README +++ b/README @@ -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 @@ -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