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
查看全文
相关阅读:
Java中的BoneCP数据库连接池用法
css 属性选择器笔记
px,em,rem的区别
谈谈newDate()的简单使用 JS
user-select属性用法
闭包解决的问题
jQuery 中position()与offset()的区别
attr() VS prop()
.toArray()与jQuery.makeArray()的区别
浏览器的缓存控制
原文地址:https://www.cnblogs.com/ainima/p/6331467.html
最新文章
全国计算机等级考试_三级网络技术总结
LoadRunner监控数据库服务器
LoadRunner 监控 Apache
基于场景的性能测试设计
Linux性能监控
性能测试模型和评估
Loadrunner 性能指标定位系统瓶颈
性能测试结果分析
转--优化临时表使用,SQL语句性能提升100倍
英语解释性能
热门文章
转--支付宝的性能测试
eclipse中ctrl+h默认打开是JavaSearch,怎么设置成默认打开是FileSearch
mysql获取一个表中的下一个自增(id)值的方法
java.lang.IllegalStateException: Not allowed to create transaction on shared EntityManager
js求时间差
LeanModal 轻量级jquery弹出层插件
12个非常实用的JavaScript小技巧
Maven No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? 问题
Eclipse安装Freemarker插件
Java类名.class和getClass()区别
Copyright © 2011-2022 走看看