The ebuild cp's your old e17 to e17.old
If you already have this dir the ebuild dies
This is so you will have a functional e17 to fall back on
So just:
I have been using it for a few days and no problems. Multiple desktops now work. The exit menu item works now too.
I used ebindings to modify my menus to suit me. I haven't tried the iconbar or desktop icons yet, I never did use them much anyway. I may play with ...
I found a cd writer that works for me! Its called Gnome CD Master. It can read and write with my drives. I guess my setup is fine, just the programs I was using sucked.
I can't get the icon bar to work from my ._elayout dir (~/.e/desktop/default/.e_layout). It works if I use the build script to the appearance dir (~/.e/appearance).
I can't get any programs to recognize cd's in my dvd or cdr drives. xcdroast keeps saying I have a blank cdr disk when I have a music cd in.
It used to work, but then I recompiled my kernel and now this. I must have screwed up the config somehow but I don't know what I did. I have checked ...
The ebuild installed e17 with ease. I have portmap and fam running. There used to be a page at something like hiddenrock.org that explained how to configure e17, but it is down now.
Anyone know how to get the iconbar working? I can get icons on the desktop to work (mkdir ~/.e/desktop/default; ln -s ...
Sometimes while I'm moving forward I'll all of a sudden be looking straight up. I'm not moving the mouse when this happens (at least not up). It seemes to happen in the same areas most of the time.
I think it's a mouse issue as it sometimes happens in the startup screen also. The pointer will just ...
I didn't run an exhaustive series of benchmarks, I just ran glxgears. :wink:
I got roughly 2900 fps both before and after upgrading. I did have to reboot after emerging, got an error in loading NVdriver until I did. After rebooting I had no problems.
Check out the alternate install guide from the Gentoo website. It really is just a matter of starting up your current distro, creating and formating partitions, then chroot'ing in to continue the install. Everything is documented in the guide.
I'm curious, how did you install mandrake from your ...
Both companies deliver on their promises with their products. I use Crossover daily, I don't even think about whether a site I am going to is compatible with mozilla anymore. I only tried the 1.0 demo and it worked, but the popups actually caused problems with the playback. Version 1.1.2 is out now ...
I fixed my problem by makeing a few defines in the source (__KERNEL__, MODULE) and explicitely pointing to the kernel sources (-I/usr/src/linux/include). That still doesn't explain the mismatch. If the includes didn't change between 2.4.18 and 2.4.19 (very likely) there shouldn't be any problem with ...
Why are linux-sources version 2.4.19-r1 and linux-headers are 2.4.18? I'm trying to learn to write device drivers from the Linux Device Drivers book and the toy program will compile fine, but it won't load due to this version mismatch. I could unmerge the linux-headers package and symlink to the ...