LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SiS Graphic Card Support (771/671 PCIE VGA)
#1
Hi!

It's my first time using linux and I know nothing about driver installing.

I have an issue with the display resolution (it gives me no video options) and just found out there's actually an incompatibility between some Ubuntu-based distros and the SiS Graphic Cards, specially the 771/671 version.

For some versions of Ubuntu I found the support, but simply couldn't understand it!!!

Does anyone knows if Linux Lite 2.0 has any kind of bug fix, update or anything that could be done to install this SiS graphic card driver?
And, if so, would anyone please try to explain it in a way that a linux begginer completely dummy could understand? =D

Thanks a lot!
Sorry for the bad english..

[]'s
Reply
#2
Go to Menu > Settings > Install drivers and check if there are any proprietary drivers to install.
Reply
#3
What resolution do you want?
Reply
#4
Hi I'm attempting to install LL2.2 on an Advent K1301 which has the SiS chipset in and have same problem low resolution.
Going to give 2.0 a try to see if that will work.

Just tried 2.0 and same.  Live works with a high resolution but when installed goes to 640x480 and no alternatives.
Could I ask why it seems to be okay in live but then not when installed?
Reply
#5
Post the output of
Code:
lspci | grep VGA
If it's something like this: SiS Graphic Card Support (771/671 PCIE VGA)
check this thread on ubuntuforums.org
http://ubuntuforums.org/showthread.php?t=2167879
Reply
#6
Yep it's  SiS Graphic Card Support (771/671 PCIE VGA)

Still don't understand why it works on live but fails to when installed. 

I understand from other sources that 12.04 should work so which LL is based on this.  is it 1.8?
Thanks
Reply
#7
Linux Lite 1.0.8 is Ubuntu 12.04 LTS based.
However, before installing LL 1.0.8, you can try creating xorg.conf file as suggested in the link I've posted.
Open a Terminal and create a xorg.conf file
Code:
sudo leafpad /etc/X11/xorg.conf
It will open a text editor with elevated user privileges.
Now copy and paste this configuration in it
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 "Monitor"
    Identifier    "Configured Monitor"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1280x800"
    HorizSync 20-107
        VertRefresh 50-185
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    Gamma    1.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
    Defaultdepth    24
    SubSection "Display"
        Depth    24
        Virtual    1280    768
        Modes        "1280x768@60"    "1280x720@60"    "800x600@60"    "1280x800@60"    "800x600@56"
    EndSubSection
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
Save the file and reboot.
You can select the resolution if you Open the Whisker Menu > Settings > Display
Reply
#8
Misko thanks for the info, especially the simple way to do it.  People sometimes forget that novices sometimes need to be spoon fed a little early on. 
Thanks again.
Reply
#9
Don't mention it.  Glad to help. All new begining's are hard.
Happy Holidays. Smile
Reply
#10
@Robert

Did Misko's suggestion in reply #6 fix the problem?

Thanks,
Scott
[Image: q7j1yAl.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)