Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 01-18-2008, 05:01 PM   #21
DeepThought
Banned
 
Join Date: Jan 2007
Posts: 28
DeepThought is on a distinguished road
Default

I had problem running VLC too, so it seems like a bug in the new package. I downgraded, and it works, but I'll file an Ubuntu-bug for the new package (if it's not already done).
DeepThought no ha iniciado sesión   Reply With Quote
Old 01-18-2008, 05:01 PM   #22
leptom
Initiate
 
Join Date: Dec 2006
Posts: 124
leptom is on a distinguished road
Default

Read this:
https://bugs.launchpad.net/ubuntu/+s...er/+bug/183969

While repair it, you can downgrade xorg-server and run again
Regards

=== Edited: How to downgrade ===

In a terminal:
$ sudo aptitude install xserver-xorg-core=2:1.3.0.0.dfsg-12ubuntu8
leptom no ha iniciado sesión   Reply With Quote
Old 01-18-2008, 05:03 PM   #23
surak
Legend
 
surak's Avatar
 
Join Date: Mar 2006
Location: Oslo
Posts: 2,176
surak has a spectacular aura aboutsurak has a spectacular aura about
Default

I post the solution here
package xserver-xorg-core=2:1.3.0.0.dfsg-12ubuntu8.1 is broken, you should use
xserver-xorg-core=2:1.3.0.0.dfsg-12ubuntu8 until it's fixed.
__________________
Surak Remember... this is just a game! - Xephandor existe y Miriya es su profeta!
surak no ha iniciado sesión   Reply With Quote
Old 01-18-2008, 05:06 PM   #24
DeepThought
Banned
 
Join Date: Jan 2007
Posts: 28
DeepThought is on a distinguished road
Default

Thanks leptom! Then I don't need to file another bug

I'll downgrade in the meantime.
DeepThought no ha iniciado sesión   Reply With Quote
Old 01-18-2008, 05:29 PM   #25
ArcticWolf
Duke
 
ArcticWolf's Avatar
 
Join Date: Nov 2006
Location: 0x00CAFE
Posts: 3,366
ArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of lightArcticWolf is a glorious beacon of light
Default

Quote:
Originally Posted by surak
I post the solution here
package xserver-xorg-core=2:1.3.0.0.dfsg-12ubuntu8.1 is broken, you should use
xserver-xorg-core=2:1.3.0.0.dfsg-12ubuntu8 until it's fixed.
Ok, I'll add it to the "problem index" on the spanish forum :P

PS: Information added to this thread. Should I translate it or make an equivalent on the English forum, Surak?
__________________
I don't have a solution, but I admire the problem.
ArcticWolf no ha iniciado sesión   Reply With Quote
Old 01-18-2008, 11:53 PM   #26
DeepThought
Banned
 
Join Date: Jan 2007
Posts: 28
DeepThought is on a distinguished road
Default

Seems like "problem solved". It's working again (in Ubuntu), with the newly released *8.2-version of xserver-xorg-core (which seems to be a reversion?) and a new fix called *8.3 is on it's way out soon. Hopefully that works better...
DeepThought no ha iniciado sesión   Reply With Quote
Old 01-21-2008, 05:24 PM   #27
padreigh
Master
 
Join Date: Aug 2007
Location: Germany, NRW
Posts: 270
padreigh is on a distinguished road
Default

Bug is caused due to one missing symbolic link, quickfix:

http://ubuntuforums.org/showpost.php...63&postcount=4


__________________
Running Gag,Amenotil F., Gundar F., Jaspis U., Lance Lost, Tinman of Oz. (H,C,W,M,B,K)
Internally processed, nutritioally-drained biological output happens - it's called update
padreigh no ha iniciado sesión   Reply With Quote
Old 01-21-2008, 10:44 PM   #28
Angelwinged_Devil
Banned
 
Angelwinged_Devil's Avatar
 
Join Date: Feb 2007
Location: Under your skin Posts: 1337
Posts: 2,490
Angelwinged_Devil is on a distinguished road
Default

Quote:
Originally Posted by Xephandor
Ok, I'll add it to the "problem index" on the spanish forum :P

PS: Information added to this thread. Should I translate it or make an equivalent on the English forum, Surak?
http://www.regnumonline.com.ar/forum...ad.php?t=14051
if you can give me some translated I'll put it in
Angelwinged_Devil no ha iniciado sesión   Reply With Quote
Old 01-22-2008, 06:55 PM   #29
SA0BSE
Pledge
 
SA0BSE's Avatar
 
Join Date: Dec 2006
Location: Sweden
Posts: 29
SA0BSE is on a distinguished road
Default

Arch Linux. Running an stable Xserver from the extra.

Code:
elis@Sighild:~/bin/regnum$ ./rolauncher
The program 'rolauncher' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 253 error_code 11 request_code 148 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
elis@Sighild:~/bin/regnum$
Code:
elis@Sighild:~/bin/regnum$ pacman -Qi xorg-server
Name           : xorg-server
Version        : 1.4.0.90-5
URL            : http://xorg.freedesktop.org
Licenses       : None
Groups         : xorg
Provides       : x-server
Depends On     : gcc-libs  libxkbui  ncurses  libxi  libxxf86misc  libxfont  libxrender  libdmx  libxaw
                 libxxf86vm  xcursor-themes  xkeyboard-config  xorg-server-utils  xorg-utils
                 libdrm>=2.3.0  libxfixes  xorg-fonts-misc  pixman>=0.9.6  xbitmaps  libgl
Optional Deps  : None
Required By    : liblazy  nvidia-utils
Conflicts With : None
Replaces       : None
Installed Size : 20386.43 K
Packager       : Jan de Groot <jgc@archlinux.org>
Architecture   : i686
Build Date     : Sun 20 Jan 2008 09:32:38 PM CET
Install Date   : Mon 21 Jan 2008 11:38:31 PM CET
Install Reason : Explicitly installed
Install Script : Yes
Description    : X.Org X servers

elis@Sighild:~/bin/regnum$
SA0BSE no ha iniciado sesión   Reply With Quote
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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:32 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved