zoukankan
html css js c++ java
VMare Resolution Cinfig (配置显示分辨率)
VM Fedora下容易出现这个问题,而VM Debain却能够识别 。需要修改/etc/X11/xorg.conf文件。修改前先备份
#cp xorg.conf xorg.conf.back
#
Xorg configuration created by system-config-display
Section
"
ServerLayout
"
Identifier
"
single head configuration
"
Screen
0
"
Screen0
"
0
0
InputDevice
"
Keyboard0
"
"
CoreKeyboard
"
InputDevice
"
VMMouse
"
"
CorePointer
"
EndSection
Section
"
InputDevice
"
Identifier
"
Keyboard0
"
Driver
"
kbd
"
Option
"
XkbModel
"
"
pc105
"
Option
"
XkbLayout
"
"
us
"
EndSection
Section
"
InputDevice
"
Identifier
"
VMMouse
"
Driver
"
vmmouse
"
Option
"
Device
"
"
/dev/input/mice
"
Option
"
Emulate3Buttons
"
"
yes
"
EndSection
Section
"
Monitor
"
Option
"
dpms
"
Identifier
"
Monitor0
"
VendorName
"
Monitor Vendor
"
ModelName
"
LCD Panel
"
HorizSync
31.5
-
55.5
VertRefresh
41.0
-
85.0
EndSection
Section
"
Device
"
Identifier
"
Videocard0
"
Driver
"
vmware
"
EndSection
Section
"
Screen
"
Identifier
"
Screen0
"
Device
"
Videocard0
"
Monitor
"
Monitor0
"
DefaultDepth
24
SubSection
"
Display
"
Viewport
0
0
Depth
24
Modes
"
1024x768
"
"
800x600
"
"
640x480
"
EndSubSection
EndSection
查看全文
相关阅读:
Android-View动画
Android-RemoteView-桌面小部件
系统的Drawable(四)-LayerListDrawable
Android-Drawable(三)
系统的Drawable(二)-Selector
系统的Drawable(一)
Android View事件分发-从源码分析
打游戏要存进度-备忘录模式
Java 内部类.md
docker 常用 命令
原文地址:https://www.cnblogs.com/ainima/p/6331467.html
最新文章
jQuery架构剖析
搞清arguments,callee,caller
ECMAScript5之Object
ECMAScript5之Array
ECMAScript5之StrictMode
Javascript与ECMAScript
jQuery之ready源码分析
BFC之宽度自适应布局篇
BFC之清除浮动篇&clear
BFC之浅析篇
热门文章
Swift,字符串
Swift,简单语法
JSON.parse(str),JSON.stringify(a)
懒加载简单的方法
JavaScript的map循环、forEach循环、filter循环、reduce循环、reduceRight循环
php简单常用的API
php基础知识总结
css的checkbox样式变化
css3的cursor
css活用,半星星的效果
Copyright © 2011-2022 走看看