Hi,
not knowing enough to really help I can only give you a couple of pointers until 
someone better
answers...
1. I find your XF86Config much more complicated than necessary, and any unnecessary 
field or
statement is an invitation for a bug to come and mke himself at home...
2. Your problem seems to have to do with your card, however I am uneasy with your 
monitor section:
this is the first time I see a "Displaysize" I would just comment it out.
3. I would also try to comment out the bus id and the two options: "UseFlatPannel" and 
"Overlay"

HOWEVER, What I would really do is: backup the XF86Config and try generating a correct 
one using
in order of preference: 
XFree86 -configure
Watch out it generates /root/XF86Config.new, you must rename it if necessary and move 
it in
/etc/X11
If it does not work 
Xconfigurator (don't remember whether it is Xconfigurator or xconfigurator)
there is another one but I don't remember it right now
If none of the configuration works you can start hacking and repost if nothing helps...
cheers 
Lionel
--- [EMAIL PROTECTED] wrote:
> 
> Hi,
> 
> I seem to continually get 
> 
>       (EE) No devices detected.
>       Fatal server error:
>       no screens found.
> 
> when trying to run startx.  I have no idea what the problem is.  I 
> tried to run xf86config, but I don't know what frequencies I'm 
> supposed to tell it to use since this is an LCD flat panel and thus, 
> doesn't use frequencies.
> 
> I've attatched the XF86Config file I found on the net from someone 
> else who has the same hardware, which I thought would "just work".
> 
> Anyone else have this monitor/screen setup under XFree86-4?
> 
>       Hardware:       PIII 300
>       Video:          #9 TTR Revolution IV
>       Monitor:        SGI 1600SW Flat panel
>       OS:             Linux
>       Distribution:   Debian (sid)
>       Kernel:         2.2.14 (with SGI XFS patches)
> 
> I've attached both the XF86Config file and log file.
> 
> Thanks for any help anyone has.
> 
> Seeya,
> Paul
> ----
> 
>                           God Bless America!
> 
>         ...we don't need to be perfect to be the best around,
>                 and we never stop trying to be better. 
>                        Tom Clancy, The Bear and The Dragon
> > 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
> > 
> This is a pre-release version of XFree86, and is not supported in any
> way.  Bugs may be reported to [EMAIL PROTECTED] and patches submitted
> to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
> please check the latest version in the XFree86 CVS repository
> (http://www.XFree86.Org/cvs)
> 
> XFree86 Version 4.1.0.1 / X Window System
> (protocol Version 11, revision 0, vendor release 6510)
> Release Date: xx August 2001
>       If the server is older than 6-12 months, or if your card is
>       newer than the above date, look for a newer version before
>       reporting problems.  (See http://www.XFree86.Org/FAQ)
> Build Operating System: Linux 2.4.13 i686 [ELF] 
> Module Loader present
> (==) Log file: "/var/log/XFree86.0.log", Time: Fri Nov 16 19:13:34 2001
> (==) Using config file: "/etc/X11/XF86Config-4"
> Markers: (--) probed, (**) from config file, (==) default setting,
>          (++) from command line, (!!) notice, (II) informational,
>          (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) ServerLayout "XFree86 Configured"
> (**) |-->Screen "Screen0" (0)
> (**) |   |-->Monitor "SG panel"
> (**) |   |-->Device "Card0"
> (**) |-->Input Device "Mouse0"
> (**) |-->Input Device "Keyboard0"
> (**) Option "XkbOptions" "ctrl:swapcaps"
> (**) XKB: options: "ctrl:swapcaps"
> (==) Keyboard: CustomKeycode disabled
> (**) FontPath set to "unix/:7100"
> (**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
> (**) ModulePath set to "/usr/X11R6/lib/modules"
> (**) Option "StandbyTime" "5"
> (**) Option "SuspendTime" "5"
> (**) Option "OffTime" "5"
> (--) using VT number 7
> 
> (WW) Open APM failed
> (II) Module ABI versions:
>       XFree86 ANSI C Emulation: 0.1
>       XFree86 Video Driver: 0.4
>       XFree86 XInput driver : 0.2
>       XFree86 Server Extension : 0.1
>       XFree86 Font Renderer : 0.2
> (II) Loader running on linux
> (II) LoadModule: "bitmap"
> (II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
> (II) Module bitmap: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
>       Module class: XFree86 Font Renderer
>       ABI class: XFree86 Font Renderer, version 0.2
> (II) Loading font Bitmap
> (II) LoadModule: "pcidata"
> (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> (II) Module pcidata: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 0.1.0
>       ABI class: XFree86 Video Driver, version 0.4
> (II) PCI: Probing config type using method 1
> (II) PCI: Config type is 1
> (II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
> (II) PCI: PCI scan (all values are in hex)
> (II) PCI: 00:00:0: chip 8086,7190 card 0000,0000 rev 03 class 06,00,00 hdr 00
> (II) PCI: 00:01:0: chip 8086,7191 card 0000,0000 rev 03 class 06,04,00 hdr 01
> (II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 02 class 06,01,00 hdr 80
> (II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
> (II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
> (II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 02 class 06,80,00 hdr 00
> (II) PCI: 00:0e:0: chip 11ad,0002 card 1385,f004 rev 20 class 02,00,00 hdr 00
> (II) PCI: 00:10:0: chip 9004,8178 card 0000,0000 rev 00 class 01,00,00 hdr 00
> (II) PCI: 01:00:0: chip 105d,5348 card 105d,0037 rev 01 class 03,00,00 hdr 00
> (II) PCI: End of PCI scan
> (II) LoadModule: "scanpci"
> (II) Loading /usr/X11R6/lib/modules/libscanpci.a
> (II) Module scanpci: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 0.1.0
>       ABI class: XFree86 Video Driver, version 0.4
> (II) UnloadModule: "scanpci"
> (II) Unloading /usr/X11R6/lib/modules/libscanpci.a
> (II) Host-to-PCI bridge:
> (II) PCI-to-ISA bridge:
> (II) PCI-to-PCI bridge:
> (II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
> (II) Bus 0 I/O range:
>       [0] -1 0        0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) Bus 0 non-prefetchable memory range:
>       [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
> (II) Bus 0 prefetchable memory range:
>       [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
> (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x8c (VGA_EN is set)
> (II) Bus 1 I/O range:
>       [0] -1 0        0x00009000 - 0x000090ff (0x100) IX[B]
>       [1] -1 0        0x00009400 - 0x000094ff (0x100) IX[B]
>       [2] -1 0        0x00009800 - 0x000098ff (0x100) IX[B]
>       [3] -1 0        0x00009c00 - 0x00009cff (0x100) IX[B]
> (II) Bus 1 non-prefetchable memory range:
>       [0] -1 0        0xf0100000 - 0xf01fffff (0x100000) MX[B]
> (II) Bus 1 prefetchable memory range:
>       [0] -1 0        0xf8000000 - 0xfbffffff (0x4000000) MX[B]
> (II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
> (II) Bus -1 I/O range:
> (II) Bus -1 non-prefetchable memory range:
> (II) Bus -1 prefetchable memory range:
> (--) PCI:*(1:0:0) Number Nine Imagine 128 Rev IV T2R4 rev 1, Mem @ 0xfa000000/25, 
>0xf8000000/25,
> 0xf0110000/12, 0xf0100000/16, I/O @ 0x9000/8
> (II) Addressable bus resource ranges are
>       [0] -1 0        0x00000000 - 0xffffffff (0x0) MX[B]
>       [1] -1 0        0x00000000 - 0x0000ffff (0x10000) IX[B]
> (II) OS-reported resource ranges:
>       [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>       [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [6] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
> (II) Active PCI resource ranges:
>       [0] -1 0        0xf0000000 - 0xf0000fff (0x1000) MX[B]
>       [1] -1 0        0xf0001000 - 0xf00010ff (0x100) MX[B]
>       [2] -1 0        0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
>       [3] -1 0        0xf0100000 - 0xf010ffff (0x10000) MX[B](B)
>       [4] -1 0        0xf0110000 - 0xf0110fff (0x1000) MX[B](B)
>       [5] -1 0        0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
>       [6] -1 0        0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
>       [7] -1 0        0x00001400 - 0x000014ff (0x100) IX[B]
>       [8] -1 0        0x00001000 - 0x000010ff (0x100) IX[B]
>       [9] -1 0        0x00001800 - 0x0000181f (0x20) IX[B]
>       [10] -1 0       0x00001820 - 0x0000182f (0x10) IX[B]
>       [11] -1 0       0x00009000 - 0x000090ff (0x100) IX[B](B)
> (II) Active PCI resource ranges after removing overlaps:
>       [0] -1 0        0xf0000000 - 0xf0000fff (0x1000) MX[B]
>       [1] -1 0        0xf0001000 - 0xf00010ff (0x100) MX[B]
>       [2] -1 0        0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
>       [3] -1 0        0xf0100000 - 0xf010ffff (0x10000) MX[B](B)
>       [4] -1 0        0xf0110000 - 0xf0110fff (0x1000) MX[B](B)
>       [5] -1 0        0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
>       [6] -1 0        0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
>       [7] -1 0        0x00001400 - 0x000014ff (0x100) IX[B]
>       [8] -1 0        0x00001000 - 0x000010ff (0x100) IX[B]
>       [9] -1 0        0x00001800 - 0x0000181f (0x20) IX[B]
>       [10] -1 0       0x00001820 - 0x0000182f (0x10) IX[B]
>       [11] -1 0       0x00009000 - 0x000090ff (0x100) IX[B](B)
> (II) OS-reported resource ranges after removing overlaps with PCI:
>       [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>       [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1 0        0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [6] -1 0        0x00000000 - 0x000000ff (0x100) IX[B]
> (II) All system resource ranges:
>       [0] -1 0        0xffe00000 - 0xffffffff (0x200000) MX[B](B)
>       [1] -1 0        0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
>       [2] -1 0        0x000f0000 - 0x000fffff (0x10000) MX[B]
>       [3] -1 0        0x000c0000 - 0x000effff (0x30000) MX[B]
>       [4] -1 0        0x00000000 - 0x0009ffff (0xa0000) MX[B]
>       [5] -1 0        0xf0000000 - 0xf0000fff (0x1000) MX[B]
>       [6] -1 0        0xf0001000 - 0xf00010ff (0x100) MX[B]
>       [7] -1 0        0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
>       [8] -1 0        0xf0100000 - 0xf010ffff (0x10000) MX[B](B)
>       [9] -1 0        0xf0110000 - 0xf0110fff (0x1000) MX[B](B)
>       [10] -1 0       0xf8000000 - 0xf9ffffff (0x2000000) MX[B](B)
>       [11] -1 0       0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
>       [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
>       [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
>       [14] -1 0       0x00001400 - 0x000014ff (0x100) IX[B]
>       [15] -1 0       0x00001000 - 0x000010ff (0x100) IX[B]
>       [16] -1 0       0x00001800 - 0x0000181f (0x20) IX[B]
>       [17] -1 0       0x00001820 - 0x0000182f (0x10) IX[B]
>       [18] -1 0       0x00009000 - 0x000090ff (0x100) IX[B](B)
> (II) LoadModule: "extmod"
> (II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
> (II) Module extmod: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
>       Module class: XFree86 Server Extension
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension SHAPE
> (II) Loading extension MIT-SUNDRY-NONSTANDARD
> (II) Loading extension BIG-REQUESTS
> (II) Loading extension SYNC
> (II) Loading extension MIT-SCREEN-SAVER
> (II) Loading extension XC-MISC
> (II) Loading extension XFree86-VidModeExtension
> (II) Loading extension XFree86-Misc
> (II) Loading extension XFree86-DGA
> (II) Loading extension DPMS
> (II) Loading extension FontCache
> (II) Loading extension TOG-CUP
> (II) Loading extension Extended-Visual-Information
> (II) Loading extension XVideo
> (II) Loading extension XVideo-MotionCompensation
> (II) LoadModule: "xie"
> (II) Loading /usr/X11R6/lib/modules/extensions/libxie.a
> (II) Module xie: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
>       Module class: XFree86 Server Extension
>       ABI class: XFree86 Server Extension, version 0.1
> (II) Loading extension XIE
> (II) LoadModule: "pex5"
> (II) Loading /usr/X11R6/lib/modules/extensions/libpex5.a
> (II) Module pex5: vendor="The XFree86 Project"
>       compiled for 4.1.0.1, module version = 1.0.0
> 
=== message truncated ===


__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to