LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: laoshuan

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

[复制链接]
发表于 2004-4-20 06:12:32 | 显示全部楼层
我早就说过可以为大家提供为NV和ATI编译的现成的驱动程序RPM,装上就能用,前提是只要大家参与文档的校对工作。大家说了这么多年的中文,看了这么多年的汉字,却没有人愿意参与校对这种简单的工作。当然,我并不是拿稀缺资源来限制甚至要挟大家,只是Mandrakelinux需要大家的共同努力,才能够变得更好。希望大家做一些力所能及的工作。假如仍然没有人参与校对的话,那么相应的驱动程序会等到Mandrakelinux 10.0 Official 对公众提供下载以后再另行提供。谢谢。
 楼主| 发表于 2004-4-20 13:13:12 | 显示全部楼层
最初由 mandrakechina 发表
我早就说过可以为大家提供为NV和ATI编译的现成的驱动程序RPM,装上就能用,前提是只要大家参与文档的校对工作。大家说了这么多年的中文,看了这么多年的汉字,却没有人愿意参与校对这种简单的工作。当然,我并不是拿稀缺资源来限制甚至要挟大家,只是Mandrakelinux需要大家的共同努力,才能够变得更好。希望大家做一些力所能及的工作。假如仍然没有人参与校对的话,那么相应的驱动程序会等到Mandrakelinux 10.0 Official 对公众提供下载以后再另行提供。谢谢。

OK, 我愿意参加校对. 虽然时间有限, 也希望能尽一点绵薄之力.
不过...文档翻译和N卡驱动到底有什么联系呢? 搬主大人,恕我愚钝,还望直言.:confused:
难道...搬主大人已经有完美解决方案了?  :!!  我指的是从X推倒console字符显示乱屏的问题?
发表于 2004-4-20 13:27:07 | 显示全部楼层
我的总是进不了图形界面。。
不知为什么,重装系统也不行
5555
发表于 2004-4-20 14:02:29 | 显示全部楼层
最初由 laoshuan 发表
OK, 我愿意参加校对. 虽然时间有限, 也希望能尽一点绵薄之力.
不过...文档翻译和N卡驱动到底有什么联系呢? 搬主大人,恕我愚钝,还望直言.:confused:
难道...搬主大人已经有完美解决方案了?  :!!  我指的是从X推倒console字符显示乱屏的问题?

因为我不玩3D游戏,根本就用不到装什么驱动程序。加之似乎9.2的时候,NV的驱动程序很方便就能装上,大家也就没太计较。

我也不能保证俱乐部的驱动程序能够解决所有人的问题,但肯定装上就能用。而且,我自己的机器用的是ATI的显卡,又不能在学校的机器上装Linux,NV的驱动我没法测试。

俱乐部是开放给付费会员和贡献者的,我们本来是不应该给大家提供俱乐部的专享软件的。但如果你参加文档的翻译和校对,也算是对Mandrakelinux有所贡献,自然应该享受到特别的优待。现在,热心参与翻译的一位成员,已经顺利晋升Mandrakeclub VIP会员。
发表于 2004-4-20 22:59:58 | 显示全部楼层
这个驱动不能在 Mandrake 1.0 Official 上装啊
发表于 2004-4-21 11:23:58 | 显示全部楼层
~~
我装驱动怎么很正常~~~~
显示器是三星763MB
我的驱动文件是:NVIDIA-Linux-x86-1.0-5336-pkg1.run
XF86Config-4内容:
# 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 30-70
    VertRefresh 50-160
   
    # 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 "nvidia"
    Option "DPMS"
    Option "NOLOGO"
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
 楼主| 发表于 2004-4-21 13:40:44 | 显示全部楼层
最初由 L0veyou 发表
~~
我装驱动怎么很正常~~~~
显示器是三星763MB
我的驱动文件是:NVIDIA-Linux-x86-1.0-5336-pkg1.run
XF86Config-4内容:

多谢拉五由兄弟! 这样帮忙最直接有限!

...
Section "Monitor"
    Identifier "monitor1"
    VendorName "lug'n Play"
    HorizSync 30-70
    VertRefresh 50-160
   
    # 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 "nvidia"
    Option "DPMS"
    Option "NOLOGO"
EndSection
...

Section "Device"中的Option "NOLOGO"应该没什么大问题吧, 我的没有这项,不过是每次进入前闪一下nvidia的logo而已.

除此之外,不同的就只有显示器的HorizSync和VertRefresh了.

相同的设置,为什么效果就不同呢.
发表于 2004-4-21 17:58:28 | 显示全部楼层
建议你先把刷新率改为60Hz,以适应LCD显示屏(不知道会不会是这个原因,一般默认1024X768@85Hz)
NOLOGO就是没有nvidia的logo.
不行的话,
建议到官方主页下载驱动,再安装一次
我用community时候安装驱动后不能进入X
重新安装后就正常了~~
发表于 2004-4-21 18:20:53 | 显示全部楼层
最初由 L0veyou 发表
建议你先把刷新率改为60Hz

60Hz,眼睛会瞎的。千万别用。
发表于 2004-4-21 18:31:20 | 显示全部楼层
非也,
LCD没有刷新率概念
不会闪!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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