Page 54 of 87 FirstFirst ... 444525354555664 ... LastLast
Results 531 to 540 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #531
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

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

    Quote Originally Posted by benichoukkke View Post
    hi everyone,

    I think that my problem is quite the same, but I've got a little problem with one step of the config...

    I try to install the drivers in this way :

    1) download the driver of SIS and put them in /usr/lib64/xorg/modules/drivers
    2) stop gdm
    3) launch in a console Xorg -configure
    -> but that step fail, with a segmentation fault,here is the output

    Benjamin
    It's suppose to be;
    Code:
    sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/
    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?

  2. #532
    Join Date
    Dec 2008
    Beans
    32

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

    hello

    i managed to mandriva spring 2010, after traying ubuntu 10.04 and 10.10 alpha, no solution, but with mandriva the driver "sisimedia" is working fine as default, and after enbling the direct rending, i get a perfect screen with good dislay

  3. #533
    Join Date
    May 2009
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Quote Originally Posted by azedddine View Post
    hello

    i managed to mandriva spring 2010, after traying ubuntu 10.04 and 10.10 alpha, no solution, but with mandriva the driver "sisimedia" is working fine as default, and after enbling the direct rending, i get a perfect screen with good dislay
    Aaaannnnd does 3D Acceleration work? Should that be the case I'll switch to Mandriva 2010 just like that!
    Last edited by Elzigzag; August 19th, 2010 at 01:59 PM.
    --------------------------------------------------------------------------
    Elzigzag
    Argento de San Luis.

  4. #534
    Join Date
    Dec 2008
    Beans
    32

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

    Quote Originally Posted by Elzigzag View Post
    Aaaannnnd does 3D Acceleration work? Should that be the case I'll switch to Mandriva 2010 just like that!
    hahahaha, no there is NO 3D Acceleration, but least, no problem while booting, and the driver is updated by mandriva.

  5. #535
    Join Date
    May 2009
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Quote Originally Posted by azedddine View Post
    hahahaha, no there is NO 3D Acceleration, but least, no problem while booting, and the driver is updated by mandriva.
    Grrr! So, no 3D yet? Anyway, GOOOOOOD for Mandriva 2010!!!!!
    May be I should give a it a try! I hope there's a Live Cd available.
    On second thought I'm going there right now.

    Thanks Azeddine!
    --------------------------------------------------------------------------
    Elzigzag
    Argento de San Luis.

  6. #536
    Join Date
    Dec 2008
    Beans
    32

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

    Quote Originally Posted by Elzigzag View Post
    Grrr! So, no 3D yet? Anyway, GOOOOOOD for Mandriva 2010!!!!!
    May be I should give a it a try! I hope there's a Live Cd available.
    On second thought I'm going there right now.

    Thanks Azeddine!

    ok good luck

  7. #537
    Join Date
    Aug 2010
    Beans
    1

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

    Has anyone tried to drive a 1920x1200 monitor with the sis 771? I have an ideacentre q100 and the best resolution I can get out of it with the sis671 drivers is 1680x1200. Here is my xorg.conf:

    PHP 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  "glx"
        
    Load  "dri2"
        
    Load  "record"
        
    Load  "extmod"
        
    Load  "dri"
        
    Load  "dbe"
    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"
        
    #DisplaySize      520   320    # mm
        
    Identifier   "Monitor0"
        
    VendorName   "DEL"
        
    ModelName    "DELL U2410"
        
    HorizSync    30.0 81.0
        VertRefresh  56.0 
    76.0
        Option        
    "DPMS"
    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 

  8. #538
    Join Date
    Jul 2010
    Beans
    4

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

    follow the topic

  9. #539
    Join Date
    Mar 2008
    Location
    India
    Beans
    18
    Distro
    Xubuntu 15.10 Wily Werewolf

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

    Sis Mirage graphics not working properly


    Hi.

    I searched for sis drivers in this forum and installed sis671_drv.* as said in a thread.
    But after restarting, it cause error, showing that,

    "Ubuntu is running in low graphics mode.... The following errors....: (EE) open /dev/fb0: No such file or directory, (EE) Screen(s) found. but none have a usable configuration..."

    What to do?

    I'm a beginner. Please help me to make my screen resolution which should be higher than 800x600.

  10. #540
    Join Date
    May 2009
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Quote Originally Posted by jinsujais View Post
    Sis Mirage graphics not working properly


    Hi.

    I searched for sis drivers in this forum and installed sis671_drv.* as said in a thread.
    But after restarting, it cause error, showing that,

    "Ubuntu is running in low graphics mode.... The following errors....: (EE) open /dev/fb0: No such file or directory, (EE) Screen(s) found. but none have a usable configuration..."

    What to do?

    I'm a beginner. Please help me to make my screen resolution which should be higher than 800x600.
    I assume you followed each and every step detailed here => http://ubuntuforums.org/showpost.php...&postcount=445

    Ok, do you remember which was the last option? Anyway login no matter what resolution, the thing is you get in. You won't have the right resolution yet, ok?
    Once you get to the desktop, start a Terminal and
    Code:
      cd /etc/X11
      sudo nano xorg.conf
    That will open xorg.conf in order to be edited, find "Device" Section and set `Driver "sis671"` (If you're beginner do not change anything else). Now to exit and save make ^x, where ^ means CTRL.... in a few words CTRL-x will let you exit nano, remember to SAVE changes!
    After that you should restart and enjoy full resolution. Good luck!
    --------------------------------------------------------------------------
    Elzigzag
    Argento de San Luis.

Page 54 of 87 FirstFirst ... 444525354555664 ... 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
  •