Fix Screen Resolution Prime OS

Опубликовано: 06 Август 2026
на канале: Ajat31st
17,049
156

Saat pertama kali install Prime OS di PC terdapat masalah pada screen resolutionnya sehingga kurang enak saat kita gunakan agak gepeng-gepeng gimana gitu.

Kali ini kita coba FIX screen resolution Prime OS, cara ini juga dapat kita gunakan pada OS android PC lainnya seperti Phoenix OS, Android x86, Remix OS, Bliss OS, dsb

Bahan-bahannya:
Easy DPI Changer (bisa download pada Prime OS di Play Store)
Notepad++ : https://notepad-plus-plus.org/downloads/
Ext2fsd: https://drive.google.com/file/d/11Su9...

[Custom Grub Codes for External Monitor]
#1 vga=788 video=LVDS-1:d video=1920x1080
#2 vga=788 video=eDP-1:d video=1920x1080
[ Info ]
Try both of the above codes one by one & see which one works for you.
you can replace video=1920x1080 with your monitor resolution like
"vga=788 video=eDP-1:d video=1440x900 "
[Some FAQ for noobs]
#1 Why my laptop goes black after this ?
because by using this grub code you are forcing kernel to use you external display.
#2 Can we use phoenix os as extended display ?
No you can't it's only supported by some monitors if by adding above grub codes gives you extended display then you are lucky.
#3 What is LVDS / eDP ?
It's your display connector type that's being used by grub.
#4 How to find my display connector type ?
Boot into any live linux usb like Ubuntu & type following command in terminal " Xrandr -query" see which one is connected to your external monitor then replace in above code like :
"vga=788 video=HDMI-1:d video=1920x1080 " if you are getting HDMI as connected display.