|
电脑配置:
cpu : amd4600+ x2
显卡: nvidia geforce6150se /nforce430(板载)
显示器:液晶
装的系统是32bit的.
问题描述:
系统在安装过程中能够用图形模式安装.装好后应该是要进入桌面的时候显示器显示"显示超出显示范围"..后面进入了文本模式查看了xorg.conf文件..应该是显卡驱动上了..但怎么也不能显示..xorg.conf里也是显示的跟我显卡差不多.是这样的::
Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce 6100 and later"
Driver "nv"
Option "DPMS"
EndSection
..从上面反应的情况应该是显卡驱动的问题..
以下为xorg.conf默认的配置文件
# File generated by XFdrake (rev )
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section "ServerFlags"
Option "DontZap" "False" # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Disable "dri"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "glx" # 3D layer
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "lug'n Play"
ModelName "L9WA4"
HorizSync 31-81
VertRefresh 56-75
# Monitor preferred modeline (59.9 Hz vsync, 55.9 kHz hsync, ratio 16/10, 89 dpi)
ModeLine "1440x900" 106.5 1440 1520 1672 1904 900 903 909 934 +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 GeForce 6100 and later"
Driver "nv"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
EndSection
补充:
用了默认的其它的启动项启动结果同样. |
|