02-09-2009, 09:18 AM | #31 | |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Note of interest:
The version currently on Amun produces the same error: Quote:
[err][ui_elements_][error_code_] though I doubt its related.. No light at the end of the tunnel as a side note: I did try to run RO under the latest wine without much luck.. it does run but without Direct Render support (software rasterizer) and without sound.. not a acceptable alternative for me I may try Cedega but pure WINE seems to work better these days |
|
02-09-2009, 09:48 AM | #32 |
Master
Join Date: Sep 2008
Location: Stockholm
Posts: 541
|
Please try Debian packages then. Small chance that they will install but since Ubuntu has Debian package manager worth trying it.
Code:
echo "deb http://ftp.pl.debian.org/debian/ experimental main" > /etc/apt/apt.conf.d/debian-experimental apt-get update apt-get -t experimental --reinstall install libdrm-intel1 libdrm2 libgl1-mesa-glx libgl1-mesa-dri libosmesa6 mesa-utils libglu1-mesa xserver-xorg-core xserver-xorg-input-evdev xserver-xorg-input-kbd xserver-xorg-input-mouse xserver-xorg-input-synaptics xserver-xorg-video-fbdev xserver-xorg-video-intel NOTE: This stops game crashing with 965GM graphic card. Kernel must be >= 2.6.28. Good luck. |
02-09-2009, 11:45 AM | #33 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Also tried the upgrades listed in my previous post on Jaunty.... No Joy
I'll give you suggestion a shot thanks |
02-09-2009, 12:14 PM | #34 |
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
After trying your suggestions I'm still segfaulting
I had to manually force ALOT of packages because of dependancies so even if this HAD worked I wouldnt have reccomended it lol.... I seem to be stable at the moment but I've made quite a mess outa my packages lol I always run 2 installs on my lappy though - so I dont mind borking one bahaha |
02-09-2009, 12:55 PM | #35 | |
Master
Join Date: Sep 2008
Location: Stockholm
Posts: 541
|
Quote:
You can also try installing whole stack as described on intel's site and make sure to file a bug on freedesktop for mesa component. You will not be able to run game on wine either as first you need 3D acceleration, wine is using this as well, there is no reason to run game on additional emulation layer if native binary exist. And yes nowadays winehq has better 3D solution then cedega which use just ugly hacks. |
|
02-09-2009, 02:24 PM | #36 |
Initiate
Join Date: Dec 2008
Location: Spawned at save
Posts: 198
|
onemyndseye, why don't you try the fglrx drivers? It's been a while since I've looked at Ubuntu but the package should be somewhere in one of the non-free repositories.
I am running on a Gentoo ~amd64 system and I have never experienced these crashes. * x11-base/xorg-server Latest version available: 1.5.2 Latest version installed: 1.5.2 * x11-drivers/ati-drivers Latest version available: 8.573-r1 Latest version installed: 8.573-r1 * media-libs/mesa Latest version available: 7.3 Latest version installed: 7.3 (Mesa is probably irrelevant since I'm using the ATI OpenGL drivers.) 01:05.0 VGA compatible controller: ATI Technologies Inc RS780MC [Radeon HD 3100 Graphics] |
02-09-2009, 02:43 PM | #37 | |||||
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Quote:
Quote:
I would love nothing better than to use fglrx.. but unfortunately due to ATI being COMPLETELY lame fglrx support for BOTH my ati cards have been discontinued. Laptop is: ATI Mobility Radeon 9000 Son's PC is: ATI Radeon 9200 PRO as far as I know fglrx no longer supports these cards... again - because ATI is completely lame lol.... You CAN download the last supported version of the driver from ATI's website but I have never gotten it to work on a modern system due to changes in the kernel source/headers and changes in Xorg I am guessing - it either fails to compile or fails to load Probably kernel 2.6.x+ and Xorg 7+ has broken it These cards are directly supported by fglrx Quote:
These are only supported by fglrx version 8.28 Quote:
But as I said I dont know a way to get this driver working on a modern system Dont worry linearguild, your card is next http://en.wikipedia.org/wiki/Fglrx However since Im dead-ended anyways I think I may give it another shot. I see on the ATI website 8.28.8 claims to support xorg 7.1 however Jaunty abd Ibex is 7.4 do I doubt anything will come of it *** Edit - Another link (I was right) http://ubuntuforums.org/showthread.php?t=555205 Quote:
Last edited by onemyndseye; 02-09-2009 at 03:15 PM. |
|||||
02-10-2009, 09:38 AM | #38 |
Master
Join Date: Sep 2008
Location: Stockholm
Posts: 541
|
How about trying to compile mesa from latest git without XCB enabled ?
Code:
git clone git://git.freedesktop.org/git/mesa/mesa cd mesa ./configure --prefix=/usr --with-driver=dri --with-dri-drivers="radeon" --enable-gl-osmesa make -j2 AFAIK only open-source drivers use mesa, you can use commercial one or open-source one. You can check this site about open-source ATI drivers. http://www.phoronix.com/scan.php?pag...xf86-video-ati For example Experimental ATI Driver Gets DRI2 Support in Linux on November 09, 2008 There are other revelations, so if you want you can also try ATI driver from git (development branch). I hope this will help PS. Try also this new release 12 hours ago. [ANNOUNCE] xf86-video-ati 6.10.99.0 http://xorg.freedesktop.org/archive/...0.99.0.tar.bz2 Last edited by Mashu; 02-10-2009 at 11:36 AM. |
02-10-2009, 01:52 PM | #39 |
Banned
Join Date: Jul 2008
Posts: 433
|
I've solved the segfault with ati 9600pro & ubuntu 8.10. anyway, do what is needed here (instead of R200 put R300) http://www.regnumonline.com.ar/forum...072#post171072 and install proprietary ati drivers from System > Administration > Hardware drivers. then just reboot and regnum should work just fine. at least works for me.
|
02-12-2009, 10:51 AM | #40 | ||
Master
Join Date: Jul 2008
Location: South Central USA
Posts: 260
|
Quick update:
Here is the result of running with GL_DEBUG Quote:
For sake of testing created /etc/drirc Quote:
Next for git checkout.... |
||
|
|