Page 16 of 87 FirstFirst ... 614151617182666 ... LastLast
Results 151 to 160 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #151
    Join Date
    Aug 2008
    Location
    Viet nam
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

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

    Quote Originally Posted by bgerlich View Post
    Hi

    Took me long enough but I finally got around to it.

    Below is a beta version of sis 771/671 driver package for Ubuntu Jaunty. Now with working 2D Acceleration (XAA).

    As before - simply install the deb package and make sure that your xorg.conf is the one provided by the system (no modifications required).
    Thanks bgerlich,
    Can it work with Fedora 11?

  2. #152
    Join Date
    May 2008
    Beans
    5

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

    Hallo KS Tan!

    Thank you for your letter. I have send it to my Laptop builder Nexoc and I hope other people will do it too.

  3. #153
    Join Date
    Jul 2008
    Beans
    276

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

    little_fire:
    I don't see why not. Either extract the files form deb package or compile the source.

  4. #154
    Join Date
    Jun 2008
    Beans
    11

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

    Hello Bgerlich, i'm 64 bit user and i can't not compile the souce code, can you post instructions to compile, please?

  5. #155
    Join Date
    Feb 2009
    Location
    Sintra, Portugal
    Beans
    65
    Distro
    Xubuntu Development Release

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

    Hi

    I grabbed a test machine with Xubuntu 8.10 and upgraded to Jaunty by:

    # sudo update-manager -d

    The result: incomplete upgrade, unstable machine, re-install Xubuntu 8.10...

    So, I don't advise anybody with Xubuntu to do what I did...maybe it is better to wait for a while for the stable thing...

    Cheers

    Antonio

  6. #156
    Join Date
    Apr 2009
    Beans
    6

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

    Hi there!

    Altough she's not using Ubuntu, my girlfriend has a laptop (Fujitsu-Siemens ESPRIMO Mobile V5535) with a SiS Mirage 3 (771/671) graphics card running Arch Linux (xorg-server 1.6.1).

    Using Bartlomiej's latest modified driver didn't work.
    First I tried the pre-compiled binary, then I compiled the driver from source, with the same results.

    The Xorg log doesn't show any actual errors, because the graphics card is detected and the driver is loaded. The problem is that the screen blinks, and between blinks the last image (before running X with the SiS driver) that the graphics card has in ram/buffer/whatever is shown, and it just stays doing that.

    Did this happened to anyone? How about you Cybrarian. Was this the problem you had before the Xorg upgrade you had to do?

    Here is the xorg.conf, nothing fancy, just the essential:
    Code:
    Section "Device"
    	Identifier	"Device0"
    	Driver		"sis671"
    EndSection
    
    Section "Monitor"
    	Identifier	"Monitor0"
    EndSection
    
    Section "Screen"
    	Identifier	"Screen0"
    	Monitor		"Monitor0"
    	Device		"Device0"
    EndSection
    Before the Xorg upgrade, it was doing fine using xorg-server 1.5.x with this Ubuntu 8.10 driver. Using VESA driver for now.

    Cheers,
    Quetzy

  7. #157
    Join Date
    Jul 2008
    Beans
    276

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

    Maybe Arch didn't push out the DRIFinishScreenInit bug fix yet. Try disabling the DRI using the
    Code:
    option "DRI" "0"
    in the Device section of your xorg.conf. Tell us what are your results.

  8. #158
    Join Date
    Apr 2009
    Beans
    6

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

    Quote Originally Posted by bgerlich View Post
    Maybe Arch didn't push out the DRIFinishScreenInit bug fix yet. Try disabling the DRI using the
    Code:
    option "DRI" "0"
    in the Device section of your xorg.conf. Tell us what are your results.
    Thank you, problem solved!

  9. #159
    Join Date
    Jul 2008
    Beans
    276

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

    Quote Originally Posted by quetzyg View Post
    Thank you, problem solved!
    Be warned through. Turning off DRI makes the driver about 3 to 4 times slower. Try to look into that X.org fix and when will it be available in Arch.

    Alternately you can find "return DRIFinishScreenInit" in sis.c and replace it with "return TRUE". It's in function SisDRIScreenInit (or something similar).

  10. #160
    Join Date
    Apr 2009
    Beans
    6

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

    Quote Originally Posted by bgerlich View Post
    Be warned through. Turning off DRI makes the driver about 3 to 4 times slower. Try to look into that X.org fix and when will it be available in Arch.

    Alternately you can find "return DRIFinishScreenInit" in sis.c and replace it with "return TRUE". It's in function SisDRIScreenInit (or something similar).
    Thanks for the heads up. I'll look into that

    Cheers,
    Quetzy

Page 16 of 87 FirstFirst ... 614151617182666 ... 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
  •