LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 08-12-2004, 10:17 PM   #16
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928

It should be quite easy to just do e.g. Ctrl-Alt-F<X>
(where X is a number from 1 to 8)
to get to a normal terminal ... from there you can
probably do a init 3 to make sure the current graphical
interface is gone.


Cheers,
Tink
 
Old 08-12-2004, 10:20 PM   #17
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
Ido this once the GUI is loaded? My problem is that my video setting is messed up...all I see is squiggly lines and a HUGE mouse pointer shadow..I can't make anything else out. Just trying to figure out how to change video settings.

I hope I'm not a bother..but if you could PLEASE help me out with that...I'll quit...(Promise)!

(ctrl-alt f<x>) isn't doing anything...I can't seem to do anything in this messed up gui


Rob
www.geocities.com/searingfamily

Last edited by rsearing; 08-12-2004 at 10:23 PM.
 
Old 08-12-2004, 10:23 PM   #18
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
That should be possible when the flickering
is gone ...


Cheers,
Tink
 
Old 08-12-2004, 10:24 PM   #19
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
The flickering isn't going....it looks as it would in windows if you messed with the screen setting. I can't see anything but a half circle and a mouse cursor shadow..NOTHING else...and I don't know how to bypass the gui so that I can go through config to change the video settings to standard vga.

-Rob
 
Old 08-12-2004, 10:31 PM   #20
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
and Ctrl-Alt-F<any> doesn't do anything?

In that case try a reset, and at the boot-loaders
prompt type "single" after the selected kernel.


Cheers,
Tink
 
Old 08-12-2004, 10:33 PM   #21
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
How to get to CLI from GUI..but...

Ok..here's the situation. I initially had RH 7.3 set up for GUI (GNOME) and was running fine. I made a mouse change that totally hosed my system and would only boot to CLI and said my mouse wouldn't load. In the process of doing this, I messed with my video settings using the config file...now my problem is that my mouse is working and it boots automatically to gui..but the video is messed up (as if you put it on a bad setting in windows settings) and all i can see is squiggly lines and a shadow of the mouse) How can I get back to CLI to change the video settings. CTRL-ALT-F<x> doesn't work (Not sure if this matters, but I am using VMware...virtual machine)

Mind you, I can't see anything in the GUI..just the messed up video and the mouse shadow that moves..but no icons and I am only seeing a corner of the gui.

Thanks,
Rob

(PLEASE keep in mind I'm a newbie..so please explain in a bit of detail)

THANK YOU THANK YOU!!!
 
Old 08-12-2004, 10:36 PM   #22
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
Ok...Sorry..I can get there now...I just can't find a file to run to edit my video. I used to type xf86config and it would take me through this setup...now it says command not found. Do you know what I can use to change video settings?

Last edited by rsearing; 08-12-2004 at 11:06 PM.
 
Old 08-12-2004, 11:06 PM   #23
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
Please see prev post...Hope I havn't overstayed my welcome.
 
Old 08-12-2004, 11:08 PM   #24
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
From CLI,

# init 3

to shutdown all X services

# mouseconfig (to setup your mouse)

# Xconfigurator

If memory serves me right, Redhat 7.3 still had it. Alternatively look for redhat-config-<tab>
pick up the one that suggests x configuration.
 
Old 08-12-2004, 11:10 PM   #25
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
Thanks..here's the problem now though. I was able, with help, to get the mouse set up, but in the process I messed up my video settings. I can get (through grub and putting single) to get to a cli, but when I try typing xf86config now, it cannot find it. Do you know how I can change my video settings in CLI...my video is all jarbled and fuzzy..can't see anything.

Thanks,
Rob
 
Old 08-12-2004, 11:11 PM   #26
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
what init puts it back to gui?
 
Old 08-12-2004, 11:14 PM   #27
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
You can use startx to check whether X is functional. if things go well

# init 5.
 
Old 08-12-2004, 11:17 PM   #28
rsearing
Member
 
Registered: Aug 2004
Location: Kansas City
Posts: 30

Original Poster
Rep: Reputation: 15
Here's my question though..i can get into cli by typing "single" after the grub boot loader? But when I do that, I can no longer use xf86config to change video settings....my gui continues to be messed up and I don't know how to change video settings.

-Rob

MAN..wish i knew about mouseconfig a day ago.

Is there something similar to that for video settings from cli? I can't get to xf86config anymore

Last edited by rsearing; 08-12-2004 at 11:20 PM.
 
Old 08-12-2004, 11:27 PM   #29
ppuru
Senior Member
 
Registered: Mar 2003
Location: Beautiful BC
Distribution: RedHat & clones, Slackware, SuSE, OpenBSD
Posts: 1,791

Rep: Reputation: 50
Try Xconfigurator if that is missing look for redhat-config-xfree86. I am not sure whether it is redhat-config-xfree86 . Do a redhat-config-<tab> This will bringup a list of all the config utilities. Pick up the one that ls closest to xfree
 
Old 08-12-2004, 11:40 PM   #30
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Are you logged in as root?
What does echo $PATH give you, is
/usr/X11/bin included?


Cheers,
Tink
 
  


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
root@localhost:~# xf86config -bash: xf86config: command not found klemen Slackware 17 01-06-2005 02:56 AM
bash: xf86config: command not found Kyl3 Slackware 4 06-13-2004 06:46 PM
xf86config...command not found. station Slackware 4 05-17-2004 01:40 PM
XF86Config - Fatal server error No screens found. Unknown_User Linux - Hardware 1 07-31-2003 05:29 PM
New install - xf86config not found??? KevB Slackware 15 06-09-2003 03:38 AM

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

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