Now xdm doesn't start on boot. I have to restart xdm 5 times to finally get the login screen (1st time I get black screen and 3 times I get mishmashed picture), after that I am up and running, but it's annoying to do that on each restart.
I did following:
- Code: Select all
equo install x11-drivers/xf86-video-ati
equo remove ati-drivers ati-userspace
rm /etc/X11/xorg.conf
eselect mesa set auto
reboot
also from Joost's blog (https://joostruis.wordpress.com/2011/01 ... -catalyst/) step 4 and 5:
- Code: Select all
Step 4: Add a custom parameter that enables KMS (Kernel Mode Setting)
Edit /etc/default/grub and add radeon.modeset=1 to the GRUB_CMDLINE_LINUX_DEFAULT variable
Step 5: Regenerate your grub.cfg file:
grub-mkconfig -o /boot/grub/grub.cfg
I had a chat on IRC with Sabayon guys, they told me everything is working fine, just XDM starts too soon. So I tried to change the xdm script from boot to default without any success.
Any idea what could go wrong?
Can you also advise in the mean time where to put the aditional script I made that would restart the xdm without me having to login to terminal as root and running it manually?

