LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 693|回复: 3

各位高手给帮忙看看好不?

[复制链接]
发表于 2006-7-23 04:21:40 | 显示全部楼层 |阅读模式
俺是新手,装了个 FC5.0,但进了X-window发现分辨率只有800*600,甚至有些对话框都显示不完,可不知道怎么设置为1024*768,在"屏幕分辨率"里也只能找到800*600,这是最高的,请各位高手帮帮忙给解决一下好吗?多谢了!

最好能给个安装文档之类的,我是新手,可以需要更详细些,总之先谢了在此

我是硬件是:
AMD 3200+ 64位
显卡是:NVIDIA 7300GS 256M
Linux内核版本为:2.6.15-1.2054_FC5

还有,我的显卡驱动不知道装没装,我在NVIDIA官方网站上下了一个名为:
NVIDIA-Linux-x86_64-1.0-8762-pkg2.run
的驱动程序,但一执行
sh NVIDIA-Linux-x86_64-1.0-8762-pkg2.run
就出错,好像说什么内核不支持,并提示我从ftp://download.nvidia.com/更新 ... ,提示我退出


以下是我的 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"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        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            "rotocol" "IMPS/2"
        Option            "Device" "/dev/input/mice"
        Option            "ZAxisMapping" "4 5"
        Option            "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Unknown monitor"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 37.9
        VertRefresh  50.0 - 60.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
        VendorName  "Videocard vendor"
        BoardName   "nVidia Corporation Unknown device 01df"
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
发表于 2006-7-23 11:03:40 | 显示全部楼层
回复 支持 反对

使用道具 举报

发表于 2006-7-23 11:13:13 | 显示全部楼层
# Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "1024x768" "800x600" "640x480"
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-7-23 13:25:57 | 显示全部楼层
真不好意思,上面的xorg.conf文件中的内容错了,那是我测试时的内容,其中错误部分如下:# Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
# Modes "800x600" "640x480"


正解的是:
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"


但还是不行,还是最高只有800x600,改为:
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"


也不行!


是不是驱动没装,因为我发现xorg.conf文件中的
BoardName "nVidia Corporation Unknown device 01df"

它怎么是nVidia 公司的未知设备呢?


对吗?
回复 支持 反对

使用道具 举报

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

本版积分规则

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