亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問板塊 發(fā)新帖
查看: 2266 | 回復(fù): 1
打印 上一主題 下一主題

FC5能認(rèn)顯卡刷新頻率只有60HZ? [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2006-12-16 16:41 |只看該作者 |倒序?yàn)g覽
FC5裝完成后,居然不能調(diào)刷新頻率,最高也是800x600,而最奇怪的是我的顯示器也不能選其他的了,在配置里不能修改.其xorg.conf的配置文件如下:
Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        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


EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "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:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "HKC775d"
### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 37.9
        VertRefresh  50.0 - 70.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
        VendorName  "Videocard vendor"
        VendorName  "Videocard vendor"
        BoardName   "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
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

               
             是不是 顯卡還沒有裝驅(qū)動(dòng)呢 ,如果沒裝,那怎么裝。在哪下載呢。昨晚搞到4點(diǎn)鐘,還沒完成,這己天一直都在忙這個(gè),還是解決不了,
              哦,我的電腦
                  顯示器是慧科的HKC775D;
                 顯卡是nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]在這里現(xiàn)謝謝大家了 ,請(qǐng)大家?guī)兔Α?/td>

Screenshot-1.png (181.8 KB, 下載次數(shù): 35)

顯示器

顯示器

Screenshot.png (174.89 KB, 下載次數(shù): 39)

刷新頻率

刷新頻率

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2006-12-16 18:08 |只看該作者
謝謝論壇中的朋友。 問題已經(jīng)得到解決,分辨率1024x768,刷新頻率85.可惜圖片太大傳不了!主要問題就是
HorizSync    31.5 - 37.9
VertRefresh  50.0 - 70.0      這兩項(xiàng)設(shè)置太低了,第一項(xiàng)我改成了31.5-70,第二項(xiàng)改為50.0-120。刷新頻率找不到,所以沒有改。在這里
                                     Modes    "800x600" "640x480"        #在前面加上"1024x768"
                                     EndSubSection
                                     SubSection "Display"
                                     Viewport   0 0
                                     Depth     24
                                     Modes    "800x600" "640x480"         #在前面加上"1024x768"
其實(shí)不加也應(yīng)該可以的,但我當(dāng)時(shí)加了。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP