z0rc / debumblebee

DEPRECATED. Don't use it anymore — Optimus graphics support for Debian through VirtualGL
http://suwako.nomanga.net/
GNU General Public License v3.0
26 stars 2 forks source link

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

Closed romainletendart closed 13 years ago

romainletendart commented 13 years ago

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 13 years ago

Provide me the output of "lspci -mm".

romainletendart commented 13 years ago

Here it is : http://pastebin.com/EjC9QZj8

z0rc commented 13 years ago

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

romainletendart commented 13 years ago

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

z0rc commented 13 years ago

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?

lanwatch commented 13 years ago

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.

romainletendart commented 13 years ago

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

lanwatch commented 13 years ago

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 13 years ago

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 13 years ago

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