|
楼主 |
发表于 2003-1-4 15:01:03
|
显示全部楼层
改成16以后,效果极差~~~
是不是X对硬件的要求很高?
我的显示器和显卡都能支持800X600 32dpp 85Hz,并在98下显示正常,但在linux下就不行。
下面是我的XF86Config-4文件中关于显示的部分:
[code:1]
Section "Monitor"
Identifier "Fujitsu|Fujitsu FMV-DP845"
VendorName "Fujitsu"
ModelName "Unknown"
HorizSync 30.0-65.0
VertRefresh 50.0-100.0
# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync
# 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
# Graphics device section
Section "Device"
Identifier "Generic VGA"
Driver "vga"
EndSection
Section "Device"
Identifier "Trident 3DImage975 (generic)"
VendorName "Unknown"
BoardName "Unknown"
Driver "trident"
# VideoRam 4096
# Clock lines
# Uncomment following option if you see a big white block
# instead of the cursor!
# Option "sw_cursor"
Option "DPMS" "on"
EndSection
# Screen sections
Section "Screen"
Identifier "screen1"
Device "Trident 3DImage975 (generic)"
Monitor "Fujitsu|Fujitsu FMV-DP845"
DefaultColorDepth 16
Subsection "Display"
Depth 8
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 15
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 32
Modes "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
[/code:1]
帮我看看还要设置什么? |
|