
Originally Posted by
trenthawkins
Thanks for the advise yell, unfortunately given my budget range and the limited freedom Dell gives you to vary the specs on their laptops i ended up buying the Vostro 3350 with switchable graphics.
Sad to say that unfortunately i do not have properly functioning graphics on linux (and windows for that matter) and i am stumped as to how to make it work.
11.6 does not support my card, and 11.7 returned installation error.
I am running LMDE and i even switched to Debian Sid to see if i could install Fglrx 11.8 via the standard approach for Debian (wiki.debian.org/ATIProprietary) did not work. Doing it this way gave me an error saying that it could not find SwitchLibGl1 and the installation aborted.
In the end i downloaded the installer from AMD's website and ran the GUI and the driver and controller installed fine. Unfortunately my screen flickers regularly (any help here would be appreciated) and i cannot use PowerXpress to change cards. If i use the GUI it just returns an error, if i enter aticonfig --px-igpu the intel card activates but the screen hangs on X reboot.
Obviously things might improve as the fglrx moves into the official repositories, but for now i'm stuck.
Nonetheless i suspect VGA Switcheroo should work fine, however i haven't taken the time to investigate. Moreover i have a problem when running the OSS Radeon driver - the fan on the CPU runs continously and my battery drains rapidly (i am getting ~8 hrs on Windows).
If i don't get any responses here i will add this to the Catalyst 11.8 thread.
try with vga switcheroo
i do not know debian systems
ensure that exists /etc/X11/xorg.conf.d/10-monitor.conf (xorg.conf is deprecated)
Look at Device section. Driver fglrx must be in if you want to use dedicated graphics. Intel for integrated graphics.
If you use intel, I think that you have to load fglrx kernel module at startup for enery saving.
I had your problems, like head and fan at 100%, because the drivers where not correctly loaded.
Now they are loaded when X starts.
my 10-monitor.conf:
Code:
Section "Monitor"
Identifier "Monitor0"
EndSection
Section "Device"
Identifier "Device0"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1366x736"
EndSubSection
EndSection