Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Screen resolution in tv is the same as laptop and not the tv

    Recalbox General
    same laptop
    4
    13
    3469
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jackalpret
      jackalpret Translator last edited by

      Hi ! I'm using recalbox pc 64bits.
      I tested in notebook and works fine.
      But If I turn laptop with lid closed , the grub shows ok in tv resolution, like full hd, but when recalbox starts it shows in lower resolution, in a portion of tv screen.

      Does anybody could fix it ?

      Thanks very much.

      Zing 1 Reply Last reply Reply Quote 0
      • Zing
        Zing Global moderator Translator @jackalpret last edited by

        @jackalpret There is a great topic about this that I always recommend reading:
        https://forum.recalbox.com/topic/14398/menu-and-kodi-is-not-full-screen-on-old-netbook/4

        Read too:
        https://github.com/recalbox/recalbox-os/wiki/Change-display-resolution-on-x86---x86_64

        Se a minha resposta foi útil, por favor, dê um voto positivo, clicando na seta para cima logo abaixo da resposta, ao lado de "citar".
        If my answer was helpful, please give a positive feedback by clicking the up arrow below the answer, next to "quote".

        jackalpret 2 Replies Last reply Reply Quote 1
        • jackalpret
          jackalpret Translator @Zing last edited by

          @zing amazing !!! I will read both now 🙂

          1 Reply Last reply Reply Quote 1
          • jackalpret
            jackalpret Translator @Zing last edited by

            @zing said in Screen resolution in tv is the same as laptop and not the tv:

            @jackalpret There is a great topic about this that I always recommend reading:
            https://forum.recalbox.com/topic/14398/menu-and-kodi-is-not-full-screen-on-old-netbook/4

            Read too:
            https://github.com/recalbox/recalbox-os/wiki/Change-display-resolution-on-x86---x86_64

            Hi again.

            Xrandr responds ‘ Cant open displays’

            😞

            Zing 1 Reply Last reply Reply Quote 0
            • Zing
              Zing Global moderator Translator @jackalpret last edited by Zing

              @jackalpret read this:
              https://forum.recalbox.com/topic/15407/tv-resolution-problem
              And this:
              https://forum.recalbox.com/topic/14772/output-to-an-external-tv-via-hdmi-or-vga-doesn-t-appear-to-be-working-with-recalbox-installed-on-pc

              Se a minha resposta foi útil, por favor, dê um voto positivo, clicando na seta para cima logo abaixo da resposta, ao lado de "citar".
              If my answer was helpful, please give a positive feedback by clicking the up arrow below the answer, next to "quote".

              jackalpret 1 Reply Last reply Reply Quote 0
              • jackalpret
                jackalpret Translator @Zing last edited by

                @zing nothing works.
                All commands with xrandr responds cant load display.
                Xorg or x -configure create xorg.conf.new and i copied to /etc/X11 (without .new). But it continuous as same. Cant open displays... i rebooted also.

                Zing 1 Reply Last reply Reply Quote 0
                • Zing
                  Zing Global moderator Translator @jackalpret last edited by

                  @jackalpret said in Screen resolution in tv is the same as laptop and not the tv:

                  create xorg.conf.new and i copied to /etc/X11 (without .new).

                  Did you stop Emulationstation before trying the commands?
                  Have you tried: "DISPLAY =: 0.0 xrandr"?
                  What is the result of the "Xorg: 1 -configure" command?
                  Have you tried editing the xorg file manually?

                  I need to make it clear that I am not an expert on this, I am trying to help within what I researched about it.

                  Se a minha resposta foi útil, por favor, dê um voto positivo, clicando na seta para cima logo abaixo da resposta, ao lado de "citar".
                  If my answer was helpful, please give a positive feedback by clicking the up arrow below the answer, next to "quote".

                  1 Reply Last reply Reply Quote 0
                  • jackalpret
                    jackalpret Translator last edited by jackalpret

                    Here are the results:

                    recalbox pc v4.8 and v6.0 are the same, only different in Xorg -configure
                    Xorg -configure doesnt work in v4.8:
                    https://imgur.com/mB6Pd0A
                    Xorg -configure creates .new in v6.0:
                    https://imgur.com/0MMZ6e1

                    All the other commands in both versions that I have are the same:

                    https://imgur.com/DQpY3Z4

                    https://imgur.com/lu01IpM

                    https://imgur.com/nbl7S96

                    https://imgur.com/XhaYNgH

                    Any idea ? 😞
                    I'm very sad 😕

                    Zing 1 Reply Last reply Reply Quote 0
                    • Zing
                      Zing Global moderator Translator @jackalpret last edited by

                      @jackalpret Well, I don't understand enough to identify where the error is, so I need to check from the beginning:
                      at the link:
                      https://github.com/recalbox/recalbox-os/wiki/Change-display-resolution-on-x86---x86_64
                      The initial statement says:

                      Xrandr can be used to set the size, orientation or reflection of the outputs for a screen. A common use scenario would be to use a specific resolution less than the displays maximum resolution. For example a 1080p resolution on a 4K display, or a 720p resolution on a 1080p display.

                      • ssh into your recalbox: root terminal access

                      Once connected perform the following:

                      cp /etc/X11/xinit/xinitrc ~/.xinitrc

                      This will copy ~/.xinitrc to /recalbox/share/system (/recalbox/share/system/.xinitrc). This will be the file that we will edit.
                      From here you can edit the file with vi/nano from ssh with your existing connection, or use winscp/filezilla to edit /recalbox/share/system/.xinitrc
                      add this to /recalbox/share/system/.xinitrc (1080p as an example)

                      xrandr -s 1920x1080

                      Did you do this initial procedure?
                      Have you tried adding your configuration manually to the .xinitrc file?

                      Sorry not to be more precise, I am not a developer, I'm just trying to help.

                      Se a minha resposta foi útil, por favor, dê um voto positivo, clicando na seta para cima logo abaixo da resposta, ao lado de "citar".
                      If my answer was helpful, please give a positive feedback by clicking the up arrow below the answer, next to "quote".

                      jackalpret Zing 2 Replies Last reply Reply Quote 0
                      • jackalpret
                        jackalpret Translator @Zing last edited by

                        @zing Hi! thanks for all your answers.

                        I don't know what is happening.

                        xrandr -s 1920x1080 for example doesnt work :
                        Can't open display

                        I know that batocera is another thing, but in batocera, in menu I can choose my display (for example auto, vga, etc), and If i select vga it works fine .... but i like more recalbox over batocera.

                        strodown 1 Reply Last reply Reply Quote 0
                        • Zing
                          Zing Global moderator Translator @Zing last edited by

                          @jackalpret Sorry, but it was not clear if you answered what I asked:

                          cp /etc/X11/xinit/xinitrc ~/.xinitrc

                          Did you do this initial procedure?
                          Have you tried adding your configuration manually to the .xinitrc file?

                          It's really no use comparing Batocera with Recalbox, they are different systems, and different teams.
                          What you can do is contact the developers and request these features ...

                          Se a minha resposta foi útil, por favor, dê um voto positivo, clicando na seta para cima logo abaixo da resposta, ao lado de "citar".
                          If my answer was helpful, please give a positive feedback by clicking the up arrow below the answer, next to "quote".

                          1 Reply Last reply Reply Quote 0
                          • strodown
                            strodown @jackalpret last edited by

                            @jackalpret hi to do this you can follow this tutorial: Change display resolution on x86 x86_64
                            I am currently testing to fix this problem and make it automatic if you want to give you the trouble to test the automated method do not hesitate to let me know about the discord thank you.

                            Recalbox X86_64 :
                            Dell Optiplex 390 , Intel Core I5 , 8Gb Ram, Nvidia GetForce Gt 1030 Low Profile
                            X-Arcade
                            Lightgun Mayflash Dolphin-bar

                            1 Reply Last reply Reply Quote 1
                            • MarkRiver
                              MarkRiver last edited by

                              I was able to do it! My steps:

                              1. ssh on my recalbox
                              2. cp /etc/X11/xinit/xinitrc ~/.xinitrc
                              3. add this to /recalbox/share/system/.xinitrc
                                xrandr -s 1920x1080
                              4. uncomment the following line and put my laptop screen :
                                xrandr --output eDP1 --off
                              5. reboot!
                              1 Reply Last reply Reply Quote 1
                              • First post
                                Last post

                              Want to support us ?

                              66
                              Online

                              98.6k
                              Users

                              28.1k
                              Topics

                              187.0k
                              Posts

                              Copyright © 2021 recalbox.com