In a message dated: Fri, 16 Nov 2001 20:30:33 EST
"Kenneth E. Lussier" said:
>It means that the `Device "Screen"` setting in /etc/X11/XF86Config(-4)
>is wrong. It is trying to work with a defined screen that doesn't
>exist. The most common error that I have had in this section is the
>DefaultDepth is set to something (like 24), but there is no Display
>subsection for the defined depth, or the mode line in that section is
>incorrect.
I would love it if this were the case, but I don't think it is. I've
attached my config file for someone to spot the problem, since my
vgrep obviously isn't working :)
>I won't even comment on Sun stuff "Just Working"..... ;-)
Only wrt X, other stuff, you're on your own!
Seeya,
Paul
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
# Option "NoTrapSignals"
Option "DPMS"
Option "StandbyTime" "5"
Option "SuspendTime" "5"
Option "OffTime" "5"
EndSection
Section "Files"
# RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "unix/:7100"
EndSection
Section "Module"
Load "extmod"
Load "xie"
Load "pex5"
Load "glx"
Load "dri"
Load "GLcore"
Load "dbe"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
# Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZaxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "SG panel"
VendorName "Silicon Graphics"
ModelName "1600SW"
# VendorName "SGI"
# ModelName "SGI 1600SW FP"
# DisplaySize 396.6 236.5 # manual page EN-24
# DisplaySize 370 240 # ddcprobe gives 37x24 cm
DisplaySize 369.4545 236.450909 # 1600x1024 at 110dpi
#HorizSync 31.5-121
#VertRefresh 60-150
HorizSync 27.0-96.0 # kHz
VertRefresh 50.0-80.0 # Hz
# VertRefresh 50.0-80.0 , 100-160 # Hz
# From http://www.xfree86.org/3.3.6/I1284.html
# for SGI Multilink adaptor, called 1600x1024g,
# This page suggests Option "OverridePolarity" "1"
# which isn't supported or needed by glint
Modeline "1600x1024" 108.0 1600 1616 1656 1704 1024 1027 1030 1056 -Hsync -Vsync
# Trying new modeline - Nikola...
# Modeline "1600x1024" 106.9 1600 1630 1650 1670 1024 1027 1030 1067 -Hsync -Vsync
Modeline "800x1024" 54.0 800 808 828 852 1024 1027 1030 1056 -Hsync -Vsync
Modeline "1600x512" 108.0 1600 1616 1656 1704 512 513 515 528 -Hsync -Vsync
Modeline "1600x512ds" 108.0 1600 1616 1656 1704 512 513 515 528 -Hsync -Vsync
DoubleScan
Modeline "800x512" 54.0 800 808 828 852 512 513 515 528 -Hsync -Vsync
Modeline "800x512ds" 54.0 800 808 828 852 512 513 515 528 -Hsync -Vsync
DoubleScan
#Modeline "800x512" 54.375 800 800 840 848 512 512 514 515 DoubleScan +Hsync +Vsync
EndSection
Section "Device"
Identifier "Card0"
Driver "glint"
VendorName "3Dlabs"
BoardName "GLINT Permedia 3"
BusID "PCI:2:6:0"
Option "UseFlatPanel" "True"
Option "Overlay" "24,8"
Option "DPMS"
#Option "UseFBDev"
# Option "XaaNoSolidFillRect"
# Option "XaaNoScreenToScreenCopy"
# Option "XaaNoSolidFillTrap"
# Option "XaaNoSolidTwoPointLine"
# Option "XaaNoSolidBresenhamLine"
# Option "XaaNoDashedTwoPointLine"
# Option "XaaNoSolidHorVertLine"
# Option "XaaNoDashedBresenhamLine"
# Option "XaaNoMono8x8PatternFillRect"
# Option "XaaNoMono8x8PatternFillTrap"
# Option "XaaNoColor8x8PatternFillRect"
# Option "XaaNoColor8x8PatternFillTrap"
# Option "XaaNoCPUToScreenColorExpandFill"
# Option "XaaNoScanlineCPUToScreenColorExpandFill"
# Option "XaaNoScreenToScreenColorExpandFill"
# Option "XaaNoImageWriteRect"
# Option "XaaNoScanlineImageWriteRect"
# Option "XaaNoWriteBitmap"
# Option "XaaNoWritePixmap"
# Option "XaaNoPixmapCache"
# Option "XaaNoOffscreenPixmaps" "True"
# Option "NoAccel"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "Overlay" # [<str>]
#Option "SWcursor" # [<bool>]
#Option "RGBbits" # <i>
#Option "NoAccel" # [<bool>]
#Option "BlockWrite" # [<bool>]
#Option "FireGL3000" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "UseFlatPanel" # [<bool>]
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "SG panel"
DefaultColorDepth 16
SubSection "Display"
Depth 16
Modes "1600x1024"
# Modes "1600x512" "1600x512ds"
# Modes "800x1024
# Modes "800x512" "800x512ds"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1024" "800x512"
EndSubSection
SubSection "Display"
Depth 15
Modes "1600x1024" "800x512"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1024" "800x512"
EndSubSection
SubSection "Display"
Depth 4
Modes "1600x1024" "800x512"
EndSubSection
SubSection "Display"
Depth 1
Modes "1600x1024" "800x512"
EndSubSection
EndSection