WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: video/screen resolution adjustment  (Read 2760 times)

Offline FerociousRPi

  • Newbie
  • *
  • Posts: 8
video/screen resolution adjustment
« on: August 22, 2018, 10:04:45 AM »
Hello all,

I'm trying to adjust the video/screen resolution on my PiCore (RPiZ W). I searched several posts but could not locate any of the files listed below.

xsetup.sh
/etc/xorg.conf
/etc/X11/xorg.conf
lxrandr.tcz

Also to my understanding the Xorg doesn't seem to be the default installed. Thanks in advance.

Offline polikuo

  • Hero Member
  • *****
  • Posts: 714
Re: video/screen resolution adjustment
« Reply #1 on: August 24, 2018, 01:22:48 AM »
Have you tried uncommenting the disable_overscan thing in your config.txt ?

Offline FerociousRPi

  • Newbie
  • *
  • Posts: 8
Re: video/screen resolution adjustment
« Reply #2 on: August 24, 2018, 08:34:27 AM »
Thanks but had to do some digging to find where the config.txt is located.

http://forum.tinycorelinux.net/index.php?topic=18594.0

According to this post I have "black borders around the screen" which is a underscan issue. Will give it a shot. Thanks!

Offline FerociousRPi

  • Newbie
  • *
  • Posts: 8
Re: video/screen resolution adjustment
« Reply #3 on: August 24, 2018, 11:28:17 AM »
Thank polikuo, between you the the post I linked I was able to 'Mount /dev/mmcblk0p1' partition (which I could have done via the UI Bar) and made the changes with MC to '/mnt/mmcblk0p1/config.txt'. Uncommented 'disable_overscan=1' and that worked, got rid of the black bars.  Also adjust the resolution so things look larger by uncommenting:

framebuffer_width=1280
framebuffer_hight=720

 :)