You are not logged in.
Pages: 1
Hi. I want to have both kernel26-lts and kerlel26 at the same time. Is there any way when i boot from kernel26-lts to load an old xorg server and xf86-video-intel-legacy drivers, and when i boot from the running kernel to load the current xorg-server and xf86-video-intel???
Offline
The trivial way is to have the root be a different partition depending on kernel, ie a secondary installation. The more difficult technique is to install xorg into a unionfs type system and have multiple versions including dependencies that can be joined with root depending on which kernel is loaded.
Last edited by davidgurvich (2010-02-14 02:23:35)
Offline
As david stated separate installs would be the most painless. You could share home and possibly /var.
Why do you want a older xorg with an older kernel? Maybe a stable, non-rolling release, distro would fit better in your application?
Offline
As david stated separate installs would be the most painless. You could share home and possibly /var.
Why do you want a older xorg with an older kernel? Maybe a stable, non-rolling release, distro would fit better in your application?
I want an older Xorg because xf86-video-intel-legacy only works with older xorgs. Actualy i don't have any problem with the current kernel and the current intel driver. It's fine. I was just curious.
Offline
Depending on how you start your x server, you could have a script check uname, then run a different command to start the other version of X. looking at the xorg-server PKGBUILD, there seems to be a few path directives you'd want to change for your alternate build such as:
--prefix=/usr
--sysconfdir=/etc/X11
--localstatedir=/var
--with-xkb-path=/usr/share/X11/xkb
--with-xkb-output=/var/lib/xkb
--with-dri-driver-path=/usr/lib/xorg/modules/dri
Also, are you talking about the actual "xorg-old" repos that people are using for ATI Catalyst/FGLRX, or some other older xorg versions?
Offline
Depending on how you start your x server, you could have a script check uname, then run a different command to start the other version of X. looking at the xorg-server PKGBUILD, there seems to be a few path directives you'd want to change for your alternate build such as:
--prefix=/usr
--sysconfdir=/etc/X11
--localstatedir=/var
--with-xkb-path=/usr/share/X11/xkb
--with-xkb-output=/var/lib/xkb
--with-dri-driver-path=/usr/lib/xorg/modules/driAlso, are you talking about the actual "xorg-old" repos that people are using for ATI Catalyst/FGLRX, or some other older xorg versions?
I'm talking about some other older xorg versions. As i said, i have no problem with the current kernel. Maybe i'll give it a try when i become more experienced user. Thank you very much
Offline
grab an old image of ubuntu lts?
Arch i686 on Phenom X4 | GTX760
Offline
Pages: 1