找回密码
 注册
查看: 1273|回复: 20

分辨率的问题

[复制链接]
发表于 2005-1-26 20:52:48 | 显示全部楼层 |阅读模式
今天新装的FC3
可是最高的分辨率只能调到800*600
这咋回事?显卡驱动的问题吗?
PS:偶用的是笔记本,WIN下的分辨率很正常!
谢谢!
发表于 2005-1-26 21:26:34 | 显示全部楼层
应该是显示器参数设置问题。
直接编辑/etc/X11/xorg.conf文件好了(别忘了先备份)

如果有疑问,参考:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=369
回复

使用道具 举报

 楼主| 发表于 2005-1-26 22:30:42 | 显示全部楼层
[quote:64a4a2339f="月下刀客"]应该是显示器参数设置问题。
直接编辑/etc/X11/xorg.conf文件好了(别忘了先备份)

如果有疑问,参考:
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=369[/quote]
谢谢!
可是etc是X11的子目录啊,而且里面没有xorg.conf
回复

使用道具 举报

 楼主| 发表于 2005-1-26 22:44:34 | 显示全部楼层
偶是菜鸟,请问xorg.cong是只读的怎么改?
回复

使用道具 举报

发表于 2005-1-26 22:53:22 | 显示全部楼层
chmod
回复

使用道具 举报

 楼主| 发表于 2005-1-27 12:08:25 | 显示全部楼层
[quote:bfc7658b70="月下刀客"]chmod[/quote]
不太清楚怎么做,请问有这方面的贴子吗?
回复

使用道具 举报

发表于 2005-1-27 18:20:30 | 显示全部楼层
是你自己的显示器没有被正确认出来吧
回复

使用道具 举报

发表于 2005-1-27 18:49:40 | 显示全部楼层
[quote:63115ce22a="Jefferson"]偶是菜鸟,请问xorg.cong是只读的怎么改?[/quote]
登录为root用户:
chmod 644 /etc/X11/xorg.conf
回复

使用道具 举报

 楼主| 发表于 2005-1-27 23:02:36 | 显示全部楼层
已经修改了xorg.conf ,可是不见效果,
只是显示器那栏我没改,它说是未知显示器!
着和分辨率有没有关系?
回复

使用道具 举报

发表于 2005-1-27 23:51:56 | 显示全部楼层
我的机器的xorg.conf贴出来你参考一下:
[code:1]

# 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"
        DisplaySize  310        230
        HorizSync    30.0 - 71.0
        VertRefresh  50.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
[/code:1]
另外:
/var/log/Xorg.0.log是X的日志文件,打开看下,看看有没有什么灵感可以解决。
回复

使用道具 举报

 楼主| 发表于 2005-1-28 11:03:07 | 显示全部楼层
Modes    "1024x768" "800x600" "640x480"
这行改了之后->重启->然后系统自动改回Modes  "800x600" "640x480" .
系统日志更是看眼花了,我觉得我的xorg.conf貌似在Section "Screen" 这
一段和您的是差不多的,好像就是差了Modes    "1024x768" "800x600" "640x480"
这一行,但为什么系统会自动改回来呢?
回复

使用道具 举报

发表于 2005-1-28 12:53:25 | 显示全部楼层
贴出你的配置文件出来看看。
回复

使用道具 举报

发表于 2005-1-28 12:57:01 | 显示全部楼层
虽然你的是液晶显示器,不过配置起来跟crt一样的。一般都是改两个地方,一个是显示器的行、场频率,一个是上面的说的Modes。
回复

使用道具 举报

 楼主| 发表于 2005-1-28 21:42:37 | 显示全部楼层
这是偶的那部分,请大家看看!
Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Unknown monitor"
   HorizSync    31.5 - 37.9
   VertRefresh  50.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
回复

使用道具 举报

发表于 2005-1-28 21:56:23 | 显示全部楼层
在显示器类型里找个和你显示器参数差不多的显示器
不一定是同品牌
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-9-14 02:49 , Processed in 0.032079 second(s), 16 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表