LinuxSir.cn,穿越时空的Linuxsir!

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

10.0 Official NV 驱动的安装问题(多帖合并)

[复制链接]
发表于 2004-4-19 02:47:52 | 显示全部楼层 |阅读模式
从X退到Console下,或切换到别的console, 不能正确显示字符界面. 到nvidia的论坛看了看,有不少人有类似问题, 找了半天也没找到比较权威的解决方法.
坛子里用nvidia卡的弟兄们都没问题么? 教教我吧.

Commented by Mandrakechina
我早就说过可以为大家提供为NV和ATI编译的现成的驱动程序RPM,装上就能用,前提是只要大家参与文档的校对工作。大家说了这么多年的中文,看了这么多年的汉字,却没有人愿意参与校对这种简单的工作。当然,我并不是拿稀缺资源来限制甚至要挟大家,只是Mandrakelinux需要大家的共同努力,才能够变得更好。希望大家做一些力所能及的工作。假如仍然没有人参与校对的话,那么相应的驱动程序会等到Mandrakelinux 10.0 Official 对公众提供下载以后再另行提供。谢谢。
发表于 2004-4-19 13:16:20 | 显示全部楼层
好象不止5336 从4339之后都是如此。
发表于 2004-4-19 16:58:51 | 显示全部楼层
装10.00c的时候好像没遇到这种情况
发表于 2004-4-19 17:01:59 | 显示全部楼层
没有遇到
 楼主| 发表于 2004-4-19 18:11:18 | 显示全部楼层
为什么有人遇到,有人没遇到?!
这是我的XF86Config,大家看看又喝不妥?

[PHP]
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "en_US"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "rotocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "lug'n Play"
    HorizSync 29-61      # 缺省的设置见下一行, 这里是我根据显示器手册修改的.
#    HorizSync 30-60
    VertRefresh 55-75
   
    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
   
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
   
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce4 (generic)"
#    Driver "nv"
    Driver "nvidia"
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
   
    Subsection "Display"
        Depth 8
        Virtual 1024 768
    EndSubsection
   
    Subsection "Display"
        Depth 15
        Virtual 1024 768
    EndSubsection
   
    Subsection "Display"
        Depth 16
        Virtual 1024 768
    EndSubsection
   
    Subsection "Display"
        Depth 24
        Virtual 1024 768
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection

[/PHP]
发表于 2004-4-19 18:29:58 | 显示全部楼层
行频和场频太小了吧,真想象不出来你的显示器
HorizSync 29-61      # 缺省的设置见下一行, 这里是我根据显示器手册修改的.
#    HorizSync 30-60
    VertRefresh 55-75

我的试
30-70
50-150
也是很烂的显示器
发表于 2004-4-19 18:32:11 | 显示全部楼层
我的不会。
不过用过一些发行版会有这个问题。比如mophix就有这个问题。
发表于 2004-4-19 18:33:38 | 显示全部楼层
最初由 zzswang 发表
行频和场频太小了吧,真想象不出来你的显示器


我的试
30-70
50-150
也是很烂的显示器



我的:
31.5-86.0
50-160
 楼主| 发表于 2004-4-19 18:34:13 | 显示全部楼层
最初由 zzswang 发表
行频和场频太小了吧,真想象不出来你的显示器


我的试
30-70
50-150
也是很烂的显示器


又插了一边手册, 确实是这个参数.
很蓝就应该显示字符界面有错么?
发表于 2004-4-19 18:37:24 | 显示全部楼层
弄了半天
原来你是液晶显示
液晶怎么有行频和场频的概念???
有没有可能是硬件的原因?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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