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 > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-05-2004, 05:50 AM   #1
alexrait1
Member
 
Registered: Jul 2003
Location: Israel
Distribution: slackware current kernel 2.6.9
Posts: 70

Rep: Reputation: 15
updating to X11 (Xorg)


I saw that it's already in the current.
I have some problems with XFree86 that hangs whenever I logout, or reboot without a shutdown. I believe that I need to reinstall the X server, but I would rather switch to Xorg at the same time.
So here are some questions about the installation:
- what will happen with my XF86config? I had many troubles before managed to make it right
- Did anyone try the slackware packages? are there any problems with dependencies e.t.c?
- In general, is it a good idea to upgrade my Xfree?

thanx.

Alex Rait.
 
Old 06-05-2004, 06:14 AM   #2
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
Are you using framebuffer support? I had the same problem and I already had xorg installed. I solved the problem by using the generic driver (VESA) for the framebuffer.

As for XF86Config, you can back it up, install xorg and use XF86Config as is but renamed to xorg.conf. In my opinion, switching to xorg is a good idea because xorg is like xfree but with one year of bug corrections. They just picked up xfree code and debugged it. At least that's the idea I have about it...


EDIT:

You may also need to change FontPath in XF86Config to the new font paths.

Last edited by Covel; 06-05-2004 at 06:16 AM.
 
Old 06-05-2004, 08:17 AM   #3
alexrait1
Member
 
Registered: Jul 2003
Location: Israel
Distribution: slackware current kernel 2.6.9
Posts: 70

Original Poster
Rep: Reputation: 15
I removed all Xfree packages and then installed the Xorg (all packages).
All was done with removepkg and later installpkg.
Somehow, I had no problems at all (never happened to me before), quite the contrary, without changing anything I was able to logout of Kde, X, and restart my pc while the X worked as well as I could only wish. I think it's even faster than it was with XFree86.

I entered the /etc/X11 folder and noticed that nothing changed, the XF86config stayed where it was, unaltered.

Ok, so now all works fine, but still I want to have control of what's going on there (that's the reason we use slackware right?). I tried to execute xorgcfg (the graphical one?) out of the kconsole in my KDE (as root), but it shutdown in a moment printing a message that says no config file was found.

I believe not many had alredy switched to Xorg with slackware so it's hard to google the answer.
Does anyone know how to configure Xorg, where to find the config file, and if it's needed to rename my XF86cofig though it works fine like it is now.

thank you all.
 
Old 06-05-2004, 12:20 PM   #4
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
You must have a file xorg.conf if you're using xorg. Maybe it's a default xorg.conf file or a copy of XF86Config. Check it out in /etc/X11
 
Old 06-05-2004, 12:51 PM   #5
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Quote:
Originally posted by Covel
You must have a file xorg.conf if you're using xorg. Maybe it's a default xorg.conf file or a copy of XF86Config. Check it out in /etc/X11
Not so.

What it does have is a series of checks, much like XFree86. It'll look first for xorg.conf, and if it doesn't find that file, it'll search for another file. I'm not sure if it's XF86Config-4 or XF86Config, but if you have one of those files, then it'll use that as its backup. What I would do then is just copy the file and rename it as xorg.conf, just so you can tweak that, and if you do something wrong, you can use the other file, or overwrite the xorg.conf with the old XF86Config file.
 
Old 06-05-2004, 02:15 PM   #6
Covel
Member
 
Registered: Oct 2003
Location: Portugal
Distribution: Gentoo
Posts: 116

Rep: Reputation: 16
Quote:
Originally posted by r_jensen11
Not so.

What it does have is a series of checks, much like XFree86. It'll look first for xorg.conf, and if it doesn't find that file, it'll search for another file. I'm not sure if it's XF86Config-4 or XF86Config, but if you have one of those files, then it'll use that as its backup. What I would do then is just copy the file and rename it as xorg.conf, just so you can tweak that, and if you do something wrong, you can use the other file, or overwrite the xorg.conf with the old XF86Config file.

You're right. I just renamed my xorg.conf file to XF86Config and it worked
 
Old 06-05-2004, 02:50 PM   #7
caterboy
LQ Newbie
 
Registered: Dec 2003
Posts: 16

Rep: Reputation: 0
I heard that it is more difficult for nvidia users because they have to install the last driver (5336) which does not work well with Enemy Territory. Do you agree with that ? Because I am not sure.
 
Old 06-05-2004, 07:41 PM   #8
caterboy
LQ Newbie
 
Registered: Dec 2003
Posts: 16

Rep: Reputation: 0
Ok I have just tested all that, it works well !
 
Old 06-06-2004, 09:57 AM   #9
BinaryLinux
Member
 
Registered: May 2004
Distribution: Slackware 9.1 and 10
Posts: 35

Rep: Reputation: 15
I've installed X11 just now and it is working fine for me, I did have to reinstall the nVidia 5336 driver as GLX couldn't be initialised. I have noticed that after I exit from X11 that I get this error message:

Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!

Doe's anyone know what I can do to fix this?
 
Old 06-06-2004, 07:14 PM   #10
r_jensen11
Senior Member
 
Registered: Apr 2003
Location: Minnesota, USA
Distribution: Slack 10.0 w/2.4.26
Posts: 1,032

Rep: Reputation: 45
Quote:
Originally posted by BinaryLinux
I've installed X11 just now and it is working fine for me, I did have to reinstall the nVidia 5336 driver as GLX couldn't be initialised. I have noticed that after I exit from X11 that I get this error message:

Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!

Doe's anyone know what I can do to fix this?
You could comment out that path from the /etc/X11/xorg.conf file. Then it won't look for that font there. It might do that automatically if you end up logging in as root and go into X from runlevel 3, but it would just be easier to comment it out by hand.
 
Old 06-07-2004, 11:29 AM   #11
BinaryLinux
Member
 
Registered: May 2004
Distribution: Slackware 9.1 and 10
Posts: 35

Rep: Reputation: 15
Quote:
Originally posted by r_jensen11
You could comment out that path from the /etc/X11/xorg.conf file. Then it won't look for that font there. It might do that automatically if you end up logging in as root and go into X from runlevel 3, but it would just be easier to comment it out by hand.
Thanks for the information, I no longer get that message now after doing what you said.
 
  


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
xorg-x11 6.8.2 problems... Regulus Linux - Software 4 09-18-2005 10:14 AM
updating xorg-x11 with yum on FC3 volvogga Linux - Newbie 6 06-01-2005 12:28 AM
xorg-x11-devel for Mandrake 10.1 Malibyte Mandriva 3 03-20-2005 03:31 AM
xorg-x11-libs required by xorg-x11-devel darknails Fedora 1 01-13-2005 02:34 PM
xorg-X11-6.8.1-1 + Mesa-6.1-1 estatik Mandriva 3 10-08-2004 01:51 AM

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

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