博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux_small laptop with a high resolution
阅读量:2338 次
发布时间:2019-05-10

本文共 670 字,大约阅读时间需要 2 分钟。

The resolution is usually limited  by build-in graphics card in display ,however, we can obtain a higher resolution by modifing it via software built in linux forced.

Such as my low-end laptop,We can get any resolution rather than 1024x768 the maximum resolution setted in laptop default.

The reference:

For example: enter below command in your terminal

#!/usr/bin/bash

# panning constrain the mouse cursor boundaries

xrandr --output LVDS1 --fb 1229x922 --scale 1.2x1.2 --panning 1229x922

# scale parameter should be calculated by yourself like: 1229/1024 = 922/768 = 1.2

# you can increase the lighting contrast of font if it's pale (range from 0 ~ 1.0)

xgamma -gamma .7

转载地址:http://pjgpb.baihongyu.com/

你可能感兴趣的文章
线程概念及死锁的理解
查看>>
数据结构之红黑树
查看>>
android学习之——界面 控件 体系 布局
查看>>
Eclipse开发Android程序在手机上运行
查看>>
ListView深入理解
查看>>
Activity的四种launchMode
查看>>
java面试题(7.22)
查看>>
java项目之——坦克大战01
查看>>
java项目之——坦克大战02
查看>>
java项目之——坦克大战03
查看>>
java项目之——坦克大战 04
查看>>
java项目之——坦克大战04.1
查看>>
java项目之——坦克大战05
查看>>
java项目之——坦克大战06
查看>>
java项目之——坦克大战09
查看>>
java项目之——坦克大战10
查看>>
java项目之——坦克大战11
查看>>
阿狸面经(牛客网)
查看>>
java常见笔面试题和答案
查看>>
周总结——第一周(9月5号到9月12)
查看>>