[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GEMPAK on RedHat 7.3?



Here's another clue (and a success story woohoo!)

I read about the 24/8 overlay option and it is supported on
my card (Matrox G400 dual-head), so I set that up and tried
it, and lo and behold, ntl and garp work like a charm.

Perhaps they did something to the 8 bit pseudocolor trying to get
it to work along side the 24 that messed it up for the straight
8 bit?

My XF86Config file for this particular card (any supported
matrox card likely) follows if anyone wants to try it.

I've got accellerations disabled for now, but will continue to
tweak and figure out what works and what doesn't.

Pete




-- CUT HERE XF86Config-4 [24/8 bit version]
Section "ServerLayout"
        Identifier     "Matrox PowerDesk configured."
#       Screen      0  "Display 1" LeftOf "Display 2"
#       Screen         "Display 2" 0 0
        Screen      0  "Display 1" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "GLcore"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "pex5"
        Load  "glx"
        Load  "record"
        Load  "xie"
EndSection

Section "ServerFlags"
        Option "Xinerama"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Section "Monitor"
        Identifier   "Display 1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30.0 - 100.0
        VertRefresh  50.0 - 60.0
        ModeLine     "1400x1050" 129.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
        ModeLine     "1400x1050" 151.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
        ModeLine     "1400x1050" 162.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
        ModeLine     "1400x1050" 184.0 1400 1464 1656 1960 1050 1051 1054 1100 
+hsync +vsync
EndSection

#Section "Monitor"
#       Identifier   "Display 2"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
#       HorizSync    30.0 - 100.0
##      VertRefresh  50.0 - 75.0
#       VertRefresh  50.0 - 72.0
## -- 1280x1024 --
## 1280x1024 @ 61 Hz, 64.2 kHz hsync
##      ModeLine     "1280x1024"  110    1280 1328 1512 1712 1024 1025 1028 1054
## 1280x1024 @ 70 Hz, 74.59 kHz hsync
##      ModeLine     "1280x1024"  126.5  1280 1312 1472 1696 1024 1032 1040 
1068 -HSync -VSync
#
#EndSection

Section "Device"
        Identifier  "MATROX CARD 1"
        Driver      "mga"
        VendorName  "RIVA TNT2"
        BoardName   "RIVA TNT2"
        BusID       "PCI:1:5:0"
#       Option      "NoAccel" "on"
        Option      "Overlay"
EndSection

Section "Device"
        Identifier  "MATROX CARD 2"
        Driver      "mga"
        VendorName  "RIVA TNT2"
        BoardName   "RIVA TNT2"
        BusID       "PCI:1:5:0"
        Screen      1
#       Option          NoAccel "on"
EndSection

Section "Screen"
        Identifier "Display 1"
        Device     "MATROX CARD 1"
        Monitor    "Display 1"
        DefaultDepth     8
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     8
#               Modes    "1280x1024" "1024x768"
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1280x1024"
        EndSubSection
EndSection

#Section "Screen"
#       Identifier "Display 2"
#       Device     "MATROX CARD 2"
#       Monitor    "Display 2"
#       DefaultDepth     8
#       SubSection "Display"
#               Depth     24
#               Modes    "1280x1024" "1152x864" "1024x768" "800x600"
#       EndSubSection
#       SubSection "Display"
#               Depth     8
#               Modes    "1024x768" "800x600"
#       EndSubSection
#       SubSection "Display"
#               Depth     16
#               Modes    "1280x1024" "1152x864" "1024x768" "800x600"
##              Modes    "1024x768" "800x600"
#       EndSubSection
#EndSection

Section "DRI"
        Mode         0666
EndSection


-- CUT HERE XF86Config-4 [24/8 bit version]

--
+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<+
^ Pete Pokrandt                    V 1447  AOSS Bldg  1225 W Dayton St^
^ Systems Programmer               V Madison,         WI     53706    ^
^                                  V      address@hidden       ^
^ Dept of Atmos & Oceanic Sciences V (608) 262-3086 (Phone/voicemail) ^
^ University of Wisconsin-Madison  V       262-0166 (Fax)             ^
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>+