分辨率的问题
今天新装的FC3可是最高的分辨率只能调到800*600
这咋回事?显卡驱动的问题吗?
PS:偶用的是笔记本,WIN下的分辨率很正常!
谢谢! 应该是显示器参数设置问题。
直接编辑/etc/X11/xorg.conf文件好了(别忘了先备份)
如果有疑问,参考:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=369 应该是显示器参数设置问题。
直接编辑/etc/X11/xorg.conf文件好了(别忘了先备份)
如果有疑问,参考:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=369
谢谢!
可是etc是X11的子目录啊,而且里面没有xorg.conf 偶是菜鸟,请问xorg.cong是只读的怎么改? chmod chmod
8O 不太清楚怎么做,请问有这方面的贴子吗? 是你自己的显示器没有被正确认出来吧 偶是菜鸟,请问xorg.cong是只读的怎么改?
登录为root用户:
chmod 644 /etc/X11/xorg.conf 已经修改了xorg.conf ,可是不见效果,
只是显示器那栏我没改,它说是未知显示器!
着和分辨率有没有关系? 我的机器的xorg.conf贴出来你参考一下:
# XFree86 4 configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# RgbPath is the location of the RGB database.Note, this is the name of the
# file minus the extension (like ".txt" or ".db").There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection
Section "Module"
Load"dbe"
Load"extmod"
Load"fbdevhw"
Load"glx"
Load"record"
Load"freetype"
Load"type1"
Load"dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier"Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier"Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "PHILIPS 107T"
DisplaySize310 230
HorizSync 30.0 - 71.0
VertRefresh50.0 - 160.0
Option "dpms"
EndSection
Section "Device"
Identifier"Videocard0"
Driver "nvidia"
VendorName"Videocard vendor"
BoardName "NVIDIA GeForce 2 MX (generic)"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
另外:
/var/log/Xorg.0.log是X的日志文件,打开看下,看看有没有什么灵感可以解决。 :-D Modes "1024x768" "800x600" "640x480"
这行改了之后->重启->然后系统自动改回Modes "800x600" "640x480" .
系统日志更是看眼花了,我觉得我的xorg.conf貌似在Section "Screen" 这
一段和您的是差不多的,好像就是差了Modes "1024x768" "800x600" "640x480"
这一行,但为什么系统会自动改回来呢? 贴出你的配置文件出来看看。 虽然你的是液晶显示器,不过配置起来跟crt一样的。一般都是改两个地方,一个是显示器的行、场频率,一个是上面的说的Modes。 这是偶的那部分,请大家看看!
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 31.5 - 37.9
VertRefresh50.0 - 70.0
Option "dpms"
EndSection
Section "Device"
Identifier"Videocard0"
Driver "i810"
VendorName"Videocard vendor"
BoardName "Intel 852"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection 在显示器类型里找个和你显示器参数差不多的显示器
不一定是同品牌 :wink:
页:
[1]
2