Is it possible somehow, to cgange the DPI scaling setting on Windows 10 IoT Core? On my Dragonboard 410c it is set to 150%, so UI controls are really large.
Windows 10 IoT Core change DPI scaling
1.4k Views Asked by andy At
1
There are 1 best solutions below
Related Questions in SCALING
- Threshold scaling along a straight line
- Kafka consumers partitioning
- MinMaxScaler caused much worse result (R2 is lower) in linear regression
- Is there a way to detect OS level scaling in a web app?
- Weaviate Cloud Service (WCS) Pricing
- Fixed node size in Netgraph
- UNITY2D How can I ensure that everything is visible within the camera?
- Auto-arima from pmdarima gives 'Could not successfully fit a viable ARIMA model to input data' after one hot encoding and scaling
- How do you use sklearn StandardScaler on a pandas dataFrame without scaling the names of the columns?
- Class for scaling images using pygame
- Proportional text scaling (Konva)
- Scaling & raycaster issues (breaking changes after updating to new Three.js & React Three Fiber versions)
- How Make Embedded Google Calendar Responsible for Mobile
- Increase Sping boot RPS to 200 RPS
- fft scaling with python
Related Questions in DPI
- How to Enable USB Debugging from ADB or Recovery (Mobile Not bootable)?
- Get Screen Display Size (Diagonal) in Inches
- Trying to programmatically set DPI for second screen on my Android device
- Problem with CSS on same resolution (1080p) but different displays (external monitor, laptop display) and zoom level
- C# draw in PictureBox "removes DPI scale"
- High DP scaling override winforms
- Win Api DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 - WM_GETDPISCALEDSIZE msg is not sent
- Meaning of PPI (Pixel Per Inch)
- How to get dpi of an image cropped with Python? Tesseract --dpi parameter
- Scaling issues, not sure where to begin
- Why isnt the dpi argument increasing resolution in matplotlib?
- Anaconda Navigator start widow can't resize or minimise
- Why are histograms incorrectly displayed when the distribution is tightly clustered?
- WPF Incorrect Window Size On Scaled Operating System DPI (DPI-Aware/DPI-Unaware)
- Graphics.DrawString doesn't print a text
Related Questions in WINDOWS-IOT-CORE-10
- Clickonce issue when attempting to install application
- Result from response.Content.ReadAsStringAsync() is empty string (Windows.Web.Http). How do I get response?
- Make invisible eShell(kiosk) window on startup
- UWP C# How to append .json file and to identify them in groups
- UWP C# Saving DeviceInformation to ApplicationData
- Windows IoT Core failes to boot, how to debug
- How to use Iot.Device.Bindings nuget package on Windows uwp app?
- Configuring a dTPM chip on Raspberry pi running Windows IoT Core
- How to uninstall the TPM simulator and use the real TPM chip on raspberry pi?
- UWP C# Store and Load Serial Device Information
- Brightness control over HDMI via DCC/CI?
- UWP C# How to Use Routine From Different Page
- Windows IoT: Async task creation error in a headless (background) program
- UWP Windows IoT Core Stream Routing
- How can I display all files in Music Library on startup of app in UWP
Related Questions in DRAGONBOARD
- how do i restructure this code so i dont get a branch out of range error
- CHRE nanoapp in dragonboard
- Error when building aosp for dragonboard 820c following linaros tutorial
- init: Failed to insmod '/lib/modules/apr.ko' with args '': Exec format error while booting Android
- How to build Opencv C++ on a DragonBoard
- build_image.py - ERROR : Failed to build out/target/system.img Out of space? Out of inodes? The tree size of is 1169788928 bytes (1115 MB)
- python from sync import Sync giving script error ModuleNotFoundError: No module named 'sync'
- how to use poll(2) or select(2) service call to watch a pseudo file for changes with Kotlin
- accessing GPIO low power connector on DragonBoard 410C running Android
- System.OutOfMemoryException since WIndows IoT Core build 10.0.17763.737
- Using OpenCV for python to capture webcam get white screen grab
- VS 2017 Community: Change target for existing project to ARM
- Dragonboard 410c crashes just after bootup automatically
- Dragonboard can't detect RawGameController
- Thread error Windows10 IoT Core
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The DPI setting has been deprecated in Windows IoT Core. But generally you can change the resolution of the device(Raspberry Pi & MinnowBoard) via following options:
For Dragonboard 410c,you could take a look at the Windows IoT Display Drivers Guide here(https://developer.qualcomm.com/download/sd410/display-drivers-config-guide-windows10-iot.pdf). The Qualcomm DragonBoard 410c Windows 10 IoI-Core image only supports 1280x720 screen resolution. It has been noted that is possible to modify the BSP so as to support the higher resolution 1080p, but no other resolution.