<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Should work, I have an onboard S3 Trio3D 64<br>01:01.0 VGA compatible controller: S3 Inc. Trio 64 3D (rev 01)<br><br>Xorg works ok with the driver, though I have to jiggle the xorg config to get it to use the right refresh rate.<br><br>Shawn.<br><br>----- Original Message ----<br>From: Alex Deucher <alexdeucher@gmail.com><br>To: Ma Weimin <mwmb2@hotmail.com><br>Cc: xorg@lists.freedesktop.org<br>Sent: Tuesday, April 11, 2006 9:19:54 AM<br>Subject: Re: Does Xorg 6.9/7.0 support the old PCI graphic card S3 Trio64?<br><br><div>On 4/11/06, Ma Weimin <mwmb2@hotmail.com> wrote:<br>> Hi,<br>><br>> my current system is: Mandriva 2006, Xorg 6.9.0 and integrated graphic card<br>> Intel i810. And it works
 perfect.<br>><br>> I'm planning to use dual monitors with a sencond graphic cards, which is a<br>> very old PCI card S3 Trio64. It works on Widnows 98, so there's no problem<br>> with the card itself. I did exactly following the instructions of xinerama.<br>> But i failed to get Trio64 to work. Here are the informations.<br><br>It should be supported by the s3 driver, depending on which DAC is<br>used.  the s3 driver doesn't support all the DACs that were used in<br>conjuction with s3 chips of that period. specify "s3" for the driver.<br><br><br>><br>> When I ran "X -configure", i got the this. However, I don't miss the file<br>> apm_drv.so.<br>> failed load /usr/X11R6/lib/modules/drivers/apm_drv.so<br>> failed to load modules "apm" (loader failed, 7)<br>><br>> When I ran "X -config /root/xorg.conf.new" anyway, such errors could be<br>> found in "/var/log/X11.0.log" file.<br>> (EE) Cannot shmat() high memory<br>> (EE)
 shmget error: Invalid argument<br>><br>> I have heard that Xorg 6.7 supports Trio64, but Xorg 6.9 not any more. Is<br>> that true? Does 7.0 support it? Is there any way to make Trio64 work<br>> without downgrading Xorg to 6.7?<br><br>the s3 driver hasn't changed between 6.7 and 6.9/7.0 so that driver<br>should still work.  If you are still having trouble, post your log and<br>updated config.<br><br>Alex<br><br>><br>> Any Ideas would be appreciated.<br>><br>> Weimin<br>><br>><br>> Here is the created xorg.conf.new from X -configure.<br>><br>> Section "ServerLayout"<br>>         Identifier     "X.org Configured"<br>>         Screen      0  "Screen0" 0 0<br>>         Screen      1  "Screen1" RightOf
 "Screen0"<br>>         InputDevice    "Mouse0" "CorePointer"<br>>         InputDevice    "Keyboard0" "CoreKeyboard"<br>> EndSection<br>><br>> Section "Files"<br>>         RgbPath      "/usr/X11R6/lib/X11/rgb"<br>>         ModulePath   "/usr/X11R6/lib/modules"<br>>         FontPath     "/usr/X11R6/lib/X11/fonts/misc:unscaled"<br>>         FontPath     "unix/:-1"<br>> EndSection<br>><br>> Section "Module"<br>>         Load  "dbe"<br>>        
 Load  "dri"<br>>         Load  "extmod"<br>>         Load  "glx"<br>>         Load  "record"<br>>         Load  "xtrap"<br>> EndSection<br>><br>> Section "InputDevice"<br>>         Identifier  "Keyboard0"<br>>         Driver      "kbd"<br>> EndSection<br>><br>> Section "InputDevice"<br>>         Identifier  "Mouse0"<br>>         Driver      "mouse"<br>>         Option      "Protocol"
 "auto"<br>>         Option      "Device" "/dev/mouse"<br>>         Option      "ZAxisMapping" "4 5 6 7"<br>> EndSection<br>><br>> Section "Monitor"<br>>         #DisplaySize      310   230     # mm<br>>         Identifier   "Monitor0"<br>>         VendorName   "GSM"<br>>         ModelName    "FLATRON 774FT"<br>>  ### Comment all HorizSync and VertSync values to use DDC:<br>>         HorizSync    30.0 - 70.0<br>>        
 VertRefresh  50.0 - 160.0<br>>         Option      "DPMS"<br>> EndSection<br>><br>> Section "Monitor"<br>>         Identifier   "Monitor1"<br>>         VendorName   "Monitor Vendor"<br>>         ModelName    "Monitor Model"<br>> EndSection<br>><br>> Section "Device"<br>>         ### Available Driver options are:-<br>>         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",<br>>         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"<br>>         ### [arg]: arg
 optional<br>>         #Option     "NoAccel"                   # [<bool>]<br>>         #Option     "SWcursor"                  # [<bool>]<br>>         #Option     "ColorKey"                  # <i><br>>         #Option     "CacheLines"                # <i><br>>         #Option    
 "Dac6Bit"                   # [<bool>]<br>>         #Option     "DRI"                       # [<bool>]<br>>         #Option     "NoDDC"                     # [<bool>]<br>>         #Option     "ShowCache"                 # [<bool>]<br>>         #Option    
 "XvMCSurfaces"              # <i><br>>         #Option     "PageFlip"                  # [<bool>]<br>>         Identifier  "Card0"<br>>         Driver      "i810"<br>>         VendorName  "Intel Corporation"<br>>         BoardName   "82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"<br>>         BusID       "PCI:0:2:0"<br>> EndSection<br>><br>> Section "Device"<br>>         ###
 Available Driver options are:-<br>>         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",<br>>         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"<br>>         ### [arg]: arg optional<br>>         #Option     "ShadowFB"                  # [<bool>]<br>>         #Option     "DefaultRefresh"            # [<bool>]<br>>         #Option     "ModeSetClearScreen"        #
 [<bool>]<br>>         Identifier  "Card1"<br>>         Driver      "vesa"<br>>         VendorName  "Unknown Vendor"<br>>         BoardName   "Unknown Board"<br>>         BusID       "PCI:1:0:0"<br>> EndSection<br>><br>> Section "Screen"<br>>         Identifier "Screen0"<br>>         Device     "Card0"<br>>         Monitor    "Monitor0"<br>>         SubSection
 "Display"<br>>                 Viewport   0 0<br>>                 Depth     1<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth     4<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0
 0<br>>                 Depth     8<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth     15<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth    
 16<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth     24<br>>         EndSubSection<br>> EndSection<br>><br>> Section "Screen"<br>>         Identifier "Screen1"<br>>         Device     "Card1"<br>>         Monitor    "Monitor1"<br>>         SubSection
 "Display"<br>>                 Viewport   0 0<br>>                 Depth     1<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth     4<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0
 0<br>>                 Depth     8<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth     15<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth    
 16<br>>         EndSubSection<br>>         SubSection "Display"<br>>                 Viewport   0 0<br>>                 Depth     24<br>>         EndSubSection<br>> EndSection<br>><br>><br>> _______________________________________________<br>> xorg mailing list<br>> xorg@lists.freedesktop.org<br>> <a target="_blank" href="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br>><br>_______________________________________________<br>xorg mailing list<br>xorg@lists.freedesktop.org<br><a target="_blank"
 href="http://lists.freedesktop.org/mailman/listinfo/xorg">http://lists.freedesktop.org/mailman/listinfo/xorg</a><br></div></div></div></div></body></html>