Jump to content

Phoenix OS will not go in full screen on second monitor over hdmi

hi all running the latest phoenix os on a hp stream 14 and i got the resolution resolution set right at 1080p for the second monitor. odd i can not get full screen on my external monitor. could it be that the resolution on the laptop is smaller causing the one on the external monitor to be incorrectly displaying its' size 
 
running phoenix os 3.0.1
this is what i got for my grub:
 
default=0
timeout=6
splashimage=/grub/android-x86.xpm.gz
root (hd0,3)

title Phoenix OS
    kernel /PhoenixOS/kernel quiet root=/dev/ram0 androidboot.selinux=permissive buildvariant=userdebug SRC=/PhoenixOS
    initrd /PhoenixOS/initrd.img

tried adding        video=LVDS-1:d
does not work no matter where i place it
 
what am i doing wrong!?!
Link to comment
Share on other sites

Link to post
Share on other sites

Hm.. don't know.. but it's cool your using that.

 

Kernel times options go on the kernel line in grub. space separated. so if that is right to pass that option then the line would look like this.

 

kernel /PhoenixOS/kernel quiet root=/dev/ram0 androidboot.selinux=permissive buildvariant=userdebug SRC=/PhoenixOS video=LVDS-1:d

"Only proprietary software vendors want proprietary software." - Dexter's Law

Link to comment
Share on other sites

Link to post
Share on other sites

oh boy... still not working,  might just have to use the zoom feature on their tv, hope it scales and fits proper.  i tried every option nothing works.  any suggestions

Link to comment
Share on other sites

Link to post
Share on other sites

  • 1 month later...

I had the same problem on my external VGA monitor so I discovered that this code
video=LVDS-1:d video=1280x720
In your case use this code

video=LVDS-1:d video=1920x1080

I'm sure it will work
Remember that you must set the monitor resolution to (video=width x height)

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×