LinuxSir.cn,穿越时空的Linuxsir!

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

临睡问个驱动问题

[复制链接]
发表于 2005-10-18 06:14:56 | 显示全部楼层 |阅读模式
  1. # File generated by XFdrake.

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

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

  12. Section "ServerFlags"
  13.     #DontZap # disable <Crtl><Alt><BS> (server abort)
  14.     AllowMouseOpenFail # allows the server to start up even if the mouse does not work
  15.     #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
  16. EndSection

  17. Section "Module"
  18.     Load "dbe" # Double-Buffering Extension
  19.     Load "v4l" # Video for Linux
  20.     Load "extmod"
  21.     Load "type1"
  22.     Load "freetype"
  23.     Load "glx" # 3D layer
  24. EndSection

  25. Section "InputDevice"
  26.     Identifier "Keyboard1"
  27.     Driver "keyboard"
  28.     Option "XkbModel" "pc105"
  29.     Option "XkbLayout" "us"
  30.     Option "XkbOptions" "compose:rwin"
  31. EndSection

  32. Section "InputDevice"
  33.     Identifier "Mouse1"
  34.     Driver "mouse"
  35.     Option "Protocol" "ExplorerPS/2"
  36.     Option "Device" "/dev/mouse"
  37.     Option "ZAxisMapping" "6 7"
  38. EndSection

  39. Section "Monitor"
  40.     Identifier "monitor1"
  41.     VendorName "Generic"
  42.     ModelName "1280x1024 @ 60 Hz"
  43.     HorizSync 31.5-64.3
  44.     VertRefresh 50-70
  45.    
  46.     # TV fullscreen mode or DVD fullscreen output.
  47.     # 768x576 @ 79 Hz, 50 kHz hsync
  48.     ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
  49.    
  50.     # 768x576 @ 100 Hz, 61.6 kHz hsync
  51.     ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
  52. EndSection

  53. Section "Device"
  54.     Identifier "device1"
  55.     VendorName "nVidia"
  56.     BoardName "NVIDIA GeForce FX (generic)"
  57.     Driver "nv"
  58.     Option "DPMS"
  59. EndSection

  60. Section "Screen"
  61.     Identifier "screen1"
  62.     Device "device1"
  63.     Monitor "monitor1"
  64.     DefaultColorDepth 24
  65.    
  66.     Subsection "Display"
  67.         Depth 8
  68.         Virtual 1280 1024
  69.     EndSubsection
  70.    
  71.     Subsection "Display"
  72.         Depth 15
  73.         Virtual 1280 1024
  74.     EndSubsection
  75.    
  76.     Subsection "Display"
  77.         Depth 16
  78.         Virtual 1280 1024
  79.     EndSubsection
  80.    
  81.     Subsection "Display"
  82.         Depth 24
  83.         Virtual 1280 1024
  84.     EndSubsection
  85. EndSection

  86. Section "ServerLayout"
  87.     Identifier "layout1"
  88.     InputDevice "Keyboard1" "CoreKeyboard"
  89.     InputDevice "Mouse1" "CorePointer"
  90.     Screen "screen1"
  91. EndSection
复制代码

以上是我的xorg.conf文件 装了NV的最新驱动(down from www.nvidia.com i'v forgotten the version lah!
如果把
  1. Driver "nv"
复制代码
改成
  1. Driver "nvidia"
复制代码
的话进X显示器就会没有信号(我的mon是maya的CS-7D)换回nv就一切正常

其实现在最不爽的就是用realplayer看动画的时候用全屏看会有很厉害的屏幕颤动 如果这个问题解决了我不装NV的鬼驱动也无所谓了 各位兄弟帮帮忙:)
PS:我的系统是Mandriva2006 显卡是FX5600 主板是NF2 Ultra
 楼主| 发表于 2005-10-18 12:24:08 | 显示全部楼层
醒了来顶帖 有谁知道呢?救命阿。。。。。。。。。。
回复 支持 反对

使用道具 举报

发表于 2005-10-18 12:42:40 | 显示全部楼层
monitor 段

把分辨率改成 1024x768 试试
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-18 13:20:20 | 显示全部楼层
是不是把
  1. ModelName "1280x1024 @ 60 Hz"
复制代码
改成
  1. ModelName "1024x768 @ 60 Hz"
复制代码
回复 支持 反对

使用道具 举报

发表于 2005-10-18 13:27:26 | 显示全部楼层
用PLUS里的驱动多好,又省事又好用!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-18 13:35:50 | 显示全部楼层
Post by coursing
用PLUS里的驱动多好,又省事又好用!


请问这个PLUS的驱动是什么?我用默认驱动唯一的问题就是用REALPLAYER看片用全屏的时候屏幕会有雪花而且颤动 迫不得已才要试试nv的驱动的
回复 支持 反对

使用道具 举报

发表于 2005-10-18 19:08:41 | 显示全部楼层
plus cd 就是第四章安装盘
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-19 03:37:32 | 显示全部楼层
呵呵 谢谢了 试试装先
回复 支持 反对

使用道具 举报

 楼主| 发表于 2005-10-19 04:09:03 | 显示全部楼层
装了PLUS CD上面的驱动 感觉没什么变化 全屏看画面中央会颤抖的问题还是没有解决 唉 看来这要靠real好好努力了
回复 支持 反对

使用道具 举报

发表于 2005-10-19 16:42:02 | 显示全部楼层
我的REAL根本打不开!哈哈我也不用。MPLAYER就够了。
回复 支持 反对

使用道具 举报

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

本版积分规则

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