You are not logged in.

#1 2005-11-15 09:23:50

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Ratpoison beta woes....

Ok, I'm having a bit of trouble getting any of the 1.40Beta versions of Ratpoison to work.

Having resolved a couple of errors I was getting thanks to the ever-understanding phrakture, I'm still getting a single 'device not found' message relating to my xorg.conf. This is the xorg.conf that gives me perfect Direct Rendering in stable v1.3 Ratpoison though...

The error message that I'm getting is this:

X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.14-rc1 i686 [ELF] 
Current Operating System: Linux kaminoitte 2.6.13 #2 Thu Oct 6 11:25:45 BST 2005 i686
Build Date: 03 October 2005
        Before reporting problems, check http://wiki.X.Org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 15 09:45:17 2005
(==) Using config file: "/etc/X11/xorg.conf"

(WW) fglrx: No matching Device section for instance (BusID PCI:2:0:1) found

waiting for X server to shut down 

My xorg.conf is shown below.

Note that I've tried to change the 'PCI :2 :0 :0' to the one above (:2 :0 :1), but I then get an error message about 2:0:0 not being found! I've also tried copying the whole device section for 'ATI Graphics Adapter', changing the PCI of the copy to the one above, and renaming the section to ATI Graphics Adapter2', so that I've now got 2 ATI device sections, but that just brought up a whole lot of other messages, and to be honest I really shouldn't need such a lame hack, should I?

Any advice would be most welcome  smile

[b]
# File: xorg.conf
# File generated by fglrxconfig (C) ATI Technologies, a substitute for xf86config.

# Note by ATI: the below copyright notice is there for servicing possibly
# pending third party rights on the file format and the instance of this file.
#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **********************************************************************

# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"      # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath    "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/artwiz-fonts/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
    #    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"


# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier    "Keyboard1"
    Driver    "kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option "Protocol"   "Xqueue"

    Option "AutoRepeat" "500 30"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option "Xleds"      "1 2 3"

#    Option "LeftAlt"    "Meta"
#    Option "RightAlt"   "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"   "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"   "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"  "de"
# or:
#    Option "XkbLayout"  "de"
#    Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions" "ctrl:swapcaps"

# These are the default XKB settings for XFree86
#    Option "XkbRules"   "xfree86"
#    Option "XkbModel"   "pc101"
#    Option "XkbLayout"  "us"
#    Option "XkbVariant" ""
#    Option "XkbOptions" ""

#    Option "XkbDisable"

    Option "XkbRules"    "xfree86"
    Option "XkbModel"    "pc104"
    Option "XkbLayout"    "gb"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier    "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/input/mice"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

#    Option "Protocol"   "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

#    Option "BaudRate"   "9600"
#    Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections 
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice" 
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"         "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "1412"
#    Option     "MaxX"           "15184"
#    Option     "MinY"           "15372"
#    Option     "MaxY"           "1230"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"         "/dev/ttyS0"
#    Option     "MinX"           "231"
#    Option     "MaxX"           "3868"
#    Option     "MinY"           "3858"
#    Option     "MaxY"           "272"
#    Option     "ScreenNumber"   "0"
#    Option     "ReportingMode"  "Scaled"
#    Option     "ButtonThreshold"    "17"
#    Option     "ButtonNumber"   "1"
#    Option     "SendCoreEvents"
# EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
   Identifier  "Monitor0"
   VendorName "Dell"
   ModelName "21TE"
   HorizSync 30-93
   VertRefresh 50-152
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
    Identifier  "Standard VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.

#    Chipset     "generic"

# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

    Driver      "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# installed.

#    BusID       "PCI:0:10:0"

#    VideoRam    256

#    Clocks      25.2 28.3

EndSection

# === ATI device section ===

Section "Device"
    Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
    #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "no"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
    Option "DesktopSetup"               "(null)" 
    Option "ScreenOverlap"              "0" 
    Option "GammaCorrectionI"           "0x00000000"
    Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
    Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    Option "FSAAEnable"                 "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"           "no"
    Option "FSAACustomizeMSPos"         "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:2:0:0"    # vendor=1002, device=4148
    Screen 0
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen0"
    Device      "ATI Graphics Adapter"
    Monitor     "Monitor0"
    DefaultDepth 24
    #Option "backingstore"

    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
    Identifier  "Server Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.

    Screen "Screen0"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###

[/b]

.oO Komodo Dave Oo.

Offline

#2 2005-11-15 10:49:20

sudman1
Member
From: Huntingdon, UK
Registered: 2005-02-18
Posts: 143

Re: Ratpoison beta woes....

Have you tried commenting out the BusID line?


v/r
Suds

Offline

#3 2005-11-15 11:10:25

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Ratpoison beta woes....

I just tried that, but sadly no result; the error message is exactly the same when trying to startx :cry:


.oO Komodo Dave Oo.

Offline

#4 2005-11-15 12:46:18

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Ratpoison beta woes....

Don't worry about the BusID message, it's only a warning.  I get that all the time and safely ignore it.

Can't tell you what's wrong with ratpoison though.

Offline

#5 2005-11-15 14:18:52

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Ratpoison beta woes....

hmm... what could it be? :?


.oO Komodo Dave Oo.

Offline

#6 2005-11-15 16:30:47

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Ratpoison beta woes....

Hrrm... well, try this, as it's always fun to do:

in your .xinitrc, add the following:

fluxbox & #replace with whatever
exec xterm #replace with whatever

Now, when you run startx, *do not kill the terminal*, as that will end your X session.  Feel free to type "killall fluxbox" in the terminal, and X will stay up.

This is a fun little way to test window managers.  From here, I'd do exactly that - kill whatever window manager you started, and then start "ratpoison" (do not background it) - this way you can see what happens, and possibly get some output.

If all else fails, try recompiling ratpoison in debug mode (make DEBUG) and running makepkg ummm (whatever the nostrip option is... -s?)

Offline

#7 2005-11-15 18:02:41

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Ratpoison beta woes....

Ok, I tried what you suggested phrakture, and I got the following output (I could see part of this error message when trying to start ratpoison from tty1, but it wouldn't redirect to a file, either as stdout or stderror...):

*** glibc detected *** ratpoison: free(): invalid pointer: 0x0804a7fc ***
======= Backtrace: =========
/lib/tls/libc.so.6[0xb7d94233]
/lib/tls/libc.so.6(__libc_free+0x84)[0xb7d94c94]
ratpoison[0x8052b8d]
ratpoison[0x8054f5c]
ratpoison[0x805b2fa]
ratpoison[0x805ba0e]
/lib/tls/libc.so.6(__libc_start_main+0xdb)[0xb7d44d6b]
ratpoison[0x804a951]
======= Memory map: ========
08048000-08063000 r-xp 00000000 03:03 134216     /usr/bin/ratpoison
08063000-08064000 rw-p 0001b000 03:03 134216     /usr/bin/ratpoison
08064000-08085000 rw-p 08064000 00:00 0          [heap]
b7b00000-b7b21000 rw-p b7b00000 00:00 0 
b7b21000-b7c00000 ---p b7b21000 00:00 0 
b7ca5000-b7caf000 r-xp 00000000 03:03 7854       /usr/lib/libgcc_s.so.1
b7caf000-b7cb0000 rw-p 00009000 03:03 7854       /usr/lib/libgcc_s.so.1
b7cbf000-b7cdf000 rw-p b7cbf000 00:00 0 
b7cdf000-b7ce6000 r-xp 00000000 03:03 55329      /usr/X11R6/lib/libXrender.so.1.2.2
b7ce6000-b7ce7000 rw-p 00006000 03:03 55329      /usr/X11R6/lib/libXrender.so.1.2.2
b7ce7000-b7ce8000 rw-p b7ce7000 00:00 0 
b7ce8000-b7d22000 r-xp 00000000 03:03 4452       /lib/libncurses.so.5.5
b7d22000-b7d2b000 rw-p 00039000 03:03 4452       /lib/libncurses.so.5.5
b7d2b000-b7d2d000 r-xp 00000000 03:03 1047       /lib/libdl-2.3.5.so
b7d2d000-b7d2f000 rw-p 00001000 03:03 1047       /lib/libdl-2.3.5.so
b7d2f000-b7d30000 rw-p b7d2f000 00:00 0 
b7d30000-b7e49000 r-xp 00000000 03:03 1074       /lib/tls/libc-2.3.5.so
b7e49000-b7e4a000 r--p 00118000 03:03 1074       /lib/tls/libc-2.3.5.so
b7e4a000-b7e4d000 rw-p 00119000 03:03 1074       /lib/tls/libc-2.3.5.so
b7e4d000-b7e4f000 rw-p b7e4d000 00:00 0 
b7e4f000-b7e56000 r-xp 00000000 03:03 6707       /lib/libhistory.so.5.0
b7e56000-b7e57000 rw-p 00006000 03:03 6707       /lib/libhistory.so.5.0
b7e5a000-b7e5c000 r-xp 00000000 03:03 50329      /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
b7e5c000-b7e5d000 rw-p 00001000 03:03 50329      /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
b7e5d000-b7e65000 r-xp 00000000 03:03 50121      /usr/X11R6/lib/libXcursor.so.1.0.2
b7e65000-b7e66000 rw-p 00007000 03:03 50121      /usr/X11R6/lib/libXcursor.so.1.0.2
b7e66000-b7f2c000 r-xp 00000000 03:03 50117      /usr/X11R6/lib/libX11.so.6.2
b7f2c000-b7f30000 rw-p 000c5000 03:03 50117      /usr/X11R6/lib/libX11.so.6.2
b7f30000-b7f3d000 r-xp 00000000 03:03 50068      /usr/X11R6/lib/libXext.so.6.4
b7f3d000-b7f3e000 rw-p 0000c000 03:03 50068      /usr/X11R6/lib/libXext.so.6.4
b7f3e000-b7f40000 r-xp 00000000 03:03 50119      /usr/X11R6/lib/libXinerama.so.1.0
b7f40000-b7f41000 rw-p 00001000 03:03 50119      /usr/X11R6/lib/libXinerama.so.1.0
b7f41000-b7f45000 r-xp 00000000 03:03 50077      /usr/X11R6/lib/libXtst.so.6.1
b7f45000-b7f46000 rw-p 00004000 03:03 50077      /usr/X11R6/lib/libXtst.so.6.1
b7f46000-b7f47000 rw-p b7f46000 00:00 0 
b7f47000-b7f61000 r-xp 00000000 03:03 1057       /lib/ld-2.3.5.so
b7f61000-b7f63000 rw-p 0001a000 03:03 1057       /lib/ld-2.3.5.so
bfe4b000-bfe61000 rw-p bfe4b000 00:00 0          [stack]
ffffe000-fffff000 ---p 00000000 00:00 0          [vdso]
Aborted

If you or anyone else can tell me what's going wrong just by seeing the 'invalid pointer' bit at the top, I'll be amazed... I guess I'll just have to wait until 1.4 is in the repositories... you agree? roll


.oO Komodo Dave Oo.

Offline

#8 2005-11-15 21:25:40

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Ratpoison beta woes....

ouch... ummm - the only thing I can think of is that I do not recall recompiling ratpoison 1.4 after the gcc4 update, so this may be a gcc4 thing.

I'll delve into it myself

Offline

#9 2005-11-15 21:51:36

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Ratpoison beta woes....

Very good of you to offer man... won't it hopefully get fixed when they've made it stable though? Fingers crossed anyway.

Let me know how you get on  wink


.oO Komodo Dave Oo.

Offline

#10 2005-11-16 03:28:33

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Ratpoison beta woes....

Hmm, works fine here:

$ ratpoison -c version                                                                                                                                                                         
ratpoison 1.4.0-beta4 (built Nov 15 2005 15:31:03

All I did was change the version number in the PKGBUILD.  Can you give me the output of "ldd `which ratpoison`"?

$ ldd `which ratpoison                                                                                                                                          `
linux-gate.so.1 =>  (0xffffe000)                                                                                                                                                                     
libXtst.so.6 => /usr/X11R6/lib/libXtst.so.6 (0x40036000)                                                                                                                                             
libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0x4003b000)                                                                                                                                     
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4003e000)                                                                                                                                             
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x4004c000)                                                                                                                                               
libhistory.so.5 => /lib/libhistory.so.5 (0x40116000)                                                                                                                                                 
libc.so.6 => /lib/tls/libc.so.6 (0x4011e000)                                                                                                                                                         
libdl.so.2 => /lib/libdl.so.2 (0x4023e000)                                                                                                                                                           
libncurses.so.5 => /usr/lib/libncurses.so.5 (0x40242000)                                                                                                                                             
/lib/ld-linux.so.2 (0x40000000)

Offline

#11 2005-11-16 09:16:30

Komodo
Member
From: Oxford, UK
Registered: 2005-11-03
Posts: 674

Re: Ratpoison beta woes....

Here we go:

    linux-gate.so.1 =>  (0xffffe000)
    libXtst.so.6 => /usr/X11R6/lib/libXtst.so.6 (0xb7f06000)
    libXinerama.so.1 => /usr/X11R6/lib/libXinerama.so.1 (0xb7f03000)
    libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0xb7ef5000)
    libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0xb7e2b000)
    libhistory.so.5 => /lib/libhistory.so.5 (0xb7e23000)
    libc.so.6 => /lib/tls/libc.so.6 (0xb7d04000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7cff000)
    libncurses.so.5 => /usr/lib/libncurses.so.5 (0xb7cbc000)
    /lib/ld-linux.so.2 (0xb7f1b000)

Btw, there isn't any better way to fiddle with the ratpoison beta without uninstalling the stable one, is there? I assume not, but just thought I'd check wink


.oO Komodo Dave Oo.

Offline

Board footer

Powered by FluxBB