upgrade slack-current with slackpkg, problem with Xorg
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I just installed Slackware 13rc1 on a computer with i810 Chipset.
ran xorgsetup
started X.. screen comes up with no background and freezes.
I need to shut off power.
I have Slackware 12.1 running in a different partition with no problems. I also can run several different live Linux distros with no problems with Xorg.
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(II) Loading extension MIT-SCREEN-SAVER
grep WW
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) The directory "/usr/share/fonts/local" does not exist.
(WW) The directory "/usr/share/fonts/CID" does not exist.
(WW) The directory "/usr/share/fonts/local" does not exist.
(WW) The directory "/usr/share/fonts/CID" does not exist.
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Mouse0
(WW) Disabling Keyboard0
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(WW) intel(0): DRI is disabled because it runs only at 16-bit depth.
(WW) intel(0): xf86AllocateGARTMemory: allocation of 1024 pages failed
(WW) intel(0): Direct rendering disabled
Like that one that doesn't work in newer xorg since it uses evdev and not kbd. (kbd can be used as an fallback iirc)
Instead we use hal rules like /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi
I just installed Slackware 13rc1 on a computer with i810 Chipset.
ran xorgsetup
started X.. screen comes up with no background and freezes.
According to my experience i810 won`t work with Slackware 13rc1. Xorg1.6.1 intel driver is buggy. You need to download 2.7.99.901 test version as indicated in this thread: http://www.linuxquestions.org/questi...urrent-733996/
then as root:
Code:
init 3
X -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
startx
Changes suggested to xorg.conf made no difference. I tried using xorg.conf generated by other distros for my machine without success. I am not a type of user that would be messing around with testing configurations. I got the latest version of Ubuntu 9.04 Jaunty running without any problems. I am trying to figure out whether to upgrade from Slackware 12.1 to 13 or wait for 13.1
People, you have to know about one important limitation of using slackpkg.
Slackpkg is able to upgrade any official Slackware package you have installed on your computer to the version that is present on the official Slackware mirror. It is also capable of finding packages that got added to Slackware - it does this by checking the ChangeLog.txt for lines that contain "Added."
However, slackpkg is not able to remove packages from your system that were removed in Slackware.
This fact will particularly bite you when you upgrade to the latest X.Org in slackware-current - or later when you upgrade Slackware 12.2 to 13.0.
The effect of failing to remove deprecated packages is that a lot of packages from the X/ series will be left on your machine, and some of these packages (especially the driver packages) will cause xorgsetup to hang!
What you need to do is scan the ChangeLog.txt of slackware-current for any package that is listed as "removed" and manually remove these from your own Slackware installation. These removed packages should also be listed in the CHANGES_AND_HINTS.TXT file.
However, slackpkg is not able to remove packages from your system that were removed in Slackware.
I don't think so. You can do it with "slackpkg clean-system". Although you have to keep an eye for the packages to be moved -- do not remove the third-party packages(mostly SBo , but this is a roughly easy task as good third-party packages will always have their own tags.
I did a complete clean install from slackware-current
ChangeLog.txt states this was 13rc1
downloaded all installation files a, ap, x, ... into a partition
setup lilo to use new vmlinuz and initrd.gz
installed from partition
did full install
upgrade from 12.1 will be strictly manual on top of a clean install of 13.
just checking out 13rc1 in anticipation of final 13
I only upgrade at major release points.
12.1 is working fine... I skipped 12.2.. skip 13?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.