Code Newbie
News     Forums     Search     Members     Sign Up    

My Code Newbie
Username

Password

Articles/Snippets
ASP Classic
ASP.NET
C
C#
C++
HTML / CSS
Java
Javascript
Linux / BSD
Perl
PHP
Python
Ruby
SQL
VB 6
VB.NET

C.N. Friends
  Planet Rome

Link to Us!
Code Newbie
  Code Newbie
    forums
Old 05-08-2003, 02:09 PM   #1 (permalink)
Timmay
Registered User
 
Timmay's Avatar
 
Join Date: Feb 2003
Location: San Diego
Posts: 12
Timmay is on a distinguished road
Send a message via ICQ to Timmay Send a message via AIM to Timmay Send a message via Yahoo to Timmay
x win issues

I installed red hat to boot in cmd line, well when I was trying to get my x windows video drivers and resolution set up some how I did put in a cmd to make it start on x now, how can I go back to booting in cmd line. I cant find it. Also is here a way to change the screen resolution, mine keeps going back to 800 x 600. Even if I change the x86 cfg file. I don’t use the x much so no big deal but would be nice.

Thanks

Timmay
Timmay is offline   Reply With Quote
Old 05-08-2003, 02:14 PM   #2 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
Well, I beileve for X it starts in run level 4. Make It start in run lelvel 3. Then, edit /etc/X11/XF86Config and scroll down and change the resolution to 800x600.

HTH

Ilya.
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote
Old 05-08-2003, 02:18 PM   #3 (permalink)
Timmay
Registered User
 
Timmay's Avatar
 
Join Date: Feb 2003
Location: San Diego
Posts: 12
Timmay is on a distinguished road
Send a message via ICQ to Timmay Send a message via AIM to Timmay Send a message via Yahoo to Timmay
yeah I have changed the XF86Config to 1024x768 and make that the only one in there but it keeps changing back to 600x800. and I have the new nvidia drivers so I was not sue if there is anywhere else to change it again.
Timmay is offline   Reply With Quote
Old 05-08-2003, 03:58 PM   #4 (permalink)
EscapeCharacter
GNU/Punk
 
EscapeCharacter's Avatar
 
Join Date: Jul 2002
Location: stuffs
Posts: 66
EscapeCharacter is on a distinguished road
Send a message via AIM to EscapeCharacter
the file you need to edit is /etc/inittab find a line that says initdefault on it and change the number to 2. as for your resolution changing that might be something in redhat maybe a startup script is replacing the XF86Config file when you boot, i dont use redhat so i dont know. but the XF86Config file shouldnt be changing on its own if you arent running a configure program or editing the file manually.

edit:
you also might want to check if you have a login manager running like kdm gdm and the like, if so just uninstall them and your problems might go away
__________________
cd /usr/ports/misc/life && make install
EscapeCharacter is offline   Reply With Quote
Old 05-08-2003, 04:48 PM   #5 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
Quote:
Originally posted by EscapeCharacter
the file you need to edit is /etc/inittab find a line that says initdefault on it and change the number to 2.
Should he change it to 3? I thought three was the run level of cli?

Ilya
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote
Old 05-08-2003, 04:54 PM   #6 (permalink)
EscapeCharacter
GNU/Punk
 
EscapeCharacter's Avatar
 
Join Date: Jul 2002
Location: stuffs
Posts: 66
EscapeCharacter is on a distinguished road
Send a message via AIM to EscapeCharacter
Quote:
Originally posted by Ilya020
Should he change it to 3? I thought three was the run level of cli?

Ilya
yeah thats right my mistake though it shouldnt be set to 4, 2 3 and 5 are used, 5 is usually the runlevel of programs like xdm and kdm, 3 is full multi user mode and 2 is multi user(dont really know what the difference of those two are)
__________________
cd /usr/ports/misc/life && make install
EscapeCharacter is offline   Reply With Quote
Old 05-08-2003, 05:26 PM   #7 (permalink)
bdl
Senior Contributor
 
Join Date: May 2002
Location: vta.ca.usa
Posts: 555
bdl is on a distinguished road
Just FYI, different distros do use different runlevels. For example, I believe Redhat and Mandrake both use RL 3 for basic multi-user at the CLI, and RL 5 for X. Slackware, on the other hand, uses RL 2 for CLI and RL 4 for X. As far as I can tell, Debian uses RL 2 for everything unless you specify otherwise.
bdl is offline   Reply With Quote
Old 05-08-2003, 05:33 PM   #8 (permalink)
EscapeCharacter
GNU/Punk
 
EscapeCharacter's Avatar
 
Join Date: Jul 2002
Location: stuffs
Posts: 66
EscapeCharacter is on a distinguished road
Send a message via AIM to EscapeCharacter
Quote:
Originally posted by bdl
Just FYI, different distros do use different runlevels. For example, I believe Redhat and Mandrake both use RL 3 for basic multi-user at the CLI, and RL 5 for X. Slackware, on the other hand, uses RL 2 for CLI and RL 4 for X. As far as I can tell, Debian uses RL 2 for everything unless you specify otherwise.
heh i guess thats why i thought it was 2, i use debian
__________________
cd /usr/ports/misc/life && make install
EscapeCharacter is offline   Reply With Quote
Old 05-11-2003, 10:50 PM   #9 (permalink)
Timmay
Registered User
 
Timmay's Avatar
 
Join Date: Feb 2003
Location: San Diego
Posts: 12
Timmay is on a distinguished road
Send a message via ICQ to Timmay Send a message via AIM to Timmay Send a message via Yahoo to Timmay
thanks for the help guys
Timmay is offline   Reply With Quote
Old 05-12-2003, 05:27 AM   #10 (permalink)
Ilya020
Techno Rat
 
Ilya020's Avatar
 
Join Date: Jan 2003
Location: San Diego
Posts: 559
Ilya020 is on a distinguished road
Send a message via AIM to Ilya020
you're in ocs clan?

Ilya.
__________________
> SELECT * FROM users WHERE clue > 0
0 rows returned
Ilya020 is offline   Reply With Quote
Old 05-12-2003, 07:13 AM   #11 (permalink)
Timmay
Registered User
 
Timmay's Avatar
 
Join Date: Feb 2003
Location: San Diego
Posts: 12
Timmay is on a distinguished road
Send a message via ICQ to Timmay Send a message via AIM to Timmay Send a message via Yahoo to Timmay
Yeah I am been in it for 2 years now. Mike pointed me to over here. And it does not hurt that there is a banner on our home page.

:rock:
Timmay is offline   Reply With Quote
Old 05-12-2003, 07:36 AM   #12 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,487
sde is on a distinguished road
Quote:
Originally posted by Timmay
Yeah I am been in it for 2 years now. Mike pointed me to over here. And it does not hurt that there is a banner on our home page.

:rock:
w00t .. timmay made it to codenewbie =) .. funny how i totally missed this thread.
__________________
Mike
sde is offline   Reply With Quote
Old 05-12-2003, 08:04 AM   #13 (permalink)
Timmay
Registered User
 
Timmay's Avatar
 
Join Date: Feb 2003
Location: San Diego
Posts: 12
Timmay is on a distinguished road
Send a message via ICQ to Timmay Send a message via AIM to Timmay Send a message via Yahoo to Timmay
yeah you missed my first one back 3 weeks or so ago. I am just going to a bunch of forums I have not been to for some time when I am sitting at work. it kicks :butt: . Oh yeah “brain function little better now.”
Timmay is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
win api programming sde Standard C, C++ 6 06-11-2006 10:15 AM
Issues with Access creed Everything SQL ( MySQL, MSSQL, DB2, Postgre, Oracle, etc...) 7 08-23-2004 09:55 AM
Why SCO Thinks It Can Win redhead Code Newbie News 0 04-05-2004 04:51 AM
fwrite() issues MysticalMatt517 PHP 2 12-19-2003 11:27 PM
DVD-ROM LAPTOP Hardware Issues rdove Windows 2 02-21-2003 07:24 PM


All times are GMT -8. The time now is 12:38 PM.


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 RC8





Copyright © 2000-2008, Milano Interactive
Web Hosting provided by Portal 360 Web Hosting