LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 06-09-2010, 06:02 AM   #1
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Rep: Reputation: 0
updated drivers, everything gone wrong, please help.


i have done other things also such as update compiz.

well i installed the newest ATI drivers from the website(10-5)and rebooted, this may or may not be related to my issues. but since then things have been going slow. for example if i click and drag a window around it is really slow and jumpy.

also i updated compiz for some reason i cant change my compiz settings with the manager, all the check boxes are faded. and whether im on compiz or metacity the windowas have annoying animations.

finally i cant watch youtube videos in full screen suddenly, when i press the button it just turns the player into a grey box.

sorry for all the questions but everything seems to have gone wrong for me.

thanks.

EDIT: more info, if i go to 'hardware drivers' it says drivers are not activated. i press activate but it says this:
Sorry, the installation of this driver failed.

Please have a look at the log file for details.: /var/log/jockey.log

here is the jocky.log http://pastebin.com/SCaSTdfh

Last edited by insanity99; 06-09-2010 at 06:06 AM.
 
Old 06-09-2010, 10:23 AM   #2
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
OK, well generally I would say that you should stick with the drivers via jockey, but since you've already installed the 10.5 drivers from the AMD website, and may have screwed things up, let's check to see if 10.5 is working properly or not.

Please pastebin your /var/log/Xorg.0.log file.

Did you ever run ccsm as root or with sudo? Please show us the output of 'ls -la ~/.config/compiz/compizconfig' (as your normal user).

Define "annoying animations"?
 
Old 06-09-2010, 12:05 PM   #3
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Original Poster
Rep: Reputation: 0
ok here is the xorg log file http://pastebin.com/RsPNw2Ms


i dont think i have ever ran CCSM as root.

neil@neil-desktop:~$ ls -la ~/.config/compiz/compizconfig
total 12
drwx------ 2 neil neil 4096 2010-06-03 16:35 .
drwx------ 3 neil neil 4096 2010-06-03 16:36 ..
-rw-r--r-- 1 neil neil 57 2010-06-05 10:24 config

well some people may not find it annoying. it's just the the wobbly or wavy animations which are selectable on CCSM

Last edited by insanity99; 06-09-2010 at 12:08 PM.
 
Old 06-09-2010, 12:10 PM   #4
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
X is using /etc/X11/xorg.conf.failsafe, which means that you are using the vesa driver. Can you check to see if there's a /var/log/Xorg.0.log.old file and pastebin that one instead?

Adam
 
Old 06-09-2010, 12:14 PM   #5
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Original Poster
Rep: Reputation: 0
heres the file: http://pastebin.com/EM1WPRqQ
 
Old 06-09-2010, 12:22 PM   #6
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
You would appear not to have the kernel module installed. How did you install the driver from the website (did you just run the .run file or did you use the --buildpkg option)? What's the output of 'dmesg | grep fglrx' and 'modinfo fglrx'?
 
Old 06-09-2010, 02:51 PM   #7
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Original Poster
Rep: Reputation: 0
i just entered sudo sh ./ati-driver-installer-10-5-x86.x86_64.run to install it.

dmesg | grep fglrx gives no output at all and modinfo fglrx gives this error
ERROR: modinfo: could not find module fglrx
 
Old 06-09-2010, 02:58 PM   #8
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
Alright, so the installer never built the kernel module for some reason. And, on Ubuntu, you should never install the drivers from AMD that way.

I would recommend running the uninstall script in /usr/share/ati/ and then removing all fglrx related packages you see in synaptic (except for fglrx-modaliases). Then reinstall libgl1-mesa-dri and libgl1-mesa-glx and remove /etc/X11/xorg.conf. This should get you working exactly as it did out-of-the-box.

Now, you have two choices. You can use version 10.4 simply by installing it via jockey (aka 'hardware drivers'), or you can install 10.5 by running the installer with the "--buildpkg Ubuntu/Lucid" option. Make sure you have the linux-source package installed either way. That section option will create .deb files that you can then install with dpkg. You *may* also have to use module-assistant to build the kernel module (the "hardware drivers" method should take care of that for you).

Unless you know of some improvement in 10.5 vs 10.4, I would stick with 10.4 from jockey.

Adam
 
Old 06-09-2010, 03:03 PM   #9
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Original Poster
Rep: Reputation: 0
i got this message

neil@neil-desktop:~$ sudo '/usr/share/ati/fglrx-uninstall.sh'
[sudo] password for neil:

[Warning] Uninstall : inst_path_default or inst_path_override
does not exist in /etc/ati. This suggests that the ATI driver
is not installed, the ATI driver is only partially installed,
or the current ATI driver installed is an older version than the
one this script was designed for. Both files listed above are
required for determining where installed files are located.
To force uninstallation of the driver by guessing where the
uninstallation files are located, set the FORCE_ATI_UNINSTALL
environment variable and re-run /usr/share/ati/fglrx-uninstall.sh (this is not recommended).

neil@neil-desktop:~$
 
Old 06-09-2010, 04:39 PM   #10
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
And this is why you shouldn't just run the installer from AMD :-)

I honestly do not know what to tell you at this point. Maybe try removing the drivers via synaptic and then rerunning the AMD installer (your system is clearly broken already, so it can't hurt), and then trying to uninstall the drivers via the script in /usr/share/ati/

Adam
 
Old 06-09-2010, 05:49 PM   #11
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Original Poster
Rep: Reputation: 0
yeah i have learned my lesson, how does something go from being an extreamly simple task in windows to being a system breaker in linux? dont get me wrong i've used windows all my life and am new to linux but already i love it.

how can i make my ubuntu install like it was out the box? is the only way to reinstall?
 
Old 06-09-2010, 05:57 PM   #12
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
It's not a complicated process if you check the documentation on the subject before diving right in :-) https://help.ubuntu.com/community/BinaryDriverHowto/ATI

You could try setting FORCE_ATI_UNINSTALL to true and then running the uninstaller, or you could try my other suggestion of removing fglrx via synaptic, then rerunning the installer, and then rerunning the uninstall script.

Actually, first, just show us the output of:

dpkg -l | grep fglrx

And we'll go from there.
 
Old 06-10-2010, 04:44 AM   #13
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Original Poster
Rep: Reputation: 0
ok here is the command output

neil@neil-desktop:~$ dpkg -l | grep fglrx
rH fglrx 2:8.723.1-0ubuntu3 Video driver for the ATI graphics accelerato
ii fglrx-modaliases 2:8.723.1-0ubuntu3 Identifiers supported by the ATI graphics dr
rc xorg-driver-fglrx 2:8.723.1-0ubuntu3 Transitional package for xorg-driver-fglrx
neil@neil-desktop:~$
 
Old 06-10-2010, 04:50 AM   #14
adamk75
Senior Member
 
Registered: May 2006
Posts: 3,091

Rep: Reputation: 399Reputation: 399Reputation: 399Reputation: 399
OK, so only fglrx-modaliases is installed, if I'm understanding that correctly. All I can really suggest is reinstalling the drivers via the run script you downloaded from AMD, and then seeing if you can uninstall them with the uninstall script.

Adam
 
Old 06-10-2010, 05:01 AM   #15
insanity99
LQ Newbie
 
Registered: Jun 2010
Location: Liverpool, England
Distribution: Ubuntu 10.4
Posts: 23

Original Poster
Rep: Reputation: 0
that didn't work either sadly. my system is seriously messed up.
 
  


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
Drivers got messed up after updated to 2.6.32-19. LazerPhreak Linux - Wireless Networking 1 02-07-2010 06:44 AM
wrong screen resolution - Arch64 updated. ohadbasan Linux - Desktop 2 08-18-2009 03:57 AM
LXer: Nearly Two Dozen X.Org Drivers Get Updated LXer Syndicated Linux News 0 07-30-2009 01:50 PM
Updated went wrong Pr070n Mandriva 3 05-30-2005 10:14 PM
updated nvidia drivers bluecadet Linux - General 2 12-19-2001 11:53 PM

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

All times are GMT -5. The time now is 04:40 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