Re: Installing SId version of Xorg

2009-10-05 Thread Andrei Popescu
On Sun,04.Oct.09, 17:26:10, Frank wrote:
 
  # echo 'APT::Default-Release squeeze;'  /etc/apt/apt.conf.d/00local
  # echo deb http://your-prefered-mirror/ squeeze main
  #  /etc/apt/sources.list aptitude update
  # aptitude install -t squeeze xorg
 
   Maybe I wasn't clearbut won't that take me back to Squeeze? 
   How do I get the Sid version installed ?

Oups, too tired last night. This is the correct way:

# echo 'APT::Default-Release squeeze;'  /etc/apt/apt.conf.d/00local
# echo deb http://your-prefered-mirror/ sid main  /etc/apt/sources.list
# aptitude update
# aptitude install -t sid xorg

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Installing SId version of Xorg

2009-10-05 Thread Frank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 05 Oct 2009 07:49:51 +0200
Sven Hoexter s...@timegate.de wrote:

 On Sun, Oct 04, 2009 at 04:49:52PM -0400, Frank wrote:

  I'm running Squeeze and having a lot of trouble with Xorg freeze with
  my Intel video, so I'd like to install the Xorg version of Sid, while
  keeping the option to go back to the testing version.
 
 Don't forget that you need the latest linux-image from sid aswell.
 


   I had forgotten that! Seems there were a few fixes in the latest kernel
with regard to the intel video problem(s).
Thanks a lot for the info - went well.

- -- 
Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrJ+N8ACgkQIyN89Z1rCtGX/gCggXb24HxRtiEqDl085XCpwRQz
q4IAoIw/86Mk778oddAIIImIuF9xXcMB
=Wi+M
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installing SId version of Xorg

2009-10-05 Thread Frank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 05 Oct 2009 10:16:59 +0300
Andrei Popescu andreimpope...@gmail.com wrote:

 On Sun,04.Oct.09, 17:26:10, Frank wrote:
  
   # echo 'APT::Default-Release squeeze;'
   #  /etc/apt/apt.conf.d/00local echo deb
   #  http://your-prefered-mirror/ squeeze
   #  main /etc/apt/sources.list aptitude update
   # aptitude install -t squeeze xorg
  
Maybe I wasn't clearbut won't that take me back to Squeeze? 
How do I get the Sid version installed ?
 
 Oups, too tired last night. This is the correct way:
 

   I know that feeling! 

   Thanks to all for advice and suggestions.
- -- 
Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrJ+R0ACgkQIyN89Z1rCtFy8gCgwPzlc2mcMcBn3F6xuHWQk7AV
VyIAn3cnZGXtSllBLRPAE1O7Z2o3692S
=Hns/
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installing SId version of Xorg

2009-10-05 Thread Ivan T. Ivanov

Hi,

On Mon, 2009-10-05 at 09:47 -0400, Frank wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Mon, 05 Oct 2009 07:49:51 +0200
 Sven Hoexter s...@timegate.de wrote:
 
  On Sun, Oct 04, 2009 at 04:49:52PM -0400, Frank wrote:
 
   I'm running Squeeze and having a lot of trouble with Xorg freeze with
   my Intel video, so I'd like to install the Xorg version of Sid, while
   keeping the option to go back to the testing version.
  
  Don't forget that you need the latest linux-image from sid aswell.
  
 
 
I had forgotten that! Seems there were a few fixes in the latest kernel
 with regard to the intel video problem(s).
 Thanks a lot for the info - went well.
 

  It will be nice if you share result with us.
  i personally also experience problems with 
  current state of Xorg in squeeze.

  thanks. iivanov

 - -- 
 Frank
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 
 iEYEARECAAYFAkrJ+N8ACgkQIyN89Z1rCtGX/gCggXb24HxRtiEqDl085XCpwRQz
 q4IAoIw/86Mk778oddAIIImIuF9xXcMB
 =Wi+M
 -END PGP SIGNATURE-
 
 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installing SId version of Xorg

2009-10-05 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 05 Oct 2009 21:07:35 +0300
Ivan T. Ivanov iiva...@mm-sol.com wrote:


  
   On Sun, Oct 04, 2009 at 04:49:52PM -0400, Frank wrote:
  
I'm running Squeeze and having a lot of trouble with Xorg freeze
with my Intel video, so I'd like to install the Xorg version of
Sid, while keeping the option to go back to the testing version.
   
   Don't forget that you need the latest linux-image from sid aswell.

  
 I had forgotten that! Seems there were a few fixes in the latest
  kernel with regard to the intel video problem(s).
  Thanks a lot for the info - went well.
  
 
   It will be nice if you share result with us.
   i personally also experience problems with 
   current state of Xorg in squeeze.


Glad to. Installed the Sid xserver, and the Sid intel video along with
the Sid kerneland am pleased to say that whereas my machine would lockup
regularly before (ranging from 1 minute to 30 minutes after boot) it has now 
been
running in X for about 4 hours smooth as glass. Earlier comments here made it 
look
like it was X and/or the Intel driver that were at fault, but after a couple of
hours of googling the problems...it seems it was more likely the kernel glitches
that were causing the problem.
- -- 
Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrKO/QACgkQIyN89Z1rCtGOcACfXZM3ltKVjrFndMjT33fwUzyQ
8QUAoJwLZPAn9ZaUSHJ9jiHS4IvopZ/l
=Mu/7
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installing SId version of Xorg

2009-10-05 Thread Frank McCormick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 05 Oct 2009 14:33:24 -0400
Frank McCormick debianl...@videotron.ca wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Mon, 05 Oct 2009 21:07:35 +0300
 Ivan T. Ivanov iiva...@mm-sol.com wrote:
 
 
   
On Sun, Oct 04, 2009 at 04:49:52PM -0400, Frank wrote:
   
 I'm running Squeeze and having a lot of trouble with Xorg freeze
 with my Intel video, so I'd like to install the Xorg version of
 Sid, while keeping the option to go back to the testing version.

Don't forget that you need the latest linux-image from sid aswell.
 
   
  I had forgotten that! Seems there were a few fixes in the latest
   kernel with regard to the intel video problem(s).
   Thanks a lot for the info - went well.
   
  
It will be nice if you share result with us.
i personally also experience problems with 
current state of Xorg in squeeze.
 
 
 Glad to. Installed the Sid xserver, and the Sid intel video along
 with the Sid kerneland am pleased to say that whereas my machine
 would lockup regularly before (ranging from 1 minute to 30 minutes after
 boot) it has now been running in X for about 4 hours smooth as glass.
 Earlier comments here made it look like it was X and/or the Intel driver
 that were at fault, but after a couple of hours of googling the
 problems...it seems it was more likely the kernel glitches that were
 causing the problem.


  for more on this:

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541307

   Scroll down and read messages 55 and 78


- -- 
Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrKPPIACgkQIyN89Z1rCtEb3QCfYas6x+iaT8fxsRrsOvGQDGSW
06QAn3nPjwuPCgT+KuewHxqu3Ri6QQW7
=abDJ
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Installing SId version of Xorg

2009-10-04 Thread Frank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



I'm running Squeeze and having a lot of trouble with Xorg freeze with my 
Intel video, so I'd like to install the Xorg version of Sid, while keeping the 
option
to go back to the testing version.
What is the best way to do this ?

Thanks


- -- 
Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrJCnAACgkQIyN89Z1rCtGt7gCcD2tA57G87sdNS8oBIszn8QA7
JqwAn09GjFnaNN+0TkQMMKGXKH6OL9vT
=7Gi4
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installing SId version of Xorg

2009-10-04 Thread Andrei Popescu
On Sun,04.Oct.09, 16:49:52, Frank wrote:
 
 
 I'm running Squeeze and having a lot of trouble with Xorg freeze with my 
 Intel video, so I'd like to install the Xorg version of Sid, while keeping 
 the option
 to go back to the testing version.
 What is the best way to do this ?

Maybe not the best, but...

# echo 'APT::Default-Release squeeze;'  /etc/apt/apt.conf.d/00local
# echo deb http://your-prefered-mirror/ squeeze main  /etc/apt/sources.list
# aptitude update
# aptitude install -t squeeze xorg

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Installing SId version of Xorg

2009-10-04 Thread Frank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Mon, 05 Oct 2009 00:18:51 +0300
Andrei Popescu andreimpope...@gmail.com wrote:

 On Sun,04.Oct.09, 16:49:52, Frank wrote:
  
  
  I'm running Squeeze and having a lot of trouble with Xorg freeze with
  my Intel video, so I'd like to install the Xorg version of Sid, while
  keeping the option to go back to the testing version.
  What is the best way to do this ?
 
 Maybe not the best, but...
 
 # echo 'APT::Default-Release squeeze;'  /etc/apt/apt.conf.d/00local
 # echo deb http://your-prefered-mirror/ squeeze main
 #  /etc/apt/sources.list aptitude update
 # aptitude install -t squeeze xorg

  Maybe I wasn't clearbut won't that take me back to Squeeze? 
  How do I get the Sid version installed ?


- -- 
Frank
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkrJEvIACgkQIyN89Z1rCtGPpwCcDn1K4tZQdDuci5faDSdFdfzs
tDcAn0TdaegTOX0qVYxwZu3FuukV5RMI
=OOHW
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installing SId version of Xorg

2009-10-04 Thread Javier Barroso
On Sun, Oct 4, 2009 at 11:26 PM, Frank debianl...@videotron.ca wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Mon, 05 Oct 2009 00:18:51 +0300
 Andrei Popescu andreimpope...@gmail.com wrote:

 On Sun,04.Oct.09, 16:49:52, Frank wrote:
 
 
  I'm running Squeeze and having a lot of trouble with Xorg freeze with
  my Intel video, so I'd like to install the Xorg version of Sid, while
  keeping the option to go back to the testing version.
  What is the best way to do this ?

 Maybe not the best, but...

 # echo 'APT::Default-Release squeeze;'  /etc/apt/apt.conf.d/00local
 # echo deb http://your-prefered-mirror/ squeeze main
 #  /etc/apt/sources.list aptitude update
 # aptitude install -t squeeze xorg

  Maybe I wasn't clearbut won't that take me back to Squeeze?
  How do I get the Sid version installed ?
Add sid repository to sources.list and then aptitude -t unstable install xorg

You maybe want to see about 'pinning' [1,2]

[1] http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-pin
[2] http://wiki.debian.org/AptPinning


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Installing SId version of Xorg

2009-10-04 Thread Sven Hoexter
On Sun, Oct 04, 2009 at 04:49:52PM -0400, Frank wrote:

Hi,

 I'm running Squeeze and having a lot of trouble with Xorg freeze with my 
 Intel video, so I'd like to install the Xorg version of Sid, while keeping 
 the option
 to go back to the testing version.

Don't forget that you need the latest linux-image from sid aswell.

Beside the hints given for pinning and setting the default release I'd
consider, for a one time pick, to just change your sources.list to unstable,
apt-get update  apt-get install xserver-xorg-video-intel xserver-xorg-core
  linux-image-2.6.30-2-yourarch.

Afterwards just switch your sources.list back to squeeze and apt-get update.

Sven
-- 
They're the cowards We are rebels
We got the power to fight the devil
   [ AIV - We are rebels ]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org