Connecting Mageia Laptop to TV using HDMI ?

Connecting Mageia Laptop to TV using HDMI ?

Postby vincentm77 » Oct 26th, '15, 15:11

Hi everyone,

i tried to connect my laptop (Lenovo B5400,Mageia5) to my TV (Panasonic Viera) using a HDMI cable.

it works, I can basically mirror the screen of my laptop on the TV. However, the resolution is wrong (on the TV), and i can't find a way to get it right.

I have tried changing the reolution using the KDE "System Settings/Display and Monitor" tool but the proposed resolutions are still not ok.

Any advice ?

Thanks
Vincent
vincentm77
 
Posts: 59
Joined: Sep 5th, '13, 16:56

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby doktor5000 » Oct 27th, '15, 10:54

What resolution is displayed on the TV, and what should it be? Please show the output as normal user of
Code: Select all
grep -i driver /var/log/Xorg.0.log
lspcidrake -v | grep VGA
xrandr -q
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby vincentm77 » Oct 27th, '15, 22:53

Thanks Dok for trying to help.

the resolution on TV is 1920x1080, the resolution on my laptop screen is 1366x768

Note that I go from one screen (e.g. TV) to the other screen (laptop) by moving the mouse cursor to the other side of the screen...
so it looks like my desktop is divided between TV screen and laptop screen...

Code: Select all
[vincent@localhost ~]$ grep -i driver /var/log/Xorg.0.log
[    28.047]    X.Org Video Driver: 18.0
[    28.047]    X.Org XInput driver : 21.0
[    28.558] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[    28.565]    ABI class: X.Org Video Driver, version 18.0
[    28.689] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[    28.763]    Module class: X.Org Video Driver
[    28.763]    ABI class: X.Org Video Driver, version 18.0
[    28.763] (II) v4l driver for Video4Linux
[    28.763] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
[    28.763] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    28.763] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    28.763] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[    28.764] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150327
[    28.979] (II) intel(0): [DRI2]   DRI driver: i965
[    28.979] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    29.908]    Module class: X.Org XInput Driver
[    29.908]    ABI class: X.Org XInput driver, version 21.0
[    29.908] (II) Using input driver 'evdev' for 'Power Button'
[    29.955] (II) Using input driver 'evdev' for 'Video Bus'
[    29.955] (II) Using input driver 'evdev' for 'Video Bus'
[    29.956] (II) Using input driver 'evdev' for 'Power Button'
[    29.956] (II) No input driver specified, ignoring this device.
[    29.956] (II) Using input driver 'evdev' for 'Sleep Button'
[    29.957] (II) No input driver specified, ignoring this device.
[    29.957] (II) No input driver specified, ignoring this device.
[    29.957] (II) No input driver specified, ignoring this device.
[    29.957] (II) No input driver specified, ignoring this device.
[    29.957] (II) No input driver specified, ignoring this device.
[    29.957] (II) No input driver specified, ignoring this device.
[    29.957] (II) Using input driver 'evdev' for 'Integrated Camera'
[    29.958] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    29.997]    Module class: X.Org XInput Driver
[    29.997]    ABI class: X.Org XInput driver, version 21.0
[    29.997] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    30.036] (II) No input driver specified, ignoring this device.
[    30.036] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'


Code: Select all
[vincent@localhost ~]$ lspcidrake -v | grep VGA
Card:Intel 810 and later: Intel Corporation|4th Gen Core Processor Integrated Graphics Controller [DISPLAY_VGA] (vendor:8086 device:0416 subv:17aa subd:503f) (rev: 06)


Code: Select all
[vincent@localhost ~]$ xrandr -q
Screen 0: minimum 8 x 8, current 3286 x 1080, maximum 32767 x 32767
eDP1 connected 1366x768+1920+240 (normal left inverted right x axis y axis) 344mm x 194mm
   1366x768      60.00*+
   1024x768      60.00 
   800x600       60.32    56.25 
   768x576       99.99    79.37 
   640x480       59.94 
   680x384       60.00 
DP1 disconnected (normal left inverted right x axis y axis)
HDMI1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 698mm x 392mm
   1920x1080     50.00 +  60.00*   59.94    24.00    23.98 
   1920x1080i    60.00    50.00    59.94 
   1280x720      60.00    50.00    59.94 
   720x576       50.00 
   720x576i      50.00 
   720x480       60.00    59.94 
   720x480i      60.00    59.94 
   640x480       60.00    59.94 
VGA1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
vincentm77
 
Posts: 59
Joined: Sep 5th, '13, 16:56

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby vincentm77 » Oct 27th, '15, 23:00

See here a snapshot of my desktop: on the left, the TV-screen, on the right the screen of my laptop

snapshot1.png
snashot of desktop
snapshot1.png (1.74 MiB) Viewed 3345 times
vincentm77
 
Posts: 59
Joined: Sep 5th, '13, 16:56

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby lula » Oct 28th, '15, 09:25

Looks OK for me, according to xrandr you get native resolutions on both screens, what do you want to achieve? I've got a laptop with the the same resolution on a Samsung TV and it looks exactly the same.
lula
 
Posts: 12
Joined: Feb 10th, '12, 21:32

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby vincentm77 » Oct 28th, '15, 09:56

Thanks Lula for your answer.
I want to achieve that I see a normal desktop on the TV screen, including taskbar and all the icons I normally have on my desktop.

Right now, if I try to watch a movie (played on the laptop) on the TV screen, the video will be cut right, left, top, bottom, because te resolution doesn t seem to be correct.
vincentm77
 
Posts: 59
Joined: Sep 5th, '13, 16:56

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby doktor5000 » Oct 28th, '15, 10:03

That sounds strange, as the TV resolution is much bigger, so how can the movie be cropped there?

Maybe what you want is a cloned screen, so you see the same on the laptop display and TV screen.
In the window on the right (called kscreen) simply drag the laptop display on top of the TV screen, and try that way.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby lula » Oct 28th, '15, 11:55

Another thing you can try is to define the TV as primary display or switch the laptop display off, eg. (all as user) :

Code: Select all
xrandr --output HDMI1 --mode 1920x1080 --primary --output eDP1 --mode 1366x768 --right-of HDMI1
# or
xrandr --output HDMI1 --mode 1920x1080 --primary --output eDP1 --off

xrandr --help shows all options, you can play with them and see if one setup fits your needs, don't know if the graphical UI gives you all the options
lula
 
Posts: 12
Joined: Feb 10th, '12, 21:32

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby isadora » Oct 28th, '15, 12:07

Me struggling around, getting the MSI-laptop connected to the Sony Bravia, just experienced switching cables, made all the difference.
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2744
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby doktor5000 » Oct 28th, '15, 12:23

lula wrote:Another thing you can try is to define the TV as primary display or switch the laptop display off, eg. (all as user) :

kscreen allows most of the xrandr actions, e.g enabling/disabling a display or changing resolutions. And positions are changed via drag&drop :)
Sadly there's not much "documentation" - but it's very inituitive. See also the videos at http://afiestas.org/kscreen-1-0-released/
It works pretty well on laptops where you have a key to switch display, that key will cycle through the modes.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby vincentm77 » Oct 29th, '15, 23:26

doktor5000 wrote:Maybe what you want is a cloned screen, so you see the same on the laptop display and TV screen.


Yes a cloned screen is exactly what I want !

doktor5000 wrote:In the window on the right (called kscreen) simply drag the laptop display on top of the TV screen, and try that way.


Unfortunately, that didn t help.
vincentm77
 
Posts: 59
Joined: Sep 5th, '13, 16:56

Re: Connecting Mageia Laptop to TV using HDMI ?

Postby doktor5000 » Oct 29th, '15, 23:29

vincentm77 wrote:Unfortunately, that didn t help.

Please be a little more verbose.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17659
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Video

Who is online

Users browsing this forum: No registered users and 1 guest

cron