< snip>
how do I specify unichrome as driver, and will that necessarily fix the problem with 3d? Do I just put the word "unichrome" in place of "radeon" and take away the comment line in the 50-device.conf file?
Here is a copy of my 50-device.conf file:
Section "Device" Identifier "Default Device"
#Driver "radeon"
## Required magic for radeon/radeonhd drivers; output name ## (here: "DVI-0") can be figured out via 'xrandr -q' #Option "monitor-DVI-0" "Default Monitor"
EndSection
Yes, if unichrome is the driver name, replace radeon with it (keeping quotes), and removing the comment #.
Since the behavior has changed, I would double-check to see which driver is actually being loaded and with what parameters. Do an lsmod as root, you should see the kernel driver name in the list. And look at /var/log/Xorg.0.log for what X is actually doing with the driver. Ok, how do I open the 50-device.conf file in kwrite as root so that I can edit and save it? I can't remember how to open up kwrite with root
On 07/30/2011 07:02 AM, dwgallien wrote: privileges. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org