Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
|
|
12-01-2009, 02:44 AM
|
#1
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Rep:
|
xorg.conf file?
I'm not sure this is the right place to be asking this.
Does anyone know what an xorg.conf file entry should look like for a VIA/S3G UniChrome Pro IGP.
I am trying to boot a F11 live CD which hangs and I'm wondering if the autoconfig of xorg is correct.
Anyone up to the challenge?
|
|
|
12-01-2009, 03:01 AM
|
#2
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,284
Rep:
|
It would help if you tell us at which step it hangs.
I'd be surprised it be an X problem : I don't know about F11, but usually live CDs launch the X server at the very end of the start up process.
And recent versions of X don't need an xorg.conf file anyway.
So could you be more specific about when it hangs and the messages you see on the screen, if any ?
About on which forum, though of course you be welcome here may be you could get more answers on http://www.linuxquestions.org/questions/fedora-35/
Last edited by Didier Spaier; 12-01-2009 at 04:39 AM.
|
|
|
12-01-2009, 04:23 AM
|
#3
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
This forum should be fine. When you boot the cd, do you have the option for verbose booting (normally press ALT + F1)?
|
|
|
12-01-2009, 04:42 AM
|
#4
|
Senior Member
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669
|
lemtree,
Try --
user@host--$ su -c yum install system-config-display
or this--
user@host--$ Xorg -configure :1
You should find an xorg.conf and edit it according to your taste.
Good luck.
|
|
|
12-01-2009, 05:47 AM
|
#5
|
Gentoo support team
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083
|
Quote:
Originally Posted by Didier Spaier
And recent versions of X don't need an xorg.conf file anyway.
|
We wish. However, it's true that you have some chances with the open drivers, like the s3 one. Still, most people will need an xorg.conf for one reason or another. Even if your driver can run without one, X might still not be able to correctly detect EDID settings, resulting in an incorrect configuration for your monitor and hence, the inability to use it due to incorrect refresh frequencies.
Still, there's little we can suggest without seeing the log files of having more info of any kind. In fact the problem might not have anything to do with X at all.
|
|
|
12-01-2009, 06:33 AM
|
#6
|
Senior Member
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Rep:
|
Uncannily enough, I am using openSUSE 11.2 without xorg.conf file for a while now without any issues. However, for slackware I need xorg.conf file otherwise monitor resolution doesn't get properly adjusted.
|
|
|
12-12-2009, 08:55 AM
|
#7
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
Thanks for the replies
For some reason Xorg seems to incorrectly configure my hardware.
When I run the # Xorg -configure :1 command it creates a Xorg file. However when I follow the instructions given:to test the file;
X -config /root/xorg.conf.new
My screen goes black and hangs so I have to restart.
When I try the # su -c yum install system-config-display
I get an error, "su: user install does not exist"
Anyone feeling up to helping the newbie?
|
|
|
12-12-2009, 11:57 AM
|
#8
|
LQ Newbie
Registered: Dec 2009
Location: under a bridge
Distribution: PClinuxOS 2009
Posts: 12
Rep:
|
try this
try using the vesa or fb options
|
|
|
12-12-2009, 12:12 PM
|
#9
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
how do I do that?
I tried replacing the Driver entry in the generated conf file to vesa but I get the same result as before.
Last edited by lemtree; 12-12-2009 at 12:35 PM.
|
|
|
12-13-2009, 07:04 AM
|
#10
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
when I test the config file with:
X -config /root/xorg.config.new
I get a black screen if I change tty and change back, I get my display back with the result of the config file test.
I don't know what to look for in the log, nothing jumps out at me.
Does this make sense to anyone?
|
|
|
12-13-2009, 07:37 AM
|
#11
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
Quote:
Originally Posted by i92guboj
Still, there's little we can suggest without seeing the log files of having more info of any kind. In fact the problem might not have anything to do with X at all.
|
I am trying to copy the log files onto a flash drive but this is proving to be a challenge in itself since I don't know how to mount a usb device
Last edited by lemtree; 12-13-2009 at 07:41 AM.
|
|
|
12-13-2009, 08:01 AM
|
#12
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
OK making progress... I hope!
I have attached two logs the first is testing the standard generated config file the second is where I change the driver to vesa.
does this help?
|
|
|
12-13-2009, 09:04 AM
|
#13
|
Senior Member
Registered: Sep 2007
Posts: 1,047
Rep:
|
Quote:
Originally Posted by lemtree
Thanks for the replies
For some reason Xorg seems to incorrectly configure my hardware.
When I run the # Xorg -configure :1 command it creates a Xorg file. However when I follow the instructions given:to test the file;
X -config /root/xorg.conf.new
My screen goes black and hangs so I have to restart.
When I try the # su -c yum install system-config-display
I get an error, "su: user install does not exist"
Anyone feeling up to helping the newbie?
|
Code:
su
password:
yum install system-config-display
system-config-display
reboot
|
|
|
12-13-2009, 10:13 AM
|
#14
|
LQ Newbie
Registered: Nov 2009
Posts: 29
Original Poster
Rep:
|
thanks for the reply.
I have been bashing my head against a wall.
The problem does not seem to be graphical.
Because it was not possible to get past the login screen. I started a falesafe session. I executed " liveinst " which started instillation graphical mode and I completed tessellation successfully. When it rebooted it stopped at the same login screen. Once again it will not let me login. I created one user during instillation. Both root and user1 have "password" as there password. Yet every time I log in it goes to the black screen with the little blue flashy thingy and then back to login screen. Its not like I'm getting the password wrong because then I put the incorrect password it does not change to the black screen it just stays on the login screen.
This must be a bug, however I get the same thing on this PC with F11 Live KDE CD.
The CD is not corrupt because it logs right in on my laptop.
I am so frustrated and noone seems to know about this issue!
Anyone????
|
|
|
All times are GMT -5. The time now is 09:08 PM.
|
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
|
|