You are not logged in.
Pages: 1
I have had a look around but i cannot find a way to do so.
I am installing arch onto my usb stick and want to run it from both my laptop and desktop, unfortunately my laptop has an ati card and desktop has nvidia
i did
pacman -S nvidiaand when i try to
pacman -S xf86-video-atiIt wants to remove nvidia-utils. Anyone got a solution?
Offline
Can you try with the force option?
pacman -Sf xf86-video-ati
Offline
if all else fails, you could keep the packages cached somewhere, boot to a tty and make a script to install the one you want, start X and so on
"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page
Offline
Don't know that it would work, but if none of the above works, I wonder if you could setup a dual-boot system on the USB drive and choose between the ATI system and the nVidia system at boot time? You could probably share a /home folder or partition between the two systems.
oz
Offline
Cheers, I'll look into these soon, had enough trouble getting X to run on just the one card so I'll put this on hold for the moment.
Thanks for your suggestions though
Offline
The drivers can't coexist because they have conflicting files, you could install them to a different prefix (/opt/nvidia, /opt/fglrx) and then have an rc.d daemon that symlinks the right driver into place and generates an xorg.conf.
Offline
How do live distros detect the correct driver to use?
![]()
Offline
Pages: 1