Forum Home
Press F1
 
Thread ID: 39657 2003-11-13 04:55:00 A few Linux problems mejobloggs (264) Press F1
Post ID Timestamp Content User
191520 2003-11-15 00:51:00 I looked at my XF86Config-4 file, but I couldnt find any sense in it.

Also, can I use msn messenger on linux?
mejobloggs (264)
191521 2003-11-15 01:35:00 This might help:
Section "Monitor"

Identifier "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 31.5 - 50.0

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 40-90
option "dpms"
EndSection


And for msn, try:
http://amsn.sf.net
or for a Trillian-like app:
http://gaim.sf.net

:-)
Chilling_Silently (228)
191522 2003-11-15 04:23:00 That rpm thing only tries to extract the source usr/src/RPM/SOURCES, but cannot write to it or something. I cant figure how to compile it either, it comes up with lots of errors.

Just trying that monitor thing now.
mejobloggs (264)
191523 2003-11-15 04:37:00 You must be root, so from a terminal, type:
su -
and that'll prompt you for your root password

Next, check if it ends in .src.rpm
If it does, you've got a source rpm and I've never used them sorry... See if you can get a regular rpm.

Either that or go into:
/usr/src/RPM/SOURCES
and type:
tar xvzf filename.tar.gz
cd NEWdirTHATitMADE
./configure
make
make install

That should compile the application from source code, but see if you can find a real RPM first and install that.
Chilling_Silently (228)
1 2