Page 85 of 87 FirstFirst ... 35758384858687 LastLast
Results 841 to 850 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #841
    Join Date
    Jan 2013
    Beans
    6

    Re: SiS 771/671 Mirage 3 Video Drivers

    try with VLC -> Settings -> Video --> Output --> X11

    it should work.

  2. #842
    Join Date
    Jan 2013
    Beans
    6

    Re: SiS 771/671 Mirage 3 Video Drivers

    Hi guys! I have read both forums referred to above (http://en.gentoo-wiki.com/wiki/X.Org/Dual_Monitors) and (http://linux.fi/wiki/X.orgin_asetukset, duly translated into english of course)

    I figured out that you can "play" with the xorg.conf with many different configurations and you may get:

    TV output at 1280x1024

    dual screens

    mirrowed screens

    extend the laptop screen to the TV

    swich the principal screen.


    I will try to generate scripts to make this easier for everyone to make them work.

    Best (I´m becoming to love lynux)

  3. #843
    Join Date
    Jan 2013
    Beans
    2

    Re: SiS 771/671 Mirage 3 Video Drivers

    To VLC work ok you must config in VLC the VIDEO OUTPUT to "x-org"

  4. #844
    Join Date
    Nov 2011
    Beans
    4

    Re: SiS 771/671 Mirage 3 Video Drivers

    Just for reference (it took me ages to find this).

    Instead of 0.9.1 from hellnest in github, please use this:
    http://cgit.freedesktop.org/xorg/driver/xf86-video-sis/

    0.10.7

    and this should work on 12.10

    -rsd

  5. #845
    Join Date
    Mar 2013
    Beans
    1

    Re: SiS 771/671 Mirage 3 Video Drivers

    Quote Originally Posted by rsdias View Post
    Just for reference (it took me ages to find this).

    Instead of 0.9.1 from hellnest in github, please use this:
    http://cgit.freedesktop.org/xorg/driver/xf86-video-sis/

    0.10.7

    and this should work on 12.10

    -rsd
    Thanks for this rsdias but I've been using 0.9.1 for a long time without issues, is there any noticeable difference in 0.10.7? Is it working better in any way?

  6. #846
    Join Date
    Aug 2013
    Beans
    1

    Re: SiS 771/671 Mirage 3 Video Drivers

    Quote Originally Posted by turbomursu View Post
    i have FuSi esprimo V5535 laptop and of course i had problems with the SiS 771/671 graphics stuff.

    i used Antonio J. de Oliveira's great instructions from http://sites.google.com/site/easylinuxtipsproject/sis and got the laptop display working like a charm. but i can't get my external display to extend my desktop on it. it shows the same desktop i have on the laptop screen. i'm sure it's only xorg.conf settings, but being the newbie i am, i need some help with it. anyone? pretty please....
    hi, I have the same case.
    finally yesterday, I've got my 1366 x 768 display

    so this is the trick ( it's not 3D acceleration.... just monitor trick )

    WARNING !!!! UBUNTU MUST FRESH INSTALLED. BACKUP YOUR DATA FIRST

    Work on Ubuntu 12.04. I have not tried it on other versions

    1. Download this mageia driver for 32 bit : http://mirror.yandex.ru/mageia/distr....mga2.i586.rpm
    for 64 bit : http://mirror.yandex.ru/mageia/distrib/2/x86_64/media/core/release/x11-driver-video-sisimedia-0.9.1-1.20091203.11.mga2.x86_64.rpm

    2. Download SIS driver & xorg here http://www.4.shared.com/zip/s1NL2GAv..._1366x768.html

    3. extract the 12.04 32bit 1366x768.zip file.

    4. copy sismedia
    $ sudo cp sisimedia_drv.so /usr/lib/xorg/modules/drivers
    5. copy xorg.cong
    $ sudo cp xorg.conf /etc/X11
    6. install alien
    $ sudo apt-get install alien
    7. change DIR
    $ cd Downloads
    8. now you should convert RMP file to DEB file >>>> still on terminal, type ;
    $ sudo alien -d x11-driver-video-sisimedia-0.9.1-1.20091203.11.mga2.i586.rpm
    9. after done convert it, you will see x11-driver-video-sisimedia_0.9.1-2.20091203_i386.deb file.

    10. and install it.

    11. done, and reboot
    Last edited by gapr00k; August 6th, 2013 at 02:20 AM. Reason: edit missing words

  7. #847
    Join Date
    Jun 2012
    Beans
    310

    Re: SiS 771/671 Mirage 3 Video Drivers

    I apologize for jumping straight to this,I know you are supposed to search,but this thread is 85 pages long : can someone point out where in it I can find (hopefully) simple,straight directions on how to install a driver that will just give me a 1366*768 screen resolution instead of 1024*768,no other stuff involved as Compiz effects and such?

    I've had this damn laptop (Asus K50C) for years now,and gave up on installing Linux for this very issue,since back then I did not have the skills to even try to install a driver -now,after running several distros on another pc,I may (or still may not ,come to that ) have the ability to give this another shot:this laptop won't have to do much but serve as a backup option,only that 1024*768 resolution is unbearable,looks like the computer has been started in safe mode.

  8. #848
    Join Date
    Dec 2013
    Beans
    1

    Re: SiS 771/671 Mirage 3 Video Drivers

    It is great to hear few manage to get expected resolution and few dual monitor. I did manage to set expeted resolution by folllowing steps as metioned by Ajoliveira on Ubuntu 12.04 LTS 32 bit -

    http://ajoliveira.com/ajoliveira/uk/software/xorg.php

    ------------------------------------------------------------------------------

    1. Download the drivers from http://ajoliveira.com/ajoliveira/gen...t_12.04.tar.gz
    2. Download the script from http://ajoliveira.com/ajoliveira/gen/bin/sis.gz
    3. Untar/Unzip both files
    4. Run the script to copy driver and xorg
    abc@abc:~/Downloads$ sudo chmod +x sis
    abc@abc:~/Downloads$ sudo ./sis 32 12.04
    5. Restart PC
    ------------------------------------------------------------------------------
    But I have a problem running SKYPE. When I start video call X server restarts with loging prompt. This was also seen for VLC and MINITUBE while running a video. VLC problem is fixed with setting Tools -> Preferences -> Video -> Output -> "X11 Video output (XCB)"

    The problem with SKYPE and MINITUBE is still there. So to me it look like the setting for SKYPE and MINITUBE has to be changed like VLC. But I could not figure it out by searching all day and trying many things.

    Can anyone please pinpoint what does happen when we change VLC Video output to "X11 Video output (XCB)" from "Default" and how can we do the same for SKYPE and possibly MINITUBE? SKYPE video is priority for me.
    Last edited by shashi.troubleshoo; December 28th, 2013 at 02:29 AM.

  9. #849
    Join Date
    Feb 2011
    Beans
    17

    Re: SiS 771/671 Mirage 3 Video Drivers

    https://sites.google.com/site/easylinuxtipsproject/sis

    worked for me using 12.04.3 LTS 32 bit

    However, xrandr doesn't show the two connectors of the card, LVDS1 and VGA1. So, VGA1 can't be controlled as I use to with other computers.

  10. #850
    Join Date
    Aug 2013
    Location
    Mercedes, SL, Argentina
    Beans
    17
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: SiS 771/671 Mirage 3 Video Drivers

    So, I think nothing new for SIS 671/771 is coming with this Trusty 14.04 update, am I right? Has anyone given it a try?

Page 85 of 87 FirstFirst ... 35758384858687 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
  •