hp pavilion dv7 hdmi not working

i have a hp pavilion dv7 i can not get the hdmi to work. 13.1 it works with windows.

That doesn’t tell us much at all. Which graphics chipset do you have? If ATI/AMD or Nvidia, are you using proprietary drivers, or the default open source drivers?

/sbin/lspci -nnk |grep VGA -A3
xrandr

Another thought: Does your laptop have hybrid graphics?
The requested ‘lspci’ output and the following will help us confirm

xrandr --listproviders

Additional steps may then be needed to get the hybrid graphics working as expected, (including the HDMI output which is normally-connected to the discrete graphics device).

/sbin/lspci -nnk |grep VGA -a3
00:01.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express x16 Root Port [8086:0045] (rev 02)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 02)
Subsystem: Hewlett-Packard Company Device [103c:144b]
Kernel driver in use: i915
Kernel modules: i915

    Subsystem: Hewlett-Packard Company Device [103c:144b]                                                                                                                                                                    
    Kernel driver in use: intel ips
    Kernel modules: intel_ips

01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] [1002:68e0]
Subsystem: Hewlett-Packard Company Device [103c:144b]
Kernel driver in use: radeon
Kernel modules: radeon

xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x9b cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 3 outputs: 3 associated providers: 0 name:Intel
Provider 1: id: 0x56 cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 4 outputs: 3 associated providers: 0 name:radeon

Your output shows that you are indeed using hybrid graphics. Since you are using the open source radeon driver, I believe you can use vgaswitcheroo to switch between the Intel and AMD card.

http://software.opensuse.org/package/vgaswitcheroo_systemd?search_term=vgaswitcheroo_systemd

I’m not aware of any good openSUSE documentation on the subject, but here’s are Linux Mint and Ubuntu guides that may be useful to you
http://forums.linuxmint.com/viewtopic.php?f=49&t=139413
https://help.ubuntu.com/community/HybridGraphics

I know little about hybrid graphics (and would actively avoid it if purchasing a new laptop), but I believe that if the proprietary driver is installed, it now supports switching via its own ‘control centre’ utility. However, this may depend on the particular hardware involved.

Hopefully, others more familiar with your hardware can advise further from here.