Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Finally Continuum In Linux!
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Post new topic   Reply to topic Printable version
 View previous topic  higgs boson Post :: Post any non ssc zones still there?  View next topic  
Author Message
futon
Newbie


Joined: Feb 05 2006
Posts: 5
Offline

PostPosted: Tue Feb 07, 2006 11:37 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

^ moi
Back to top
View users profile Send private message Add User to Ignore List
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Tue Feb 07, 2006 12:07 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I have a ATI radeon 9800 running the latest fglrx drivers.

fgl_glxgears = 400-500 fps
glxgears = 4000-5000 fps

I get around 40 fps at 1024x768 in Windowed mode In paintball. I believe it was around 50 or 60 in ASWZ. I'm running X in 24bit. I think I may have changed the graphics options in Continuum.
_________________
Oldbie Server Help
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Tue Feb 07, 2006 12:49 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

A) I put continuum at 8-bit (through cont settings)
B) I went through my x config about 3 times modifying the config the ati binary made, trying different settings etc. Ill post my vid config soon.
Back to top
View users profile Send private message Add User to Ignore List Send email
SpecShip
Complete twat


Gender:Gender:Male
Joined: Dec 17 2005
Posts: 514
Location: 8025 - Spec Freq
Offline

PostPosted: Tue Feb 07, 2006 1:04 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

phong, where you disappeared? can't see you on IM anymore...weren't we talking about putting a server up?
_________________
Replacing yazour untill the whore returns.

"I could run a ss server on my car stereo!" -Xalimar
"Liberta tuit ma ex infernis" -Event Horizon
"I know too much about nothing." - Mine GO BOOM
"Hmm anyway, back to my kingdom hearts." - Chambahs
Back to top
View users profile Send private message Add User to Ignore List
futon
Newbie


Joined: Feb 05 2006
Posts: 5
Offline

PostPosted: Tue Feb 07, 2006 6:58 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

phong wrote:
Ill post my vid config soon.


That'd be awesome. Thanks!
Back to top
View users profile Send private message Add User to Ignore List
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Thu Feb 09, 2006 11:17 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

xorg.conf

Code: Show/Hide

# 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"
    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/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# 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"   "pc101"
    Option "XkbLayout"   "us"

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   "Monitor Vendor"
        ModelName    "TTX-8997"
        DisplaySize  340        250
        HorizSync    30.0 - 97.0
        VertRefresh  50.0 - 160.0
        Option      "dpms"
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 "HSync2"                     "unspecified"
    Option "VRefresh2"                  "unspecified"
    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:1:0:0"    # vendor=1002, device=4e48
    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
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1600x1200" "1280x1024" "1024x768" "800x600"
"640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes  "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        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 ###




xorg.conf - 16.53 KB
File downloaded or viewed 26 time(s)
Back to top
View users profile Send private message Add User to Ignore List Send email
futon
Newbie


Joined: Feb 05 2006
Posts: 5
Offline

PostPosted: Fri Feb 10, 2006 2:30 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Hmm, my xorg.conf is essentially the same.
Back to top
View users profile Send private message Add User to Ignore List
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Fri Feb 10, 2006 6:51 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

What are your PC specs... Im running 3ghz, 2gig ram, radeon 9800.
Back to top
View users profile Send private message Add User to Ignore List Send email
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Fri Feb 10, 2006 8:31 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

i should make a couple of corrections to my memory. I was really running at around 1500 fps in fgl_glxgears.

at 1024x768 windowed, subspace runs at around 50-60fps. :)
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
futon
Newbie


Joined: Feb 05 2006
Posts: 5
Offline

PostPosted: Fri Feb 10, 2006 10:45 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

phong wrote:
What are your PC specs... Im running 3ghz, 2gig ram, radeon 9800.

2ghz, 512mb, 9700 pro.
Back to top
View users profile Send private message Add User to Ignore List
yoink
Guest


Offline

PostPosted: Sun Feb 12, 2006 10:41 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

has anyone gotten this working in suse?

i'm a linux newbie, really, if there is someone i can chat with while trying to install this, that'd be great.

"If you get a libwine.so.1 error when trying to run wine global (instead of running the application from its source directory), add the following lines to your /etc/ld.so.conf file: /usr/local/lib and /usr/local/lib/wine. If problems still occur, copy libwin.so.1 to those locations from the winesource/libs directory."

Perhaps my problem is using SuSE =]
Back to top
yoink
Guest


Offline

PostPosted: Sun Feb 12, 2006 10:43 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

"err:imagelist:ImageList_ReplaceIcon no color! "

still getting that, fixed the last problem.
Back to top
i88gerbils
Oldbie Server Help


Gender:Gender:Male
Joined: Dec 13 2002
Posts: 423
Location: OH
Offline

PostPosted: Sun Feb 12, 2006 5:28 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

How about you register for the forums & fill out some profile information ^^.

What wine version do you have? Is it a binary from Suse? I hear that they repackage some commercial wine binaries.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website Yahoo Messenger
Guest



Offline

PostPosted: Fri Feb 17, 2006 12:58 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

or not
Back to top
zi|ch
Newbie


Gender:Gender:Male
Joined: Feb 27 2006
Posts: 13
Offline

PostPosted: Mon Feb 27, 2006 2:51 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

yoink wrote:
has anyone gotten this working in suse?

i'm a linux newbie, really, if there is someone i can chat with while trying to install this, that'd be great.

"If you get a libwine.so.1 error when trying to run wine global (instead of running the application from its source directory), add the following lines to your /etc/ld.so.conf file: /usr/local/lib and /usr/local/lib/wine. If problems still occur, copy libwin.so.1 to those locations from the winesource/libs directory."

Perhaps my problem is using SuSE =]
I'm also thrying to get this work on SuSE. err.. SUSE nowadays.a

Anyway I had suse 9.2 for a while, but gave it up because I coundn't run ss on it and was too lazy to reboot all the time tongue.gif

So now I'm downloadind the dvd iso and will be testing stuff out tomorrow or in a few days. I'm allso quite a noob with linux, so any hints are welcome.
Back to top
View users profile Send private message Add User to Ignore List MSN Messenger
phong
Seasoned Helper


Gender:Gender:Male
Joined: Jul 19 2005
Posts: 154
Offline

PostPosted: Tue Feb 28, 2006 2:08 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I'm not familiar with recent suse so I am not sure what it is like now. Just make sure during the install you dont install any wine binary's or packages. Install wine from source from the winehq page (follow the instructions), and be sure to follow the other steps and read the wiki articles.
Back to top
View users profile Send private message Add User to Ignore List Send email
testforechozero
Novice


Gender:Gender:Male
Joined: Nov 15 2003
Posts: 92
Location: The Land of Satellites
Offline

PostPosted: Sat Mar 04, 2006 4:09 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

Works for me! The only problem is I cant set the screen resolution or Bit depth from within continuum... so to get a good framerate I need to manually change my desktop resolution to 800x600. Is there an explanation for this?



Screenshot.png - 94.15 KB
File downloaded or viewed 45 time(s)
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address
-Smong-
Guest


Offline

PostPosted: Sun Mar 05, 2006 8:35 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

How much space do you need to compile wine? I've only got 800mb free and it runs out while compiling. Is it possible to make a file system on ram and compile on that too?
Back to top
Cyan~Fire
I'll count you!
I'll count you!


Age:36
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Sun Mar 05, 2006 10:47 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

You have more RAM free than HD space? Sounds like you need to get a bigger hard drive.
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Dr Brain
Flip-flopping like a wind surfer


Age:38
Gender:Gender:Male
Joined: Dec 01 2002
Posts: 3502
Location: Hyperspace
Offline

PostPosted: Sun Mar 05, 2006 11:43 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

It's called a ramdisk. That's what they use on knoppix and other similar live cds.
_________________
Hyperspace Owner

Smong> so long as 99% deaths feel lame it will always be hyperspace to me
Back to top
View users profile Send private message Add User to Ignore List AIM Address Yahoo Messenger MSN Messenger
cool koen
Guest


Offline

PostPosted: Sun Mar 05, 2006 4:47 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

How about a pocket pc version icon_smile.gif?
Back to top
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Sun Mar 05, 2006 5:29 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I have 1 gb ram. The machine came with windows pre-installed, and there were some 'umovable files' 35gb into the 40gb disk... So I only have 5gb for the linux partitions. And modern linux takes over 2gb. now if only there was a program like treesize for linux, I tried making a script to show the 15 largest files but it isn't very helpful.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
Cyan~Fire
I'll count you!
I'll count you!


Age:36
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Sun Mar 05, 2006 8:57 pm   Post maybe stupid    Post subject: Reply to topic Reply with quote

I'd say delete the Windows partition, resize, and reinstall. Don't let Windows control your life.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Guest



Offline

PostPosted: Sun Mar 05, 2006 9:11 pm   Post maybe stupid    Post subject: Wine guru needed? nah.. keke Reply to topic Reply with quote

This patch could benefit a lot if y'all would go look at wine and your X configurations a little bit more. The love of linux is that you have to tweak it, so get to it already, read your manpages.


with love if not care,
Descil
Back to top
Guest



Offline

PostPosted: Mon Mar 06, 2006 10:04 am   Post maybe stupid    Post subject: Reply to topic Reply with quote

I can't get this to work... Wine just does something for a fraction of a second and exits.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Trash Talk All times are GMT - 5 Hours
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 3 of 7

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 681 page(s) served in previous 5 minutes.

phpBB Created this page in 0.750023 seconds : 52 queries executed (64.2%): GZIP compression disabled