Page 87 of 87 FirstFirst ... 3777858687
Results 861 to 867 of 867

Thread: SiS 771/671 Mirage 3 Video Drivers

  1. #861
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: SiS 771/671 Mirage 3 Video Drivers

    Quote Originally Posted by exekabuto View Post
    Write me if you want any other information.
    No, please keep all communication in the open and not in PM's. More people will benefit from reading about the solution.
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  2. #862
    Join Date
    Jan 2013
    Beans
    6

    Re: SiS 771/671 Mirage 3 Video Drivers

    Quote Originally Posted by mörgæs View Post
    No, please keep all communication in the open and not in PM's. More people will benefit from reading about the solution.
    Sure, I meant post here and I will answer asap

  3. #863
    Join Date
    Aug 2014
    Beans
    2

    Re: SiS 771/671 Mirage 3 Video Drivers

    Hello everyone. I am a new comer. Could someone please direct me to a simple way to install sis 771/671 for Ubuntu 12.04 64-bit. I will be very grateful.

    Thanks!

  4. #864
    Join Date
    Aug 2014
    Beans
    2

    Re: SiS 771/671 Mirage 3 Video Drivers

    I did everything exactly as you mentioned but nothing happened after I rebooted.

  5. #865
    Join Date
    Oct 2009
    Location
    Reykjavík, Ísland
    Beans
    13,647
    Distro
    Xubuntu

    Re: SiS 771/671 Mirage 3 Video Drivers

    Please describe the problem and the solution you have tried.
    Did you try both 12.04 and 14.04?
    Bringing old hardware back to life. About problems due to upgrading.
    Please visit Quick Links -> Unanswered Posts.
    Don't use this space for a list of your hardware. It only creates false hits in the search engines.

  6. #866
    Join Date
    Nov 2014
    Beans
    1

    Re: SiS 771/671 Mirage 3 Video Drivers

    for Ubutnu 14.04 I've simply added this file in /usr/share/X11/xorg.conf.d/
    filename: /usr/share/X11/xorg.conf.d/60-custom.conf

    in a terminal:
    sudo nano /usr/share/X11/xorg.conf.d/60-custom.conf
    then copy this code:

    Code:
    Section "Device"
      Identifier "Generic Video Card"
        VendorName  "Silicon Integrated Systems [SiS]"
            BoardName   "771/671 PCIE VGA Display Adapter"
        Busid "PCI:1:0:0"
        Driver "vesa"
        Screen 0
            Option "UseFBDev" "true"
            Option "DPMS"
            Option "ShadowFB"
            Option "MaxXFBMem"
            VideoRam 262016
            Option "RenderAccel" "true"
            Option "AllowGLXWithComposite" "true"
            Option "backingstore" "true"
            Option "AddARGBGLXVisuals" "True"
    
    EndSection
    
    Section "Module"
        Load "dri"
        Load "dbe" # Double-Buffering Extension
        Load "v4l" # Video for Linux
        Load "extmod"
        Load "type1"
        Load "freetype"
        Load "glx" # 3D layer
        Load "GLcore"
        Load "i2c"
        Load "bitmap"
        Load "ddc"
        Load "int10"
        Load "vbe"
        Load "speedo"
        Load "record"
    EndSection
    
    Section "DRI"
            Mode 0666
    EndSection
    then
    sudo service lightdm restart

    Enjoy!

  7. #867
    Join Date
    Nov 2014
    Beans
    2

    Re: SiS 771/671 Mirage 3 Video Drivers

    Quote Originally Posted by nikoz99 View Post
    for Ubutnu 14.04 I've simply added this file in /usr/share/X11/xorg.conf.d/
    filename: /usr/share/X11/xorg.conf.d/60-custom.conf

    in a terminal:
    sudo nano /usr/share/X11/xorg.conf.d/60-custom.conf
    then copy this code:

    Code:
    Section "Device"
      Identifier "Generic Video Card"
        VendorName  "Silicon Integrated Systems [SiS]"
            BoardName   "771/671 PCIE VGA Display Adapter"
        Busid "PCI:1:0:0"
        Driver "vesa"
        Screen 0
            Option "UseFBDev" "true"
            Option "DPMS"
            Option "ShadowFB"
            Option "MaxXFBMem"
            VideoRam 262016
            Option "RenderAccel" "true"
            Option "AllowGLXWithComposite" "true"
            Option "backingstore" "true"
            Option "AddARGBGLXVisuals" "True"
    
    EndSection
    
    Section "Module"
        Load "dri"
        Load "dbe" # Double-Buffering Extension
        Load "v4l" # Video for Linux
        Load "extmod"
        Load "type1"
        Load "freetype"
        Load "glx" # 3D layer
        Load "GLcore"
        Load "i2c"
        Load "bitmap"
        Load "ddc"
        Load "int10"
        Load "vbe"
        Load "speedo"
        Load "record"
    EndSection
    
    Section "DRI"
            Mode 0666
    EndSection
    then
    sudo service lightdm restart

    Enjoy!

    Didn't work for me ......
    but .....I did this:
    For anybody that hasn't been able to get 1366x768 with SiS - you may want to read this..

    I have been trying to find a solution for my laptop (Acer K50C) sis 672. I wanted to get 1366x768 resolution working with Ubuntu 14.04. In previous releases of ubuntu I downloaded the sis761 driver and compiled it....but I haven't been able to find a code that compiles ok for this ubuntu release.

    I ended up downloading the sisimedia driver

    followed the instructions at the URL Below:

    http://zatherz.cba.pl/sis/

Page 87 of 87 FirstFirst ... 3777858687

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
  •