Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Slackware Linux Help
Reload this Page Help plz...my startx doesn't work anymore???
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Slackware Linux Help For help and Discussion about Slackware linux

Reply
 
Thread Tools Display Modes
Old 12-02-2007   #1 (permalink)
drewstealth
Just Joined!
 
Join Date: Dec 2007
Posts: 4
Help plz...my startx doesn't work anymore???

Hi, I'm very knew to linux. I've been learning with slackware 12 and I enjoy the challenges it brings. I just installed openoffice.org. I installed it on the user account andrew. After i rebooted my computer and try startx on account andrew it just goes to a black screen with only a black x for the mouse pointer. It just hangs there forever. startx works fine on my root account still. Please help me fix what i messed up. Thanks.
drewstealth is offline   Reply With Quote
Old 12-02-2007   #2 (permalink)
Freston
Linux Enthusiast
 
Freston's Avatar
 
Join Date: Mar 2007
Posts: 517
Welcome to the forums!

You say you are a new user running Slackware 12? I ask this to estimate our proficiency with the command line, because Slack isn't as point-n-clicky as is so popular with the kids today It _is_ a fun and rewarding challenge however. And a very reliable and flexible OS. With some effort you really get to know your system inside out.

I assume you can edit files from the command line and have settled on an editor to use.

First, how did you install Openoffice.org?
I ask this because OOo defaultly comes as a RPM package, which is installable on a Slack system... but not without some trouble shooting. Did you use the RPM? How did you shoot the troubles Or did you find the Slackpack and just used 'Ye Olde installpkg'? I am very vaguely beginning to have a suspect in the RPM package. Can you answer these questions:

Package format you downloaded
Account you used to install the package
Problems that occurred (probably a truckload of broken dependencies)
How you solved these
Preparations you made
Commands you issued
Parameters you passed
Etcetera
This may seem like a long list, but I just want to make sure we pinpoint the right perpetrator.

Also: What happens if you run this command after boot:
Code:
startx 2> ~/andrews_errors
(Well, exactly the same will happen as before, but now you have the error messages stored in a file.)

Copy&paste (using working root account this one time) the contents of ~/andrews_errors here.


If you have any questions feel free to ask.
__________________
Can't tell an OS by it's GUI
Freston is offline   Reply With Quote
Old 12-03-2007   #3 (permalink)
drewstealth
Just Joined!
 
Join Date: Dec 2007
Posts: 4
I basically used the instructions in this tutorial. The Perfect Desktop - Slackware 12 - Page 06 | HowtoForge - Linux Howtos and Tutorials

I installed it in the user account andrew. I was able to use the programs no problem before i restarted the computer and tried to use startx again. The files were .gz that I used tar to unzip them. Here is the output out the command you told me to try.

Here is it pasted:

xauth: creating new authority file /home/andrew/.serverauth.3012
xauth: /home/andrew/.Xauthority not writable, changes will be ignored
xauth: error in locking authority file /home/andrew/.Xauthority
xauth: error in locking authority file /home/andrew/.Xauthority
xauth: error in locking authority file /home/andrew/.Xauthority


X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Slackware 12.0 Slackware Linux Project
Current Operating System: Linux linuxlap 2.6.21.5-smp #2 SMP Tue Jun 19 14:58:11 CDT 2007 i686
Build Date: 09 May 2007
Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 2 19:24:47 2007
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module already built-in
(WW) VESA(0): Failed to set up write-combining range (0xe8800000,0x7f0000)
(WW) VESA(0): Failed to set up write-combining range (0xe8000000,0xff0000)
(EE) AIGLX: DRI module not loaded
AUDIT: Sun Dec 2 19:24:50 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified

waiting for X server to begin accepting connections .
AUDIT: Sun Dec 2 19:24:52 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified
..
AUDIT: Sun Dec 2 19:24:54 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified
..
AUDIT: Sun Dec 2 19:24:56 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified
..
AUDIT: Sun Dec 2 19:24:58 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified
..
AUDIT: Sun Dec 2 19:25:00 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified
..
AUDIT: Sun Dec 2 19:25:02 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified
..
AUDIT: Sun Dec 2 19:25:04 2007: 3029 X: client 1 rejected from local host (uid 1000)
No protocol specified
..
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1; fixing.
.
giving up.
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error.
xauth: error in locking authority file /home/andrew/.Xauthority
Attached Files
File Type: txt andrews_errors.txt (2.4 KB, 2 views)

Last edited by drewstealth; 12-03-2007 at 02:44 AM. Reason: pasting the text instead
drewstealth is offline   Reply With Quote
Old 12-03-2007   #4 (permalink)
Freston
Linux Enthusiast
 
Freston's Avatar
 
Join Date: Mar 2007
Posts: 517
Hmm.... weird?? Weird but clear. I tried to look for you, but the only thing I found that came close to a solution is on a German Ubuntu forum, but it mentions the following as a quick fix:

Basically it says you should delete all files (if there's more than one) in /home/andrew/ that start with .Xauthority
But let's be safe and just rename them to backup.Xauthority, that way you can easily restore it _if_ something goes wrong.

Then startx 2> ~/andrews_errors again


Curious, I tried this on my own machine, and it does create a new .Xauthority file like it promises. That could/should rid you of the errors you recieve. Let us know how it works out.
__________________
Can't tell an OS by it's GUI
Freston is offline   Reply With Quote
Old 12-03-2007   #5 (permalink)
drewstealth
Just Joined!
 
Join Date: Dec 2007
Posts: 4
I don't have any files like that in that directory.
drewstealth is offline   Reply With Quote
Old 12-03-2007   #6 (permalink)
ozar
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 8,503
If you don't already know, files with a . (dot) in front of them are hidden files.

Try this from the command line:

Code:
ls -a /home/andrew
__________________
oz

New Users: * FAQ *

ozar is offline   Reply With Quote
Old 12-03-2007   #7 (permalink)
drewstealth
Just Joined!
 
Join Date: Dec 2007
Posts: 4
Thanks for the help. Deleting the .Xauthoity files fixed the problem. There were 3 of them .Xauthority, .Xauthority-a, .Xauthority-l.

I here a lot about dependency issues with slackware. What exactly is that? Why didn't I have to deal with dependency issues?

Thanks.
drewstealth is offline   Reply With Quote
Old 12-03-2007   #8 (permalink)
ozar
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 8,503
Dependencies are other software packages that the software you are installing need to run properly.

If you installed all the packages on the Slack CDs, you probably won't run into any immediate dependency issues. You might later on if you should install new software packages and there are dependencies not currently installed on your system.
__________________
oz

New Users: * FAQ *

ozar is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Webcams under Linux: will this ever work? WebcamUser Gaming / Games / Multimedia / Entertainment 2 07-04-2006 02:47 PM
Konqueror doesn't work anymore Mr_Tricorder Slackware Linux Help 1 02-07-2006 02:18 PM
wireless card or rounter occasionally doesn't work pm02134 Peripherals / Hardware 0 02-05-2006 03:10 PM
Sound card does not work in Fedora anymore ZhiYi Redhat / Fedora Linux Help 3 06-08-2004 04:36 PM
KDE 3.2.2: Wallpapers do not work anymore??? (Please help) SoulDemon Linux Desktop / X-Windows 1 05-23-2004 02:47 PM




All times are GMT. The time now is 07:02 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0