# How to set the supported 1280x1024p60hz resolution?

**URL:** <https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469>\
**Category:** General\
**Created:** [September 5, 2021, 9:45am UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469 "2021-09-05T09:45:03Z")\
**Posts on this page:** 7\
**Page:** 1

<div class="post-metadata">

**Author:** ![leonyjl](https://avatars.discourse-cdn.com/v4/letter/l/13edae/32.png) [@leonyjl](https://emuelec.discourse.group/u/leonyjl)\
**Post date:** [September 5, 2021, 9:45am UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469/1 "2021-09-05T09:45:03Z")

</div>

How to set the supported 1280x1024p60hz resolution?

---

<div class="post-metadata">

**Author:** ![Langerz82](https://avatars.discourse-cdn.com/v4/letter/l/bc79bd/32.png) [@Langerz82](https://emuelec.discourse.group/u/Langerz82)\
**Post date:** [September 5, 2021, 12:47pm UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469/2 "2021-09-05T12:47:25Z")

</div>

Press START in emulationstation, Select Emulec Settings, Video Mode scroll up past the first entry and 1280x1024 should be there.

---

<div class="post-metadata">

**Author:** ![leonyjl](https://avatars.discourse-cdn.com/v4/letter/l/13edae/32.png) [@leonyjl](https://emuelec.discourse.group/u/leonyjl)\
**Post date:** [September 5, 2021, 4:07pm UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469/3 "2021-09-05T16:07:50Z")

</div>

Thank you, but there is only 1280 \* 720 resolution, not 1280 \* 1024 resolution. Ver4.2 supports it, but I can’t find where to set it

---

<div class="post-metadata">

**Author:** ![Langerz82](https://avatars.discourse-cdn.com/v4/letter/l/bc79bd/32.png) [@Langerz82](https://emuelec.discourse.group/u/Langerz82)\
**Post date:** [September 5, 2021, 8:16pm UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469/4 "2021-09-05T20:16:19Z")

</div>

Hey, you have to go to the very top option and press up again, it’s a bit awkward but thats how I got too it.

---

<div class="post-metadata">

**Author:** ![leonyjl](https://avatars.discourse-cdn.com/v4/letter/l/13edae/32.png) [@leonyjl](https://emuelec.discourse.group/u/leonyjl)\
**Post date:** [September 6, 2021, 9:09am UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469/5 "2021-09-06T09:09:08Z")

</div>

It makes me very confused. Different monitors have the option of 1280 \* 1024 resolution, but my 19 inch monitor doesn’t display this option, which bothers me. The monitor itself supports 1280 \* 1024 resolution

---

<div class="post-metadata">

**Author:** ![Langerz82](https://avatars.discourse-cdn.com/v4/letter/l/bc79bd/32.png) [@Langerz82](https://emuelec.discourse.group/u/Langerz82)\
**Post date:** [September 12, 2021, 8:16pm UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469/6 "2021-09-12T20:16:46Z")

</div>

You also may be able to set a Custom resolution and add the value: “1280x1024p60hz” and see if that works.

---

<div class="post-metadata">

**Author:** ![Langerz82](https://avatars.discourse-cdn.com/v4/letter/l/bc79bd/32.png) [@Langerz82](https://emuelec.discourse.group/u/Langerz82)\
**Post date:** [September 13, 2021, 9:59pm UTC](https://emuelec.discourse.group/t/how-to-set-the-supported-1280x1024p60hz-resolution/469/7 "2021-09-13T21:59:50Z")

</div>

If you compile the latest dev build, SSH in and copy/paste the following command:

```auto
echo "1280x1024p60hz" > /storage/.config/EE_VIDEO_MODE

```

And on startup it will get the value and insert it into the Emuelec settings.  
Or you could insert it directly by doing the following command in ssh:

```auto
set_ee_setting ee_videomode 1280x1024p60hz

```

Both require a reboot to apply the settings.
