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 03-15-2005, 10:23 PM   #1
furmat2
LQ Newbie
 
Registered: Mar 2005
Location: montreal
Distribution: debian
Posts: 4

Rep: Reputation: 0
xwindows not working with debian


Hello Forum:

I just installed Debian but x-windows is not working. I tried simply to reinstall xwindows using dselect, but this did not work.
when I type startx at the cammand line i get the following message:

EE VGA(0)Driver can't support depth 24
EE Screen found but none have a usable configuration.

I am using a 2 year old standard monitor. (Samsung sync master 750s)
It worked well with Mandrake. hmm....


Any help would be very appreciated

sincerely

furmat2
 
Old 03-16-2005, 12:25 AM   #2
Gibsonist
Member
 
Registered: Mar 2004
Location: Meersburg (GER)
Distribution: Cygwin,RH 7.2 7.3, SuSe 6.4 8.2 9.1,TinyLinux, Debian Sarge, Knoppix 3.*, Knoppicilin, Knoppix STD
Posts: 191

Rep: Reputation: 30
If I may ask which version of Debian you are using, and what kinda vga card

from your error message i would say that XF86 isnt configured correctly

try to purge and reinstall the xserver package (using aptitude perhaps)
using the conf prog and let debian try to set up the conf (so far had only good results)
 
Old 03-16-2005, 12:27 AM   #3
Ephracis
Senior Member
 
Registered: Sep 2004
Location: Sweden
Distribution: Ubuntu, Debian
Posts: 1,109

Rep: Reputation: 50
Check your video card and reconfigure XFree86 using xf86config. When I used Debian I remember that X never worked without some manual work and configuration.
 
Old 03-16-2005, 12:33 AM   #4
chbin
Member
 
Registered: Mar 2005
Distribution: slackware-current
Posts: 379

Rep: Reputation: 31
$ Xorg -configure
$ cp /root/xorg.conf.new /etc/X11/xorg.conf
$ startx
 
Old 03-16-2005, 12:46 AM   #5
Gibsonist
Member
 
Registered: Mar 2004
Location: Meersburg (GER)
Distribution: Cygwin,RH 7.2 7.3, SuSe 6.4 8.2 9.1,TinyLinux, Debian Sarge, Knoppix 3.*, Knoppicilin, Knoppix STD
Posts: 191

Rep: Reputation: 30
Quote:
Originally posted by MezzyMeat
... When I used Debian I remember that X never worked without some manual work and configuration.
Beg to differ MezzyMeat,
running Deb Sarge on a machine with a old GeForce2TI and a Matrox Mystique2

the Debian config worked out of the box for my first card, with no problems
(have to admit had to mod the conf for the dual screen setup)

So we can not assume it to be not working on every setup of machine

(Sorry am a Mathematician and cant leave these things)
 
Old 03-16-2005, 07:12 AM   #6
Ephracis
Senior Member
 
Registered: Sep 2004
Location: Sweden
Distribution: Ubuntu, Debian
Posts: 1,109

Rep: Reputation: 50
Quote:
Originally posted by Gibsonist
Beg to differ MezzyMeat,
running Deb Sarge on a machine with a old GeForce2TI and a Matrox Mystique2

the Debian config worked out of the box for my first card, with no problems
(have to admit had to mod the conf for the dual screen setup)

So we can not assume it to be not working on every setup of machine

(Sorry am a Mathematician and cant leave these things)
Well, I forgot to mention that when I last used Debian was in an early woody-version and Debian was back then the only dist I used so I have set it up on everything from old 166Mhz boxes with outdated videocards and my parents 500Mhz with a Voodoo-card, all the way to my first new gaming machine I bought when I used to be one of those gamers (). Debian's own xfree86 configuration never worked on any machine, ever. And also the books I have read that teaches slighly basic knowledge about how to learn Linux mentions that X on Debian tender to be harder to get working then on other distros such as Red Hat (Fedora today) or SuSE.

Although that was some time ago and I bet Debian have matured since then. But I know I always had to configure X by myself when I used Debian.
 
Old 03-16-2005, 10:44 AM   #7
kornerr
Member
 
Registered: Dec 2004
Location: Russia, Siberia, Kemerovo
Distribution: Slackware
Posts: 893

Rep: Reputation: 35
furmat2, it's called "X Window", here's no ms.
 
Old 03-16-2005, 08:13 PM   #8
furmat2
LQ Newbie
 
Registered: Mar 2005
Location: montreal
Distribution: debian
Posts: 4

Original Poster
Rep: Reputation: 0
still x window is not working

First of all, thank you to everyone who replied to my post.

I tried your advice. I purged the xfree86 files and reinstalled x window using dselect. I was asked to choose which x-window server that was compatible with my video card.

My video card is ATI Technologies Inc 3D Rage Pro AGP 1x(rev5c),

I checked here:
http://www.calel.cl/pci-devices/xfre...-list.html#ATI to see which x server I should choose.

This site suggested xserver xfree86 . I chose this.

Still .. when I try to startx, I get the same error:

VGA(0)Driver cant support depth 24
sceens not found.

I am using Debian version 3.0

Any suggestions would be very appreciated.

Again , thank you to all.

sincerly
furmat2
 
Old 03-16-2005, 10:46 PM   #9
colek
LQ Newbie
 
Registered: Mar 2005
Location: Boston
Distribution: Debian, Knoppix, Puppy
Posts: 9

Rep: Reputation: 0
Re: still x window is not working

Quote:
Originally posted by furmat2
First of all, thank you to everyone who replied to my post.


sincerly
furmat2
I feel your pain Fur. I am also a newbie whose Debian XWindows doesn't launch. When you crack the case, let me know. Or I'll do the same for you.
 
Old 03-16-2005, 11:31 PM   #10
furmat2
LQ Newbie
 
Registered: Mar 2005
Location: montreal
Distribution: debian
Posts: 4

Original Poster
Rep: Reputation: 0
Colek - I will keep you posted..

furmat2
 
Old 03-17-2005, 05:23 AM   #11
Ephracis
Senior Member
 
Registered: Sep 2004
Location: Sweden
Distribution: Ubuntu, Debian
Posts: 1,109

Rep: Reputation: 50
Re: still x window is not working

Quote:
Originally posted by furmat2
VGA(0)Driver cant support depth 24
If you check at this line of the error it says that you are trying to use 24bit depth but the video driver you are using does not support this.

If you run xf86config and choose to have a look at the videocard database you may find a better driver for your card. If you can't find a better driver for your card then change the resolution and depth in the config.

Last edited by Ephracis; 03-17-2005 at 05:25 AM.
 
Old 04-26-2005, 10:30 AM   #12
xuloChavez
LQ Newbie
 
Registered: Apr 2005
Posts: 4

Rep: Reputation: 0
Furmat2, Colek


I had a similar problem to urs and the solution was quite easy:
Quote:
Sorted!! In the end all I had to do was to reconfigure XFree86 with

#dpkg-reconfigure xserver-xfree86

like Macondo suggets in his thread, and when asked whether to use the kernel framebuffer to communicate with the video card, just choose "NO" . From the context you could think that the safest option is "YES", and I think thats the default, but guy that wrote "The Very Verbose Debian 3.0 Installation Guide" (see again Macondos thread) also had to go for "NO". To be fair with the newbie population, it is very hard to see from the XFree86.0.log (see my posting above) that this was the problem.

In fact, now I can choose 24 colour depth without any problem.

(a note aside, before this I also had to point /dev/mouse to /dev/psaux by using the command:
ln -s /dev/mouse /dev/psaux
to get my mouse working, maybe u need to try that as well)
you can have a look at the whole thread
http://www.linuxquestions.org/questi...86#post1611286
 
Old 04-26-2005, 06:34 PM   #13
furmat2
LQ Newbie
 
Registered: Mar 2005
Location: montreal
Distribution: debian
Posts: 4

Original Poster
Rep: Reputation: 0
Hello Colek

In fact I struggled with this for awhile but simply could not find the answer. In the end I installed Suse 9.1 ... and this is working pretty well ...

Thanks again - I will keep your reply in mind - i know others too who have had trouble with debian xwindows. And thank you again as well to everyone else who posted suggestions.
furmat2
 
  


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
Xwindows problem Debian 3 ineedSomehelp Linux - Software 0 08-27-2005 01:24 AM
Linux Debian Xwindows spiggy Linux - Newbie 2 08-06-2005 11:32 AM
2x AGP 3d card? xwindows for debian Weiznit Linux - Hardware 2 02-02-2005 02:17 PM
Xwindows Not Working ARGH!!!!!!!!! arkanix Linux - Newbie 2 07-23-2003 10:10 AM
new debian install ... whats' next? xwindows?? rishineedsajob Linux - Newbie 1 03-25-2003 01:04 PM

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

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