LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-09-2003, 12:39 AM   #1
DC Sk8erz Inc.
LQ Newbie
 
Registered: Jul 2003
Location: lacey
Distribution: xp?
Posts: 26

Rep: Reputation: 15
can someon plz help ~.~...debian


i just got done installing debian, so now when i type 'startx' it gives me an error...' Fatal server error: addscreen screeninit failed driver 0 '

what does this mean, and how do i fix it?...ive been trying to figure this out for hours..ive been trying to get linux on my other comp, and its been taking soo soo long to get it running ~.~ someone please help.
 
Old 08-09-2003, 12:46 AM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Moving to the Debian Forum

Have you tried configuring X?

As root:
xf86config

And run through the bit. Post up info on your graphics hardware, and possible the results of:
lspci -v
lsmod

Cool
 
Old 08-09-2003, 12:50 AM   #3
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
For me, I forget the name of the program (dpkg reconfigure xserver-xfree86 or some such), but I tried to configure X with vesa framebuffer support which it said shouldn't do any harm. I got the same error. After trying a few things I guessed and did 'vi /etc/X11/XF86Config-4' - which I don't think I'm supposed to, and changed the line on that to 'false' and X started right up.

This:

Code:
Section "Device"
	Identifier	"nVidia TNT2"
	Driver		"nv"
	Option		"UseFBDev"		"false"
No idea if that'll work for you - it's sheer fluking miracle that it worked for me, but it's something.

-- Whoah - start to reply in one forum and end up in another. I tried xf86config but that didn't work - either it didn't include the 'fb' element or I missed it - tried xf86cfg and it kept crashing when I tried to do the mouse. So I went hunting around and found that file which referred to the dpkg thing 'dpkg-reconfigure xserver-xfree86' and that got me almost all the way there. Then a manual edit like I say - but maybe that was just me.

Last edited by slakmagik; 08-09-2003 at 12:55 AM.
 
Old 08-09-2003, 01:46 AM   #4
DC Sk8erz Inc.
LQ Newbie
 
Registered: Jul 2003
Location: lacey
Distribution: xp?
Posts: 26

Original Poster
Rep: Reputation: 15
well this is what i have configured in my /etc/X11/XF86Config-4 right now:

--------------------------------------------------------------------
Section "Device"
Identifier "Generic Video Card"
Driver "vga"
Option "UseFBDev" "true"

// i tried "false and it didnt work either ~.~' //

EndSection
--------------------------------------------------------------------


and here is my spci -v info on my vid card:

--------------------------------------------------------------------
00:08.0 VGA compatible controller: S3 Inc. 86c764/765 [Trio32/64/64v+] (rev 44) (prog-if 00 [VGA])
Flags: medium devsel
Memory at f8000000 (32-bit non-prefetchable)
--------------------------------------------------------------------

and i did a 'xf86config'....didnt work...stil had the same problem, at this point im kinda ticked off at my comp, or just mainly me for not know what to do , help me plz
 
Old 08-09-2003, 11:52 AM   #5
DC Sk8erz Inc.
LQ Newbie
 
Registered: Jul 2003
Location: lacey
Distribution: xp?
Posts: 26

Original Poster
Rep: Reputation: 15
ok i just finished reinstalling, and it still gave me the same error =\
 
Old 08-09-2003, 12:59 PM   #6
Strike
Member
 
Registered: Jun 2001
Location: Houston, TX, USA
Distribution: Debian
Posts: 569

Rep: Reputation: 31
The correct way to configure X is dpkg-reconfigure xserver-xfree86, try that first and see if you can't get the right stuff picked.
 
Old 08-09-2003, 04:37 PM   #7
DC Sk8erz Inc.
LQ Newbie
 
Registered: Jul 2003
Location: lacey
Distribution: xp?
Posts: 26

Original Poster
Rep: Reputation: 15
ok it worked, one problem tho, when it goes to the logon screen, i type in my username and password (non-root) and it would act like it was going to load into desktop mode but instead my monior blinks once, then blinks again...then it brings me back to the logon screen... O.O ...i dont know what is going on here, but i cant get onto the desktop...anyone know whats wrong?
 
Old 08-09-2003, 09:08 PM   #8
js_530
Member
 
Registered: Jul 2003
Posts: 162

Rep: Reputation: Disabled
I've tried doing that, but it still didn't work. I'm on a Nvidia GeForce 4200 Ti. I configured it on AGP:1:0:0 (I only have one AGP port, which it's on). I have it configured with the nv driver, I'm gonna get the nvidia driver when I get X working. I get the same error, "Device not detected" whenever I try "startx".
 
Old 08-10-2003, 02:41 AM   #9
DC Sk8erz Inc.
LQ Newbie
 
Registered: Jul 2003
Location: lacey
Distribution: xp?
Posts: 26

Original Poster
Rep: Reputation: 15
o well..(5 hours later)..i finally got a distro to actully work!! knoppix!! >.< ..now all i got to do is install and run a ftp server =]], does anyone know any good ftp server programs that are newbie friendly??

(knowing the fact that im linux illiterate..)

 
Old 08-10-2003, 02:53 AM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Seems to be the latest thing to suggest vsftp

I've always had great luck with proftpd myself though. And if you weren't aware knoppix is Debian based, just gives you a head start

Cool
 
Old 08-10-2003, 12:23 PM   #11
DC Sk8erz Inc.
LQ Newbie
 
Registered: Jul 2003
Location: lacey
Distribution: xp?
Posts: 26

Original Poster
Rep: Reputation: 15
ok i got things up and running now, i thank you guys for all the help youve givin me =] =] =]

have one question tho =P

i know its possible to change the resolution in Xwindows mode...but is it possible to change the resolution withint the CLI?
 
Old 08-11-2003, 07:07 PM   #12
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Look into framebuffer devices - either searching the web or 'man fbset', 'man fbdev', etc. I don't know too much about it since it worked and I've been spending more time trying to learn about stuff that doesn't, but I've got 1024x768 and it can be modified by editing lilo.conf, though probably something like fbset is more appropriate? The Slack install asked if I wanted framebuffer support and I said 'Sure' and it said 'Okay' and that was that. However, your kernel and video card and so on have to support it and, if it isn't already set up, there's a lot of config to do, I think, so it can be quite complicated. Otherwise it's just 80 columns by 25 rows, pretty much.
 
Old 08-12-2003, 11:01 AM   #13
js_530
Member
 
Registered: Jul 2003
Posts: 162

Rep: Reputation: Disabled
I've tried setting the driver to fbset, but there was an error. Can anyone help me? It still says "No Screens Found". I used lynx to download the Nvidia driver. I tried installing it, but I don't know where the kernel source is. Would it be "apt-get install kernel-source...."?
 
  


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
debian n00b plz help me!!!!!!!!!! Manny1337 Debian 9 08-22-2005 02:39 AM
could someon explain what vmware does? MaTrIx709 Linux - Security 2 08-13-2005 04:21 PM
problemas with xfree86 in debian!!plz help!! zacklemon Debian 7 07-27-2005 12:55 PM
can someon help me get wine running wisdom Linux - Software 12 02-17-2004 07:15 AM
Mouse and Sound on DEBIAN, plz HELP! Ypkis Linux - Hardware 0 11-16-2003 02:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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