LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
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


Reply
  Search this Thread
Old 03-17-2009, 06:18 PM   #1
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Rep: Reputation: 15
Fedora Init 3


hi,

I just messed up my graphics card stupidly and now my Fedora 10 installation won't work! It isn't going into the GUI. What I need to do is get in using the CLI and change my graphics card settings back to Vesa entirely using the CLI. Can anyone tell me how to do so?

Thanks
 
Old 03-17-2009, 06:29 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
What gfx card do you use? Also try 'system-config-display --reconfig' as root.
 
Old 03-18-2009, 12:05 AM   #3
Valery Reznic
ELF Statifier author
 
Registered: Oct 2007
Posts: 676

Rep: Reputation: 137Reputation: 137
Quote:
Originally Posted by conormacaoidh View Post
hi,

I just messed up my graphics card stupidly and now my Fedora 10 installation won't work! It isn't going into the GUI. What I need to do is get in using the CLI and change my graphics card settings back to Vesa entirely using the CLI. Can anyone tell me how to do so?

Thanks
When you system boot at the grub pront just add '3' to the kernel's command line parameters
 
Old 03-18-2009, 03:21 AM   #4
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
I have added init 3 to the end of the line that says 'kernal vmlinux' and when I boot I get a grub error.

By gfx do you mean graphics? My card isn't supported by fedora so I have to tell it that I'm using vesa... But I don't know how to do that.!
 
Old 03-18-2009, 03:29 AM   #5
Valery Reznic
ELF Statifier author
 
Registered: Oct 2007
Posts: 676

Rep: Reputation: 137Reputation: 137
Quote:
Originally Posted by conormacaoidh View Post
I have added init 3 to the end of the line that says 'kernal vmlinux' and when I boot I get a grub error.

By gfx do you mean graphics? My card isn't supported by fedora so I have to tell it that I'm using vesa... But I don't know how to do that.!
Could you try not 'init 3', just '3'
 
Old 03-18-2009, 03:43 AM   #6
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
Right I'll try that tonight.
 
Old 03-18-2009, 12:29 PM   #7
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
Thanks for the advice, I managed to fix the problem.

On a completely unrelated issue; how can I tell this program called kooldock to run as soon as the x server starts?

I have tried adding the path to the end of rc.local but it didn't work. Does anyone know how to do this?
 
Old 03-18-2009, 02:33 PM   #8
Valery Reznic
ELF Statifier author
 
Registered: Oct 2007
Posts: 676

Rep: Reputation: 137Reputation: 137
Quote:
Originally Posted by conormacaoidh View Post
Thanks for the advice, I managed to fix the problem.

On a completely unrelated issue; how can I tell this program called kooldock to run as soon as the x server starts?

I have tried adding the path to the end of rc.local but it didn't work. Does anyone know how to do this?
Try add this program to ~/.xinitrc (man startx)
 
Old 03-18-2009, 03:46 PM   #9
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
i don't seem to have such a file... Where exactly is '~/' anyway?

When I do find it what do I do, just link to the .desktop file? The program I want to start is Kooldock and the desktop file is here: /usr/share/applications/kde/kooldock.desktop
 
Old 03-18-2009, 04:55 PM   #10
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by conormacaoidh View Post
i don't seem to have such a file... Where exactly is '~/' anyway?

When I do find it what do I do, just link to the .desktop file? The program I want to start is Kooldock and the desktop file is here: /usr/share/applications/kde/kooldock.desktop
~/ is your home directory. For example, if you log in as a user called 'fred', ~/ is /home/fred.
If you don't have such a file, you could create it. Try typing the following:
Code:
echo kooldock > ~/.xinitrc
chmod +x ~/.xinitrc
Then restart your X eg. by pressing ctrl+alt+backspace and see if the program is running.
 
Old 03-18-2009, 06:58 PM   #11
conormacaoidh
Member
 
Registered: Mar 2009
Distribution: Fedora
Posts: 41

Original Poster
Rep: Reputation: 15
Did the job cheers!
 
  


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
success and failure statements in /etc/init.d/functions on Fedora wmakowski Programming 3 03-11-2009 08:35 PM
bootmisc.sh in init.d not noticed by fedora? eth0g Linux - Hardware 0 05-28-2005 12:15 AM
lcdproc, fedora core 2, and init scripts PowerMatt Linux - Software 5 09-05-2004 11:13 AM
2.6.7-1.469 fails to start init on Fedora Core 1 TheOneKEA Linux - Software 2 07-07-2004 02:33 PM
fedora: fail depndencies: modules-init-tools arpi Linux - General 0 03-24-2004 09:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:18 PM.

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