Re: Philips 329P1H screen with Asus PN62 mini-PC
Your display is a UHD docking station monitor - how is it connected to the mini-pc
usb-c cable via thunderbolt 3 port on PC
hdmi cable
display port cable
can the Asus PN62 drive an UHD monitor - many are stuck with FHD max video controller.
UHD is 3840 x 2160
FHD is 1920 x 1080
cvt can tell you what you monitor codes are
xrandr can make you monitor work at a undefined resolution.
this is how I force a FHD to an UHD monitor - the variable D is set to the monitor that OpenSUSE says is the live display.
Code:
> cvt 1920 1080
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
>cat bin/fixvideo
D=`xrandr --verbose | head -2 | tail -1 | awk '{print $1}'`
/usr/bin/xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync/
usr/bin/xrandr --addmode $D 1920x1080_60.00
/usr/bin/xrandr -s 1920x1080
>bin/fixvideo
>
OpenSUSE 15.2 with VirtualBox VM's (XP, 10, Ubuntu MATE 20.04, OpenSUSE 15.2)
Pi4 with Ubuntu MATE 20.04
Unix since 1974 (pdp-11, Interdata, AT&T, Tandy, Convergent, Sun, IBM, NCR, and HP)
Linux since 1995 (Mandrake, Redhat, Fedora, CentOS, OpenSUSE)
Bookmarks