Page 37 of 87 FirstFirst ... 27353637383947 ... LastLast
Results 361 to 370 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #361
    Join Date
    May 2007
    Beans
    4

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

    SiS M671/M672 driver for xorg xserver 7.5 on Debian / Sidux (Working on Ubuntu 10.04):

    http://estebanordano.com.ar/sis-m671...-debian-sidux/

  2. #362
    Join Date
    May 2009
    Beans
    52
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    Following comments:
    - No, it doesn't provide 3D acceleration support (Says Esteban Ordano)
    - Yes, it handles a dual monitor setup (Says Esteban, provides a How-to post in Spanish)

    More info? take a visit to his site.
    http://estebanordano.com.ar/sis-m671...-debian-sidux/
    --------------------------------------------------------------------------
    Elzigzag
    Argento de San Luis.

  3. #363
    Join Date
    Jul 2009
    Location
    Durham, UK
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

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

    Can you make that 10.04 driver work with plymouth?
    Do not PM for Support.
    Ubuntu Austria LoCo Admin
    Projects: Connary Internet Browser

  4. #364
    Join Date
    Apr 2010
    Beans
    1

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

    Quote Originally Posted by arrjj View Post
    Mandriva 2010 Driver
    Work fine in ubuntu 9.10 with asus x58c
    Code:
    X -version
    
    X.Org X Server 1.6.4
    Release Date: 2009-9-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-23-server i686 Ubuntu
    Current Operating System: Linux arrjj-laptop 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-19-generic root=UUID=80737e92-c283-41bf-b0e1-1267a4493c49 ro quiet splash
    Build Date: 14 November 2009  05:48:26PM
    xorg-server 2:1.6.4-2ubuntu4.1 (buildd@) 
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Code:
    glxinfo | grep rendering
    direct rendering: Yes
    Code:
    glxgears
    603 frames in 5.0 seconds
    647 frames in 5.0 seconds
    700 frames in 5.0 seconds
    690 frames in 5.0 seconds
    699 frames in 5.0 seconds
    683 frames in 5.0 seconds
    Code:
    lspci -vv
    01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
        Subsystem: ASUSTeK Computer Inc. Device 1812
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 16
        BIST result: 00
        Region 0: Memory at c0000000 (32-bit, prefetchable) [size=256M]
        Region 1: Memory at fd6e0000 (32-bit, non-prefetchable) [size=128K]
        Region 2: I/O ports at cc00 [size=128]
        Capabilities: [40] Power Management version 2
            Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
            Status: D0 PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [50] AGP version 3.0
            Status: RQ=256 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3+ Rate=x4,x8
            Command: RQ=32 ArqSz=2 Cal=0 SBA+ AGP+ GART64- 64bit- FW- Rate=x4
    Attached: /etc/X11/Xorg.conf /usr/lib/xorg/modules/drivers/sisimedia_drv.so
    not's xorg.conf attached... can you post it?...

  5. #365
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

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

    THIS WORKS on ubuntu 10.04

    I've just installed ubuntu 10.04 on my belinea c1541 laptop, which also has a sis 771/671
    @MichealH ..read below.. plymouth solution is on the bottom of this text.

    Anway; I've used the drivers from http://estebanordano.com.ar/sis-m671...-debian-sidux/

    take the install files, unzip them
    once unzipped copy or move them (I just copied them) *in terminal go to the path you've unzipped them in f.e; cd /home/user/Downloads

    Code:
    sudo cp sis671_drv.* /usr/lib/xorg/modules/drivers/
    Then I generated a xorg.conf.
    I opened up a terminal and typed;
    Code:
    sudo service gdm stop
    Then switching to tty1 which had only scrambled text.
    Anyway; logged in blindly
    became root with
    Code:
    sudo bash
    then generated a xorg.conf file with
    Code:
    Xorg -configure
    started gdm again with
    Code:
    service gdm start
    Opened up a terminal again;
    moved the autogenerated xorg.conf.new to /etc/X11/xorg.conf
    Code:
    sudo mv xorg.conf.new /etc/X11/xorg.conf
    and restarted gdm again;
    Code:
    sudo service gdm restart
    I now have a very nice workable screen. )(1280x800)

    Then I noticed the plymouth problem and the fact all tty's were still scrambled.
    However; the solution is easy;
    open a terminal;
    become root
    Code:
    sudo bash
    type;
    Code:
    echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
    type;
    Code:
    update-initramfs -u
    Code:
    reboot
    Everything is working like a charm.
    Last edited by mhgsys; April 10th, 2010 at 10:11 PM. Reason: added bold to make clear you have to do that blindly in tty
    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?

  6. #366
    Join Date
    Jul 2006
    Location
    Castrum, Germania Secunda
    Beans
    1,071

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

    In the past, I've used this driver with success in Ubuntu 9.04: http://sites.google.com/site/compute...edirects=0&d=1

    Simply double-click the deb file and then reboot.

    I don't know whether it works in 9.10 or 10.04; I don't have that computer with the SiS video card around anymore.

  7. #367
    Join Date
    Jul 2009
    Location
    Durham, UK
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

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

    Yipeeee! It now works for me Oh yes (see 1st attachment)

    *One issue though,b The ubuntu 10.04 Text doesn't come up can you tell me what going wrong? (see attachment no #2)

    EDIT the line is also What happens every time i boot that be via gdm, kdm and Also It comes up on Windows boot.
    Attached Images Attached Images
    Do not PM for Support.
    Ubuntu Austria LoCo Admin
    Projects: Connary Internet Browser

  8. #368
    Join Date
    Nov 2008
    Beans
    4

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

    Success on a Dell Optiplex 160 (w/SIS Mirage 3)
    running uBuntu 10.04 Beta 2 in 32bit.

    Thank you to the group for all the effort.

    Anyone try this method in 64bit mode?

    Oscar.

  9. #369
    Join Date
    Mar 2010
    Beans
    6

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

    mhgsys or any other. PLEASE UPLOAD WORKING XORG.CONF FOR 10.04! i have try it many times, the tutorial from mhgsys but its not working. only flickering!

    reinstalled ubuntu 4 times!

  10. #370
    Join Date
    Jun 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu

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

    Quote Originally Posted by master2 View Post
    mhgsys or any other. PLEASE UPLOAD WORKING XORG.CONF FOR 10.04! i have try it many times, the tutorial from mhgsys but its not working. only flickering!

    reinstalled ubuntu 4 times!
    Reinstalling should be you're last remedy; there are other ways to undo what "we've" done here.
    My guess is that you overlooked the fact you had to log in blindly on tty before entering the sudo bash command.

    Anyway;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  "dbe"
    	Load  "extmod"
    	Load  "record"
    	Load  "dri2"
    	Load  "glx"
    	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
    Anyway;
    Even with the proper xorg.conf...
    to fix the disordered screen in your tty's you'll have to
    open a terminal;
    become root
    Code:
    sudo bash
    and typ
    Code:
    echo blacklist vga16fb > /etc/modprobe.d/blacklist-vga16fb.conf
    and
    Code:
    update-initramfs -u
    followed by a
    Code:
    reboot
    Last edited by mhgsys; April 10th, 2010 at 09:31 PM.
    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?

Page 37 of 87 FirstFirst ... 27353637383947 ... 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
  •