Closed Pahcixam closed 13 years ago
That's a 3+ year old laptop (Sony VAIO VGN-Z21MN/B) are you sure it has Optimus?
EDIT: Yeah, that laptop doesn't have Optimus. You can only use Bumblebee on nVidia based laptops that have Optimus technology.
You may use vga-switcheroo instead of Bumblebee.
We are currently working on a stable release. That package will be replaced with a new one. Just be patient. I'll recommend to remove that bumblebee package for now. Probably that Laptop is not an Optimus one but can be used (theoretically) with bumblebee for rendering
Do you need more information ?
The last messages of Xorg.1.log would help us to determine the error
Hi ! Yes my vaio doesn't have a nice sticker with Optimus, but Sony made quite the same thing before nVidia give it a name. So I hope it could worked.
So here is the last messages of Xorg.1.log
2531.214 NVIDIA(0): Depth 24, (--) framebuffer bpp 32 2531.215 NVIDIA(0): RGB weight 888 2531.215 NVIDIA(0): Default visual is TrueColor 2531.215 NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0) 2531.215 NVIDIA(0): Option "ConnectedMonitor" "CRT-0" 2531.215 NVIDIA(0): ConnectedMonitor string: "CRT-0" 2541.917 NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please 2541.917 NVIDIA(0): check your system's kernel log for additional error 2541.917 NVIDIA(0): messages and refer to Chapter 8: Common Problems in the 2541.917 NVIDIA(0): README for additional information. 2541.917 NVIDIA(0): Failed to initialize the NVIDIA graphics device! 2541.917 UnloadModule: "nvidia" 2541.917 Unloading nvidia 2541.917 UnloadModule: "wfb" 2541.917 Unloading wfb 2541.917 UnloadModule: "fb" 2541.917 Unloading fb 2541.917 Screen(s) found, but none have a usable configuration. [ 2541.917] Fatal server error: [ 2541.917] no screens found [ 2541.917] Please consult the The X.Org Foundation support at http://wiki.x.org for help. [ 2541.917] Please also check the log file at "/var/log/Xorg.1.log" for additional information. [ 2541.917]
NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0.
Here is your problem... try using another version of nvidia kernel module. You can grab the PKGBUILD and do it yourself. Check if the current kernel module supports your GPU.
Please try the new version here : https://github.com/Bumblebee-Project/Bumblebee.
I run ArchLinux with kernel 3.0, acpi_call from git and last version of BumbleBee from AUR.
Nvidia module is loaded and working, bumblebee deamon is started. I've got the following message when trying to use nvidia card:
$ optirun glxgears Arguments: glxgears Arguments for the application:glxgears Eco mode: 32 bits mode: Compression mode: proxy Display: :1 :: Starting Bumblebee server [DONE] Arguments: -c proxy -d :1 -ld /usr/lib/nvidia-bumblebee glxgears [VGL] ERROR: Could not open display :1.
I follow this instructions: https://wiki.archlinux.org/index.php/Bumblebee
dmidecode -s system-product-name && dmidecode -s system-version
VGN-Z21MN_B J003EUTD
lspci -vnnn | perl -lne 'print if /^\d+:.+([\S+:\S+])/' | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42](rev 07) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 9300M GS] [10de:06e5](rev a1) (prog-if 00 [VGA controller])
Do you need more information ?