d16174l4n63l |
Jeudi 14 Juin 2012 à 23:04
|
d16174l4n63l
|
So I have seen references to people working on the problem but I've seen no results or a real way to fix it.
I use the ptrace command like I should but without fail the system locks up.
How do I fix this?
Distro: Kubuntu 12.04 Kernel: 3.2.0.25-generic-pae Graphics: ATI Radeon HD 5450 (Yes it does work) Catalyst Version: 12.04
What do you need from me, everything else runs beautiful, even the Beta worked just fine this live version is really frustrating.
Edité par d16174l4n63l
|
Quentin PÂRIS |
Jeudi 14 Juin 2012 à 23:59
|
Quentin PÂRIS
|
First, what is the problem ?
|
d16174l4n63l |
Vendredi 15 Juin 2012 à 1:05
|
d16174l4n63l
|
When using
echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope
I click login and the system locks up.
If ptrace_scope is 1 it just doesn't authenticate.
|
d16174l4n63l |
Mercredi 20 Juin 2012 à 15:19
|
d16174l4n63l
|
okay 1.3 has been patched up in DIablo 3. ptrace_scope = 1 - no authentication ptrace_scope = 0 - system locks up
I have messed with every option, changed wine versions and no favorable results.
Anyone?
|
d16174l4n63l |
Mercredi 20 Juin 2012 à 16:18
|
d16174l4n63l
|
Update: this entire issue is based upon the "stable" AMD drivers. I uninstalled the drivers and used the drivers provided by http: ppa.launchpad.net/oibaf/graphic-drivers/ubuntu precise main The game fired up no problem, a little lagging but definitely playable. Though it still has an issue with changing from full screen to windowed. However again those worked, proprietary do not. if 12.6 is supposed to be the solution as my card is supported, maybe someone can point to a link or figure out why the 12.4 drivers are failing. Edité par d16174l4n63l
|
Quentin PÂRIS |
Mercredi 20 Juin 2012 à 16:29
|
Quentin PÂRIS
|
12.4 drivers are failing because they are simply too old and some extensions are missing.
I don't understand why you are using a 1.3 patched while POL supports a recent version of wine patched for Diablo III
|
d16174l4n63l |
Mercredi 20 Juin 2012 à 17:40
|
d16174l4n63l
|
the 1.3 is referring to the new Diablo 3 patch.
I use the 1.5.5-DiabloIII_v3 and as a matter of testing 1.5.5-DiabloIII_v2 respectively.
So with 12.4 being so out of date, do you have any way of moving to 12.6 which is supposed to be up to date for the above mentioned specifications.
|
Quentin PÂRIS |
Mercredi 20 Juin 2012 à 17:58
|
Quentin PÂRIS
|
Nope, sorry. I know nothing about ATI cards
|
d16174l4n63l |
Mercredi 20 Juin 2012 à 18:01
|
d16174l4n63l
|
No worries, I am looking into instructions now and if I get a favorable result I will make sure to post them here.
|
d16174l4n63l |
Vendredi 29 Juin 2012 à 10:12
|
d16174l4n63l
|
Okay I have new results I hope this helps. I am confirming for my setup alone.
I used the following instructions to install the proprietary drivers. Please note you must remove the additional drivers version as this seems to be the issue, at least from what I have seen.
- sudo apt-get install build-essential cdbs dh-make dkms execstack dh-modaliases fakeroot
- cd ~/; mkdir catalyst12.4; cd catalyst12.4/
- wget http://www2.ati.com/drivers/linux/amd-driver-installer-12-4-x86.x86_64.run
- chmod +x amd-driver-installer-12-4-x86.x86_64.run
- ./amd-driver-installer-12-4-x86.x86_64.run --extract driver
- cd driver/common/lib/modules/fglrx/build_mod/
- wget -O fglrx.patch http://ubuntuone.com/5gNgEmVfzs3ytD5QZ2YGCi
- patch -p1 < fglrx.patch
- cd ~/catalyst12.4/driver/
- ./ati-installer.sh 8.961 --buildpkg Ubuntu/precise
- cd ../
- sudo dpkg -i fglrx*.deb
- sudo aticonfig --initial
- sudo reboot
If you get some error about not having the OpenGL drivers, check that the fglrx isn't blacklisted. (part of why it didn't work right)
grep fglrx /etc/modprobe.d/*
if it gives you something like:
blacklist-local.conf:blacklist fglrx fglrx.conf:# This file was installed by fglrx fglrx.conf:alias fglrx fglrx
then
edit /etc/modprobe.d/blacklist-local.conf file and comment out line with "blacklist fglrx" by inserting "#" in front of the line.
It will look like
# blacklist fglrx
reboot and enjoy
This is what worked for me and I didn't need the 12.6 beta drivers. I had no special repositories, or anything beyond that and I am up and running. Edité par d16174l4n63l
|
roboso |
Samedi 30 Juin 2012 à 18:41
|
roboso
|
AMD Catalyst™ Proprietary Display Driver - Linux x86 & Linux x86_64 16.6 stable version
32/64 bit http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42〈=English
|
d16174l4n63l |
Samedi 30 Juin 2012 à 23:47
|
d16174l4n63l
|
Roboso was there an update?
|