LinuxSir.cn,穿越时空的Linuxsir!

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

我的xorg.conf,大家给看看,该怎么改?

[复制链接]
发表于 2008-10-9 21:41:06 | 显示全部楼层 |阅读模式
我的显示器是22的
1680X1050是最佳分辨率



# /.../
# SaX generated X11 config file
# Created on: 2008-10-09T20:26:20+0800.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
  Option       "ZapWarning" "on"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "rotocol" "Standard"
  Option       "XkbLayout" "us"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
EndSection


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "9"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImExPS/2 Generic Explorer Mouse"
  Option       "rotocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  305 230
  HorizSync    31-38
  Identifier   "Monitor[0]"
  ModelName    "800X600@60HZ"
  Option       "DPMS"
  Option       "referredMode" "800x600"
  VendorName   "--> VESA"
  VertRefresh  50-60
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
EndSection


Section "Screen"
  SubSection "Display"
    Depth      15
    Modes      "default"
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "default"
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "default"
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "default"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "Framebuffer Graphics"
  Driver       "fbdev"
  Identifier   "Device[0]"
  VendorName   "VESA"
EndSection



Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection
发表于 2008-10-9 21:46:53 | 显示全部楼层
你的i386还是x86_64?装好驱动估计就出来了。
我的
  1. cat /etc/X11/xorg.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig                                                                                                   
  3. # nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Thu Jul 17 18:39:00 PDT 2008                                                                                
  4.                                                                                                                                                                      
  5. # /.../                                                                                                                                                               
  6. # SaX generated X11 config file                                                                                                                                       
  7. # Created on: 2008-10-05T20:04:54+0800.                                                                                                                              
  8. #                                                                                                                                                                     
  9. # Version: 8.1                                                                                                                                                        
  10. # Contact: Marcus Schaefer <sax@suse.de>, 2005                                                                                                                        
  11. # Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>                                                                                       
  12. #                                                                                                                                                                     
  13. # Automatically generated by [ISaX] (8.1)                                                                                                                             
  14. # PLEASE DO NOT EDIT THIS FILE!                                                                                                                                       
  15. #                                                                                                                                                                     
  16. Section "ServerLayout"
  17.     Identifier     "Layout[all]"
  18.     Screen         "Screen[0]" 0 0
  19.     InputDevice    "Keyboard[0]" "CoreKeyboard"
  20.     InputDevice    "Mouse[1]" "CorePointer"   
  21.     Option         "Clone" "off"               
  22.     Option         "Xinerama" "off"            
  23.     Option         "Aiglx" "True"              
  24. EndSection                                    
  25. Section "Files"
  26.     InputDevices      "/dev/gpmdata"
  27.     InputDevices      "/dev/input/mice"
  28.     FontPath        "/usr/share/fonts/misc:unscaled"
  29.     FontPath        "/usr/share/fonts/local"        
  30.     FontPath        "/usr/share/fonts/75dpi:unscaled"
  31.     FontPath        "/usr/share/fonts/100dpi:unscaled"
  32.     FontPath        "/usr/share/fonts/Type1"         
  33.     FontPath        "/usr/share/fonts/URW"            
  34.     FontPath        "/usr/share/fonts/Speedo"         
  35.     FontPath        "/usr/share/fonts/PEX"            
  36.     FontPath        "/usr/share/fonts/cyrillic"      
  37.     FontPath        "/usr/share/fonts/latin2/misc:unscaled"
  38.     FontPath        "/usr/share/fonts/latin2/75dpi:unscaled"
  39.     FontPath        "/usr/share/fonts/latin2/100dpi:unscaled"
  40.     FontPath        "/usr/share/fonts/latin2/Type1"         
  41.     FontPath        "/usr/share/fonts/latin7/75dpi:unscaled"
  42.     FontPath        "/usr/share/fonts/baekmuk:unscaled"      
  43.     FontPath        "/usr/share/fonts/japanese:unscaled"     
  44.     FontPath        "/usr/share/fonts/kwintv"               
  45.     FontPath        "/usr/share/fonts/truetype"              
  46.     FontPath        "/usr/share/fonts/uni:unscaled"         
  47.     FontPath        "/usr/share/fonts/CID"                  
  48.     FontPath        "/usr/share/fonts/ucs/misc:unscaled"     
  49.     FontPath        "/usr/share/fonts/ucs/75dpi:unscaled"   
  50.     FontPath        "/usr/share/fonts/ucs/100dpi:unscaled"   
  51.     FontPath        "/usr/share/fonts/hellas/misc:unscaled"  
  52.     FontPath        "/usr/share/fonts/hellas/75dpi:unscaled"
  53.     FontPath        "/usr/share/fonts/hellas/100dpi:unscaled"
  54.     FontPath        "/usr/share/fonts/hellas/Type1"         
  55.     FontPath        "/usr/share/fonts/misc/sgi:unscaled"     
  56.     FontPath        "/usr/share/fonts/xtest"                 
  57.     FontPath        "/opt/kde3/share/fonts"                  
  58. EndSection                                                   
  59. Section "Module"
  60.     Load           "dbe"
  61.     Load           "type1"
  62.     Load           "freetype"
  63.     Load           "extmod"  
  64.     Load           "glx"     
  65.     Load           "dri"     
  66. EndSection                  
  67. Section "ServerFlags"
  68.     Option         "AllowMouseOpenFail" "on"
  69.     Option         "ZapWarning" "on"        
  70. EndSection                                 
  71. Section "InputDevice"
  72.     Identifier     "Keyboard[0]"
  73.     Driver         "kbd"        
  74.     Option         "Protocol" "Standard"
  75.     Option         "XkbLayout" "us"     
  76.     Option         "XkbModel" "microsoftpro"
  77.     Option         "XkbRules" "xfree86"     
  78. EndSection                                 
  79. Section "InputDevice"
  80.     Identifier     "Mouse[1]"
  81.     Driver         "mouse"   
  82.     Option         "Buttons" "14"
  83.     Option         "Device" "/dev/input/mice"
  84.     Option         "Name" "A4 Tech PS/2+USB Mouse"
  85.     Option         "Protocol" "explorerps/2"      
  86.     Option         "Vendor" "Sysp"               
  87.     Option         "ZAxisMapping" "4 5"           
  88. EndSection                                       
  89. Section "Modes"
  90.     Identifier         "Modes[0]"
  91.     ModeLine     "1680x1050" 146 1680 1784 1960 2240 1050 1053 1059 1089 +hsync -vsync
  92. EndSection                                                                           
  93. Section "Monitor"
  94.     Identifier     "Monitor[0]"
  95.     VendorName     "VSC"      
  96.     ModelName      "VIEWSONIC VX2240W"
  97.     UseModes       "Modes[0]"         
  98.     DisplaySize     495    291        
  99.     HorizSync       30.0 - 50.0      
  100.     VertRefresh     43.0 - 50.0      
  101.     Option         "CalcAlgorithm" "XServerPool"
  102.     Option         "DPMS"                       
  103.     Option         "PreferredMode" "1680x1050"  
  104. EndSection                                      
  105. Section "Device"
  106.     Identifier     "Device[0]"
  107.     Driver         "nvidia"
  108.     VendorName     "NVidia"
  109.     BoardName      "GeForce 7900 GS"
  110.     Option         "XAANoOfscreenPixmaps" "True"
  111. EndSection
  112. Section "Screen"
  113.     Identifier     "Screen[0]"
  114.     Device         "Device[0]"
  115.     Monitor        "Monitor[0]"
  116.     DefaultDepth    24
  117.     Option         "RenderAccel" "True"
  118.     Option         "AddARGBGLXVisuals" "True"
  119.     Option         "NoLogo" "True"
  120.     SubSection     "Display"
  121.         Depth       15
  122.         Modes      "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  123.     EndSubSection
  124.     SubSection     "Display"
  125.         Depth       16
  126.         Modes      "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  127.     EndSubSection
  128.     SubSection     "Display"
  129.         Depth       24
  130.         Modes      "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  131.     EndSubSection
  132.     SubSection     "Display"
  133.         Depth       8
  134.         Modes      "1680x1050" "1600x1024" "1600x1000" "1400x1050" "1280x1024" "1440x900" "1280x960" "1366x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
  135.     EndSubSection
  136. EndSection
  137. Section "Extensions"
  138.     Option         "Composite" "Enable"
  139. EndSection
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-9 21:56:58 | 显示全部楼层
我的是X86的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-9 22:11:39 | 显示全部楼层
我已经用下面的连接直接安装了

http://software.opensuse.org/ymp ... USE_11.0/nvidia.ymp

马上重启看看有没有
回复 支持 反对

使用道具 举报

发表于 2008-10-9 23:05:54 | 显示全部楼层
请先确认您用的是 nvidia 的显卡
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-10-9 23:08:51 | 显示全部楼层
我用的是 soyo主板 MCP78S芯片
集成 8200 显示核心

就这样
回复 支持 反对

使用道具 举报

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

本版积分规则

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