Page 21 of 87 FirstFirst ... 1119202122233171 ... LastLast
Results 201 to 210 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #201
    Join Date
    May 2009
    Beans
    1

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

    Quote Originally Posted by Martje_001 View Post
    This is for Ubuntu 9.04 (Jaunty Jackalope), AMD64 (64-bit):

    1. Download files
    2. Move them to /usr/lib/xorg/modules/drivers
    3. Add the following to your device section in /etc/X11/xorg.conf:
    Code:
    Driver "sis671"
    4. Reboot your system (or restart gdm/Xorg)

    Thanks a lot, I´ve been searching for this and now I´m a very happy 1280x800 user

    Regards,
    Fernando.

  2. #202
    Join Date
    May 2009
    Location
    Argentina
    Beans
    5
    Distro
    Ubuntu 9.04 Jaunty Jackalope

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





    Thats whats happen to my screen after installing the driver. I have tried editing xorg.conf by hand and adding Option "UseROMData" "false" and things like that, but nothing works. Any idea?

  3. #203
    Join Date
    Jan 2008
    Beans
    2

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

    bgerlich,

    I have a Fujitsu Siemens Mobile Esprimo v5535 with a SiS 771/671 video card. I run sidux (a user-friendly derivative of Debian Sid, with a different kernel and a few scripts). When the old driver stopped working I did a full reinstall (vesa driver), updated the system using the smxi script and installed the beta driver for SiS 771/671 posted here. Next to the link to the deb package there was a link to this thread.

    First, I want to thank you for a functional driver for my system. With the new Xorg, it allows flawless suspension to both disk and RAM.

    There is still one snag: when I log out my account or when I press Ctrl-Alt-Backspace (I have disabled DontZap) I am dropped at the console. kdm is still active according to "ps aux" but I have to restart it to get my graphical login back.

    I am not sure where the problem lies: the beta driver, changes in Xorg, KDE 4.2, or (quite unlikely) an update issue.

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

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

    Thanks for the driver Bartlomiej. It works, I could do the upgrade to 9.04.

  5. #205
    Join Date
    Jun 2008
    Beans
    3

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

    I have tried installing the deb on jaunty and an intel d201gly mini itx motherboard but I get the following error:

    (II) SIS(0): SiS driver (2006/10/17-1, compiled for X.org 1.6.0.0)
    (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
    (II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
    (II) SIS(0): *** for documentation, updates and a Premium Version.
    (II) SIS(0): RandR rotation support not available in this version.
    (II) SIS(0): Dynamic modelist support not available in this version.
    (II) SIS(0): Screen growing support not available in this version.
    (II) SIS(0): Advanced Xv video blitter not available in this version.
    (II) SIS(0): Advanced MergedFB support not available in this version.
    (EE) SIS(0): **************************************************
    (EE) SIS(0): ERROR:
    (EE) SIS(0): Chipset "SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662" is not SIS 771/671, use the "sis" driver instead
    (EE) SIS(0): END OF MESSAGE
    (EE) SIS(0): **************************************************
    (II) UnloadModule: "sis671"

    Will this driver work for the Intel d201gly motherboard and jaunty?

    Regards,

    Michael

  6. #206
    Join Date
    May 2006
    Beans
    7

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

    Quote Originally Posted by mcrump001 View Post
    I have tried installing the deb on jaunty and an intel d201gly mini itx motherboard but I get the following error:

    (II) SIS(0): SiS driver (2006/10/17-1, compiled for X.org 1.6.0.0)
    (II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
    (II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
    (II) SIS(0): *** for documentation, updates and a Premium Version.
    (II) SIS(0): RandR rotation support not available in this version.
    (II) SIS(0): Dynamic modelist support not available in this version.
    (II) SIS(0): Screen growing support not available in this version.
    (II) SIS(0): Advanced Xv video blitter not available in this version.
    (II) SIS(0): Advanced MergedFB support not available in this version.
    (EE) SIS(0): **************************************************
    (EE) SIS(0): ERROR:
    (EE) SIS(0): Chipset "SIS[M]661[F|M]X/[M]741[GX]/[M]760[GX]/[M]761[GX]/662" is not SIS 771/671, use the "sis" driver instead
    (EE) SIS(0): END OF MESSAGE
    (EE) SIS(0): **************************************************
    (II) UnloadModule: "sis671"

    Will this driver work for the Intel d201gly motherboard and jaunty?
    That is what I've asking, I have not yet received an answer to this...

  7. #207
    Join Date
    Jul 2008
    Beans
    276

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

    Comment out the lines 3330, 3331, 3332 and 3333 of the file src/sis_driver.c .

    It looks like this:
    Code:
        if(pSiS->Chipset != PCI_CHIP_SIS671) {
           SISErrorLog(pScrn, "Chipset \"%s\" is not SIS 771/671, use the \"sis\" driver instead\n", pScrn->chipset);
           goto my_error_0;
        }
    Should look:
    Code:
    //    if(pSiS->Chipset != PCI_CHIP_SIS671) {
    //       SISErrorLog(pScrn, "Chipset \"%s\" is not SIS 771/671, use the \"sis\" driver instead\n", pScrn->chipset);
    //       goto my_error_0;
    //    }
    I have no idea if the driver will work with Sis 662, it should but I have no way of verifying that claim. If it does - please report. If you need help compiling the driver send me line.

  8. #208
    Join Date
    Jun 2008
    Beans
    3

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

    I have tried recompiling the driver but have had little success. I was wondering if you might be able to recompile it and add an xorg config option to the driver to force or ignore the sis chip set restriction.

  9. #209
    Join Date
    Jul 2008
    Beans
    276

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

    Will post the driver tomorrow evening. Cheers.

  10. #210
    Join Date
    Jul 2008
    Location
    Malate, Manila
    Beans
    4
    Distro
    Kubuntu 9.04 Jaunty Jackalope

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

    barros lee gave this to me he said this could also run on FC10 but this is just for ubuntu 8.10 i havent tried this yet.. because i am now using the jaunty. and this is a .run file which is looks alien to me.. i dont know how to install this http://rapidshare.com/files/24078973...tu810.run.html

Page 21 of 87 FirstFirst ... 1119202122233171 ... 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
  •