LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-06-2002, 11:01 PM   #1
ScreeminChikin
Member
 
Registered: Aug 2002
Location: Kansas City
Distribution: Mandrake 9.2 and a couple of RH7.3 Apache servers
Posts: 153

Rep: Reputation: 30
anybody using SIS315 video card?


I have an SIS315 that is a 256bit AGP 4x VGA card with 64meg that I would like to use in my Linux box. I install it and cant seem to get it configured right. I just get an error message that there is a problem with my configuration and X wont start. I had to put back in my gforce 4meg card and everything is cool. Has anybody used this card successfully with either RedHat 7.3 or Mandrake 8.2?
 
Old 09-07-2002, 12:32 AM   #2
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
I don't see your card in the list of supported in either XFree86-4.2 or XFree86-3.3.6 http://xfree86.org/4.2.0/Status30.html#30, is it a very new stuff?
 
Old 09-07-2002, 01:05 AM   #3
ScreeminChikin
Member
 
Registered: Aug 2002
Location: Kansas City
Distribution: Mandrake 9.2 and a couple of RH7.3 Apache servers
Posts: 153

Original Poster
Rep: Reputation: 30
Ya its a fairly new card. Probably 6mos old. I didnt see it in the red hat or mandrake hardware list but was wondering if anybody had used it sucessfully or if there was a driver out there I could install of something.
 
Old 09-07-2002, 04:28 AM   #4
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
Go to http://www.winischhofer.net
 
Old 09-07-2002, 09:17 AM   #5
ScreeminChikin
Member
 
Registered: Aug 2002
Location: Kansas City
Distribution: Mandrake 9.2 and a couple of RH7.3 Apache servers
Posts: 153

Original Poster
Rep: Reputation: 30
Hey thanks for the link. I read over the SIS page but Im afraid that most of what was on there is above my head as far as what I would have to do to make it work.
 
Old 09-07-2002, 11:58 AM   #6
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
All you need to do is recompile the kernel and put the drivers in the right places before that.
Thats for 3d acceleration.If you just want the thing to work - it should if you do xf86config and then configure all the stuff you got in there - like mouse and keyboard, bla,bla then you get to monitor and after that to graphics.
The grapics driver for sis is somewhere around 470 depending on the version of xfree.
If in doubt just try the 620 driver first. That gives you the newest driver.
You can try the others,too - I don't know that card.
If that doesn't get you anywhere pls. post the output of 'lspci -v'
 
Old 09-07-2002, 02:09 PM   #7
ScreeminChikin
Member
 
Registered: Aug 2002
Location: Kansas City
Distribution: Mandrake 9.2 and a couple of RH7.3 Apache servers
Posts: 153

Original Poster
Rep: Reputation: 30
like I said...over my head. I never even saw linux befire about a week ago and dont even know what compiling is. Im afraid all of my experience is windows and Im not any kind of programmer.
 
Old 10-16-2003, 11:13 PM   #8
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
i have a sis 315 and it works fine with slackware9 and here is the device section of my XF86Config file cluck
.
.
.
Section "Device"
Identifier "** SiS (generic) [sis]"
Driver "sis"
#VideoRam 65536
# Option "no_accel"
# Option "fifo_moderate"
# Option "fifo_conserv"
# Option "fifo_aggressive"
# Option "no_BitBlt"
# Option "fast_vram"
# Option "pci_burst_on"
# Option "xaa_benchmark"
# Option "ext_eng_queue"
# Insert Clocks lines here if appropriate
EndSection
.
.
.
 
Old 10-17-2003, 03:27 AM   #9
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
3d acceleration won't work with the 315 series, the linux sis driver supports DRI only for the 300 series. (I have a laptop with a SiS650 video controller, which is 315 series).

You shouldn't need to recompile your kernel. First things first. Check in /usr/X11R6/lib/modules/drivers to see if you have a file called sis_drv.o in there. If you do, then modify your /etc/X11/XF86config-4 file (you must do this as root) and set Driver to "sis" in the "Device" section. Then startx and you might find it works.
 
Old 10-17-2003, 08:31 AM   #10
ScreeminChikin
Member
 
Registered: Aug 2002
Location: Kansas City
Distribution: Mandrake 9.2 and a couple of RH7.3 Apache servers
Posts: 153

Original Poster
Rep: Reputation: 30
wow...this thread is over a year old. How did this come back up. I gave up on this card a year ago....but thanks
 
Old 03-26-2004, 10:53 PM   #11
fideli
Member
 
Registered: Nov 2003
Location: Mississauga
Distribution: arch linux
Posts: 51

Rep: Reputation: 15
so...i know it's a really old thread, but..is dri ever going to be supported for the 315 series? i too have a laptop with an sis 650 chipset
 
Old 03-27-2004, 02:08 AM   #12
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
There's always a chance, but personally I've given up hoping ever to be able to play tuxracer on my notebook.
 
Old 03-27-2004, 02:58 AM   #13
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
Thomas Winischhofer doesn't do the SiS DRI stuff, Eric Anholt does. So he's the one to pester about it. http://people.freebsd.org/~anholt/
 
Old 03-28-2004, 03:01 PM   #14
vasudevadas
Member
 
Registered: Jul 2003
Location: Bedford, UK
Distribution: Slackware 11.0, LFS 6.1
Posts: 519

Rep: Reputation: 30
Quote:
Originally posted by Crito
Thomas Winischhofer doesn't do the SiS DRI stuff, Eric Anholt does. So he's the one to pester about it. http://people.freebsd.org/~anholt/
Well, I sent him a courteous email anyway. He can flame me back if he feels like it.
 
Old 04-01-2004, 08:53 PM   #15
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
really you should pester the SiS people? themselves to release full documentation for their 315 series chips, here is thier contact site. begin your email with something nice like
"SiSsies, release full info for the 315 series NOW!" or "WE WANT 3D 4 315!!!"

http://www.sis.com/contact/webmaster.php
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Head Video Card and onboard Video basketkase999 Linux - Hardware 1 08-23-2005 01:54 PM
Two X servers, one for my monitor, one for my TV using s-video out from video card? ateam Linux - Hardware 3 02-11-2005 02:43 PM
failed video mode on new video card Pandarsson Linux - Hardware 3 01-23-2005 04:39 PM
where can I get the vedio driver of SIS315 for linux???? junkda Linux - Hardware 4 11-28-2003 10:14 AM
Suggestions for Sound Card & Video Card DoubleLetter Linux - Hardware 1 07-23-2003 06:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration