In a message dated: Sat, 17 Nov 2001 06:07:37 PST
Lionel Lecoq said:

>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 make himself at home...

Yeah, I thought so too.  The config I posted I had grabbed of the net 
from someone's website claiming to have the same hardware as me.  I 
knew I was asking for trouble :)

>HOWEVER, What I would really do is: backup the XF86Config and try generating a
>correct one usingin order of preference: 
>       XFree86 -configure
>
>       Watch out it generates /root/XF86Config.new, you must rename it
>       if necessary and move it in /etc/X11

Okay, I tried this, actually, it was xf86cfg, which calls XFree86 -configure.

It still doesn't work, however the config file is vastly simpler and 
easier to read.  So this should be easier to debug!

>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

Xconfigurator is the RedHat tool.  Works great on RH, but this system 
is Debian.  I tried installing it by converting it from an rpm to a 
.deb, but it seems there are too many hardcoded paths within the tool 
itself to work without a major porting effort.

>If none of the configuration works you can start hacking and repost if nothing
> helps...

See latest attached XF86Config below :)

>cheers 
>Lionel

Thanks for all your help!

Seeya,
Paul
Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "dri"
        Load  "extmod"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/mouse"
EndSection

Section "Monitor"
        Identifier   "SG Panel"
        VendorName   "SGI"
        ModelName    "1600SW"

        # These mode lines are required for use with the T2R4 (Rev 4) and the
        # SiliconGraphics Flat Panel display. 
        Modeline "1600x1024d32" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 
7 +Hsync +Vsync 
        Modeline "1600x1024d16" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 
5 +Hsync +Vsync 
        Modeline "1600x1024d08" 103.125 1600 1600 1656 1664 1024 1024 1029 1030 HSkew 
1 +Hsync +Vsync 
        Modeline "800x512d32" 54.375 800 800 840 848 512 512 514 515 HSkew 7 
DoubleScan +Hsync +Vsync 
        Modeline "800x512d16" 54.375 800 800 840 848 512 512 514 515 HSkew 5 
DoubleScan +Hsync +Vsync 
        Modeline "800x512d08" 54.375 800 800 840 848 512 512 514 515 HSkew 1 
DoubleScan +Hsync +Vsync 


EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        Option     "FlatPanel"                  # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "SyncOnGreen"               # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "ShowCache"                 # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Debug"                     # [<bool>]
        Identifier  "Card0"
        Driver      "i128"
        VendorName  "Number Nine"
        BoardName   "Imagine 128 Rev IV T2R4"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "SG Panel"
#       SubSection "Display"
#               Depth     1
#       EndSubSection
#       SubSection "Display"
#               Depth     4
#       EndSubSection
#       SubSection "Display"
#               Depth     8
#       EndSubSection
#       SubSection "Display"
#               Depth     15
#       EndSubSection
        SubSection "Display"
                Depth     16
        EndSubSection
#       SubSection "Display"
#               Depth     24
#       EndSubSection
EndSection

Reply via email to