Actually Ubuntu currently comes with XFree 4.3. So if you're looking for instructions on how to troubleshoot, look for that instead (shouldn't be much different though)
Installed ubuntu over a week ago, so far so good. Didn't know about that rootless schpill so I got in through grub, you know safe mode or whatever. In single user mode set user password and everythings is fine.
Only thing about ubuntu is that the Xorgs xv module doesn't seem to work too well. For instance when playing back video with the xv driver the video will display a blank image. Other than that this is the perfect distro for me. Plays very well with my old hardware, I'm getting respectable (~30+)fps on zsnes as where slackware I got ~20 fps.
Definitely check Ubuntu out, if you're looking for a working desktop straight out of the box. Ubuntu comes with bleeding edge apps, GNOME 2.8, Oo.org 1.1, Linux 2.6.8 kernel, Firefox 1.0, Gaim 1.0, etc. Overall a good distro, with some minor quirks.
Actually Ubuntu currently comes with XFree 4.3. So if you're looking for instructions on how to troubleshoot, look for that instead (shouldn't be much different though)
i'm installing it right now, it came highly recomended, so i'm blowing away my slack 10 and giving this a shot
hope i'm not making a mistake, it took me a long time to get slack the way i like it.......
Edit:
Well i'm posting from it right now. I had no problems with any hardware, found my touch pad, X worked without editing, Mozilla fired right up, i'm just checking things out right now but it looks ok to me. I'm just not crazy about Gnome maybe i'll d/l kde and use that.
Ok I got xorg going on it with xcompmgr. For those of you who want to give this a shot, it's not for the faint of heart.
Step 1: Install Ubuntu.
Step 2: Upgrade everything to the latest version.
Step 3: Make sure that you're at a stage where you can compile metacity from source (this is important!). Also make sure you have all the libraries you want to include (like startup notification, etc...compositing support will come with xorg, but you probably don't want that)
Step 4: Grab the xorg sources from freedesktop.org
Step 5: Compile sources
Step 6: Get pissed off when it complains about missing dev libraries. Go to debian.org and search the packages for whatever file it can't find, and install that dev package.
Step 7: Repeat Steps 5 and 6 about 10 times.
Step 8: sudo make install && sudo cp /etc/X11/XF86Config-4 /etc/X11/xorg.conf.
Step 9: For NVidia users only: do an "apt-cache search nvidia" and install anything that looks like it may be relevant. You'll definitely need nvidia-common and nvidia-glx. You may have to kill X...the only way I could figure out how to do this was to edit /etc/inittab and make the default run level 3, and then remove the file /etc/rc3.d/S99gdm...that got me a terminal login.
Step 10: Edit /etc/X11/xorg.conf and comment out the line "Load dri", the "DRI" section, and change "driver nv" to "driver nvidia". I also had to comment out the line "Load GLCore" but I've never had to do this in the past. Now under the line "Driver nvidia", add the line 'Option "RenderAccel" "True"'. Finally, at the end of the config file, add the following lines:
Section "Extensions"
Option "Composite" "Enable"
EndSection
Step 11: Restart X and pray.
Step 12: If all went well you should be looking at a relatively sluggish X11 desktop that's damn unstable. To fix this, grab xcompmgr from freedesktop.org's cvs as per this tutorial:
http://www.neowin.net/forum/index.php?showtopic=204593 . When you try to compile it, it will probably yell at you and give you a bunch of errors. It crapped out when I did ./autogen.sh, when I did ./configure --prefix=/usr, and when I did make but at each stage it did what it was supposed to even though it complained. At the end of make you should have an "xcompmgr" binary in the working directory.
Step 13: Run the following command: xcompmgr -CcFf -D 5 &. Watch what happens
Step 14: Now if you're using the default metacity you should notice it sucking like a cheerleader on prom night. That's because the default metacity that comes with Ubuntu is compiled with support for the composite extension built in, and its compositor (which is buggy as shit) is fighting with xcompmgr. Here's where you recompile metacity without compositor support. Recompile, make install, and killall metacity && metacity &.
Voila. Drop shadows, transparency, fading windows. It's more stable than it was a few weeks ago too....quite usable if you ask me.
Unfortunately I didn't realize that I'd have to recompile metacity so now I'm stuck using Openbox for a while. Definitely not digging it
EDIT: Just got Metacity back up and running. If you want to use Metacity, you will have to grab the 2.8.2 sources from ftp.gnome.org. Metacity 2.8.3 can't be built, and 2.8.4 makes some changes to compositing that don't seem to play nice with xorg on debian. If your title bars are all transparent and ugly as sin, you'll need Metacity version 2.8.2 with compositing turned off.
Any chance you can create an X.org deb for us?![]()
hrmmm yes quite possibly...can anyone point me to a good howto on packaging a deb?
For those who haven't taken the leap yet, there is an article at extremetech.
It reviews the installation process and first impressions.
Cheers
Package Building HOWTO, Create Debian Package, and Making a Debian Package. Think that should be enough to get you started.
This happened when I installed Ubuntu - as I say, strange but probably not related..
https://bugzilla.ubuntu.com/show_bug.cgi?id=1936
[quote author=Lovechild link=board=7;threadid=9794;start=0#msg89205 date=1096581297]
This happened when I installed Ubuntu - as I say, strange but probably not related..
https://bugzilla.ubuntu.com/show_bug.cgi?id=1936
[/quote]
Sorry about your monitor![]()
Bookmarks