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

Acer Aspire 5750G VGL Error #27

Closed Dassos closed 13 years ago

Dassos commented 13 years ago

Xorg.8.log: http://pastebin.com/LxRCu5HN xorg.conf.nvidia: http://pastebin.com/V5XMyykx nvidia-xconfig: http://pastebin.com/Y6BfzmRE dmidecode: http://pastebin.com/mtbPyqBi

optirun glxgears [VGL] ERROR: Could not open display :8.

I installed the newest debumblebee, but there is the same probleme as every version.

z0rc commented 13 years ago

Seems that you have issues with nvidia packages. What is your output of dpkg-query -l | grep nvidia?

Dassos commented 13 years ago

sabine@sabine-aptosidbox:~$ dpkg-query -l | grep nvidia ii libgl1-nvidia-alternatives-ia32 280.13.really.275.28-1 simplifies replacing MESA libGL with GPU vendor libraries (32-bit) ii libgl1-nvidia-glx-ia32 280.13.really.275.28-1 NVIDIA binary OpenGL 32-bit libraries ii nvidia-installer-cleanup 20110729+2 Cleanup after driver installation with the nvidia-installer ii nvidia-kernel-common 20110729+2 NVIDIA binary kernel module support files ii nvidia-kernel-dkms 280.13.really.275.28-1 NVIDIA binary kernel module DKMS source ii nvidia-support 20110729+2 NVIDIA binary graphics driver support files ii nvidia-xconfig 280.13-1 X configuration tool for non-free NVIDIA drivers

z0rc commented 13 years ago

Seems that you are missing the number of important packages. Mine is http://pastebin.com/ZLfqva56 Do you have any specific apt policies, like not installing recommended packages?

Dassos commented 13 years ago

i installed your packages manuell. now the i get this messages: glxinfo: http://pastebin.com/94kqEtEH optirun glxgears: http://pastebin.com/i082eRgk nvidia-xconfig: http://pastebin.com/Vq69s9NB the system detects now the nvidia card, but glxgears and so on... doesn't work

z0rc commented 13 years ago

Seems that you really fucked up your system. All these packages should be installed automatically as dependencies at the beginning of debumblebee installation. But your weird apt policies or whatever set you a bomb. To get working acceleration back at least on Intel card try to purge all nvidia packages.

I'm not willing to dig though this rubbish and trying to fix it.

Dassos commented 13 years ago

I have a fresh aptosid installation and do you know what? there are the same issues as before and there are NO apt policies set. I hope you are now willing to help me with my problem. nvidia-xconfig: http://pastebin.com/DgQiSPp8 Xorg.8.log: http://pastebin.com/nRwhV2Nt xorg.conf.nvidia: http://pastebin.com/kHXmN0UV dmidecode: http://pastebin.com/kWH1hXC1 nvidia-packages: http://pastebin.com/YC1HKLgu

z0rc commented 13 years ago

I have no clue about aptosid as I've never used it nor I'm planning to use. Debian Sid doesn't behave like this.

z0rc commented 13 years ago

Try modify https://github.com/z0rc/debumblebee/blob/master/install-files/debian.install#L10 and L18 adding --install-recommends option there, but perform debumblebee uninstall before.

Dassos commented 13 years ago

Thanks for your help, I change the line 18, but the problem was still existent, so I changed the install file a bit more: http://pastebin.com/vCG8E4tn i change the line 18 and 10 and now it works THANK YOU!