LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 07-06-2005, 07:44 PM   #1
cubexican
LQ Newbie
 
Registered: Jul 2005
Distribution: Slackware 10.1
Posts: 7

Rep: Reputation: 0
Angry Gui problems with Slackware 10.1


This is my first time using any Linux distribution. I installed Slackware 10.1 and everything went well to this point. I get to the darkstar login and I tried start the gui (kde) using the startx command. The monitor goes black, but the computer is still running. I hit ctrl+alt+bckspce and, amoung other things, it says "kded: cannot connect to x server". I tried to configure x with the command xf86config but it replies with "command not found". Since this has been bothering me for a while now, I was really hoping that someone could help me out with lingo and directions that I could understand. Thanks in advance.

Last edited by cubexican; 07-06-2005 at 07:45 PM.
 
Old 07-06-2005, 08:07 PM   #2
IamDaniel
Member
 
Registered: Mar 2003
Location: Sungai Petani
Distribution: Slackware
Posts: 143

Rep: Reputation: 15
Post your `/var/log/Xorg.0.log' file...
 
Old 07-06-2005, 08:35 PM   #3
cubexican
LQ Newbie
 
Registered: Jul 2005
Distribution: Slackware 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
Sorry. How do I find it?
 
Old 07-06-2005, 08:46 PM   #4
Bluenoser
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada
Distribution: Ubuntu 8.04 LTS
Posts: 138

Rep: Reputation: 15
xorgconfig is the command you want to use.
 
Old 07-06-2005, 09:17 PM   #5
cubexican
LQ Newbie
 
Registered: Jul 2005
Distribution: Slackware 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
Yeah, thanks a lot. That was the right command. I entered all of my information correctly, but my monitor still goes black after I write the file and everything. I think that it might be 2 problems a) My monitor is complete crap -Gateway 2000 Vivitron 15- and I need another to view my gui or b) A prompt informed me that the xorg.config file needed to be in a certain directory in order to be viewed by linux. If this is the problem then how do I move the file into that directory?
 
Old 07-06-2005, 09:33 PM   #6
BrianW
Member
 
Registered: Jul 2003
Location: Montana
Posts: 297

Rep: Reputation: Disabled
Most likely xorg.conf was written to your home dir. You will need to be root (su) and move it to /etc/X11 replacing the xorg.conf that is currently there. You might want to chown root:root xorg.conf after writing it.
 
Old 07-06-2005, 09:44 PM   #7
cubexican
LQ Newbie
 
Registered: Jul 2005
Distribution: Slackware 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks a lot for the help. I really appreciate it. I'm unfamiliar with the command line and I don't know how to replace the xorg.conf in /etc/X11. Also, when I play around I fear that I will mess something up. Could you please give me step by step instructions on how to do this? All help is greatly appreciated.
 
Old 07-06-2005, 10:00 PM   #8
jrdioko
Member
 
Registered: Oct 2002
Distribution: Debian 6.0.2 (squeeze)
Posts: 944

Rep: Reputation: 30
If you ran xorgconfig as a user and all it did was create a xorg.conf in your home directory, you can always delete that xorg.conf and run it again as root, but if you want to move it type the following commands in a terminal (things in parentheses are my comments, don't type them):

Code:
cd   (this changes to your home directory if you're not there already)
su   (this will prompt you for your root password and then you will become root, be sure to type "exit" at the end to go back to being your normal user)
mv xorg.conf /etc/X11   (this moves the file, overwriting any xorg.conf in the other directory)
chown root:root /etc/X11/xorg.conf   (this changes the permissions on the file so it's owned by root and in the root group, it's a good idea since that's how it would be created if you ran xorgconfig as root in the first place)
 
Old 07-06-2005, 10:11 PM   #9
cubexican
LQ Newbie
 
Registered: Jul 2005
Distribution: Slackware 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
Oh wow, thanks a whole lot. You have no idea how long I've been waiting to see that splash screen. Quick problem though (as though I don't have enough) mouse is going crazy so I figure that I chose the wrong mouse in my config. Is there a quick solution to this?
 
Old 07-06-2005, 10:27 PM   #10
Bluenoser
Member
 
Registered: Jun 2004
Location: Nova Scotia, Canada
Distribution: Ubuntu 8.04 LTS
Posts: 138

Rep: Reputation: 15
Easiest way is to run xorgconfig again (as root) and select the proper settings
 
Old 07-06-2005, 10:28 PM   #11
cubexican
LQ Newbie
 
Registered: Jul 2005
Distribution: Slackware 10.1
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks a bunch for all of you that helped today.
 
Old 07-07-2005, 12:22 AM   #12
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
'crazy' as in mouse going in, say, opposite directions when you move it? did you already try to rerun the xorg program, if so, did it fix it? if not, post what type of mouse you have and youll have to change the protocol or location of your mouse in your xorg configuration file. the mouse setup was my biggest problem with slackware 10.1.
if not, and all is well, then congrats!
 
  


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
Does Slackware have a GUI? zahadumy Slackware 27 11-25-2005 10:54 PM
No GUI in SLackware 10?! Worksman Slackware 20 11-19-2004 08:53 PM
GUI for Slackware btexpress Slackware 10 05-16-2004 11:30 PM
Slackware 9.0 GUI? Gerardoj Linux - Software 11 07-02-2003 01:36 AM
slackware gui? emory7825 Linux - Newbie 3 11-26-2001 03:16 PM

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

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