LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 04-14-2011, 10:10 PM   #1
coboltblue75
LQ Newbie
 
Registered: Apr 2011
Posts: 9

Rep: Reputation: 0
no GUI after updates startx no go


Sorry if this has been covered before.

I am a Linux novice

I downloaded the latest up dates and lost my GUI I used STARTX and it loaded the GUI I got a message saying something along the lines of

there is a propitiatory driver for you video card would you like to use it
I clicked yes it told me to log out and log back in

I did so and now STARTX doesn't work I have an ATI card

3 questions

1.how do I get it to load the GUI
2.how do I get it to boot straight to the GUI
3.how do I change my root password
 
Old 04-14-2011, 10:31 PM   #2
lupusarcanus
Senior Member
 
Registered: Mar 2009
Location: USA
Distribution: Arch
Posts: 1,022
Blog Entries: 19

Rep: Reputation: 146Reputation: 146
Quote:
Originally Posted by coboltblue75 View Post
1.how do I get it to load the GUI
Uninstall the proprietary driver and install the open source one.
Quote:
Originally Posted by coboltblue75 View Post
2.how do I get it to boot straight to the GUI
Make sure your /etc/inittab has 'id:5:initdefault:'.
Quote:
Originally Posted by coboltblue75 View Post
3.how do I change my root password
Acquire a root prompt, type 'passwd' and change it.
 
Old 04-14-2011, 11:18 PM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
login single user mode
cd /etc/X11
see if there's a xorg.conf.back file
 
Old 04-15-2011, 01:18 AM   #4
coboltblue75
LQ Newbie
 
Registered: Apr 2011
Posts: 9

Original Poster
Rep: Reputation: 0
lupusarcanus: if you please

as i said am a newbie how do i go about ininstalling the drive throug the commoand line?

thanks for all you help
 
Old 04-15-2011, 01:41 AM   #5
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
when you type "startx" What is the error messages. Also when it installed that driver and rewrote your /etc/X11/xorg.conf it is possible you have a backup xorg.conf file. Also you can copy xorg.conf and delete it such as.

cd /etc/X11
mv xorg.conf xorg.conf.bak

startx

Try that. I think the latest X server doesn't need a xorg config to run on defaults. But don't hold me to that.
 
1 members found this post helpful.
Old 04-15-2011, 02:56 AM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
I had to do the oposite jmc
mv xorg.conf.bac xorg.conf
wouldn't it be
mv <from> <to>
?
 
0 members found this post helpful.
Old 04-15-2011, 09:18 AM   #7
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by EDDY1 View Post
I had to do the oposite jmc
mv xorg.conf.bac xorg.conf
wouldn't it be
mv <from> <to>
?
We want the OP to get rid of his xorg.conf (which causes X to auto-detect the settings), not restore it.

coboltblue75: Which distro do you use? We can't tell you how to install/remove drivers without knowing!

Last edited by MTK358; 04-15-2011 at 09:20 AM.
 
Old 04-15-2011, 10:49 AM   #8
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Quote:
Originally Posted by MTK358 View Post
We want the OP to get rid of his xorg.conf (which causes X to auto-detect the settings), not restore it.

coboltblue75: Which distro do you use? We can't tell you how to install/remove drivers without knowing!

That was the plan but I don't know what version of X he is using or distro.
 
Old 04-20-2011, 08:42 AM   #9
coboltblue75
LQ Newbie
 
Registered: Apr 2011
Posts: 9

Original Poster
Rep: Reputation: 0
I think that this up date really did a number on my linux

distro:
mandrivea 2010 i586
kernal 2.6.31.5

startx no such file or directory
cd/etc/x11 no such file or directory
mv xorg.conf.bak no such file or directory
mv xorg.conf xorg.conf.bak no such file or directory

so i guess i need some how manuly configure my graphics drivers
 
Old 04-20-2011, 08:51 AM   #10
coboltblue75
LQ Newbie
 
Registered: Apr 2011
Posts: 9

Original Poster
Rep: Reputation: 0
this is also complicated by the fact that whilest in command line i do not have an internet connection
 
Old 04-25-2011, 06:46 AM   #11
coboltblue75
LQ Newbie
 
Registered: Apr 2011
Posts: 9

Original Poster
Rep: Reputation: 0
<mod-edit>Please, can someone help me and shed some light? Thank you, in advance<mod-edit>

Last edited by colucix; 04-25-2011 at 07:55 AM. Reason: Changed inappropriate language with a polite question.
 
Old 04-25-2011, 07:50 AM   #12
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by coboltblue75 View Post
cd/etc/x11 no such file or directory
X should be capitalized, and how is the shell supposed to know that "cd" is the command, and not part of the path, if there's no space in between?

Anyway, first try this:

Code:
urpme fglrx (this is probably wrong)
It should be typed exactly the same to the letter, and spacing and capitalization really matters.

Last edited by MTK358; 04-26-2011 at 12:17 PM.
 
Old 04-25-2011, 02:24 PM   #13
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Sorry to say this but if this has been going on for 11 days. Wouldn't it have been much easier to do a re-install before you got upset and posted something that a moderator had to change?

My suggestion, bite the bullet (figuratively speaking of course) and just do a re-install.
 
Old 04-26-2011, 12:13 PM   #14
coboltblue75
LQ Newbie
 
Registered: Apr 2011
Posts: 9

Original Poster
Rep: Reputation: 0
thank you all

btw: k3lt01 a mod chose to modified my post
1. because of my poor spelling
2. my frustration ant having to use windows caused me to use language that was probably inappropriate
3. as I do not spend a lot of time on my computer it took me a bit longer to try things
4. re-install is how you fix windows not linux
 
Old 04-26-2011, 12:17 PM   #15
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Post the output of:

Code:
cat /etc/X11/xorg.conf
(spacing and capitalization is very important)

Also, I don't know how the proprietary ATI driver package is called in Mandriva. Maybe someone can tell us. But once you know, I would uninstall it.
 
  


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
blank screen when running startx after installing updates vdak Linux - Newbie 2 02-08-2011 12:19 PM
why is GUI not getting started with startx marifh Linux - Newbie 2 06-15-2008 06:42 AM
FC6 - Unable to startx after initial updates Linux31 Fedora - Installation 3 12-27-2006 05:59 PM
startx can't bring up GUI, please help markluocanada Slackware 28 12-20-2006 07:43 AM
startx does not bring up KDE gui slackerboy Slackware 5 07-15-2002 03:25 AM

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

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