Page 56 of 87 FirstFirst ... 646545556575866 ... LastLast
Results 551 to 560 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #551
    Join Date
    May 2009
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by mhgsys View Post
    Ah, I overlooked that fact completely, thnx for pointing me to this.
    I just downloaded and installed the sis671_drv.la sis671_drv.so
    sis671.dsis671_dri.so along with the xorg.conf giving on that page.
    Seems to be working alot better now
    .........
    Well it seems it was useful someway the link I posted.
    Now can you translate all those geeky things to desktop-user-human language?
    Can you use Compiz? Or is it still forbidden to all of us, the SiS victims?
    --------------------------------------------------------------------------
    Elzigzag
    Argento de San Luis.

  2. #552
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by Elzigzag View Post
    Well it seems it was useful someway the link I posted.
    Now can you translate all those geeky things to desktop-user-human language?
    Can you use Compiz? Or is it still forbidden to all of us, the SiS victims?
    Well; Still no compiz I'm afraid; it doesn't seem to recognize the driver as useful.

    Anyway; I downloaded sis671drv.la, sis671drv.so and sis671.dri.so and the xorg from your link.

    Then I moved sis671_drv.* to /usr/lib/xorg/modules/drivers/
    Code:
    sudo mv sis671_drv.* /usr/lib/xorg/modules/drivers
    and I moved sis671_dri.so to /usr/lib/dri
    Code:
    sudo mv sis671_dri.so /usr/lib/dri
    Then I moved the xorg I downloaded from your link (I took the latest one)
    Code:
    sudo mv xorg.conf_loaddri2 /etc/X11/xorg.conf
    And finally I restarted gdm by switching to tty.. ctrl alt +f1,f2 etc
    login in with your username and password and type;

    Code:
    sudo service gdm stop
    Code:
    sudo service gdm start
    (I know.. You can also use restart to restart gdm. but that doesn't always work out the way it should)
    When your thread it solved: go to thread tools > Mark this thread as solved
    for SIS 771/671 use xcompmgr to have transparent terminals. just load it at startup.

    And then they asked: what's a pbkac error?

  3. #553
    Join Date
    Jun 2009
    Beans
    25

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by mhgsys View Post
    (I'm also on 64 bit btw, and did not recive the wrong elf class error)
    ( 2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:09:38 UTC 2010 x86_64 GNU/Linux)
    Well, I forgot to mention the fact that I'm running Mandriva, just passing by here from time to time...
    There is no ia32-libs (32 bit compatibility) rpm package for Mandriva and that's why I get the 'wrong elf class' error

    Anyone tried Metisse with that driver?

  4. #554
    Join Date
    Aug 2010
    Beans
    4

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    I've successfully installed the drivers on my Fujitsu v5535 and now i have a resolution of 1280x800 (60Hz). But i still can't have dual monitor on my laptop. It doesn't recognize my desktop monitor. Can someone help me?





    Here is my xorg.conf

    Code:
    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath     "built-ins"
    EndSection
    
    Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "glx"
        Load  "record"
        Load  "dri2"
        Load  "dri"
    EndSection
    
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
    EndSection
    
    Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option        "Protocol" "auto"
        Option        "Device" "/dev/input/mice"
        Option        "ZAxisMapping" "4 5 6 7"
    EndSection
    
    Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
    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     "FastVram"               # [<bool>]
            #Option     "HostBus"                # [<bool>]
            #Option     "BenchmarkMemcpy"        # [<bool>]
            #Option     "UseSSE"                 # [<bool>]
            #Option     "MaxXFBMem"              # <i>
            #Option     "Accel"                  # [<bool>]
            #Option     "TurboQueue"             # [<bool>]
            #Option     "RenderAcceleration"     # [<bool>]
            #Option     "DRI"                    # [<bool>]
            #Option     "AGPSize"                # <i>
            #Option     "GARTSize"               # <i>
            #Option     "ShadowFB"               # [<bool>]
            #Option     "Rotate"                 # <str>
            #Option     "Reflect"                # <str>
            #Option     "EnableSiSCtrl"          # [<bool>]
            #Option     "SWCursor"               # [<bool>]
            #Option     "HWCursor"               # [<bool>]
            #Option     "ColorHWCursor"          # [<bool>]
            #Option     "UseColorHWCursor"       # [<bool>]
            #Option     "ColorHWCursorBlending"     # [<bool>]
            #Option     "ColorHWCursorBlendThreshold"     # <i>
            #Option     "InternalModes"          # [<bool>]
            #Option     "ConstantDPI"            # [<bool>]
            #Option     "OverruleFrequencyRanges"     # [<bool>]
            #Option     "RestoreBySetMode"       # [<bool>]
            #Option     "Vesa"                   # [<bool>]
            #Option     "ForceCRT1Type"          # <str>
            #Option     "ForceCRT1"              # [<bool>]
            #Option     "ForceCRT2Type"          # <str>
            #Option     "CRT2Detection"          # [<bool>]
            #Option     "CRT1LCD"                # [<bool>]
            #Option     "ForceCRT2ReDetection"     # [<bool>]
            #Option     "EnableHotkey"           # [<bool>]
            #Option     "ForceCRT1VGAAspect"     # <str>
            #Option     "ForceCRT2VGAAspect"     # <str>
            #Option     "UseROMData"             # [<bool>]
            #Option     "UseOEMData"             # [<bool>]
            #Option     "ScaleLCD"               # [<bool>]
            #Option     "CenterLCD"              # [<bool>]
            #Option     "PanelDelayCompensation"     # <i>
            #Option     "PDC"                    # <i>
            #Option     "PanelDelayCompensation2"     # <i>
            #Option     "PDC2"                   # <i>
            #Option     "PanelDelayCompensation1"     # <i>
            #Option     "PDC1"                   # <i>
            #Option     "EMI"                    # <i>
            #Option     "LVDSHL"                 # <i>
            #Option     "ForcePanelRGB"          # <i>
            #Option     "SpecialTiming"          # <str>
            #Option     "TVStandard"             # <str>
            #Option     "TVXPosOffset"           # <i>
            #Option     "TVYPosOffset"           # <i>
            #Option     "SISTVEdgeEnhance"       # <i>
            #Option     "SISTVAntiFlicker"       # <str>
            #Option     "SISTVSaturation"        # <i>
            #Option     "SISTVCFilter"           # [<bool>]
            #Option     "SISTVYFilter"           # <i>
            #Option     "SISTVColorCalibFine"     # <i>
            #Option     "SISTVColorCalibCoarse"     # <i>
            #Option     "SISTVXScale"            # <i>
            #Option     "SISTVYScale"            # <i>
            #Option     "SenseYPbPr"             # [<bool>]
            #Option     "YPbPrAspectRatio"       # <str>
            #Option     "TVBlueWorkAround"       # [<bool>]
            #Option     "CHTVType"               # [<bool>]
            #Option     "CHTVOverscan"           # [<bool>]
            #Option     "CHTVSuperOverscan"      # [<bool>]
            #Option     "CHTVLumaBandwidthCVBS"     # <i>
            #Option     "CHTVLumaBandwidthSVIDEO"     # <i>
            #Option     "CHTVLumaFlickerFilter"     # <i>
            #Option     "CHTVChromaBandwidth"     # <i>
            #Option     "CHTVChromaFlickerFilter"     # <i>
            #Option     "CHTVCVBSColor"          # [<bool>]
            #Option     "CHTVTextEnhance"        # <i>
            #Option     "CHTVContrast"           # <i>
            #Option     "SIS6326TVAntiFlicker"     # <str>
            #Option     "SIS6326TVEnableYFilter"     # [<bool>]
            #Option     "SIS6326TVYFilterStrong"     # [<bool>]
            #Option     "SIS6326TVForcePlug"     # <str>
            #Option     "SIS6326FSCAdjust"       # <i>
            #Option     "CRT1Gamma"              # [<bool>]
            #Option     "CRT2Gamma"              # [<str>]
            #Option     "GammaBrightness"        # <str>
            #Option     "GammaBrightnessCRT2"     # <str>
            #Option     "CRT2GammaBrightness"     # <str>
            #Option     "Brightness"             # <str>
            #Option     "NewGammaBrightness"     # <str>
            #Option     "CRT2Brightness"         # <str>
            #Option     "CRT2NewGammaBrightness"     # <str>
            #Option     "Contrast"               # <str>
            #Option     "NewGammaContrast"       # <str>
            #Option     "CRT2Contrast"           # <str>
            #Option     "CRT2NewGammaContrast"     # <str>
            #Option     "CRT1Saturation"         # <i>
            #Option     "Xvideo"                 # [<bool>]
            #Option     "XvOnCRT2"               # [<bool>]
            #Option     "XvGamma"                # [<str>]
            #Option     "XvDefaultContrast"      # <i>
            #Option     "XvDefaultBrightness"     # <i>
            #Option     "XvDefaultHue"           # <i>
            #Option     "XvDefaultSaturation"     # <i>
            #Option     "XvDefaultDisableGfx"     # [<bool>]
            #Option     "XvDefaultDisableGfxLR"     # [<bool>]
            #Option     "XvChromaMin"            # <i>
            #Option     "XvChromaMax"            # <i>
            #Option     "XvUseChromaKey"         # [<bool>]
            #Option     "XvInsideChromaKey"      # [<bool>]
            #Option     "XvYUVChromaKey"         # [<bool>]
            #Option     "XvDisableColorKey"      # [<bool>]
            #Option     "XvDefaultAdaptor"       # <str>
            #Option     "YV12"                   # [<bool>]
            #Option     "MergedFB"               # [<str>]
            #Option     "TwinView"               # [<str>]
            #Option     "MergedFBAuto"           # [<bool>]
            #Option     "CRT2HSync"              # <str>
            #Option     "SecondMonitorHorizSync"     # <str>
            #Option     "CRT2VRefresh"           # <str>
            #Option     "SecondMonitorVertRefresh"     # <str>
            #Option     "CRT2Position"           # <str>
            #Option     "TwinViewOrientation"     # <str>
            #Option     "MetaModes"              # <str>
            #Option     "MergedDPI"              # <str>
            #Option     "MergedXinerama"         # [<bool>]
            #Option     "TwinviewXineramaInfo"     # [<bool>]
            #Option     "MergedXineramaScreen0"     # [<str>]
            #Option     "MergedXineramaCRT2IsScreen0"     # [<bool>]
            #Option     "MergedNonRectangular"     # [<bool>]
            #Option     "MergedMouseRestriction"     # [<bool>]
            #Option     "FutroTiming"            # [<bool>]
        Identifier  "Card0"
        Driver      "sis671"
        VendorName  "Silicon Integrated Systems [SiS]"
        BoardName   "771/671 PCIE VGA Display Adapter"
        BusID       "PCI:1:0:0"
    EndSection
    
    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
            Viewport   0 0
            Depth     1
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     4
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     8
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     15
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     16
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     24
        EndSubSection
    EndSection

  5. #555
    Join Date
    Jul 2010
    Beans
    4

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    follow de topic

  6. #556
    Join Date
    Aug 2010
    Beans
    4

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Quote Originally Posted by emmerick View Post
    follow de topic
    Am i not following the topic? So, for you, video drivers and dual monitor don't have any relation... I think you have to learn something before write your replies. Another thing, the drivers of the graphic processor of my Fujitsu v5535, are the SiS 771/671. Thanks for your help

  7. #557
    Join Date
    Jul 2010
    Beans
    4

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    iam sorry for my english, me i follow the topic

  8. #558
    Join Date
    Oct 2009
    Beans
    63

    Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    mhgsys, I was having the same issue as the others setting up my Dad's laptop, your xorg.conf did the trick, just copy and pasted it in, now running at it's native resolution. Many thanks.


  9. #559
    Join Date
    Jan 2010
    Location
    UK
    Beans
    12
    Distro
    Ubuntu 15.04 Vivid Vervet

    Thumbs down Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Hi i thought i'll add to this
    How i got mine to work with 1280x768
    in shell i typed
    Xorg -configure
    then when it finished i typed
    nano /etc/X11/xorg.conf

    and i added under Section "Monitor" and then under Identifier "Monitor0"
    HorizSync 20-107
    VertRefresh 50-185

    then scroll down a bit to you see Section "Device"
    and find Driver and change whatever is between the quotes (forgot what was there) to
    VESA

    so in the end it should look like

    Code:
    Section "Monitor"
            Identifier   "Monitor0"
            HorizSync 20-107
            VertRefresh 50-185
            VendorName   "Monitor Vendor"
            ModelName    "Monitor Model"
    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     "ShadowFB"                  # [<bool>]
            #Option     "Rotate"                    # <str>
            #Option     "fbdev"                     # <str>
            #Option     "debug"                     # [<bool>]
            Identifier  "Card0"
            Driver      "VESA"
            VendorName  "Silicon Integrated Systems [SiS]"
            BoardName   "771/671 PCIE VGA Display Adapter"
            BusID       "PCI:1:0:0"
    EndSection
    Hope this helps.

  10. #560
    Join Date
    Oct 2007
    Beans
    1

    Smile Re: SiS 771/671 Mirage 3 Video Drivers!?!?

    Good Day SIS671-Users

    I've seen some people here trying to get an external screen running ...

    With help of this blog -> http://estebanordano.com.ar/sis-m671...-debian-sidux/ I've managed get my Laptop and my external Widescreen working (1280x800 // 1440x900) (screenshot attached !!!

    It's not running very stable though... actually it's crashing pretty fast...
    If I start my laptop (fujitsu-siemens Esprimo Mobile V5535) without an external screen connected everything just runs fine... in 2D
    But starting the laptop with an external screen attached my xserver crashes pretty fast...

    If someone wants to try out... I've mirrored everything I use on my laptop (xorg.conf !!! and precompiled x64 drivers) -> http://www.subtron.org/SIS671-squeeze-64-bit.tar.gz
    There should be no reason not to use the xorg.conf on an x86-os.
    If you're on an x86-os just get the working x86-drivers

    BTW I'm on Debian Squeeze x64 (which should be pretty much the same as the latest 10.04 Ubuntu)
    Attached Images Attached Images
    Last edited by ancdix; September 17th, 2010 at 04:53 PM.

Page 56 of 87 FirstFirst ... 646545556575866 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •