Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nvidia && radeon hardware acceleration on X
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mstamat
Tux's lil' helper
Tux's lil' helper


Joined: 09 May 2002
Posts: 130
Location: Greece

PostPosted: Tue Nov 12, 2002 2:37 pm    Post subject: nvidia && radeon hardware acceleration on X Reply with quote

Hi,
My gentoo linux runs from a disk that sits on a removable frame, so that I can carry my whole desktop from home to work and back. At work I use a Geforce2MX card, and have set-up hardware acceleration for X for this card. At home I have a radeon 7500 card, and want to have hardware acceleration for this card too. Is it possible to have support for both these cards in a single gentoo installation?

If not, is there a way to control when the glx X module will be loaded? It looks like XFree86Config can have only one Modules section, so the only way to control the modules to be loaded, is to edit XFree86Config every time I move the disk.

TIA!
_________________
Manolis
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Thu Nov 14, 2002 12:59 am    Post subject: Reply with quote

you could alias startx for each config, like in your bashrc put:

alias startn=startx -- -xf86config /etc/XF86Config-nvidia
alias starta=startx -- -xf86config /etc/XF86Config-ati

not sure if this will help if you autostarting X..

cya,
sa
Back to top
View user's profile Send private message
sa
Guru
Guru


Joined: 10 Jun 2002
Posts: 450

PostPosted: Thu Nov 14, 2002 1:04 am    Post subject: Reply with quote

oh ya i forgot about opengl-update... mabey you could write a script like:

!/bin/sh
sudo opengl-update nvidia
startx -- -xf86config /etc/XF86Config-nvidia

but I guess this isnt so great...

anyone else have a suggestion?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum