LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-08-2009, 05:29 PM   #1
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Rep: Reputation: 15
Choosing Xorg.conf


Hi,

I'm currently using Fedora 10. When I initially installed Fedora it refused to boot into the GUI because of it's lack of compatibility with my graphics card, which is "Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)".

I got a friend to fix this for me but it was kind of a quick fix job. I'm not sure exactly what he did but I think he downloaded a xorg.conf file and copied it to my installation. Anyway I can now use the computer fine in the GUI. The problem is when I try to watch videos on you tube or even locally they start skipping. I also can't use any effects such as wobbly windows because it just freezes.

What I want to know how to do is find out what xorg.conf I should be using for my graphics card and then how to actually copy it to my system without damaging the OS files!

Would appreciate some help,

Thanks
 
Old 03-08-2009, 05:48 PM   #2
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Okay.
One way is to download and install an older version of Fedora, configure the Xserver, and then mount and copy the configuration to the Fedora10 install.
or this: http://ubuntuforums.org/archive/index.php/t-615094.html

with this:http://en.gentoo-wiki.com/wiki/Fujit...o_Mobile_V5535
 
Old 03-08-2009, 06:46 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,589

Rep: Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643
running " system-config-display " on fedora 10 should generate a xorg.conf
 
Old 03-08-2009, 06:59 PM   #4
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
Thanks for the replies. I am doing some research atm to make sure I download the correct file!

Quote:
Originally Posted by John VV View Post
running " system-config-display " on fedora 10 should generate a xorg.conf
This is what happened:
Code:
[root@localhost ~]# system-config-display
-bash: system-config-display: command not found
 
Old 03-08-2009, 07:14 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,589

Rep: Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643Reputation: 2643
then install it , it is missing on some fedora " live" cd's
Code:
su -
yum install system-config-display
 
Old 03-11-2009, 11:45 AM   #6
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Mr-Bisquit View Post
Okay.
One way is to download and install an older version of Fedora, configure the Xserver, and then mount and copy the configuration to the Fedora10 install.
or this: http://ubuntuforums.org/archive/index.php/t-615094.html

with this:http://en.gentoo-wiki.com/wiki/Fujit...o_Mobile_V5535
That isn't really an option since I had the same problem with Fedora 9, so it would probably be the same with 8,7 etc
 
Old 03-11-2009, 11:48 AM   #7
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by John VV View Post
then install it , it is missing on some fedora " live" cd's
Yeah I have installed it and run it with no difference. I noticed that from within system-config-display it still thinks that I am using Vesa, which I had to tell it in order to get any sort of a display at all!

I just can't figure out where to get the xorg drivers for my Silicon Integrated Systems graphics card. Does anyone know how I can do this?

And then how to install those drivers....

Thanks
 
Old 03-11-2009, 01:00 PM   #8
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
yum install xorg-x11-drv-sis

That should install the sis driver on your system. Most new systems auto-configure the video card and choose the most appropriate driver that is currently installed on the system, so now that you have the sis driver installed restart the X server
CTR:+ALT+BACKSPACE

to verify your system is now using the sis driver use the following command
cat /var/log/Xorg.0.log | grep -i driver

you should have a line in log the output that looks something like this..
Code:
=Matched sis for the autoconfigured driver
Which would indicate that the system has identified the sis driver as being the one for your card and has loaded it, rather than the vesa driver
 
Old 03-11-2009, 01:05 PM   #9
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
right but if I do that am I sure that it will work given that Fedora 10 does not support my graphics card?

I just want to make sure because I don't want my display to break again! I might not be able to recover it again myself! :-)
 
Old 03-11-2009, 01:11 PM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Ahh you are right..

https://bugzilla.redhat.com/show_bug.cgi?id=470724

You are better off leaving things alone since the vesa driver is the only one listed to support your card in Fedora 10. (bummer)

The vesa driver will not use any of the cards acceleration capabilities, so yes you will have most likely have problems with video playback and you will not be able to use those other animated desktop effects.

You could always put in a better video card that is supported.. might I suggest something from nvidia or ATI ?
 
Old 03-11-2009, 01:16 PM   #11
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
damn that's annoying! I tried to get another video card but I was told that you can't change the video card in laptops. I'm sure it is possible - but i'd say it's tricky. The only time I ever opened this thing was for extra ram!
 
Old 03-11-2009, 02:04 PM   #12
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Some laptops will allow you to change the video card, but these are not common (some Dell laptops for instance). The video cards are built specifically for the laptop models as far as I can tell so getting a video card could be difficult even for a model that can be changed.

The majority of laptops will probably NOT allow you to change that card, those using lower end video are probably built right onto the motherboard of the laptop.

So yeah you are stuck waiting for them to fix the issue in RedHat/Fedora, or you could look at switching to a distro where the Driver works with your card.. I have been seeing a lot of issues with SIS cards in Linux lately though..
 
Old 03-13-2009, 01:46 PM   #13
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
I was just thinking. I used Mandriva a while back on this laptop without any graphics problems. If I boot to a live cd with Mandriva and copy the xorg.conf over to my Fedora installation do you think it would work. Or are they completely different files?
 
Old 03-13-2009, 05:06 PM   #14
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
If the xorg conf works in Mandriva it should work on your current Distro..

If the issue is due to a bug in the sis Driver in Fedora, then the new xorg.conf probably won't make a difference

Couldn't hurt to backup your current xorg.conf file and give it a go if you are willing to put in the time and effort.

Last edited by farslayer; 03-13-2009 at 11:35 PM.
 
Old 03-13-2009, 05:10 PM   #15
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
yeah i might to it tomorrow. my only concern is live disk file systems can sometimes be all over the place! well i should be able to find the file anyway. i'll let you know how i get on

thanks
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
nvidia xorg.conf OR X windows xorg.conf? machines Slackware 3 04-06-2008 02:10 PM
xorg.conf spawnasdf Slackware 9 03-14-2006 05:04 PM
xorg.conf Talen04 SUSE / openSUSE 3 05-18-2005 05:58 AM
xorg.conf chunlee Linux - Newbie 2 12-27-2004 02:59 PM
Xorg Hard Crashes and corrupts xorg.conf Advocator Linux - General 0 07-15-2004 01:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:41 AM.

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