Remix OS External Display Resolution (Laptop) - Remix OS for PC

Hi Guys!
I'm using Remix OS on my dell...
And i want to use it on my external monitor, using HDMI.
But my laptop has a resolution of 1366x728. and the monitor is 1080p.
Remix OS just uses the center of the screen and i can't enlarge it =(
Anyone know of an way to do that?
Thanks!

Try to root Remix OS and install an app for changer the resolution.
Soirry for my bad english

aliberti98 said:
Try to root Remix OS and install an app for changer the resolution.
Soirry for my bad english
Click to expand...
Click to collapse
I am having the same problem, my laptop has a resolution of 1366x768. and the Dell monitor is 1920x1080 and HDMI output to Dell Monitor is Centered on the SCREEN, and not converted to full screen (like square box inside square box). I already rooted the Remix OS for PC and tried multiple solutions (even purchased some apps to change resolution) from playstore, but non of them work. The resoltuion changing apps only changing the resoltuion, say 720p to 1080p, but non of solution able to make HDMI output to full screen on monitor.
I have attached the screen how it looks like on LCD monitor from HDMI output.
Any solution ?
Thanks

techbissu said:
I am having the same problem, my laptop has a resolution of 1366x768. and the Dell monitor is 1920x1080 and HDMI output to Dell Monitor is Centered on the SCREEN, and not converted to full screen (like square box inside square box). I already rooted the Remix OS for PC and tried multiple solutions (even purchased some apps to change resolution) from playstore, but non of them work. The resoltuion changing apps only changing the resoltuion, say 720p to 1080p, but non of solution able to make HDMI output to full screen on monitor.
I have attached the screen how it looks like on LCD monitor from HDMI output.
Any solution ?
Thanks
Click to expand...
Click to collapse
Here is another image how it looks like when my Laptop is connector to 21" Dell Monitor. My Laptop display resolution is 1366x768, whereas my LCD monitor resolution is 1920x1080. Is there anyway to make Dell Monitor display FULL-SCREEN ?

how can i enable the external display in my netbook with remix os?
Thanks

You can use some apps like screen resolution changer pro on playstore for free. But careful change the HDMI not the device resolution and enter the resolution

i have a laptop with a broken screen,but i used it with an external monitor. but now with remix installed , the external screen
does not work. how do i enable the screen again? i only have vga output.

Terrandroid said:
i have a laptop with a broken screen,but i used it with an external monitor. but now with remix installed , the external screen
does not work. how do i enable the screen again? i only have vga output.
Click to expand...
Click to collapse
hi you must edit this line en menu.list from folder remixOS
DATA= CREATE_DATA_IMG=1 video=LVDS-1:d
initrd /RemixOS/initrd.img
just add : video=LVDS-1:d , and the native display will be of , and remix os show on secondary display , for now im working to change resolution xd
---------- Post added at 03:36 PM ---------- Previous post was at 03:30 PM ----------
killerbomb said:
how can i enable the external display in my netbook with remix os?
Thanks
Click to expand...
Click to collapse
do the edit menu.list two post after this

pablojet said:
hi you must edit this line en menu.list from folder remixOS
DATA= CREATE_DATA_IMG=1 video=LVDS-1:d
initrd /RemixOS/initrd.img
just add : video=LVDS-1:d , and the native display will be of , and remix os show on secondary display , for now im working to change resolution xd
---------- Post added at 03:36 PM ---------- Previous post was at 03:30 PM ----------
do the edit menu.list two post after this
Click to expand...
Click to collapse
Thanks you very much, it is working!

Paplojet
PlZ give me tutorial I'dont Know

tried editing the menu.lst on the most recent version but it is not working full screen on a full hd tv. Is there any way to do this on the latest version? Please help!

I can't get VGA working at all on mine. Not sure about the HDMI port. I have both. Could that be it? It has a black screen with "-" or "_" at the top. Weird.
Sent from my Moto X using Tapatalk
-I am NOT responsible for any damages that may occur-

pablojet said:
hi you must edit this line en menu.list from folder remixOS
DATA= CREATE_DATA_IMG=1 video=LVDS-1:d
initrd /RemixOS/initrd.img
just add : video=LVDS-1:d , and the native display will be of , and remix os show on secondary display , for now im working to change resolution xd
---------- Post added at 03:36 PM ---------- Previous post was at 03:30 PM ----------
do the edit menu.list two post after this
Click to expand...
Click to collapse
How di i do the edit thing? My tv res is higher than my laptop using VGA so it doesnt fill to full screen on TV

Remix OS External display
pablojet said:
hi you must edit this line en menu.list from folder remixOS
DATA= CREATE_DATA_IMG=1 video=LVDS-1:d
initrd /RemixOS/initrd.img
just add : video=LVDS-1:d , and the native display will be of , and remix os show on secondary display , for now im working to change resolution xd
---------- Post added at 03:36 PM ---------- Previous post was at 03:30 PM ----------
do the edit menu.list two post after this
Click to expand...
Click to collapse
There is no menu.lst and no grub folder in mine.

Related

Too High Screen Resolution . Please suggest a fix.

Does anyone know how to change screen resolution in Remix OS for PC.
There is no option in Display Settings either.
And Hotkeys [shift+Alt+Ctrl+F5/F6/F7/F8] aren't working either.
It'll be almost unusable at 1920x1080 (the current resolution)
I've a 21-inch monitor display
Here's a screenshot
http://i.imgur.com/yl4sbix.png
It'll be down to your hardware but you could try putting a command on the kernel line @ boot time to alter it to 1280x800 or whatever native res you have.
Thnx I put command DPI=232 when booting. All is fine now.
BTW.
I used this DPI calculator to calculate it for 1024x768 resosution . 22-inches Monitor
https://www.sven.de/dpi/
Horizontal resolution: 1024 pixels
Vertical resolution: 768 pixels
Diagonal: 22 inches
It gave me DPI = 232 and that's what I'm using !
Screenshot : http://i.imgur.com/hyFcUfz.png
How to set resolution and dpi on remix os??
Add the command DPI=XYZ in your Grub entry, at the end of kernel line
Or by pressing Tab when booting between Resident or Guest modes
Use the DPI calculator to calculate DPI for your screen res and monitor size (in diagonal)
The command UVESA_MODE=XYZxABC .. doesn't work for some reason
The easiest way I have found to change DPI without root is by adding it in the Grub settings. For instance, on my SP3, I am using a DPI of 200. Look below for more:
Code:
menuentry 'RemixOS-x86' --class android {
search --file --no-floppy --set=root /RemixOS/system.img
linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive DPI=210 quiet DATA=/RemixOS
initrd /RemixOS/initrd.img
}
electrikjesus said:
The easiest way I have found to change DPI without root is by adding it in the Grub settings. For instance, on my SP3, I am using a DPI of 200. Look below for more:
Code:
menuentry 'RemixOS-x86' --class android {
search --file --no-floppy --set=root /RemixOS/system.img
linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive DPI=210 quiet DATA=/RemixOS
initrd /RemixOS/initrd.img
}
Click to expand...
Click to collapse
I also have a sp3 and am dual booting win10 with remixos...but with remix os everything is super small. I have no idea how to edit the Grub file. If you can assist me in this it will be appreciated.
Hi there
So I've been looking for a way to change the resolution ever since I installed the OS on my PC
Because In my case everything on the screen looked uncomfortably TOO big ...
First of all I have a 21" Samsung LCD screen with resolution of 1600×900
Also my specs are processor: Intel Pentium E5700 3.00KHZ 2Mb Cache. ..... GPU Nvidia geforce GT520 1GB DDR3 ... 4 GB of DDR3 RAM. .... And 20 GBs available storage for remix OS ........ Also I'm dual booting the OS with Windows 10 pro X64
I tried the DPI calculator and inserted the right info ... And it told me that the suitable DPI for my screen is 188.44 .... I sat everything up correctly as mentioned ... After the boot I noticed that everything on the screen became even bigger !!??
I got back to the boot grub and sat the DPI to 140 and booted it up ... Every thing looked nice again and well-sized but the edges of the objects on screen are not as smooth as they should look ...
Also ... ever since I installed the OS I noticed that my screen is stuck to the 1024×768 resolution and I can't change it at all .... Once it changed to the 800×600 resolution when I sat the DPI value to 240 and that's it !!
Any one knows how I can make it work on my native screen resolution?!
(Note: I don't have any screen resolution issues when I boot the PC on win 10 )
21" 1600x900 has a dpi of 88;1920x1080 has 105 so the best setting would be 120 for both.
the default for Remix is 160 for example 13.3" 1920x1080 that has 165 or 27" 4k has 163
the SP3 are tricky because its 216 is close to old tvdpi(not supported) so if they use 160 its too small and 240 might be too big(probably recommended setting)
Need Help
Can any one give me resulation fixer video.my monitor Dell 21.5 inch resulation 1920*1080....plz help me to give a tutorial video
you can change the resolution with lcd density changer on aptoide lite make sure you are rooted and have usb debugging enabled only issue is that it wont save the settings
joeylikesubuntu said:
you can change the resolution with lcd density changer on aptoide lite make sure you are rooted and have usb debugging enabled only issue is that it wont save the settings
Click to expand...
Click to collapse
We don't know when this will happen, but Android N will make this native.
And with more API's becoming native, Remix OS will become stable even faster.
thank you but it would be more awesome if we could replace windows and ubuntu linux entirely with remix os and someone should compile an exclusive wine version for remix os so we can have all the greatness that android has to offer
---------- Post added at 06:12 PM ---------- Previous post was at 06:08 PM ----------
moriel5 said:
We don't know when this will happen, but Android N will make this native.
And with more API's becoming native, Remix OS will become stable even faster.
Click to expand...
Click to collapse
but that info is good to know
Try Resulution changer from Playstore only Root
Gesendet von meinem 80HE mit Tapatalk
---------- Post added at 11:53 AM ---------- Previous post was at 11:46 AM ----------
inventman said:
Try Resolution changer from Playstore only Root
Gesendet von meinem 80HE mit Tapatalk
Click to expand...
Click to collapse
gesendet mit Lenovo Yoga 3 pro 1370
Isak-A said:
Does anyone know how to change screen resolution in Remix OS for PC.
There is no option in Display Settings either.
And Hotkeys [shift+Alt+Ctrl+F5/F6/F7/F8] aren't working either.
It'll be almost unusable at 1920x1080 (the current resolution)
I've a 21-inch monitor display
Here's a screenshot
http://i.imgur.com/yl4sbix.png
Click to expand...
Click to collapse
if your resolution is too high, why dont u just increase the text size??? like u normally do in windows 10 ??
for example, my laptop displays 3200 x 1800 resolution (native) on a 14" screen... its set at 200% text size on windows at the same resolution
similarly, when i installed remix on my laptop, the resolution is by default set at native 3200x1800 pixels and the text was extremely tiny.
so i went to experimental option under settings and changed the font size to 2.0x (double the original value).
confirm+reboot and it was sorted.
its always best to run at native resolution. lowering will make everything blurry. best to just adjust text display size.
joeylikesubuntu said:
thank you but it would be more awesome if we could replace windows and ubuntu linux entirely with remix os and someone should compile an exclusive wine version for remix os so we can have all the greatness that android has to offer
---------- Post added at 06:12 PM ---------- Previous post was at 06:08 PM ----------
but that info is good to know
Click to expand...
Click to collapse
i found an app that saves the resolution settings its called le dpi changer its on playstore and aptoide :victory:
Amr Flame said:
Hi there
So I've been looking for a way to change the resolution ever since I installed the OS on my PC
Because In my case everything on the screen looked uncomfortably TOO big ...
First of all I have a 21" Samsung LCD screen with resolution of 1600×900
Also my specs are processor: Intel Pentium E5700 3.00KHZ 2Mb Cache. ..... GPU Nvidia geforce GT520 1GB DDR3 ... 4 GB of DDR3 RAM. .... And 20 GBs available storage for remix OS ........ Also I'm dual booting the OS with Windows 10 pro X64
I tried the DPI calculator and inserted the right info ... And it told me that the suitable DPI for my screen is 188.44 .... I sat everything up correctly as mentioned ... After the boot I noticed that everything on the screen became even bigger !!??
I got back to the boot grub and sat the DPI to 140 and booted it up ... Every thing looked nice again and well-sized but the edges of the objects on screen are not as smooth as they should look ...
Also ... ever since I installed the OS I noticed that my screen is stuck to the 1024×768 resolution and I can't change it at all .... Once it changed to the 800×600 resolution when I sat the DPI value to 240 and that's it !!
Any one knows how I can make it work on my native screen resolution?!
(Note: I don't have any screen resolution issues when I boot the PC on win 10 )
Click to expand...
Click to collapse
Did you find a solution ? I'm on the same case and Idk what to, I've tried everything D':
---------- Post added at 03:11 AM ---------- Previous post was at 03:06 AM ----------
joeylikesubuntu said:
i found an app that saves the resolution settings its called le dpi changer its on playstore and aptoide :victory:
Click to expand...
Click to collapse
It doesn't work
Setting screen resolution within the "Debug Terminal Console"
Did you try the method described here? For me that worked in order to adjust the resolution for a second screen mirrowing then Remix OS output.
electrikjesus said:
The easiest way I have found to change DPI without root is by adding it in the Grub settings. For instance, on my SP3, I am using a DPI of 200. Look below for more:
Code:
menuentry 'RemixOS-x86' --class android {
search --file --no-floppy --set=root /RemixOS/system.img
linux /RemixOS/kernel root=/dev/ram0 androidboot.hardware=remix_x86 androidboot.selinux=permissive DPI=210 quiet DATA=/RemixOS
initrd /RemixOS/initrd.img
}
Click to expand...
Click to collapse
Thanks. This worked great on my MacBook (running Remix from an SDcard).
thank you guys, i have add DPI=200 and now it's more big and it's very nice
good job!

Remix OS - How do I change my screen resolution?

I've just installed Remix OS on an Acer Aspire E15 (ES1-511-C723). It's a 15.6" screen and the native resolution is 1366x768. I'm having some issues with blurring. Icons, wallpapers and web images.
Is there a way to adjust the resolution or dpi?
you should try 'EasyBCD'
Well... from what I read..
Under settings/remix options/enable terminal
Then use Alt+tab (to get to terminal)
"vmsize 1366x768" or perhaps " sudo vmsize 1366x768"
goodluck

4K gaming!!!!!!!

Yes 4K gaming now possible on RN3 and it looks sick on the redmi note 3 really. Franco kernel updater app use it and go to sub menus in per app profile from there create a profile with changing the resolution to 4K and select the app to go with the profile and then play the game it should automatically scale to 4K!
Also set ur cpu governor to performance for best experience.
P.S screenshots were not allowed to to be clicked because of some w reason and i am uploading a video ASAP(note screen capturing limited to 1080p native res of the display)
Edit: here u go with the tutorial thanks to @srijansaxena11.
https://www.youtube.com/watch?v=s4ioMIK4qPE
Androbots said:
Yes 4K gaming now possible on RN3 and it looks sick on the redmi note 3 really. Franco kernel updater app use it and go to sub menus in per app profile from there create a profile with changing the resolution to 4K and select the app to go with the profile and then play the game it should automatically scale to 4K!
Also set ur cpu governor to performance for best experience.
P.S screenshots were not allowed to to be clicked because of some w reason and i am uploading a video ASAP(note screen capturing limited to 1080p native res of the display)
Click to expand...
Click to collapse
Kenozo has 1080p screen so how it can scale 4k pixels?
And is there any major difference?
AbhaYsinGH007 said:
Kenozo has 1080p screen so how it can scale 4k pixels?
And is there any major difference?
Click to expand...
Click to collapse
It looks a lot more sharper.
AbhaYsinGH007 said:
Kenozo has 1080p screen so how it can scale 4k pixels?
And is there any major difference?
Click to expand...
Click to collapse
I found nova legacy from 1080p to 4K it was huge quality vhange!! Try it.
Androbots said:
I found nova legacy from 1080p to 4K it was huge quality vhange!! Try it.
Click to expand...
Click to collapse
U mean something like anti-aliasing
---------- Post added at 12:44 PM ---------- Previous post was at 12:42 PM ----------
Androbots said:
It looks a lot more sharper.
Click to expand...
Click to collapse
It will be helpful in VR stuffs,
AbhaYsinGH007 said:
U mean something like anti-aliasing
---------- Post added at 12:44 PM ---------- Previous post was at 12:42 PM ----------
It will be helpful in VR stuffs,
Click to expand...
Click to collapse
Yeah exactly its like anti aliasing on the same display as more content gets crushed within the same pixels
Androbots said:
Yeah exactly its like anti aliasing on the same display as more content gets crushed within the same pixels
Click to expand...
Click to collapse
Thanks I will try it ASAP,
Btw will it affect Performance?
AbhaYsinGH007 said:
Thanks I will try it ASAP,
Btw will it affect Performance?
Click to expand...
Click to collapse
Yeah resource hog 2 percent battery every 5mins
So if I use low resolution it will save battery?
iG0tB0lts said:
So if I use low resolution it will save battery?
Click to expand...
Click to collapse
Yes it will but then u need to change the resolution of android system and system ui which is not present in the Lists as it just lists user APps you might also need to change the resolution of every app and create a profile
Video tutorial
Androbots said:
Yes 4K gaming now possible on RN3 and it looks sick on the redmi note 3 really. Franco kernel updater app use it and go to sub menus in per app profile from there create a profile with changing the resolution to 4K and select the app to go with the profile and then play the game it should automatically scale to 4K!
Also set ur cpu governor to performance for best experience.
P.S screenshots were not allowed to to be clicked because of some w reason and i am uploading a video ASAP(note screen capturing limited to 1080p native res of the display)
Click to expand...
Click to collapse
Video link: https://www.youtube.com/watch?v=s4ioMIK4qPE
Can I enjoy 4k gaming on stock or epic ROM or another kernel

Screen (Window) resolution RemixOS 3.027 on VMWare Player 12.5.5

Dear all,
I downloaded and tried RemixOS 3.207 x64 on VMWare VM just to try this amazing OS. All works fine, except screen resolution.
Default screen resolution (VMWare window) is 800x600 and searching on Google I was not able to find any working method to set my desired resolution at boot or when OS running.
Attention: I don't want to setup screen DPI, I can already do that and is working fine. What I desire is to set the screen resolution (VMWare Player host window) to a specific resolution (ex.: 1600x900).
The only method that seems to work half is to add "vga=ask" on GRUB menu, and when RemixOS is starting it propose me a list of resolutions to use.
If I choose 0x342 (1152x864x32) after confirmed with RETURN the VMWare window size changes to a bigger size, and internal RemixOS resolution is really 1152x864x32.
Unfortunately higher resolutions are not present (max is 1152x864) and I don't understand if this is a limit of RemixOS or by the VMWare video card emulator which not supports higher VESA modes.
However windows is working fine at full res (1920x1024) inside VMWare.
Please help in setting VMWare fixed high resolution for RemixOS.
Thanks
this is the exact problem with remix, someone fix please

Title: Help Needed: Custom Display Resolution 1024x600 on Orange Pi 3 LTS (Android)

Hi everyone,
I'm having trouble with display resolution on my Orange Pi 3 LTS board. I have a 7-inch display with a resolution of 1024x600 from Waveshare, but seems that its not supported by Orange Pi. I get black screen with some colored lines.
board and the display are fine i connected other hdmi desktop monitor to the board and its all good.
also checked the 7 inch diaplayby connection to other comptures everything is fine as well. in fact orange pi ubuntu linux system are working good withthis display. The problem is only with android.
I've tried various methods to change the resolution, but nothing seems to work. well i am new to all this so may be i did not do it correctly.
I've tried unpacking .img file and editing the parameters in the config.fex file, it did not work.
I've also tried using the adb shell , adb shell wm size 1024x60 it did change the resolution but still no image on the display.
I would really appreciate any help or guidance on how to set the correct custom resolution for my display on the Orange Pi 3 LTS. If you have any experience with this issue or know of any resources that could help me, please share them in the comments below.
Thank you in advance for your help!

Categories

Resources