Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-28-2003, 09:52 PM
|
#1
|
|
LQ Newbie
Registered: Mar 2003
Posts: 5
Rep:
|
configuring x
I just got slackware 9.0 installed and am trying to configure X. Anytime I type in /etc/X11/XF86Config I get the following error:
Permission Denied.
I am logged in as root, why am I getting this message?
|
|
|
|
03-28-2003, 10:09 PM
|
#2
|
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Rep:
|
Well, thats just a text file.....are you trying to edit it directly using pico,vi, or something??
Log out of X, log in as root and run 'xf86config' Before you do make sure you know stuff like what kind of video card you have, your monitors horizontal and vertical sync, mouse, keyboard, etc. It will take through a step by step process.
|
|
|
|
03-28-2003, 10:29 PM
|
#3
|
|
LQ Newbie
Registered: Mar 2003
Posts: 5
Original Poster
Rep:
|
already at root
I am not logged in to x, or I do not think I am logged into x. I booted the computer and it showed login. I entered root and the password and the prompt displays root@computer:/#
I did not know where the xf86config file was so I did a find / -name XF86Config and that was the only path it returned /etc/X11/XF86Config
so I ran that from root@computer:/#/etc/X11/XF86Config and get the following prompt
-bash: /etc/X11/XF86Config : Permision Denied
If I am logged in to X, how do I logout?
|
|
|
|
03-28-2003, 11:09 PM
|
#4
|
|
Member
Registered: Jan 2003
Location: Canada
Distribution: Ubuntu, Mepis, Debian
Posts: 158
Rep:
|
Something that helped me move around a little easier when I was starting to learn where all the directories and files are, is Midnight Commander
Just type "mc" at the command prompt. You will find that a little easier to navigate and view and edit files at first.
And no, you're not in X, yet
HTH
Steve
|
|
|
|
03-28-2003, 11:19 PM
|
#5
|
|
Senior Member
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180
Rep:
|
If you want to just try standard VESA mode, then you can copy the file /etc/X11/XF86Config-vesa to XF86Config and then startx.
cp /etc/X11/XF86Config-vesa /etc/X11/XF86Config
startx
If you are using framebuffer mode there is also a framebuffer file provided. Use /etc/X11/XF86Config-fbdev instead.
These usually work on almost all systems. They may not be the best performer but for a first time setup, they are sure alot easier and quicker. If you have problems with your mouse being detected then make sure the sym link /dev/mouse points correctly to the proper mouse device.
|
|
|
|
03-28-2003, 11:26 PM
|
#6
|
|
LQ Newbie
Registered: Mar 2003
Posts: 5
Original Poster
Rep:
|
Error when startx
I get the following error when I try to startx:
xauth: error while loading shared libraries: libXmuu.s0.1: cannot open shared object file: No such file or directory.
Could there be something wrong with my x setup? If so, is it possible to reinstall x without going through the entire linux setup?
|
|
|
|
03-28-2003, 11:52 PM
|
#7
|
|
Senior Member
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180
Rep:
|
Well, it might be worth a try. Mount your install CD say under /mnt/cdrom and then
cd /mnt/cdrom/slackware/x
pkgtool
Select to install from the current directory. Then process each package as it is presented.
However, I think I would verify the CD first if you haven't.
cd /mnt/cdrom/slackware
md5sum --check CHECKSUMS.md5
It should only report the kernel source "slackware/k" set and the international kde (slackware/kdei) as failures. It would be really nice if they would fix the checksum files for the install iso when parts are deleted from the tree. If it reports any failures in the slackware/x tree then it is a bad CD burn. The image requires a 700 MByte CDR.
|
|
|
|
03-29-2003, 06:52 AM
|
#8
|
|
Member
Registered: Dec 2002
Location: IL
Distribution: NetBSD, Slackware, Gentoo, Debian, FreeBSD
Posts: 444
Rep:
|
Not sure if you got this taken care of yet, but one more time.
Code:
so I ran that from root@computer:/#/etc/X11/XF86Config and get the following prompt
-bash: /etc/X11/XF86Config : Permision Denied
If I am logged in to X, how do I logout?
That is just a text file, you have to first say what you want to do with it. You want to edit it?? then you would go
# pico /etc/X11/XF86Config
pico is kinda like say notepad
Do you want to read it??
# less /etc/X11/XF86Config
If you havent got this yet and you checked the CD and reinstalled everything and you are looking back at this post for help, go back to where you were and run
xf86config
Just like that. But first try to run
startx
like he said because the vesa driver may work with your card, you shouldn't have to copy anything first, X works right out the box with my ATI card, if it looks like you are going into X then it flashes and goes back to the bash screen with a error run 'xf86config'
good luck
Last edited by wr3ck3d; 03-29-2003 at 06:55 AM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Not configuring
|
Culbert |
Linux - Software |
3 |
08-24-2003 10:37 AM |
|
Configuring X
|
Nexer |
Linux - Newbie |
8 |
05-06-2003 10:02 PM |
|
configuring help
|
n00bster |
Slackware |
1 |
03-01-2003 02:15 AM |
|
Configuring X
|
Solidus |
Slackware |
8 |
05-03-2002 06:08 PM |
|
configuring X
|
dictatorofgoats |
Linux - General |
2 |
08-11-2001 09:03 AM |
All times are GMT -5. The time now is 03:19 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|