How to setup HDMI output on m11x with Nvidia GeForce GT 540M? (Bumblebee) Help?

Posted by Alexander Tritan on Ask Ubuntu See other posts from Ask Ubuntu or by Alexander Tritan
Published on 2012-07-21T01:42:41Z Indexed on 2012/11/06 11:22 UTC
Read the original article Hit count: 387

Filed under:
|
|
|

I have an Alienware m11x with Optimus Technology. I setup (Fresh Install) Ubuntu 12.04 with bumblebee as below. Please help me set up the HDMI output so that I can connect it to my monitor.

$ uname -a
Linux ubuntu 3.2.0-24-generic-pae #39-Ubuntu SMP Mon May 21 18:54:21 UTC 2012 i686 i686 i386 GNU/Linux

$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev a1)

$ dpkg --get-selections
bumblebee                                       install
bumblebee-nvidia                                install

$ bumblebeed -version
bumblebeed --version
bumblebeed (Bumblebee) 3.0
Copyright (C) 2011 The Bumblebee Project

Should xrandr normally show HDMI?

$ xrandr -q     
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 256mm x 144mm
   1366x768       60.0*+
   1360x768       59.8     60.0  
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)



$ cat /etc/X11/xorg.conf 
Section "ServerLayout"
    Identifier "Layout0"
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "ConnectedMonitor" "DFP"
EndSection

$ cat /etc/bumblebee/xorg.conf.nvidia 
Section "ServerLayout"
    Identifier "Layout0"
EndSection

Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "NoLogo" "true"
    Option "ConnectedMonitor" "DFP"
EndSection

$ cat /etc/bumblebee/xorg.conf.nouveau 
Section "ServerLayout"
    Identifier     "Layout0"
    Screen         "Screen0"
    Option         "AutoAddDevices" "true"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nouveau"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
EndSection

and finally the biggest config file below:

$cat /etc/bumblebee/bumblebee.conf 
[bumblebeed]
VirtualDisplay=:8
KeepUnusedXServer=true
ServerGroup=bumblebee
TurnCardOffAtExit=false
NoEcoModeOverride=false
Driver=

[optirun]
VGLTransport=proxy
AllowFallbackToIGC=false
PMMethod=none

[driver-nvidia]
KernelDriver=nvidia-current
Module=nvidia
PMMethod=none
LibraryPath=/usr/lib/nvidia-current:/usr/lib32/nvidia-current
XorgModulePath=/usr/lib/nvidia-current/xorg,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

[driver-nouveau]
KernelDriver=nouveau
PMMethod=none
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

Any ideas on setting up the Optimus to output to the HDMI T.V.?

I want to enable my HDMI with my GeForce GT 540M.

© Ask Ubuntu or respective owner

Related posts about nvidia

Related posts about hdmi

  • HDMI Sound Stops Working

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    When not used for a few hours the sound stops working on my HTPC. To get sound to work again I have to unplug the HDMI cable and plug it back in again When this sound "outage" occurs, the HDMI device dissapears from the sound config output devices I see the following in dmesg [78534.010328] HDMI… >>> More

  • DVI+HDMI out, at startup only HDMI is available

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have my computer next to my hdtv. The main screen is connected via DVI while the tv is connected via HDMI. If I start the computer without the HDMI plugged in, everything is ok: I see the login screen and sound is output through analog out. But if the HDMI is plugged in before I start the computer… >>> More

  • EHome IR receiver and Ubuntu 13 - any one have this working?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have a "generic" USB IR receiver I purchased off of Ebay to make my life a little easier with XBMC on my Ubuntu box. I am currently running 13.10 and have never tried nor have any knowledge of IR in Ubuntu. I know of lirc, and I know a lot of it is now included in the kernel. My understanding… >>> More

  • HDMI-HDMI cable length

    as seen on Super User - Search for 'Super User'
    I'd like to connect my PC to an HDTV using an HDMI-HDMI cable. The distance between them is about 8 m; is the length going to be an issue? I'm worried the signal might deteriorate over such a distance. Also, does price have any major impact on the signal quality? I'd like to buy an 8-10 m cable for… >>> More

  • Another sound not working post

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    Tried all the other "sound not working" posts i think, lost count. purge/reinstall alsa and pulse, reboot, add user to audio group, various lines in the alsa config file such as "options snd-hda-intel model=" then tried different options like generic, auto, basic, default, etc. tried pulseaudio -k… >>> More