If you're new here, you may want to subscribe to our RSS feed as well as to our NewsLetter (on Top Right hand menu) to get highly informative articles weekly...and NO, we never spam!如果你是新这里,你可以订阅我们的rss以及我们简讯 (顶右手菜单) ,以获得翔实周刊文章… …不,我们从来垃圾!
In Windows we can easily change Screen resolution by right clicking the screen and selecting properties and changing resolution.在窗口,我们可以轻易改变屏幕分辨率右点击屏幕选拔性质和改变决议。 So people who are new to Linux tries to do the same thing.这样的人是新的linux试图做同样的事。 (I too did it) (我也没有)
but there was no such option.但有没有这样的选择。
Here is how we chance Screen Resolution in Linux -这里是我们怎样的机会,屏幕分辨率在linux -
1. 1 。 Open Command prompt and type打开命令提示符下键入
system-config-display系统配置显示器 2. 2 。 It will ask for root password and with correct password, it will display similar pop up screen as like in windows to manage resolution.它会要求root密码,并用正确的密码,它会显示类似弹出屏幕象在windows管理决议。 Just change it as per your requirements.只是改变它作为每你的要求。
Warning: By default Linux takes the maximum resolution possible so in case if you increase it, it may not display anything at all! 警告: linux默认以最大分辨率等可能的情况下,如果你增加,它可能没有任何显示所有! If that happens do this thing -如果出现这样的事-
Since there won't be any UI screen available, you have to work in text mode.既然不会有任何界面屏幕可用,你要工作,在文本模式。 Type类型
CTRL + ALT + 1按下ctrl + alt的+ 1 to go to first command line terminal and than type到第一线指挥和终端型比
vim /etc/X11/xorg.conf vim可以/ etc/x11/xorg.conf This file contains all your display info and you can edit it(as a root only).这个文件包含所有你的信息展示,你可以编辑它(作为根只) 。 Here is a part of my xorg.conf file这里是我的部分文件xorg.conf
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "640x480" EndSubSection EndSection节"屏幕"标识符" screen0 "装置" videocard0 "监控" monitor0 " defaultdepth 24款"展示"视窗0 24深度模式"为640x480 " endsubsection endsection更多 This is nornally the end part of xorg.conf for everyone.这是罗培兹结束部分xorg.conf为人人。 Under modes, you can see I have screen resolution of 640x480 (Don't be shocked, its a long story of why i am having this resolution)模式下,你可以看到我屏幕分辨率为640x480 (不感到震惊,其悠久的故事,所以我有了这个决议)
Just edit to make it 800x600 or 1024x768 or higher to see if it works.只是编辑,使其或800x600的1024或更高,看看它的工程。 I will highly advice you to also look at others xorg.conf file and try to fine tune screen resolution too.我会高度忠告你也看看别人xorg.conf文件并尝试微调屏幕分辨率。
Related Articles - FVWM - Virtual Desktop Windows Manager | Building Your own Custom Linux PC | Using .NET (Dot Net) With Mono 相关文章 -f vwm-虚拟桌面wi ndows经理|建设自己的风俗li nux电脑|用 。 网(点净额)与莫诺
Links you may find interesting -联系,你可以找到有趣-
- Configuring Windows Key + L to lock the Desktop in linux 配置视窗键+ l至锁定桌面在linux
- Make you Linux Desktop looks like Windows Desktop in Just 3 easy Steps 使你的linux桌面看起来像windows桌面只有3个简单的步骤
- Tutorial for Dummies - How to install Ruby on Windows 补习为假人-如何安装红宝石对窗口
- Beginners Tutorial on MinGW - Configuring a Programming Environment for MinGW/Msys 初学者补习对mingw -配置编程环境m ingw/ m ingw
- Virtual Dimension – A Virtual Desktop Manager for Windows Platform 虚拟维度-虚拟桌面经理w indows平台




























