用液晶的朋友请进
到底要将XF86Config如何设置才能正确显示图形界面?我试过很多种方法,无用。最好能讲你的参数,或干脆把XF86Config文件贴出来。谢谢! 如果你的显示器能上到1024*768*60,垂直刷新率设为60-60,水平设为85 i use dell inspiron 8200
--------------------------------
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "bitmap"
# Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "ddc"
# Load "dri"
Load "int10"
Load "record"
Load "speedo"
Load "vbe"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "dell101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier"My Monitor"
# HorizSync 31.5 - 57
# VertRefresh 50-70
#Modeline "1400x1050" 84.691400 1448 1552 1744 1050 1050 1052 1079
#Modeline "1400x1050" 160.17 1400 1416 1704 1944 1050 1050 1063 1097
# Modeline "1400x1050" 110 1400 1400 1648 1776 1050 1050 1053
# Modeline "1400x1050" 108.0001400 1448 1462 16881050 1050 1053 1066
# HorizSync 31.5 - 90.0
# VertRefresh 59.0 - 75.0
EndSection
Section "Device"
Identifier"NVIDIA GeForce"
Driver "nvidia"
VideoRam 32768
Option "NoLogo" "1"
# Option "CursorShadow" "1"
Option "UseEdidFreqs" "1"
# Option "RenderAccel" "1"
EndSection
Section "Screen"
Identifier"Screen 1"
Device "NVIDIA GeForce"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 16
Modes "1024x768" "800x600"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1400x1050"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier"Simple Layout"
Screen "Screen 1" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "DRI"
Mode 0666
EndSection ok
页:
[1]