LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 01-15-2006, 10:12 AM   #1
Jakeyman_I_Am
LQ Newbie
 
Registered: Jan 2006
Distribution: Mandrake 2005, Knoppix, RedHat
Posts: 6

Rep: Reputation: 0
Adjusting 'X Server' in Ubuntu?


Hello, I figured I would make a new post for this one, as the more research I do online I find more and more cases of people asking the same question; How do I adjust X Server? I am new to the Linux world, thus me posting on the forum, but I see that the GUI in some/most/all (not sure) Linux distro(s) comes down to something called 'x' and that its "Hardware detection is crap." SO, I have a compaq r4012us laptop that I have unsuccessfully been trying to install Linux of various types on for a few days, with little success. However, Ubuntu got recomended, and I tried it, and it installed! But now, when I start it I get an error message, "X Server (your graphical interface) failed to start. Press enter to veiw the error, then correct the problem and restart." So how do I "configure" this?
 
Old 01-15-2006, 11:14 AM   #2
MoonMind
Member
 
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448

Rep: Reputation: 38
What error are you getting, actually?

Anyway, sudo dpkg-reconfigure xserver-xorg might help (you have to issue that command from the command line, and you'll be asked for your password). Don't rely too much on the automated portions of the setup, choose reasonable settings from the lists that are presented.

Last edited by MoonMind; 01-15-2006 at 02:49 PM.
 
Old 01-15-2006, 11:18 AM   #3
Flesym
Member
 
Registered: Aug 2005
Location: Germany
Distribution: Ubuntu, Debian
Posts: 189

Rep: Reputation: 31
Just for the case that you followed MoonMind's tip and the error still remains:

Quote:
So how do I "configure" this?
This is basically done within a file named 'xorg.conf'. You will find this in the directory '/etc/X11'

The X-Server startup is logged in the file '/var/log/Xorg.0.log'. Here you will get some detailed information about what was wrong when trying to start X; You will find a lot of stuff there, but most interesting are only the error-lines (beginning with '(EE)') and maybe the warnings '(WW)'. Post those lines here and I'm sure someone will be able to help you.

Last edited by Flesym; 01-15-2006 at 11:24 AM.
 
Old 01-15-2006, 03:05 PM   #4
MoonMind
Member
 
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448

Rep: Reputation: 38
If the above doesn't help, you can take a look at /boot/grub/menu.lst, on what to add, take a look at http://home.nyc.rr.com/computertaijutsu/grub.html (Ctrl+F for "vga=") - sometimes it's better to call the kernel via GRUB with a percise resolution than to let Xorg manage that bit all by itself... (You should have Xorg configured to meet the desired conditions, though - don't exclude them when configuring it the way I indicated in my first answer, contradictions are not helpful).
 
Old 01-16-2006, 11:52 AM   #5
Jakeyman_I_Am
LQ Newbie
 
Registered: Jan 2006
Distribution: Mandrake 2005, Knoppix, RedHat
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by MoonMind
What error are you getting, actually?

Anyway, sudo dpkg-reconfigure xserver-xorg might help (you have to issue that command from the command line, and you'll be asked for your password). Don't rely too much on the automated portions of the setup, choose reasonable settings from the lists that are presented.

ok tried this.. and it ran me through a wizard of sorts which is pry what it was supposed to do. but it still doesn't work.. here is the summed up verion of whats up:

(WW) The directory "/usr/share/x11/fonts/cyrillic" does not exsist.
entery deleted from path
(WW) The directory "/usr/share/X11/fonts/CID" does not exsist.
entry deleted from path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf .d/dirs/TrueType" does not exsist entry deleted from path.
(WW) OPEN APM failed (/dev/apm_bios) (no such file or directory)
(WW) Ignoring request to load modual GLcore


these are the errors on the first few dozen pages... only typed what was marked with a (WW).... allot of (ii)'s in there. well n e ways see what you think of that one..
 
Old 01-16-2006, 04:19 PM   #6
MoonMind
Member
 
Registered: May 2005
Location: Switzerland
Distribution: Ubuntu
Posts: 448

Rep: Reputation: 38
Apart from the fact that there seem to be some fonts missing, there's nothing bad there - if you set your system up to use cyrillic, that's pretty well the reason why I doesn't work, but for the rest of that, I'm at a loss as to why it should prevent X from working. Did you try the GRUB adjustment yet?
 
Old 01-16-2006, 05:09 PM   #7
Flesym
Member
 
Registered: Aug 2005
Location: Germany
Distribution: Ubuntu, Debian
Posts: 189

Rep: Reputation: 31
Quote:
Originally Posted by Jakeyman_I_Am
(WW) The directory "/usr/share/x11/fonts/cyrillic" does not exsist.
entery deleted from path
(WW) The directory "/usr/share/X11/fonts/CID" does not exsist.
entry deleted from path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf .d/dirs/TrueType" does not exsist entry deleted from path.
(WW) OPEN APM failed (/dev/apm_bios) (no such file or directory)
(WW) Ignoring request to load modual GLcore


these are the errors on the first few dozen pages... only typed what was marked with a (WW).... allot of (ii)'s in there. well n e ways see what you think of that one..
Yes, I agree that there is nothing that may prevent X to start up. But you said that these are only the "Errors" (actually these are just warnings) of the first pages; what about the others? If X failed to start, then there should be at least one "real" error, so search the log for "(EE)"..., of course only if MoonMind's Grub-thing didn't work (that was a great tip and I don't want to anticipate).

Last edited by Flesym; 01-16-2006 at 05:11 PM.
 
Old 01-16-2006, 05:34 PM   #8
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Try printing the output of grep EE /var/log/Xorg.0.log. This will search the log for all lines with "EE" somewhere on them and output them to the screen.
 
  


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
Ubuntu-Server 5.10 jayptr Ubuntu 3 10-14-2005 03:08 PM
Ubuntu Server with Samba, Windows PC's cant access server! elliotfuller Linux - Networking 1 09-10-2005 06:40 AM
FTP server very very slow in Ubuntu. duffmckagan Linux - Networking 0 06-28-2005 12:24 PM
Adjusting X server refresh rates milvus Linux - Hardware 2 06-21-2005 10:39 AM
Ubuntu as server? Add1Sun Ubuntu 5 03-24-2005 01:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:46 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