LinuxQuestions.org
Visit Jeremy's Blog.
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 02-08-2005, 07:08 PM   #16
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22

they keep asking for a serial number and say the two I gave them arn't valid, so I guess I'll have to find another moniter. just hope I don't have to use that one in the garage, one of the three colors on that thing doesn't work anymore >_< .
thanks for the help thus far
 
Old 02-08-2005, 11:42 PM   #17
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22
ok it seems the moniter is not at fault for the strange screen size (I probably should have guessed as much) ok I'm useing an old 16 meg io magic tnt2 agp video card in this thing, durring installation I chose vga, while setting up xfree86 I set it to tnt2 (362 entry I think) and told it that it had 16 megs of ram ( 4 x the 4 meg entry in kilobytes).
so any ideas on why the mouse, windows, screen in general are so large? and is there a way to change screen size in the linux desktop or do I have to log out or somthing?
 
Old 02-09-2005, 01:23 AM   #18
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
Try Atl+Ctrl++or- to move through the different resolutions available
 
Old 02-09-2005, 03:29 AM   #19
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22
I tried that with both - and + on both the number pad and the other two, didn't seem to do anything, weird.
 
Old 02-09-2005, 03:44 AM   #20
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
It has accepted this as the virtual size so you need to log out of X and login as root on the command line and do dpkg-reconfigure xserver-xfree86 . When you get to the monitor section use the advanced option and try setting the size to 800 x 600 . It may even accept higher resolutions. Log back into X. (you can just do startx from the cli) Have a good look at /var/log/XFree86.0.log . If you are going to view this from the cli then do cat /var/log/XFree86.0.log | more and you can use the spacebar to move down a page at a time. Check out the various messages on the resolution.
 
Old 02-09-2005, 01:48 PM   #21
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22
in this part of the configureing x server it askes for a video card driver, I usually just pick vga cause I figure its safest, that and I don't see tnt2 listed here. should I stick with vga, try vesa or perhaps somthing else?
 
Old 02-09-2005, 03:25 PM   #22
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
tnt2=nvidia so use the generic nvidia driver.
 
Old 02-09-2005, 04:14 PM   #23
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22
I chose nv assuming it was short for nvidia (closest option I saw) now when the darn thing starts up I get an error message "screen(s) found, but none have a usable configureation"
ugh
 
Old 02-09-2005, 04:26 PM   #24
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683Reputation: 683
Before getting the nvidia driver installed, try using 'vesa'. It is a generic driver that works with virtually all modern video cards. The nvidia.com web site has an installation program to install the most recent driver. You will need to install the kernel-source that matches your running kernel.

You can tell which kernel you are running with the 'uname -r' command. 'uname -a' will give you even more information.

There is an X11 command that will analyze your system and print out mode-lines.
/usr/X11/bin/gtf <horizontal resolution> <vertical resolution> <refresh rate> -x.

/usr/X11/bin/gtf 1024 768 60 -x
will generate the modeline for '1024x768_60' for you.

I agree that the 2.2 kernel is very old (2 or 3 years old) and would recommend downloading a more recent distro. The 2.4 kernel is still being supported, and some modules written for the 2.6 kernel are being backported into the 2.4 kernel. I think the 2.2 kernel is obsolete.

Last edited by jschiwal; 02-09-2005 at 04:31 PM.
 
Old 02-09-2005, 06:59 PM   #25
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22
well that seems to have fixed the screen for the short time it was loading... darn thing looked like its set to 1600 by 1200 (dang)
unfortunatly it now seems to have problems with the mouse again... oh wait, now that its restarted it doesn't seem to be complaining about the mouse.

I'm not running a gnome compliant desktop manager? whats that about?
 
Old 02-09-2005, 07:10 PM   #26
CaveMonkey
LQ Newbie
 
Registered: Feb 2005
Posts: 2

Rep: Reputation: 0
Try knoppix...

Just a thought....if you can download and boot from a knoppix cd, I find it a handy way to get hardware configurations. Knoppix does a great job with even obscure hw. Find a way to save or print your /etc/X11/XF86Config-4 file that knoppix used, then make changes on your debian box to match. It's a bit of a work around, but it's helped me a lot. Heck, you might even try running installing on your machine. Debian is a tough one to start with, but my favorite because of apt-get. Hope this helps.
 
Old 02-10-2005, 12:30 AM   #27
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22
I'll consider that but since the desktop is up and running its not exactly top priority at the moment.
one thing I'd like to fix, I don't know if its a bad idea or not but it seems I can't use the shut down command without logging into the root, which is a tad anoying. also I could use some info on how to work with this desk top or somthing, should I search for gnome documentation or what?
and eventually I'm going to want to try and set up the network so my linux machine can use my windows 2000 machines shared internet connection if at all possible so I can update stuff, browse packages and such.
 
Old 02-10-2005, 01:34 AM   #28
TigerOC
Senior Member
 
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380

Rep: Reputation: 49
If you are using the 2.2 kernel and you want to do networking I would suggest a re-install. When you boot the installation cdrom and you get the boot prompt then enter bf24 and then return. This will install the 2.4.18 kernel. This has much better support for networking and ethernet cards plus it will support iptables.
 
Old 02-10-2005, 12:41 PM   #29
ppcthug
Member
 
Registered: Jan 2005
Location: california
Posts: 35

Original Poster
Rep: Reputation: 22
I've been using the 2.4 kernel since sombody mentioned how to install it with the bf24 command earlier in this post.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
X-server fatal error,KDM refused to start callitdctr Linux - Software 3 07-01-2005 08:46 AM
XIO: fatal IO error 104. X server would not start after problem with Vmware noodle_mee Linux - Newbie 0 07-07-2004 10:48 PM
Upgraded to new kernel via redhat network and cannot start X. Fatal Server Error. Gen13 Red Hat 5 10-25-2003 12:09 AM
Fatal server error installing Debian Bruce Hill Linux - Newbie 2 07-26-2003 11:41 PM
X won't start: "Fatal server error: failed to initialize core devices" ! Debianewb Linux - Newbie 14 08-27-2002 05:21 PM

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

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