z0rc/debumblebee

sed: -e expression #1, char 28: unterminated `s' command

romainletendart opened this issue · 10 comments

I had this message while executing "install.sh" script.

Then I had the final message "Installation completed" but "optirun glxgears" doesn't work.

z0rc commented

Provide me the output of "lspci -mm".

z0rc commented

Are you using the latest debumblebee commit with Debain Testing or Unstable?

I'm using the latest debumblebee commit on Debian Unstable with the 2.6.39-2-686-pae Linux kernel.

z0rc commented

What is the output of
lspci -mm | egrep '(VGA|3D)*nVidia' | cut -f1 -d' ' | tr . : | sed 's/0\([0-9a-f]:\)/\1/g'
for you?

Same problem here. The output of that is:

neander debumblebee # lspci -mm | egrep '(VGA|3D)*nVidia' | cut -f1 -d' ' | tr . : | sed 's/0([0-9a-f]:)/\1/g'
1:0:0
1:0:1

The audio is also nVidia, that may be causing the problem:

01:00.0 "VGA compatible controller" "nVidia Corporation" "GT218 [GeForce G210M]" -ra2 "ASUSTeK Computer Inc." "Device 1af2"
01:00.1 "Audio device" "nVidia Corporation" "High Definition Audio Controller" -ra1 "ASUSTeK Computer Inc." "Device 1af2"

Best regards.

The output of the previous command is :
2:0:0
2:0:1

BTW, even after manually fixing that, and adding

Option "ConnectedMonitor" "DFP-0"

I still get the (in)famous

[VGL] ERROR: Could not open display :1.

I will probably create another ticket.

z0rc commented

Your issue isn't with ConnectedMonitor option. Check the BusID option in xorg.conf.nvidia. Seems that I failed with egrep command, should be fixed soon.

z0rc commented

The installation should be OK now. Fix manually your /etc/X11/xorg.conf.nvidia or just do the reinstall.