You are not logged in.

#1 2012-06-03 20:07:14

silmaa
Member
Registered: 2012-01-29
Posts: 6

Connecting a TV on HDMI output

Hi,

I'd like to watch movies on my TV through the HDMI output. I tried :

$ xrandr --output HDMI --mode 1920x1080
warning: output HDMI not found; ignoring
xrandr --output HDMI1 --mode 1920x1080
warning: output HDMI1 not found; ignoring

My cards are :

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)

I though the problem was that my nvidia card (which has the HDMI output) was not used as I installed bumblebee (with the nvidia driver) and bbswitch, which cut the card. But even if I do "optirun xrandr [blabla]" it does not work.

Thanks

Offline

#2 2012-06-03 20:33:14

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: Connecting a TV on HDMI output

What is the output of xrandr (with no arguments)?

Offline

#3 2012-06-03 20:59:45

silmaa
Member
Registered: 2012-01-29
Posts: 6

Re: Connecting a TV on HDMI output

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) 344mm x 193mm
   1366x768       60.0*+
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)

Offline

#4 2012-06-03 21:18:53

/dev/zero
Member
From: Melbourne, Australia
Registered: 2011-10-20
Posts: 1,247

Re: Connecting a TV on HDMI output

I don't see any mention of HDMI in your xrandr output. It needs to be there. I suppose it's a problem with your nvidia drivers, but I'm not sure as I don't use nvidia. For comparison, consider my own outputs:

$ lspci -nnmvk | awk '/VGA/,/Driver/'
Class:	VGA compatible controller [0300]
Vendor:	Intel Corporation [8086]
Device:	2nd Generation Core Processor Family Integrated Graphics Controller [0116]
SVendor:	Acer Incorporated [ALI] [1025]
SDevice:	Device [0504]
Rev:	09
Driver:	i915
$ xrandr 
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) 344mm x 193mm
   1366x768       60.0*+
   1024x768       60.0  
   800x600        60.3     56.2  
   640x480        59.9  
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)

And when I want to switch to hdmi:

xrandr --output HDMI1 --auto

Offline

#5 2012-06-03 21:22:36

silmaa
Member
Registered: 2012-01-29
Posts: 6

Re: Connecting a TV on HDMI output

Ok... So I guess I have a problem with my nvidia driver or bumblebee. I'll have a look to the wiki again I may have missed something (but tomorrow, it's time to sleep now !).

Thanks a lot for your help smile

Offline

#6 2012-06-04 07:19:31

alex_anthony
Member
From: UK
Registered: 2007-09-25
Posts: 344

Re: Connecting a TV on HDMI output

You've got an Optimus setup. The HDMI is connected to the nvidia card, which makes it a bit of a hassle.

Did you read https://wiki.archlinux.org/index.php/Bu … e_monitors ?

Offline

#7 2012-06-04 12:09:34

silmaa
Member
Registered: 2012-01-29
Posts: 6

Re: Connecting a TV on HDMI output

Yes I read it. But I don't understand it well enough to adapt it myself to my case...

#this is for my main screen (my laptop screen)
Section "Screen"
    Identifier     "Screen0" # I guess this is okay
    Device         "I_DONT_KNOW"
    Monitor        "Monitor0" # I guess this is okay
    DefaultDepth    24 # I guess this, and the following is okay
    Option         "TwinView" "0" 
    SubSection "Display"
        Depth          24
        Modes          "1980x1080_60.00" 
    EndSubSection
EndSection


#this is for my tv
Section "Screen"
    Identifier     "Screen1" # can I call it "TV" ?
    Device         "I_DONT_KNOW"
    Monitor        "Monitor1"
    DefaultDepth   24 # is this ok for a TV ?
    Option         "TwinView" "0"
    SubSection "Display"
        Depth          24
        Modes          "1980x1080_60.00" # I guess I should change this because my tv is quite large, but how to know what its resolution is ?
    EndSubSection
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    Option         "Enable" "true"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    Option         "Enable" "true"
EndSection

Section "Device"
    Identifier     "I_DONT_KNOW"
    Driver         "intel"
# I guess I can keep the following options
    Option         "XvMC" "true" 
    Option         "UseEvents" "true"
    Option         "AccelMethod" "UXA"
    BusID          "PCI:0:2:0" # OK
EndSection

Section "Device"
    Identifier     "I_DONT_KNOW"
    Driver         "nvidia" # or bumblebee ?
# should I keep these options for a TV ?
    Option         "XvMC" "true"
    Option         "UseEvents" "true"
    Option         "AccelMethod" "UXA"
    BusID          "PCI:1:0:0"
EndSection

Offline

#8 2012-06-05 08:58:03

silmaa
Member
Registered: 2012-01-29
Posts: 6

Re: Connecting a TV on HDMI output

Up, I'd really appreciate some help to adapt this file (or even just a link to some good doc).

Offline

#9 2012-12-14 18:15:05

quiro91
Member
Registered: 2012-06-13
Posts: 29

Re: Connecting a TV on HDMI output

up. Same problem here

Offline

#10 2013-10-09 15:18:54

silenceleaf
Member
Registered: 2013-03-16
Posts: 38

Re: Connecting a TV on HDMI output

I have the same problem, I dont't know the HDMI port is connected to my intel video card or nvidia card.

Offline

Board footer

Powered by FluxBB