corrected /etc/X11/XF86Config and /etc/X11/xorg.conf, ikshaar mentioned this, thx
==================================================
<UPDATED>
man, gentoo is too fast for me...
whole howto is not necessary anymore, you only need to unmerge xfree, emerge xorg, edit your configs and that's it
==================================================
<UPDATED>
I just saw that I missed xorg in portage...
Deleted those overlay and digest things as it is unnecessary now
==================================================
Ok, first try posting something -hopefully- useful here
Use at your own risk
My System:
Code: Select all
CPU AMD XP 2500+
MoBo ASUS-A7N8X
RAM 1 GB
GPU Radeon 9800 Pro
Clean up your system:
Stop the xfree/xfs tasks:
Code: Select all
/etc/init.d/xdm stop
/etc/init.d/xfs stop
Code: Select all
rc-update del xdm
rc-update del xfs
Code: Select all
emerge -C xfree
Code: Select all
env-update
Code: Select all
emerge xorg-x11 -pv
Code: Select all
emerge xorg-x11 -f (you can leave that step, I've got a very bad connection :/ )
emerge xorg-x11
After that I did a
Code: Select all
env-update
Code: Select all
etc-update
- copied /etc/X11/XF86Config to /etc/X11/xorg.conf
edited FontPaths in this configuration
edited directories in /etc/fonts/fonts.conf
Code: Select all
/etc/init.d/xfs start
All done without any trouble!
Ok, we're save to do
Code: Select all
rc-update add xfs default
Code: Select all
opengl-update xorg-x11
Code: Select all
/etc/init.d/xdm start
Last thing to do:
Code: Select all
rc-update add xdm default
Additional things:
When updating ati-drivers portage wants xfree, I just injected it by typing
Code: Select all
emerge --inject x11-base/xfree-4.3.0-r5
Code: Select all
!!! BAD COUNTER in 'x11-base/xfree-4.3.0-r5'
Code: Select all
>>> Injected x11-base/xfree-4.3.0-r5.
Code: Select all
emerge ati-drivers -pv
Code: Select all
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild N ] media-video/ati-drivers-3.2.8-r1 +gnome -kde -qt 4,262 kB
Total size of downloads: 4,262 kB
First I was a bit afraid of removing that xfree-monster and replacing it with x.org... had horrible ideas about being there without anything running, broken libs etc.
Nothing of these nightmares happened, it works perfect and now I will start studying the differences between those systems
Hope there is anyone who could get some information out of that messy english...
Cheers
tcs
Threads that got me started:
XOrg-X11 ebuilds
experiences with xorg-x11-6.7.0





