LinuxQuestions.org
Review your favorite Linux distribution.
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 02-05-2014, 06:18 PM   #1
johnny_boy
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Rep: Reputation: Disabled
XServer failing in new shiny computer


Hi all,
My P4 based system died so I went and got myself a new shiny setup consisting of:- Gigabyte GA-F2A55M-DS2 motherboard
AMD (Richland) A4-4000 3.00GHz (3.20GHz Turbo) Socket FM2 Dual-Core Processor
(This is an APU with Radeon 7400 graphics attached to a CPU)
8Gb memory

Now whatever distro I install (I've tried a few), the XServer always fail due to finding no screens.

What is really annoying is that live cd's work without trouble.

I have searched the web for similar problems without success.

Please help.

I'll try and post any outputs from any commands that anybody requests.

Many thanks in advance

John

Last edited by johnny_boy; 02-05-2014 at 06:28 PM.
 
Old 02-05-2014, 06:22 PM   #2
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Welcome to LQ!

Is there a question in there...?

*** EDIT ***

Ah, I see you have added some details...

Last edited by astrogeek; 02-05-2014 at 06:42 PM.
 
Old 02-05-2014, 06:32 PM   #3
johnny_boy
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Yes,
Why is the Xserver failing?
John
 
Old 02-05-2014, 06:45 PM   #4
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by johnny_boy View Post
Yes,
Why is the Xserver failing?
John
The answer is probably going to be distro specific, so which one do you have installed at this time?

You say the X server is failing to find any screens, could you describe how you know that (i.e. terminal errors, log messages, etc.).

And I would conclude that you are in fact able to login to a terminal, is that correct?

Thanks for the additional info.
 
Old 02-05-2014, 07:02 PM   #5
johnny_boy
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hi Astrogeek,
I've installed PCLinuxOS LXDE 64 bit at present, but I have tried Ubuntu 64 bit, Centos (From a magazine dvd0 and ARCH.
During installation there is no apparent problem.
Upon rebooting after removing the installation cd the errors appear.
I am informed by the system that the XServer can't find any screens, and as you rightly assumed, I am put into a terminal so that I can fix the XServer error :-?
It also informs me where the error logs are stored.
Any help you can give will be appreciated.
John
 
Old 02-05-2014, 07:10 PM   #6
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
I am not familiar with PCLinuxOS so will invite anyone who is to jump in here.

But I would suggest the first thing to try would be something like this (as root):

Code:
cp /etc/X11/xorg.conf /etc/X11/xorg.conf-original

xorgconfig

Which will generate an xorg.conf file in your working directory, then...

cp xorg.conf /etc/X11/xorg.conf
Then as non-root user...

Code:
startx
Let us know what that does.
 
Old 02-05-2014, 07:20 PM   #7
johnny_boy
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hi there,
Did as you suggested, but when executing xorgconfig, the system replies with command not found.
I am definately acting as root
I also tried issuing the command within the /etc/X11 directory without success
Trying the startx command only brings up the error messages.
 
Old 02-05-2014, 07:42 PM   #8
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by johnny_boy View Post
Hi there,
Did as you suggested, but when executing xorgconfig, the system replies with command not found.
I am definately acting as root
I also tried issuing the command within the /etc/X11 directory without success
Trying the startx command only brings up the error messages.
How did you become root - login as root or su?

If su, then try it as 'su -', that is with a trailing '-' character.

Also try...

Code:
whereis xorgconfig

...and if it shows up then try it as root with the full path, such as...

/sbin/xorgconfig
 
Old 02-05-2014, 07:56 PM   #9
johnny_boy
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for your help and patience Astrogeek
Got put into a terminal as root by the system as PCLinuxOS adds users at the restart once the installation media has been removed, providing the XServer is working.
Issuing su- changes the login from root@localhost /]# to root@localhost ~]#
Whereis xconfig just returns xconfig:
Thanks for your help
John
 
Old 02-05-2014, 08:04 PM   #10
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by johnny_boy View Post
Thanks for your help and patience Astrogeek
Got put into a terminal as root by the system as PCLinuxOS adds users at the restart once the installation media has been removed, providing the XServer is working.
Issuing su- changes the login from root@localhost /]# to root@localhost ~]#
Whereis xconfig just returns xconfig:
Thanks for your help
John
The trailing - with su forces a full root user environment whereas su without it retains your normal user environment, which can be important. So you are probably OK there.

Also, it was xorgconfig, not xconfig...

But it might not be on your system, so try this...

Code:
Xorg -configure

That is an upper case Xorg and single dash -configure
... which should accomplish writing an xorg.conf which you can then copy into /etc/X11/...

I need to step away for an hour or so, please pardon any slow response - back in a little while...
 
Old 02-05-2014, 08:29 PM   #11
johnny_boy
LQ Newbie
 
Registered: Feb 2014
Posts: 6

Original Poster
Rep: Reputation: Disabled
Silly typo on my part.
I did try whereis Xorgconfig and just got Xorgconfig in return.
Trying Xorg -configure results in a lot of output ending in error messages similar to before.
I think it lists all the video drivers it knows as the visible list starts at fglrx and ends at vesa before going into error messages.
Thanks for all your help.
Gonna have to go away until this evening as work beckons :-(
Thanks for all your help.
 
  


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
xserver crashed after a weekend without touching the computer nabi18 Ubuntu 4 12-17-2010 06:33 PM
xserver lost configuration, dpkg-reconfigure xserver-xorg isn't helping bezdomny Linux - Software 5 07-13-2008 12:33 PM
xserver-xfree86: Xserver could not start on my ATI-radeon video card Shankarrajus Debian 2 07-17-2006 07:00 AM
Shiny new computer - but which drivers for PCI Express graphics? rose_bud4201 Slackware 2 05-11-2006 02:33 PM
xserver-xorg config warning: migrating xserver-xfree86 templates doctorwebbox Debian 9 07-27-2005 07:24 PM

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

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