LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problems with video card (https://www.linuxquestions.org/questions/linux-software-2/problems-with-video-card-941356/)

codeman1234 04-23-2012 04:08 PM

Problems with video card
 
Hello,

I have installed a Debian Wheezy, my laptop is a Acer Aspire 5742G with the Nvidia Optimus installed, I have installed the Bumblebee Project software for that, my lspci is the following:

Code:

00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev a1)
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
03:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)


The problem what I have is that the drivers are not installed because when I tried to do glxgears command I get the following:
Code:

user@groups:~# glxgears
No protocol specified
No protocol specified
Error: couldn't open display :0.0


Code:

user@groups:~# optirun glxgears
[ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nouveau" (module does not exist, 0)

[ERROR]Aborting because fallback start is disabled.

Mi video card is a NVidia Geforce GT 540M


what is the problem? The bumblebee seems to work since my laptop doesnt overheat, what packages I am missing?

Cheers

cwizardone 04-24-2012 05:13 AM

The Nvidia supplied driver doesn't work?

codeman1234 04-24-2012 09:18 AM

Quote:

Originally Posted by cwizardone (Post 4661525)
The Nvidia supplied driver doesn't work?

I doesnt seems at least what I am sure is that cannot find the nvidia module, it says that it doesnt exist as you can see on the glxgears response below:

user1@users:~# glxgears
No protocol specified
No protocol specified
Error: couldn't open display :0.0

user1@users:~# optirun glxgears
[ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "nvidia" (module does not exist, 0)

[ERROR]Aborting because fallback start is disabled.


What I am missing?

Cheers

Wormwood.Zhang 06-16-2012 05:32 AM

A little diffrent...
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 310M] (rev ff)

optirun glxgears
6326 frames in 5.0 seconds = 1264.293 FPS
7745 frames in 5.0 seconds = 1548.943 FPS
5821 frames in 5.0 seconds = 1164.130 FPS

glxgears
Xlib: extension "GLX" missing on display ":0".
Error: couldn't get an RGB, Double-buffered visual

dpkg -l | grep nvidia
rc bumblebee-nvidia 3.0-2~preciseppa1 nVidia Optimus support using the proprietary NVIDIA driver
ii nvidia-current 295.59-0ubuntu1~precise~xup1 NVIDIA binary Xorg driver, kernel module and VDPAU library
ii nvidia-settings 295.53-0ubuntu1~precise~xup1 Tool of configuring the NVIDIA graphics driver

uname -r
3.2.0-25-generic-pae

systeminfo: Ubuntu 12.04 / i3

Root Questiong: wine lol got the same err info
Error: couldn't get an RGB, Double-buffered visual

with this command:
WINEDEBUG=+ntdll wine "rads_user_kernel.exe" run lol_launcher $(ls ../projects/lol_launcher/releases/) LoLLauncher.exe

May be somgthing wrong with OpenGL lib???

Any Suggesttion ????


All times are GMT -5. The time now is 02:23 AM.