LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-26-2005, 05:57 PM   #16
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45

Congrats on reaching the great 1000 roll-over !

Cheers,

mj
 
Old 05-26-2005, 06:09 PM   #17
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
Congrats on reaching the great 1000 roll-over !
It just shows that I've spent a lot of time chatting on the opinion threads.
 
Old 05-26-2005, 06:34 PM   #18
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
what is vga because i did that and the only one that mentioned vga was this: vga compatible controller: Texas Instruments TVP4020 [permedia 2] (rev 01)
 
Old 05-26-2005, 06:50 PM   #19
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Yes, apparently that's your graphics card. A Google search revealed that many people seem to use the "glint" driver with that specific graphics controller. Try that in "dpkg-reconfigure xserver-xfree86".
 
Old 05-26-2005, 06:56 PM   #20
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
i don't know how much memory it has
 
Old 05-26-2005, 07:05 PM   #21
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
You can leave the memory undefined. Xserver does some autoprobing of your hardware while it starts so you should be able to skip most of the questions by just pressing Enter. Defining the driver for your graphics card and the refresh values for monitor seem to be among the most important facts for a successful X configuration and it would be preferable that you can set them correctly.
 
Old 05-26-2005, 07:07 PM   #22
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
should i just type startx when im done or should i reboot
 
Old 05-26-2005, 07:10 PM   #23
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
You need an .xsession or .xinit file in your home directory before "startx" works. Maybe you should try rebooting first to see if you are greeted by kdm.
 
Old 05-26-2005, 07:15 PM   #24
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
i rebooted and its still black and white saying debian login

p.s.

what is a .xsession or .xinit file

Last edited by at6498; 05-26-2005 at 07:21 PM.
 
Old 05-26-2005, 07:31 PM   #25
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
You can test your X configuration file by typing:
Code:
XFree86 -xf86config /etc/X11/XF86Config-4
If the configuration file is good, you should get a kind of greyish screen and an X shaped mouse cursor. To exit the test, just press the three keys Ctrl+Alt+Backspace simultaneously.

If the test is successful, you can create the .xsession file with the following command
Code:
echo "exec startkde" > ~/.xsession
 
Old 05-26-2005, 07:38 PM   #26
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
it didnt work let me make sure i typed it right
 
Old 05-26-2005, 07:40 PM   #27
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
it says the same thing as when i type "startx"
 
Old 05-26-2005, 07:53 PM   #28
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Hmm... Supposing the Google information on the graphics driver is correct, it shouldn't be too difficult to find out what's wrong with your X configuration. Then you can run "dpkg-reconfigure xserver-xfree86" again and correct the settings.

Every time X tries to start it writes a log file to /var/log/XFree86.0.log and you can view it with the following command:
Code:
less /var/log/XFree86.0.log
Pay special attention to lines that start with (EE) because those mark errors in the X startup procedure. At the end of this log file there should be a short explanation why X refuses to start. Maybe you could post here that final error message -- and, ideally, also the lines that start with (EE)?
 
Old 05-26-2005, 08:01 PM   #29
at6498
LQ Newbie
 
Registered: May 2005
Distribution: debian
Posts: 27

Original Poster
Rep: Reputation: 15
it says command not found
 
Old 05-26-2005, 08:15 PM   #30
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
it says command not found
Well, that message isn't very informative. But nevermind, I just remembered that there's an utility that is supposed to configure X automatically. That might be now worth a try, or what do you think?

The utility is called xdebconfigurator and you can install it with "apt-get install xdebconfigurator". I haven't used it myself but apparently you just become root and type "xdebconfigurator" to start the utility and it should take care of the rest. Tell us how it goes, I'm curious to hear if it actually works as advertised.
 
  


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
HELP!!! Installed kde 3392 rpms keyboard dead inside kde, working in shell hansschmucker SUSE / openSUSE 1 02-13-2005 08:01 PM
Why wont my KDE 3.2 FC2 setup run make commands w/KDE 1.x packages? rusty_slacker Linux - Newbie 1 09-19-2004 05:40 PM
KDE startup lookup using SuSE 9.1 (KDE 3.2.3 - /home over NFS) dbertolo Linux - Software 1 08-24-2004 10:26 AM
couple of qs, gnome ftp, removing kde or improving speed of kde, startup modprobe darkleaf Linux - Software 2 07-20-2004 09:54 AM
[REDHAT KDE] Disable KDE boot? Apache down after 10min losing monitor signal bjwesselink Linux - Software 2 08-11-2003 01:52 PM

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

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