
Originally Posted by
daveboy23
cool, i've got these:
0:

wr:0000:01:00.0
1:+

wr:0000:00:02.0
is that ok? (i think it says both are on? what does it say anyway?)
something i just thought about - is there a smaller program that just have the switch graphix thing instead of the entire UCC?
and second - there is a button that should control the switch (the P next to the CD OUT button) would that work for switching? can i make it work somehow?
Ok, this means that your computer can switch graphics cards. The specific info displayed means that the ATI card is active (as indicated by the + sign) and that both cards are on. Assuming the open-source drivers are being used, and you're using Ubuntu Maverick, the 3D support should be working.
In order to switch graphics cards do the following.
First get root (for some reason using sudo isn't enough here)
then pick a command depending on what you want to do.
To switch to the ATI card
Code:
echo DDIS > /sys/kernel/debug/vgaswitcheroo/switch
To switch to integrated Intel graphics
Code:
echo DIGD > /sys/kernel/debug/vgaswitcheroo/switch
Then, log out and back in again to complete the switch. (Technically, what you need to do is restart x for the change to take effect.)
At this point, you can turn off the unused card using the following command
Code:
echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
If you're using the Intel graphics, turning off the unused ATI card will save a lot of power, making your battery life much longer.
I assume this is basically what the UCC does. However, I'm still trying to figure out a way to automate it. There is a post on Phoronix on how to do it in Fedora, but it needs to be modified a little bit.

Originally Posted by
wizards
New revision of ATI...
...
but when i install - graphic interface of linux not started
Please, please at least try to read the last few pages of the thread before replying. I have tried to explain that the closed source drivers most likely do not work and may never work with the ATI switchable graphics. Could be wrong, but this is my understanding of the problem. Try researching ATI and KMS and switchable graphics if you don't believe me/want to learn more. However, the bottom line is that these drivers should not be necessary.
Would the maintainer of the table of stuff that works with this computer please make a note on your website explaining this.
Bookmarks