<!--[if !supportLists]-->1. <!--[endif]-->How to check the
dpi settings?
CentOs
:
1.
Use conmand : $ xdpyinfo |grep resolution(the original dimension is 1024*768 by
command xdpyinfo |grep dimension)
The
original DPI (101 108 )
2.
DPI formula W_DPI = (dimension *
2.54)/Width
H_DPI = (dimension * 2.54)/Height
3.
Use the command of vidtune to check whether is support to setting DPI
<!--[if !supportLists]-->2. <!--[endif]-->How to set
the dpi settings?
Centos
Now
we want to change the DPI to 120 120.
So
according to formula , the Width = 1024 * 2.54 /120 =
21.67 cm
Height = 768 * 2.54 /120 = 16.25 cm
2.Centos:
1.Make sure the information of “Monitor ” use by os (see the file by command:
$more /var/log/Xorg.0.log )
From
the log you can see the Monitor information (search key word “Monitor”)
Such
2.vi /etc/X11/xorg.conf
3. add the content as below :
Section "Monitor"
Identifier
"Montior0"
ModelName
"XX" (the value of XX can see from /var/log/Xorg.0.log )
DisplaySize
217 163
EndSection
Section "Screen"
Identifier
"Screen0"
Device
"Device0
Monitor "Monitor0" (The value is the
same as monitor identifier)
DefaultDepth 24
SubSection
"Display"
Depth 24
Modes "1024X768”
EndSubSection
EndSection
4.reboot the os
4. Check the dpi result by command $ xdpyinfo |grep resolution
分享到:
相关推荐
这个是合集~一般是这里最全的了 另外加的 PDF是英文的 .为 GCC4.1的HOWTO <br>目录 <br>ADSM-Backup-html<br>Advocacy<br>Automount-html<br>Battery-Powered-html<br>BootPrompt-HOWTO<br>Bridge-......
Linux中文HOWTO Linux中文HOWTO Linux中文HOWTO
Linux HOWTO(中文版) BootPrompt-HOWTO (28KB) 启动提示说明 CDROM-HOWTO (27KB) 如何安装, 设定及使用光驱,同时列出支援的硬体. Chinese-HOWTO (39KB) 如何在 Linux 的系统上使用中文?/TD> Config-...
How To Break Into The ‘How To Make Money Online’ Niche By Sara Brown
Linux Howto 中文版完整版.zip
《Chinese-Linux-HOWTO》是一份详细的指南,专注于在中文环境下配置和使用Linux操作系统。这份文档深入到源码级别,旨在帮助用户理解和解决在安装、配置和使用中文Linux时遇到的各种问题。它不仅适用于初学者,也对...
《Linux HOWTO 中文版(全)》是一个包含多种Linux技术指南的综合资源,对于Linux用户和管理员来说,这是一个极具价值的学习和参考材料。这些HOWTO文档覆盖了从基础操作到高级配置的各种主题,旨在帮助用户更好地理解...
Linux Howto系列教程是针对Linux操作系统的一套详细学习资料,旨在帮助用户从基础到进阶全面掌握Linux系统操作、管理及应用。这个教程涵盖了Linux系统的各个方面,包括安装、配置、命令行操作、文件系统管理、网络...
# VMS to Linux HOWTO, by Guido Gonzato <guido@ibogfs.cineca.it>. 如何从 VMS 转移到 Linux。 Updated 17 September 1999. # WWW HOWTO, by Wayne Leister <n3mtr@qis.net>. 如何建立 WWW 客户端及伺服器。 ...
Linux HOWTO 中文版是一份全面的指南,旨在帮助初学者和有经验的用户更好地理解和操作Linux操作系统。这份文档详细地介绍了Linux系统的基础知识、安装过程、常用命令、系统管理以及一些高级主题。以下是这份资源中...
This tutorial explains how to set up ...properties configuration files, shows how to change LogLevels for a running application. Furthermore, we explain best practices on logging and exception handling.
you can add & view records. It is automatically generate on EXCEL, MSWORD, NOTEPAD and also to any other office encoder. How to change extension format files LIKE .csv .doc .txt
7. `Disk-on-Chip-HOWTO`:Disk-on-Chip是一种特殊的闪存存储设备,这篇文档可能讲解了如何在Linux下识别、安装和管理这种硬件,这对于嵌入式系统开发者和硬件爱好者特别有用。 8. `Debian-and-Windows-Shared-...
"Linux How To"通常是指一系列针对Linux操作系统的教程或指南,旨在帮助用户更好地理解和使用这个平台。这里列出的压缩包文件包含了多个主题的HOWTO文档,都是关于Linux特定领域的详细指南。 1. **PPP-HOWTO-...
How To Deploy Kamailio on Linux
这篇文档“Linux高级路由和流量控制HOWTO中文版”由牛老师翻译,为读者提供了深入理解这些概念的宝贵资源。以下是对其中核心知识点的详细解读: 1. **基本路由**:在Linux中,路由是指指导数据包通过网络到达目的地...
本文将基于"how-to-learn-linux.zip_Howto Linux学习"的资源,深入探讨Linux学习的路线,帮助你从入门到精通,提升你的技能。 一、Linux基础 Linux的学习始于了解它的基本概念。Linux是一种自由和开放源码的操作...
在“Linux DRM how-to”中,你可能会学习到如何配置DRM系统,编写libdrm驱动程序,调试图形问题,以及如何利用现有的开源工具进行测试。理解并掌握这些知识点对于从事Linux图形栈开发或系统优化的工程师来说至关重要...
"Linux-kernel-howto.rar"中的"KERNEL-HOWTO_Linux Kernel How_linux_linu"文档详细介绍了这一过程,本文将基于这份文档,为你揭示Linux内核裁剪的奥秘。 Linux内核裁剪的主要目的是减少内核的大小,提高系统性能,...