LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 02-18-2019, 07:48 PM   #1
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
bananapi pro,display on monitor is 1" too far left


The display on monitor/tv Sanyo DP19649 for my slackwarearm bananapi pro setup is about an inch too far left, right side has like inch black border.

There are no on screen controls for HDMI, there are for VGA.

I tried different HDMI monitor/tv and got same thing.

Would changing this to something else help?
Code:
disp.screen0_output_mode=EDID:1280x720p50
 
Old 02-20-2019, 09:10 AM   #2
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,872

Rep: Reputation: Disabled
Most monitors have an 'auto adjust' button, try that first.
 
Old 02-20-2019, 12:32 PM   #3
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,505
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
that monitor seems to have 1366x768 native resolution, did you try that first?
 
Old 02-20-2019, 07:52 PM   #4
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Original Poster
Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
thank you for replying

Quote:
Originally Posted by SCerovec View Post
that monitor seems to have 1366x768 native resolution, did you try that first?
tried that, still have black borders

and to fatmac
there's is option for 'auto adjust' but can't select it AND under PC settings it has v and h adjustments but it's not moving the display over enough

I'm trying this and that, will report back soon
 
Old 02-21-2019, 04:35 AM   #5
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,505
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
You're welcome

If it uses HDMI (digital) it has to map pixel to pixel.

If it doesn't map pixel to pixel - it has to be a composite signal and can be tuned on either end - driver or converter.

Remains to be seen how.
 
Old 02-21-2019, 12:22 PM   #6
Penthux
Member
 
Registered: Dec 2008
Location: Middlesbrough, UK
Distribution: Slackware
Posts: 264

Rep: Reputation: 74
Been Googling this issue and it seems the Banana Pi doesn't have any 'overscan' function like the Rpi. So I guess you're dependent on the capabilities of your display/monitor. Have you tried different resolutions and refresh rates 50/60Hz etc?

I don't own a Banana Pi, I'm just chucking in suggestions of what I'd do in this situation.
 
Old 02-21-2019, 02:44 PM   #7
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,505
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Reading the driver's source comes to mind. Sometimes the comments are better documentation than the man pages.
 
Old 02-21-2019, 07:42 PM   #8
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Original Poster
Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Thank you for replies.

Quote:
Originally Posted by Penthux View Post
Have you tried different resolutions and refresh rates 50/60Hz etc?
Yes I tried a couple and will be trying more combinations soon.

I tried 640x480 and there were still black borders, like there was no effect.

I'm still digging and will report back soon.
 
Old 02-22-2019, 02:01 AM   #9
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,666

Rep: Reputation: 1366Reputation: 1366Reputation: 1366Reputation: 1366Reputation: 1366Reputation: 1366Reputation: 1366Reputation: 1366Reputation: 1366Reputation: 1366
Quote:
Originally Posted by glorsplitz View Post
Thank you for replies.


Yes I tried a couple and will be trying more combinations soon.

I tried 640x480 and there were still black borders, like there was no effect.

I'm still digging and will report back soon.
My Banana Pi original doesn't do that either on the console nor in X11 - but I have a different monitor to you.
If it's in X11, what driver are you using? I'm using fbturbo. If you didn't try that,
Code:
cp -fa /usr/doc/xf86-video-fbturbo-*/xorg.conf-sample /etc/xorg.conf
You could also try playing with xrandr.

Last edited by drmozes; 02-22-2019 at 02:02 AM.
 
Old 02-22-2019, 09:32 PM   #10
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Original Poster
Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Haven't got to X11 yet drmozes.

Maybe I'm not understanding the install document.
Code:
setenv bootcmd_generic 'debug earlyprintk sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 disp.screen0_output_mode=EDID:1280x720p50 hdmi.audio=EDID:0'
What is "disp.screen0_output_mode=EDID:1280x720p50" part for? the behavior of the OS monitor and not the PL2303 console?

If it's the the behavior of the OS monitor and not the PL2303 console then I'm guessing this monitor is not responding to setting changes.

I tried
Code:
disp.screen0_output_mode=640x480p60
and it looked like there was no change.

So then I tried
Code:
=> printenv bootcmd_generic
bootcmd_generic=debug earlyprintk sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 hdmi.audio=EDID:0
expecting no output but it still looks the same.
 
Old 02-22-2019, 11:46 PM   #11
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Original Poster
Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Just used my hdmi to vga connector to use vga connector on the monitor/tv and it looks ok, no black borders.

Code:
xrandr --verbose
says
Quote:
"Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 1024 x 768"
this is still without "disp.screen0_output_mode" specification.

Found this how-to-reconfigure-video-output.

Maybe I need to do something like
Code:
setenv video-mode sunxi:1280x720-24@60,monitor=hdmi,hpd=0,edid=0
for this monitor/tv. I'm tired and will try later. xfce is up and running!
 
Old 02-23-2019, 04:03 AM   #12
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,505
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
the internal something of the monitor seems most happy with 1024x768 - did you try that yet for the HDMI?
 
Old 02-23-2019, 04:09 PM   #13
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Original Poster
Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
If I use a hdmi to vga adapter and vga cable, 'full' setting under pc on the tv/monitor, nothing is cut off.

Disconnect hdmi to vga adapter and vga cable, connect hdmi cable, switch to hdmi on the tv/monitor, nothing is cut off.

Sort of half solved I guess.
 
Old 02-23-2019, 04:09 PM   #14
glorsplitz
Senior Member
 
Registered: Dec 2002
Distribution: slackware!
Posts: 1,398

Original Poster
Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Quote:
Originally Posted by SCerovec View Post
the internal something of the monitor seems most happy with 1024x768 - did you try that yet for the HDMI?
Yes, didn't work either.
 
Old 02-24-2019, 03:25 AM   #15
SCerovec
Senior Member
 
Registered: Oct 2006
Location: Cp6uja
Distribution: Slackware on x86 and arm
Posts: 2,505
Blog Entries: 2

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
This apparently seems to imply the VGA "primes" the monitor into the proper mode?

And after that the monitor works "as expected" in both?

The horror of firmware quirks

Is there a OEM that can be contacted (highly doubt it)

Some piece of information is needed to make the HDMI confuse the monitor into proper mode directly - if that is possible at all

switching back and forth the VGA/HDMI apparently is not a option (a double HDMI KVM sort of switch - something)?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Ov5640 driver on BananaPi M1 bues Linux - Embedded & Single-board computer 1 09-25-2018 07:56 AM
Computer detecting right-click as left-click, left-click as left-click and middle with 2 fingers pressed as right-click Festerdam Linux - Newbie 5 06-19-2017 05:41 PM
[ LeMaker BananaPi ] USB ports seem to be DOA ricky_cardo Slackware - ARM 24 02-21-2016 06:24 PM
id "2", "3", "4", "5"respawning too fast: disabled for 5 minutes cesarff2000 Linux - Newbie 3 06-27-2012 10:50 PM
Help With Java Problem Please"""""""""""" suemcholan Linux - Newbie 1 04-02-2008 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 07:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration