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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-08-2009, 05:29 PM
|
#1
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Rep:
|
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
|
|
|
03-08-2009, 06:46 PM
|
#3
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,691
|
running " system-config-display " on fedora 10 should generate a xorg.conf
|
|
|
03-08-2009, 06:59 PM
|
#4
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Original Poster
Rep:
|
Thanks for the replies. I am doing some research atm to make sure I download the correct file!
Quote:
Originally Posted by John VV
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
|
|
|
03-08-2009, 07:14 PM
|
#5
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,691
|
then install it , it is missing on some fedora " live" cd's
Code:
su -
yum install system-config-display
|
|
|
03-11-2009, 11:45 AM
|
#6
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Original Poster
Rep:
|
Quote:
Originally Posted by Mr-Bisquit
|
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
|
|
|
03-11-2009, 11:48 AM
|
#7
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Original Poster
Rep:
|
Quote:
Originally Posted by John VV
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
|
|
|
03-11-2009, 01:00 PM
|
#8
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
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
|
|
|
03-11-2009, 01:05 PM
|
#9
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Original Poster
Rep:
|
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! :-)
|
|
|
03-11-2009, 01:11 PM
|
#10
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
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 ?
|
|
|
03-11-2009, 01:16 PM
|
#11
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Original Poster
Rep:
|
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!
|
|
|
03-11-2009, 02:04 PM
|
#12
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
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.. 
|
|
|
03-13-2009, 01:46 PM
|
#13
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Original Poster
Rep:
|
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?
|
|
|
03-13-2009, 05:06 PM
|
#14
|
LQ Guru
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Rep: 
|
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.
|
|
|
03-13-2009, 05:10 PM
|
#15
|
Member
Registered: Mar 2009
Distribution: Fedora
Posts: 41
Original Poster
Rep:
|
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
|
|
|
All times are GMT -5. The time now is 08:39 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|