LinuxQuestions.org
Visit Jeremy's Blog.
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 06-15-2005, 12:26 PM   #1
BaptismOfFire
Member
 
Registered: Aug 2004
Posts: 107

Rep: Reputation: 15
Help installing X.org


I am looking to install Xorg as opposed to xfree86 on my debian base (for no other reason than the experience).

I would prefer to use .deb packages if any are available (other than Unbuntu's Hoary Hedgehog)

I will compile from source ONLY if absoluteley necessary

Can anyone tell me if there are any debs in Debians unstable because I can't seem to find them.

When the above link mentions debian experimental, do they mean unstable?

How do I go about installing X.org - do I need Xfree86?

Everywhere I have come across talks about "upgrading" or "switching" from one to the other, whereas I have no X layer at all.

Cheers

Last edited by BaptismOfFire; 06-16-2005 at 06:58 PM.
 
Old 06-15-2005, 02:05 PM   #2
darin3200
LQ Guru
 
Registered: Dec 2002
Distribution: Gentoo!
Posts: 1,153

Rep: Reputation: 45
You should be able to install Xorg without anything like XFree86 on your system. Everyone used to use XFree but because of something with licensing everyone migrated to Xorg. Have tried installing Xorg with apt-get?
Code:
apt-get install xorg
Also, although compiling from code might take a bit longer it isn't terribly hard and can be good expierence.
 
Old 06-15-2005, 03:10 PM   #3
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
X.org isn't in the debian repositories yet. I hear it'll be in SID soon don't know when though. Might be worth waiting so you don't have to compile it all by hand as it'll probably save you later from errors cause it's not recognized by apt. But it's your call you can compile it now but it's probably better to wait till it's in apt officialy or use a distro that uses it already
 
Old 06-15-2005, 03:35 PM   #4
BaptismOfFire
Member
 
Registered: Aug 2004
Posts: 107

Original Poster
Rep: Reputation: 15
swat I thought. I will attempt to go down the route of using the Ubuntu debs for it though.
 
Old 06-15-2005, 03:50 PM   #5
C4bo
Member
 
Registered: Feb 2005
Posts: 51

Rep: Reputation: 15
Hello
Ifuond this, is shood work.
1. Add these sources to your /etc/apt/sources.list (It doesnt matter if you run sid or not)

deb http://debian.linux-systeme.com sid main
deb-src http://debian.linux-systeme.com sid main

2. # apt-get update

3. Kill X. (ctrl+alt+backspacel or if your running gdm, ctrl+alt+f1, type killall -9 gdm, and hit enter, then Kill X using method above)

3. # apt-get install xserver-xorg

4. Reinstall/Install any nvidia/ati drivers etc. (Don't worry about your X config files, it copies your XF86Config-4 over to xorg.conf.)

5. # gdm

6. check everything has been installed properly, run X -version in the terminal, and it should produce something similar to this:

X Window System Version 6.8.2 (Debian 6.8.2-7 20050329134343 root@codeman.linux-systeme.org)
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.4.20-wolk4.18s i686 [ELF]
Current Operating System: Linux linux 2.6.8-2-386 #1 Thu May 19 17:40:50 JST 2005 i686
Build Date: 29 March 2005
Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.8-2-386 (horms@tabatha.lab.ultramonkey.org) (gcc version 3.3.5 (Debian 1:3.3.5-12)) #1 Thu May 19 17:40:50 JST 2005 T

--------------------------

(Optional)

6. Install additional packages such as libxcomposite, xcompmgr and transset to produce composite effects.

7. # apt-get install libxcomposite1 xcompmgr transset

That's it, if I've missed something please feel free to point it out.
Thanks to Red Jam
Bertil
 
Old 06-15-2005, 04:07 PM   #6
BaptismOfFire
Member
 
Registered: Aug 2004
Posts: 107

Original Poster
Rep: Reputation: 15
ta.
 
Old 06-16-2005, 03:19 AM   #7
Markup
LQ Newbie
 
Registered: Feb 2005
Distribution: RHEL4, SLED10, Ubuntu, Solaris
Posts: 26

Rep: Reputation: 15
There are some more repositories with x.org from apt-get.org should you need the choice:

apt-get.org search results for xorg
 
Old 06-16-2005, 03:55 AM   #8
BaptismOfFire
Member
 
Registered: Aug 2004
Posts: 107

Original Poster
Rep: Reputation: 15
Thank Ye

*Bows*
 
Old 06-16-2005, 11:03 PM   #9
Creak
Member
 
Registered: Feb 2004
Distribution: debian
Posts: 187

Rep: Reputation: 30
Quote:
Originally posted by darin3200
Everyone used to use XFree but because of something with licensing everyone migrated to Xorg.
Now it's more than that, Xorg has features that XFree doesn't like real transparency for example. They are others like better hadware recognition I think, but there I'm not sure. Please look at the X.org website for more informations.

Edit> The Xfree86 server that is installed on Debian from the official repository contains Xorg backported source codes. It's time for Debian to move on and to get Xorg as a default X server!

Last edited by Creak; 06-16-2005 at 11:10 PM.
 
Old 06-18-2005, 03:13 PM   #10
Xian
Member
 
Registered: Feb 2004
Location: 33.31N -111.97W
Distribution: SuSE
Posts: 919

Rep: Reputation: 32
This is a very nice resource page. I just wanted to add that I was test installing a minimal Debian Sarge setup, and I was able to include Xorg as the default window system by dropping to a command prompt after the initial boot, adding the linux-systeme repos to the sources.list, apt-get updating, and then issuing the command below.

This way I never had to remove or update Xfree and could start off a clean install with Xorg already waiting for my first GUI login.

Code:
$ apt-get install xfce4 x-window-system gdm
 
  


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
removing x.org and installing xfree86.3.3 interndan Slackware 3 11-09-2005 02:54 PM
Installing openoffice.org using YaST2 matt_com911 SUSE / openSUSE 1 07-11-2005 08:41 PM
openoffice.org / MDK 2005 - installing problems pistonbrew Linux - Software 0 05-13-2005 02:24 AM
Installing drivers for Radeon9600PR0, X.Org 6.8.1 xelt Linux - Newbie 1 04-13-2005 12:54 PM
Installing X.org from source... acascianelli Slackware 9 09-24-2004 12:09 PM

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

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