LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-21-2011, 02:48 PM   #1
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Rep: Reputation: 35
I have destroyed X


I just upgraded from 13.0 to 13.1 + security patches


With 13.0 I had to use special development versions of various packages to get proper support for my radeon 3650.

It was working fine, however after upgrading I got various errors.

I have attached my logfiles, xorg1.txt is just starting X without a config file, xorgconf.txt is the configue file generated with X -configure and xorg2.txt is the result of trying to use that config file.

Why is it not working smoothly since 13.1 has support for my card?


Could it be because I am still using an older kernel(I need to for a patch I use that hasn't been updated) and thus an earlier radeon or ati driver?
Attached Files
File Type: txt xorg2.txt (6.1 KB, 17 views)
File Type: txt xorg1.txt (7.4 KB, 19 views)
File Type: txt xorgconf.txt (2.1 KB, 10 views)

Last edited by Josh000; 02-21-2011 at 02:49 PM.
 
Old 02-21-2011, 03:12 PM   #2
trist007
Senior Member
 
Registered: May 2008
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 70
Try using vesa as the device with a color depth of 16
 
Old 02-21-2011, 03:20 PM   #3
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
I did, it said no usable screens
 
Old 02-21-2011, 03:49 PM   #4
slack-fu
Member
 
Registered: Feb 2006
Location: Norway
Distribution: Slackware Linux 13.37
Posts: 71

Rep: Reputation: 10
Try removing the 0 after Screen

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

You may also want to add this line in the server layout section:
Option "AllowEmptyInput" "false"
(Your xorg2.txt showed some warnings about that)

Last edited by slack-fu; 02-21-2011 at 03:52 PM.
 
Old 02-21-2011, 03:52 PM   #5
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
I don't want a vesa setup, I want a radeon setup again. Is it because I am using an older kernel that it isnt working?
 
Old 02-21-2011, 03:55 PM   #6
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
We'd all love to destroy x, but unfortunatley there's nothing to replace it with...
 
Old 02-21-2011, 03:58 PM   #7
trist007
Senior Member
 
Registered: May 2008
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 70
Yea you need to recompile the radeon module with the new kernel headers
 
Old 02-21-2011, 04:14 PM   #8
SeRi@lDiE
Member
 
Registered: Jun 2006
Location: /dev/null
Distribution: Slackware 13.1, Slackware 13.37, aptosid, rhel
Posts: 547
Blog Entries: 7

Rep: Reputation: 55
Josh000,

Are you saying you running the old kernel you had in 13.0? What version kernel that is? I am sure you need to have 2.33.x on 13.1 due to the modules build for it. If not I am sure you have to rebuild as it was said here.
 
Old 02-21-2011, 04:18 PM   #9
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
The problem is that xf86-video-ati in 13.1 is the same as in 13.0 and does not support KMS.

I can't use the xf86-video-ati from --current as it is too new.

Which xf86-video-ati can I use that supports KMS that will work with xorg-server 1.7.7 that ships with 13.1?
 
Old 02-21-2011, 04:22 PM   #10
trist007
Senior Member
 
Registered: May 2008
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 70
What do you mean by "it's the same"? Didn't you upgrade kernels? If so, you have to recompile the ati driver against the kernel headers of the new kernel you upgraded to.

What's KMS?
 
Old 02-21-2011, 04:29 PM   #11
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
Nothing to do with the kernel, as I was using 2.6.33.2 which was working fine.

The xf86-video-ati package in 13.1, xf86-video-ati-6.13.0-x86_64-1 does not work with the included xorg-server-1.7.7.

So, which version of xf86-video-ati will work with xorg-server-1.77 and kernel 2.6.33.2

Nothing has to be recompiled, at least bot yet. First I have to find a compatible version, as you can see from the clear error in my logfiles.

Last edited by Josh000; 02-21-2011 at 04:35 PM.
 
Old 02-21-2011, 05:25 PM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Code:
(II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
(II) Module ati: vendor="X.Org Foundation"
	compiled for 1.6.3, module version = 6.13.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(EE) module ABI major version (5) doesn't match the server's version (6)
(II) UnloadModule: "ati"
(II) Unloading /usr/lib64/xorg/modules/drivers/ati_drv.so
(EE) Failed to load module "ati" (module requirement mismatch, 0)
(II) LoadModule: "vesa"
Perhaps I'm missing something here, but you appear to be using mismatched versions of xf86-video-ati and the X server. If you were using all the components from Slackware 13.1, this wouldn't happen. Are you sure the upgrade went correctly?

Adam
 
Old 02-21-2011, 06:34 PM   #13
Josh000
Member
 
Registered: Aug 2009
Distribution: Slackware 13 64bit
Posts: 534

Original Poster
Rep: Reputation: 35
Well, huh.

I used slackpkg, and the installed versions of both were the same which is included in 13.1

I reinstalled both and now everything is absolutely fine.

Such an obvious thing and I didnt even consider it.

Thanks Adam.
 
Old 02-22-2011, 08:49 AM   #14
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 626

Rep: Reputation: 482Reputation: 482Reputation: 482Reputation: 482Reputation: 482
Quote:
Originally Posted by Josh000 View Post
The problem is that xf86-video-ati in 13.1 is the same as in 13.0 and does not support KMS.
same problem on slackware64 -cur
 
Old 02-22-2011, 11:02 AM   #15
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
The OPs problem was that he had mismatched Xorg packages. This is not an issue with -current if you are using all updated -current packages.

If you are having problems with your radeon, please start a new thread and include the appropriate information (package versions, Xorg log files, etc.).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HD Destroyed? sjreilly Linux - Hardware 9 07-06-2010 08:44 AM
somehow i destroyed grub -- please help!! alabamaman Linux - Software 14 09-25-2007 02:07 PM
My system has been destroyed. I need help. Geminias Linux - General 6 02-10-2007 04:30 PM
Destroyed Xserver dauphinfay Linux - General 1 02-18-2006 06:48 PM
Up2Date Destroyed? HappyDude Red Hat 8 11-04-2003 07:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration