* Linux Startup Issues
@ 2006-07-05 20:36 Jesse Castleberry
2006-07-06 15:27 ` Ray Olszewski
0 siblings, 1 reply; 5+ messages in thread
From: Jesse Castleberry @ 2006-07-05 20:36 UTC (permalink / raw)
To: linux-newbie
I am running Debian Linux, and every time I have to reboot, it tries to
start the Gnome graphical interface. There's always an error, "I cannot
start the X server (your graphical interface). It is likely that it is not
set up correctly. Would you like to view the server output to diagnose the
problem?". When I say yes, it appears that the problem is "no screens
found". I tried editing the XF86Config-4 file, but I have no idea what to
look for, or what to change. I also tried running the XFreeConfig program,
but while testing, it gets to a certain video mode, and freezes up.
I tried an "apt-get install XFree86", but it tells me that it can't find
XFree86.
Any idea what I need to do to get this fixed?
Thanks,
Jesse
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux Startup Issues
2006-07-05 20:36 Linux Startup Issues Jesse Castleberry
@ 2006-07-06 15:27 ` Ray Olszewski
0 siblings, 0 replies; 5+ messages in thread
From: Ray Olszewski @ 2006-07-06 15:27 UTC (permalink / raw)
To: linux-newbie
Jesse Castleberry wrote:
> I am running Debian Linux, and every time I have to reboot, it tries to
> start the Gnome graphical interface. There's always an error, "I cannot
> start the X server (your graphical interface). It is likely that it is not
> set up correctly. Would you like to view the server output to diagnose the
> problem?". When I say yes, it appears that the problem is "no screens
> found". I tried editing the XF86Config-4 file, but I have no idea what to
> look for, or what to change. I also tried running the XFreeConfig program,
> but while testing, it gets to a certain video mode, and freezes up.
>
> I tried an "apt-get install XFree86", but it tells me that it can't find
> XFree86.
>
> Any idea what I need to do to get this fixed?
Sorry I did not see this sooner.
If you're getting this message, then the package is already installed,
but it is not configured correctly for your hardware. To run the script
that lets you fix this, run (as root):
dpkg-reconfigure xserver-xfree86
You will still need to know enough about your hardware to answer the
questions correctly. If you want help with this part, you're going to
have to tell us about the details of your system ... but "no screens
found" *often* means that the combinations of resolution (HxW) plus
color depth (bpp) you've selected are inconsistent with the amount of
video RAM you have available. If that's what your underlying problem is,
try choosing 640x480x8bpp and see if that works. If it does, you can
then try again, moving to more and more demanding settings until you hit
your memory limit. (But this is only a guess; for real help, you need to
give us details.)
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Linux Startup Issues
@ 2006-07-05 20:36 Jesse
2006-07-05 20:42 ` Daniele Salatti
2006-07-06 1:04 ` joy merwin monteiro
0 siblings, 2 replies; 5+ messages in thread
From: Jesse @ 2006-07-05 20:36 UTC (permalink / raw)
To: linux-newbie
I am running Debian Linux, and every time I have to reboot, it tries to
start the Gnome graphical interface. There's always an error, "I cannot
start the X server (your graphical interface). It is likely that it is not
set up correctly. Would you like to view the server output to diagnose the
problem?". When I say yes, it appears that the problem is "no screens
found". I tried editing the XF86Config-4 file, but I have no idea what to
look for, or what to change. I also tried running the XFreeConfig program,
but while testing, it gets to a certain video mode, and freezes up.
I tried an "apt-get install XFree86", but it tells me that it can't find
XFree86.
Any idea what I need to do to get this fixed?
Thanks,
Jesse
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux Startup Issues
2006-07-05 20:36 Jesse
@ 2006-07-05 20:42 ` Daniele Salatti
2006-07-06 1:04 ` joy merwin monteiro
1 sibling, 0 replies; 5+ messages in thread
From: Daniele Salatti @ 2006-07-05 20:42 UTC (permalink / raw)
To: linux-newbie
> I tried an "apt-get install XFree86", but it tells me that it can't find
> XFree86.
I think you want xserver-xfree86:
apt-get install xserver-xfree86
You can try also:
apt-get install xfree86*
My 2 cents...
Jesse wrote:
> I am running Debian Linux, and every time I have to reboot, it tries to
> start the Gnome graphical interface. There's always an error, "I cannot
> start the X server (your graphical interface). It is likely that it is
> not set up correctly. Would you like to view the server output to
> diagnose the problem?". When I say yes, it appears that the problem is
> "no screens found". I tried editing the XF86Config-4 file, but I have no
> idea what to look for, or what to change. I also tried running the
> XFreeConfig program, but while testing, it gets to a certain video mode,
> and freezes up.
>
> I tried an "apt-get install XFree86", but it tells me that it can't find
> XFree86.
>
> Any idea what I need to do to get this fixed?
>
> Thanks,
>
> Jesse
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux Startup Issues
2006-07-05 20:36 Jesse
2006-07-05 20:42 ` Daniele Salatti
@ 2006-07-06 1:04 ` joy merwin monteiro
1 sibling, 0 replies; 5+ messages in thread
From: joy merwin monteiro @ 2006-07-06 1:04 UTC (permalink / raw)
To: Jesse; +Cc: linux-newbie
could you attach the file /var/log/XFree86.0.log or Xorg.0.log ??
would be helpful .... dont really know, but I think Debian is using
the Xorg server rather than the Xfree86 server ....
try
apt-cache search xorg
apt-cache search xfree86
it will give you a list of the relevant packages ...
Joy
On 7/5/06, Jesse <jlc@msdlg.com> wrote:
> I am running Debian Linux, and every time I have to reboot, it tries to
> start the Gnome graphical interface. There's always an error, "I cannot
> start the X server (your graphical interface). It is likely that it is not
> set up correctly. Would you like to view the server output to diagnose the
> problem?". When I say yes, it appears that the problem is "no screens
> found". I tried editing the XF86Config-4 file, but I have no idea what to
> look for, or what to change. I also tried running the XFreeConfig program,
> but while testing, it gets to a certain video mode, and freezes up.
>
> I tried an "apt-get install XFree86", but it tells me that it can't find
> XFree86.
>
> Any idea what I need to do to get this fixed?
>
> Thanks,
>
> Jesse
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.linux-learn.org/faqs
>
--
Aham Brahma Asmi
-- Brihadaranyaka Upanishad, Yajur Veda
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-07-06 15:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-05 20:36 Linux Startup Issues Jesse Castleberry
2006-07-06 15:27 ` Ray Olszewski
-- strict thread matches above, loose matches on Subject: below --
2006-07-05 20:36 Jesse
2006-07-05 20:42 ` Daniele Salatti
2006-07-06 1:04 ` joy merwin monteiro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox