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

Notices


Reply
  Search this Thread
Old 04-18-2006, 06:12 PM   #1
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Rep: Reputation: 49
Installing Xorg 6.8.1 on my Sarge system


Hi, I am using Debian Sarge with Xfree86 that comes by default. Now for some specific task I would like to install Xorg 6.8.1 on my debian system. I know I can install Xorg from the testing repo, but the version in the testing repo is 6.9.0 and I need to have 6.8.1

Is there any way I install 6.8.1 on my Sarge System.

Infact I am happy even If I can install Xorg 6.8.1 on Debian testing also i.e. downgrading.

Can anyone give any inputs?

Thanks
 
Old 04-19-2006, 11:00 AM   #2
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
www.backports.org also only has 6.9 ... That would be the only place from which I would consider trying to convert Sarge to use xorg ... Is it really that critical to have 6.8.1?
 
Old 04-19-2006, 04:07 PM   #3
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by rickh
www.backports.org also only has 6.9 ... That would be the only place from which I would consider trying to convert Sarge to use xorg ... Is it really that critical to have 6.8.1?
Yes I think so. Because i am using a specific hardware and the manufacturer has provided me the patch for the Xorg 6.8.1 version to get the accelerated graphic stuff. I have tried applying those patches for 6.9.0 but I can't seem to compile it as it gives me error even though the patches are applied successfully. If you know what version of gcc and other dependencies are required to compile the latest Xorg sources may be I can get away with 6.9.0.

Thanks for looking into this.
 
Old 04-19-2006, 04:26 PM   #4
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
You can get the source for any version you want here, http://xorg.freedesktop.org/releases/ ... probably including documentation related to dependencies.
 
Old 04-19-2006, 05:21 PM   #5
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by rickh
You can get the source for any version you want here, http://xorg.freedesktop.org/releases/ ... probably including documentation related to dependencies.
Thanks for the link. Actually I had another question which is a part of the original question. In order to install the Xorg after compiling Xorg sources, do I need to have an Xorg already installed on my system before I install the compile version? Can I just install the debian base system and just Compiling the Xorg sources and then just install them.
 
Old 04-20-2006, 05:02 AM   #6
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
It can fail/break your box/.. but you could try the latest xorg 7.0.
Hasn't your manufacturer provided one patch for this version? humm.. maybe not..
Because then you would only need to recompile the patched graphic driver package (from cvs at cvs.freedesktop.org or debian source package), not the whole xorg. Also now it comes with autoconf and everything is automagic (./configure, make , make install or manually backup and copy new files)

For this, you could need these dependencies:

2006-04-19 14:06:45 install x11proto-video-dev <none> 2.2.2-3
2006-04-19 14:06:46 install libxv-dev <none> 1:1.0.1-2
2006-04-19 14:06:47 install libxvmc-dev <none> 1:1.0.1-3
2006-04-19 14:06:47 install x11proto-fonts-dev <none> 2.0.2-3
2006-04-19 14:06:47 install x11proto-randr-dev <none> 1.1.2-3
2006-04-19 14:06:47 install x11proto-xf86dri-dev <none> 2.0.3-3
2006-04-19 14:06:48 install libdrm-dev <none> 2.0.1-1
2006-04-19 14:06:48 install mesa-common-dev <none> 6.4.1-0.4
2006-04-19 14:06:48 install libgl1-mesa-dev <none> 6.4.1-0.4
2006-04-19 14:06:48 install x11proto-gl-dev <none> 1.4.6-2
2006-04-19 14:06:49 install xserver-xorg-dev <none> 1:1.0.2-5

I'm using gcc-4.1

And last, I don't see why you would need a binary xorg for recompiling xorg. Imagine the package mantainer if he looses his old xorg

Last edited by nx5000; 04-20-2006 at 05:04 AM.
 
Old 04-20-2006, 11:59 AM   #7
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by nx5000
It can fail/break your box/.. but you could try the latest xorg 7.0.
Hasn't your manufacturer provided one patch for this version? humm.. maybe not..
Because then you would only need to recompile the patched graphic driver package (from cvs at cvs.freedesktop.org or debian source package), not the whole xorg. Also now it comes with autoconf and everything is automagic (./configure, make , make install or manually backup and copy new files)

For this, you could need these dependencies:

2006-04-19 14:06:45 install x11proto-video-dev <none> 2.2.2-3
2006-04-19 14:06:46 install libxv-dev <none> 1:1.0.1-2
2006-04-19 14:06:47 install libxvmc-dev <none> 1:1.0.1-3
2006-04-19 14:06:47 install x11proto-fonts-dev <none> 2.0.2-3
2006-04-19 14:06:47 install x11proto-randr-dev <none> 1.1.2-3
2006-04-19 14:06:47 install x11proto-xf86dri-dev <none> 2.0.3-3
2006-04-19 14:06:48 install libdrm-dev <none> 2.0.1-1
2006-04-19 14:06:48 install mesa-common-dev <none> 6.4.1-0.4
2006-04-19 14:06:48 install libgl1-mesa-dev <none> 6.4.1-0.4
2006-04-19 14:06:48 install x11proto-gl-dev <none> 1.4.6-2
2006-04-19 14:06:49 install xserver-xorg-dev <none> 1:1.0.2-5

I'm using gcc-4.1

And last, I don't see why you would need a binary xorg for recompiling xorg. Imagine the package mantainer if he looses his old xorg
Thanks for the detailed explanation. Actually your guess is right. My manufacturer has not provided patches for Xorg 7.0. It has only provided patches for Xorg 6.8.1. So I am kind of stuck in this situation.

So one final thing, here what I propose to do:
I will install the debain bases system first and then I would compile Xorg 6.8.1 and install it.

Also, you listed the dependencies for Xorg 7.0 Are these same even for the Xorg 6.9.0(the latest release)?

Thank you very much once again.
 
Old 04-21-2006, 12:15 AM   #8
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Any one??

 
Old 04-21-2006, 08:24 AM   #9
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
well if you go with a debian package (and I think that's the only solution for Xorg due to licence problem with fonts):
Code:
apt-get build-dep xserver-xorg
apt-get source xserver-xorg
 
Old 04-21-2006, 05:21 PM   #10
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
Quote:
Originally Posted by nx5000
well if you go with a debian package (and I think that's the only solution for Xorg due to licence problem with fonts):
Code:
apt-get build-dep xserver-xorg
apt-get source xserver-xorg

Does that mean that I can't download the source tar ball from http://xorg.freedesktop.org/releases/ and compile and install it on my Debian system?

Please let me know.

Thank you once again very much for all your help.
 
Old 04-24-2006, 02:03 AM   #11
kushalkoolwal
Senior Member
 
Registered: Feb 2004
Location: Middle of nowhere
Distribution: Debian Squeeze
Posts: 1,249

Original Poster
Rep: Reputation: 49
any takers?
 
Old 04-24-2006, 02:16 AM   #12
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
I remembered that I wanted to do like you and saw a README stating that compiling it directly without applying a debian patch would not work due to font restrictions. Then I took Xorg binary from experimental and resolved my problems.

So
1) I didn't try to compile
2) I can't find anymore any reference to this readme.

I would give it a try , won't hurt
 
  


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-6.9 or 7.0 on hardened system business_kid Linux - Security 1 01-12-2006 04:59 PM
fresh deb sarge and xorg 6.8.2 Angelus Linux - Software 9 05-09-2005 06:26 AM
XFree86, xorg and X Window System Ephracis Linux - Software 2 11-28-2004 11:54 AM
Installing Xorg 6.8.1 in Sarge cb951303 Debian 4 10-10-2004 11:58 AM
Sarge netinstall fails (deps problem) installing base system bruno buys Debian 18 07-10-2004 02:19 AM

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

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