[gentoo-user] there are no masked or unmasked ebuilds to satisfy virtual/x11 ???

2003-12-28 Thread gabor
i did an emerge sync,
and an emerge -up world,
and i got the following:

Calculating world dependencies \
emerge: there are no masked or unmasked ebuilds to satisfy
virtual/x11.

!!! Problem with ebuild media-gfx/gqview-1.3.7
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.


of course i have xfree emerged, which should provide virtual/x11.

i use ACCEP_KEYWORDS=~x86.

any ideas?

thanks,
gabor


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: ATI TV out

2003-12-10 Thread gabor
On Tue, 2003-12-09 at 23:22, Michael Mauch wrote:
 Helder Rossa wrote:
 
  I have my acer tm800 working with 2.6 kernel. All runs very good.
 
 What's its video chipset?
  
  but I cant put TV out working. It gives me an black  white garble
  image. Maybe some refresh settings are wrong.
  

hi.

i have the same laptop. kernel-2.6

this is how i got tvout working:

i use the binary drivers from ati (emerge ati-drivers).
start fglrxconfig to generate an XF86Config file.

when he asks you, say yes to tv-out.
the mode i got it working is this:
clone mode (so the same thing is displayed on both screens),
and the TV had to be the primary, and the LCD the secondary screen.

after that it was only a matter of connecting the svideo out to my TV,
and it worked. (i think i had to switch the displaying to the TV with
Fn-key + F5 (or F6, i don't remember which switches the display :-).

i attached my XF86Config, that is set up for TV-OUT (i only use this
file when i want to watch something on the TV. for normal use, i use a
different XF86Config), hope it helps.

bye,
gabor
# File: XF86Config-4
# File generated by fglrxconfig (C) ATI Research, 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.

Loaddbe   # Double buffer extension

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

# This loads the Type1 and FreeType font modules
Loadtype1
Loadfreetype

# This loads the GLX module
Loadglx   # libglx.a
Loaddri   # 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

Re: [gentoo-user] Mounting an ISO image problems

2003-11-11 Thread gabor
Spider wrote:
Because disk images can be replaced and created on the fly without
physical access to the hardware. 
The old adage is that if I have physical access to your machine, its
cracked. 

if you however allow me to mount 
/tmp/my.iso /mnt/loop iso9660 loop,user 0 0 

and then allow me to mount that, and I can replace my.iso, its enough to
have software access to my.iso to be able to crack your machine, and do
it quite well.
sorry, i'm not a unix-security expert,
but i still can't completely understand this.
the problem is that i can create an iso file with some files which have 
suid root and can do anything they want?

but doesn't the nosuid flag prevent this?

please could you explain this in more detail? i'm very interested in 
this problem... i just can't believe that for example it's safe to mount 
a samba share but it's not safe to mount an iso file.

thanks,
gabor
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Mounting an ISO image problems

2003-11-10 Thread gabor
Andrew Farmer wrote:
On Sun, 09 Nov 2003 06:29:35 -0800, Norbert Kamenicky muttered:

- snip -


Well, the problem is that you can only mount an image as a user if the
image and mountpoint are specified in the fstab. I still don't know why
mount (or the kernel or something) can't start allowing mounts of a file
readable by a user over a directory the user owns...
:-)  :-)   :-)   ... security reason !

If you like to allow your users to mount just anything,
(doesn't matter in which dir)
it's the same, like give them root password ...
never heard about Trojan horse ?   :-)
PS.
it's typical question of people who use windblowz
(where security issues were made by diletants, if at all),
but know nothing about unix security ...

hmmm.. could you give an example?

let's imagine that i allow all the wheel users to mount loopback-files 
(iso images).

how could that be a security risk?

thanks,
gabor
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Solved: LILO Windows on 2 Harddisks

2003-11-09 Thread gabor
On Sun, 2003-11-09 at 04:11, Oliver Lange wrote:
 On Sat, 08 Nov 2003 21:35:00 +0100, Redeeman wrote:
 
 i know why.
 by some reason windoze fails, BUT there is a solution to f00l windoze ;D
 you gotta make some mappings to trick windows, and then it works (does
 for me) alltough i changed to grub
 
 add this:
 map-drive=0x80
  to=0x81
 map-drive=0x81
   to=0x80
 and it should work :)
 
 
 Thank you, that helped me finding the answer. I found a way which is
 a bit easier. So for those of you who want to boot a Windows from LILO
 on another harddisk, add the following parameter to the windows boot entry:
 
 master-boot
 
 (a new LILO option, assuming actual LILO being installed) and that's it
 LILO now virtually makes the bootdisk the primary boot device. Bingo.

any ideas how to set this in grub?

gabor


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to backout devfs?

2003-10-27 Thread gabor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
[EMAIL PROTECTED] wrote:
| On Mon, Oct 27, 2003 at 11:04:33AM +0100, Frank Schäfer wrote:
|
|Hi, this howto is veryveryvery short.
|
|
|1. don't compile devfs in the kernel
|2. don't start devfsd
|3. run /sbin/MAKEDEV, to create all the devices you need
|
|
|... but why the hick do you want to do this?
|
|
| Because devfs is been removed from future kernels?
|
and why was it removed?
is there a better thing than devfsd?

gabor
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQE/nPHictTU5FeVQcgRAsVdAJwPOWiq0ILz6epQYtvvbSqLn+JeUACfa4he
j03j8doIgsmhp7CNkPVZ6o8=
=APAO
-END PGP SIGNATURE-
--
[EMAIL PROTECTED] mailing list


[gentoo-user] openoffice without java

2003-10-20 Thread gabor
hi,

is there a way to emerge openoffice without java support?

my friend told me he has openoffice with java disabled, and it feels
much faster.

i also don't need any java thing in openoffice.

does anyone have any experience with this?

i just don't want to try to compile it by myself (configure
--disable-java), but i'll try that if there's no better alternative.

thanks,
gabor


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] USB mass storage ?

2003-10-03 Thread gabor
On Thu, 2003-10-02 at 15:53, Ernie Schroder wrote:
 I have USB mass storage set up and working pretty much as expected 
 other than one rather perplexing problem. If I unmount either my 
 digital camera or my smart card reader, remove the media and then 
 replace it I cannot remount the device

happens the same with my camera.

what i do is:
rmmod usb-storage
modprobe usb-storage

and then it works again.
(it's possible that i'm remembering it wrong, and it's a different *usb*
module that you have to reload)

gabor


--
[EMAIL PROTECTED] mailing list



[gentoo-user] how to measure my network traffic?

2003-09-26 Thread gabor
hi,

i've just got connected to tghe internet using a cable modem, 
and i'd like to know how much do i down/upload.

so ideally i want something that will run in the background and create a logfile,
and i can ask him how much was the upstream/downstream traffic for the last x days.

i found mrtg, but isn't there anything simpler?

thanks,
gabor 
-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kde apps w/out kde

2003-09-12 Thread gabor
On Fri, 2003-09-12 at 11:22, Mike Williams wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Friday 12 September 2003 03:00, Jason Stubbs wrote:
 
  You can't just emerge Konsole and Konqueror individually like you can with
  gnome. However, you can emerge just those packages that you want from kde.
  Konsole and Konqueror are both in kde-base. If you emerge kde-base, it will
  only pull in kde-libs and arts from kde-base/*.
 
 You sorta can install just Konsole, and/or Konqy.
 Do a search on http://forums.gentoo.org for DO_NOT_COMPILE.

yes, but for example transparency won't work in konqueror if not running
in kde. 

gabor


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread gabor
On Wed, 2003-08-27 at 12:19, Nicolas STURMEL wrote:
 Adam Dunstan wrote:
  im using gcc 3.2.3 and i was woundering if it was still going to brake every
  thing if i use -march=pentium4?
  
 
 I use it, and i don't have any problem.
 i have a celeron 2Ghz ( @ 2,7Ghz :-) )
 
 my flags :
 CFLAGS=-march=pentium4 -O2 -frename-registers -pipe -fomit-frame-pointer

did you tried that famous little python program?

gabor


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] is -march=pentium4 cool?

2003-08-27 Thread gabor
On Wed, 2003-08-27 at 13:34, Nicolas STURMEL wrote:
 gabor wrote:
  On Wed, 2003-08-27 at 12:19, Nicolas STURMEL wrote:
  
 Adam Dunstan wrote:
 
 im using gcc 3.2.3 and i was woundering if it was still going to brake every
 thing if i use -march=pentium4?
 
 
 I use it, and i don't have any problem.
 i have a celeron 2Ghz ( @ 2,7Ghz :-) )
 
 my flags :
 CFLAGS=-march=pentium4 -O2 -frename-registers -pipe -fomit-frame-pointer
  
  
  did you tried that famous little python program?
 
 not at all, i didn't heard of it !
 what is it ? :-)

you can read about it here:
http://forums.gentoo.org/viewtopic.php?t=43373

to make it short:

start this:

python -c 'int(10.1); int(1.3); int(1.2)'

on a 'normal' computer, it ends without any output.

on the miscompiled pentium4 computers it ends with an overflow error.

so basically if it ends with overflow error, gcc broke python because of
the march=pentium4.

gabor



signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] UTF-8

2003-07-29 Thread gabor
On Tue, 2003-07-29 at 05:49, Steven Elling wrote:
 On Monday 28 July 2003 06:50, Theofilos Intzoglou wrote:
Being sick and tired of seeing strange characters all over the place
  in documents, I have taken the decision to convert my whole system to
  use unicode for character encoding. Has anybody else done that before? I
  have found a page on the Internet that explains some stuff but any help
  is welcome! This is the link:
 
  http://www.cl.cam.ac.uk/~mgk25/unicode.html
 
Are there any problems using unicode? Most libraries nowadays support
  UTF-8 and most programs are converted to use it. Maybe creating a HOWTO
  would be a nice idea (if it doesn't already exist) adding a list at
  the end of applications that support UTF-8. Thanks in advance!
 
 I make it a habit to set the environment variable LANG to en_US in 
 '/etc/env.d/00basic'.  LANG determines which locale to use and in the case 
 of en_US uses iso8859-1 to display characters.  en_US allows me to view en, 
 em, vulgar fractions, letters with accents, etc. (man iso_8859_1).

for having utf-8 in most of applications, you have to switch to an utf-8
locale... i do it with the following:

1. 'generate' the required locale.. i use the following command:
localedef -f UTF-8 -i en_US en_US.UTF-8

2. then i switch to it in /etc/profile (/etc/env.d/00basic gets
overwritten sometimes by portage)
export LC_ALL=en_US.UTF-8


gabor



-- 
Don't worry. I used the back of my sword. Oh, it's double-sided.
Sorry. -Zelgadis, Slayers


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] emerge sync problem

2003-07-01 Thread gabor
On Tue, 2003-07-01 at 10:48, Zack Gilburd wrote:
 On Sunday 29 June 2003 04:39 pm, Essien Ita Essien wrote:
  I 've also tried all the emerge syncing combos, and i still get the same
  problem.
 
 Yea, well the truth of the matter is that OSU (which all other rsync mirrors 
 update from) is having problems.  They'll be fixed soon enough.
if you can't wait, set the SYNC variable:
export SYNC=rsync://rsync16.us.gentoo.org/gentoo-portage
and then do an emerge sync

gabor
-- 
Don't worry. I used the back of my sword. Oh, it's double-sided. 
Sorry. -Zelgadis, Slayers 


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Threaded email client for gentoo-user?

2003-06-24 Thread gabor
On Tue, 2003-06-24 at 03:02, Florian Huber wrote:
 Hello Dhruba,
 
 On Tue, 24 Jun 2003 01:48:52 +0100
 Dhruba Bandopadhyay [EMAIL PROTECTED] wrote:
 ...
  I am using mozilla mail 1.4_rc2 which is the only competent and fast
  threaded email client I have found with good IMAP support.  What do
  you use?
 ...
 
 I'm using sylpheed-claws (imap4 supported) as graphical MUA in X and
 mutt in the console/shell.
 
 If you what to use mutt you have to fetch your mail via fetchmail or
 getmail, which at least fetchmail should have imap support.

mutt has imap support. for example i can do:
start mutt,
press 'c' (open mailbox), and enter:
imaps://[EMAIL PROTECTED]:gentoo
and i get the mails

gabor
-- 
Don't worry. I used the back of my sword. Oh, it's double-sided. 
Sorry. -Zelgadis, Slayers 


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] CD Images

2003-06-17 Thread gabor
On Sun, 2003-06-15 at 18:33, Tom Wesley wrote:
 On Sunday 15 June 2003 19:19, gabor wrote:
  On Sun, 2003-06-15 at 17:56, Tom Wesley wrote:
  hmmm.. do you know daemon-tools?
 
  basically what i'd like to have is a virtual cd-rom ...

 And for this there is 
 *  app-cdr/virtualcd-0.4
   Latest version available: 0.4
   Latest version installed: [ Not Installed ]
   Size of downloaded files:  [no/bad digest]
   Homepage:http://outertech.com/robert/virtualcd/
   Description: mount bin/cue cd images
 
 although I have to admit to not having tried this one.
:(

i tried it,and  'mounting' a cue/bin into /dev/virtualcd is ok.

but then mounting /dev/virtualcd to a filesystem directory completely
locks up the computer :(.

where can i find more info about the lock? /var/log/where?

gabor

-- 
Don't worry. I used the back of my sword. Oh, it's double-sided. 
Sorry. -Zelgadis, Slayers 


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] CD Images

2003-06-17 Thread gabor
On Tue, 2003-06-17 at 22:22, Lars Juel Nielsen wrote:
 if it's a vcd or svcd it can't be mounted normally

1. it contains a simple iso9660 filesystem with 4 files ( i created the
cue/bin for testing purposes)

2. it should give a warning and refuse to mount. it shouldn't ever lock
up the computer imho :)

gabor
 
 On Tue, 2003-06-17 at 22:23, gabor wrote:
  On Sun, 2003-06-15 at 18:33, Tom Wesley wrote:
   On Sunday 15 June 2003 19:19, gabor wrote:
On Sun, 2003-06-15 at 17:56, Tom Wesley wrote:
hmmm.. do you know daemon-tools?
   
basically what i'd like to have is a virtual cd-rom ...
  
   And for this there is 
   *  app-cdr/virtualcd-0.4
 Latest version available: 0.4
 Latest version installed: [ Not Installed ]
 Size of downloaded files:  [no/bad digest]
 Homepage:http://outertech.com/robert/virtualcd/
 Description: mount bin/cue cd images
   
   although I have to admit to not having tried this one.
  :(
  
  i tried it,and  'mounting' a cue/bin into /dev/virtualcd is ok.
  
  but then mounting /dev/virtualcd to a filesystem directory completely
  locks up the computer :(.
  
  where can i find more info about the lock? /var/log/where?
  
  gabor
-- 
Don't worry. I used the back of my sword. Oh, it's double-sided. 
Sorry. -Zelgadis, Slayers 


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] CD Images

2003-06-15 Thread gabor
On Sun, 2003-06-15 at 17:56, Tom Wesley wrote:
 On Sunday 15 June 2003 16:41, Lars Juel Nielsen wrote:
  How would i mount a bin/cue set or convert it to a normal iso so it can
  be mounted with mount -o loop,ro -t fs type image mountpoint
 
 check http://hes.iki.fi/bchunk/

yes, that works, but

hmmm.. do you know daemon-tools?

basically what i'd like to have is a virtual cd-rom ...

something that would be able to take an iso or a cue/bin or a
ccd(clonecd) image an 'mount' it to /dev/something,
and then i'd be able to use /dev/something as a regular dvd/cd-rom
drive.

i know that 'losetup' can do something like this, but i had no success
with mounting a cue/bin...

i know i can use bchunk to extract all the filesystems from a cue/bin,
and then i can mount the iso files, but for example with
daemon-tools-on-windows, i can mount a cue/bin image of an audio cd, and
then grab the audio tracks from the virtually mounted cd image with any
audiograbber tool. can i do the same on linux?

thx,
gabor

-- 
Don't worry. I used the back of my sword. Oh, it's double-sided. 
Sorry. -Zelgadis, Slayers 


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] System responsiveness

2003-06-07 Thread gabor
On Sat, 2003-06-07 at 11:55, Christian Aust wrote:
 Hi all,
 
 I've tried the latest 2.4.21-ac kernel sources (both r6 and r7) because
 my Compaq Evo N800c needs the latest acpi stuff that's available there.
 The system runs fine, but when I do something rather demanding (say,
 compiling a kernel, syncing the portage), the system seems to be much
 less responsive than the gentoo-2.4.20 that I've used before. The mouse
 stops every now and then, and it seems as if the computer almost came to
 a halt (for some seconds, not more).
 
 Until now I figured that Linux does state-of-the-art multithreading and
 scheduling, so why is it like this? What can I do to change it? Best
 regards,
 
hmmm, some generic ideas:

do you have dma-enabled?

did you enable low-latency-scheduling and preemptive-kernel options when
compiling the kernel?

you could increase the nice level of X

gabor

 -  Christian
-- 
Don't worry. I used the back of my sword. Oh, it's double-sided. 
Sorry. -Zelgadis, Slayers 


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Installation/Deinstallation of rhythmbox

2003-04-06 Thread gabor
On Sun, 2003-04-06 at 03:39, Chris I wrote:
 Patrick Marquetecken wrote:
  Hi,
  
  i'm going to install Rhythmbox. 
  But i normal install only programs with if possible no KDE or Gnome support it 
  make some programs heavy to load, now i've seen that rhythmbox have from both 
  files !!
  If i want to deinstall it, do i just emerge -C XXX and go from bottom to top from 
  wat the emerge depenties list gives me? 
  so from rhytmbox up to linc 
 
 unfortunately, Portage doesnt unmerge unneeded dependancies. This is a 
 feature, as it could possibly break something you've installed manually.

well, you can try emerge depclean -p

gabor


signature.asc
Description: This is a digitally signed message part


[gentoo-user] how can i enable debug symbols

2003-03-31 Thread gabor
hi,

kmail is crashing for me so i want to send a bugroprt.
with  stacktrace.

how can i emerge kdepim with debug enabled?

thanks,
gabor
-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn

--
[EMAIL PROTECTED] mailing list



[gentoo-user] usb or ps2?

2003-03-30 Thread gabor
hi,

i have a microsoft intellimouse. i can plug it into the usb or into the
ps/2 mouse connector.

question: which is better?

or: do you use the usb connector to connect your mouse or the ps/2? and
why?

thanks,
gabor
-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Good mp3 player/archiver recommendation

2003-03-30 Thread gabor
On Sun, 2003-03-30 at 16:39, Mario Udina wrote:
  what software is able to work with some 3000+ MP3 songs in a fast and
  efficient way? I'd like to have library browsing like Apple iTunes and
  quick sync between the library directory and database. Any
  recommendations? Best regards,
  
  -  Christian
 
 mp3korn, needs mysql and qt, 
 it is a graphic archiver / player, however it only stores the path 
 to the mp3, not the song!
any links? i can't find it.

gabor
 
 regards


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] can i restrict the usable video modes in X?

2003-03-26 Thread gabor
On Wed, 2003-03-26 at 09:37, Sebastian Hungerecker wrote:
 On 25 Mar 2003 23:24:36 +0100
 gabor [EMAIL PROTECTED] wrote:
  is there a way to  restrict the usable video modes?
 
 The avaible video modes are defined in XF86Config. Just comment those out, you don't 
 like

hmm.. i've done this:

i've used Virtual 1280 960.
that means the graphics card enumerates all modes ending at 1280x960.

then i started xvidtune and begun switching between the modes.
and by the modes i liked i wrote down the numbers.

then i added those modes as custom modelines to XF86Config,
and changed Virtual  to Modes + list of those modes.

now if i switch between modes in xvidtune i get only the ones i like.

bad news:
but frozen bubble or nwn still uses 60Hz :(

gabor
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



[gentoo-user] can i restrict the usable video modes in X?

2003-03-25 Thread gabor
hi,

i'm playing neverwinter nights,
and he switches to fullscreen, and to let's say 800x600.
the problem is that that mode is a 60Hz mode..

when playing with xvidtune i can switch to many 800x600 video modes with
different refresh rates

is there a way to  restrict the usable video modes?

thanks,
gabor


--
[EMAIL PROTECTED] mailing list



[gentoo-user] dvd+r or dvd-r

2003-03-23 Thread gabor
hi,


i'm kind of thinking about buying a dvd burner...

what is better? dvd+r or dvd-r? i know it's a stupid question but i want
to hear opinions.
which has a more bright future? both? which is a better technology?
can be dvd+r's burned with higher speed than 2.4x ?
please share your thought/experiences with me.

for example i've read that you can use a dvd+rw as a normal disk, that
means you can format it for ext2/3 and normally copy/delete data to/from
it. did anyone try that?

thanks,
gabor

-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] dvd+r or dvd-r

2003-03-23 Thread gabor
On Sun, 2003-03-23 at 18:33, Phil Barnett wrote:
 On Sunday 23 March 2003 12:05 pm, gabor wrote:
  hi,
 
 
  i'm kind of thinking about buying a dvd burner...
 
  what is better? dvd+r or dvd-r? i know it's a stupid question but i want
  to hear opinions.
  which has a more bright future? both? which is a better technology?
  can be dvd+r's burned with higher speed than 2.4x ?
  please share your thought/experiences with me.
 
  for example i've read that you can use a dvd+rw as a normal disk, that
  means you can format it for ext2/3 and normally copy/delete data to/from
  it. did anyone try that?
 
 Search our LUG list for DVD and Bryan...
 
 http://www.leap-cf.org/cgi-bin/htsearch?words=dvd+bryanmethod=andconfig=htdigrestrict=leaplist
 
 The LEAP-CF mailing list is a great resource:
 
 http://www.leap-cf.org/search.php3?article=search
hmmm.. as i see they're basically saying dvd+r is dying and everyone
should by dvd-r.. am i right?

gabor

-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] evolution and KDE

2003-03-23 Thread gabor
On Sun, 2003-03-23 at 21:44, Ben Sparks wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Does Evolution run well on a KDE system?  I thought that it was only for 
 Gnome, but I am probably mistaken.  I would like to try it; is there any 
 special configuration required for evolution in KDE?
it works well with kde, i have been using it for several months without
problems.

gabor
 
 - --sparks
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
 iD8DBQE+fhzDBaXbhi4Wes4RAkJ8AKCmLWQe8zfuuG7bDNWbMZHVxDPmkACgh46q
 6+aU40cryX7fJHOIpXlJuQA=
 =am0o
 -END PGP SIGNATURE-
 
 
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] semi-transparencies in X (kde)

2003-03-17 Thread gabor
On Mon, 2003-03-17 at 15:32, gabriel wrote:
 since i switched to linux on the desktop a while back, there's been one thing 
 that i've been thinking about consistently:  isn't there a way to make 
 any/all apps in X semi-transparent?
 
 my thinking being that i'd be able to have kmail open here, with gkrellm on 
 the right, but not _totally_ covering the text underneath...  there has to be 
 a way to assign a 50% alpha to arbitrary windows... right?  if the icons can 
 be 32bit, why not entire apps?  well maybe not, considering that most 
 transparencies i've seen in linux are faked by reproducing the background 
 image in the transparent window.
 
 so what's the deal with (semi)transparencies?  why are they so hard to make?  
 or is there just a lack of interest in the community for such a feature?  
 this isn't meant as a bitch session, just a curiosity.
it simply can't be done without some help from the X server.
that means the xserver has to have support for transparency.
and the xserver doesn't have support for transparency yet.

if you look at windows (2000 or xp), there the operating system
(windows) supports transparency.

you simply call a function like setTransparency(50) and you get 50%
transparency.

but as i said there isn't anything like that in X.

gabor
-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Advice on CD recording and viewing movies

2003-03-17 Thread gabor
On Mon, 2003-03-17 at 21:29, Phil Sexton wrote:
 # Generate an ISO from a CD
 dd if=/dev/cdrom of=foo.iso

why don't you do a cat /dev/cdrom  foo.iso ?

gabor


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Replacement for Evolution/Gaim

2003-03-14 Thread gabor
On Fri, 2003-03-14 at 16:07, Patrick Marquetecken wrote:
 Hi,
 
 
 i'm using evolution for a while now and its a great product, but using
 fluxbox now i get a lot of gnome installed, is there another mailprogram
 than can use my Palm data?
i don't know... try sylpheed or balsa, they're gtk apps but i don't know
about palm support

 Thesame for gaim
gaim is a gtk app not a gnome app,
so installing gaim will only install gtk and pango on your computer (and
not those lib*gnome* packages :-)

gabor
  
 TIA
 Patrick
-- 


--
[EMAIL PROTECTED] mailing list



[gentoo-user] sblive + alsa help needed

2003-03-13 Thread gabor
hi,
is there anyone using alsa with sblive?

my problem:

i can't manage to find the necessary volume controls in alsamixer.

i usually use oss,
and there i know that: VOL controls the front speakers, OGAIN controls
the rear ones, and PCM controls both.
basically:
front-volume = VOL   * PCM
rear-volum   = OGAIN * PCM

but which volume controls should i use in alsa?

and, what about the other controls in alsamixer ( bass, treble etc. ) do
they work?

thanks,
gabor
-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Rhythmbox and xscreensaver ebuilds

2003-03-12 Thread gabor
On Tue, 2003-03-11 at 23:52, Craig Williamson (ENZ) wrote:
 Hi All,
 
 First of all I am trying to build a Gnome/GTK 2.2 system using
 ONLY GTK2.2 ebuilds.  I have come up with two snags though.  The first
 one is xscreensaver.  With a normal emerge, it installs openmotif as
 the toolkit for xscreensaver.  How do I emerge xscreensaver so I use
 the Gnome/GTK libraries rather than the openmotif variant.
 
 The other one is rhythmbox.  It wants to install Gnome/GTK 2.0
 libraries.  How do I get the ebuild to use Gnome/GTK 2.2 instead.  If
 anyone can help, it would be appreciated.  I have posted it to the
 forums but they seem a bit shy today ;-).

try net-rhythmbox ( search the forums for the ebuild )

gabor


--
[EMAIL PROTECTED] mailing list



[gentoo-user] fixed-misc font and japanese :)

2003-03-12 Thread gabor
hi,


i'm using kde, and i use fixed-misc-14 font in konsole.

sometimes i listen to some anime soundtracks = i sometimes have to deal
with  japanese symbols in my konsole.

i have set up LC_ALL=en_US.UTF-8 and everything work ok.

then i tried gnome-terminal.
and instead of japanese symbols i could only see rectangles as if the
font didn't have those glyphs/symbols.

if i switch to let's say luxi-mono in gnome-terminal, then i can see
jap. symbols.

so why is that in konsole fixed-misc has jap. glyphs, but not in
gnome-terminal?

thanks,
gabor
-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Undefined reference to errno

2003-03-10 Thread gabor
On Mon, 2003-03-10 at 16:19, [EMAIL PROTECTED] wrote:
 All,
 
 I attempted to upgrade to the latest gentoo release last night, and 
 'emerge -e world' kept failing on me.  I know at least on the latest mysql, 
 krb, and cron packages.  I kept getting 'undefined reference to errno' 
 errors.  I thought I had screwed up the upgrade, and decided to reinstall.  
 Unluckily for me, I got the same darn error again on kerberos -- this time I 
 have a -mysql -- so no problem there yet.  
 
 I've heard that there was a change in glibc that caused this, and the problem 
 actually lies with the packages lack of '#include errno.h'.  
 
 Can I get some type of confirmation on this?  Has anyone had this problem with 
 the latest gentoo release?
 


yes, i had :)

http://bugs.gentoo.org/show_bug.cgi?id=16267
 Thanks,
 
 -Mark
 
 --
 [EMAIL PROTECTED] mailing list
-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Xfree Trivial Quo (Shaded n' Trans)

2003-03-05 Thread gabor
On Wed, 2003-03-05 at 15:27, Ta^3 Deftkore wrote:
 Hi guys, well.. I had installed XFree 4.2.9XX and i had a beautiful mouse pointer 
 with shaded 
 and transparency and when i upgrade XFree 4.2.XX to XFree 4.3 this characteristic 
 had 
 disappeared and i do not know how can i turn it on. :-D 
 
 Any suggestions?.

edit /usr/X11R6/lib/X11/icons/default/index.theme,
and change the Inherits line to 
Inherits=redglass
or
Inherits=whiteglass

gabor


 Thanks Before hand.
-- 
listening to:.hack//SIGN OST2: in the land of twilight, under


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] quicktime movies?

2003-03-03 Thread gabor
On Mon, 2003-03-03 at 18:21, No Free Lunch wrote:
  Another alternative is to buy the crossover plugin from
  codeweavers.com... uses wine to allow windows plugins to run under linux
  with netscape 4.x, mozilla, konq, etc.  It's only something like $20USD
  as well, so a good deal, and support of a linux company.
 
  Yes, and support of a closed source company that keeps you windows dependent. 
  No, thanks.
 
 Crap-crud.
 
 Its an excellent, cheap piece of s/w that allows you to *use*
 those closed source plug-ins with your *open* source s/w like
 Mozilla.
 
 I don't like M$ any more than the next Linux guy, but sometimes
 the anti-M$ religious fanatics really make me laugh.

it's not that simple unfortunately...

many linux developers think/feel that project like wine actually make
more bad than good:

if you can run all your games / applications /whatever in emulators,
noone will complain at the game/application/whatever-developers for a
native linux version = there won't be any linux version.

that's why for example:
sending those 20$ to mplayer-or-xine developers could be a better way
to get proper quicktime support

i'm not saying they're right, but there is some truth in those opinions.

gabor

-- 
listening to:FLCL OST1 - Addict: Kabarofski


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GeForce 4 with XFree in Gentoo?

2003-02-27 Thread gabor
On Fri, 2003-02-28 at 00:54, Matt Davis wrote:
 Wow, I've never had a distro make me feel like such a n00b but I've got a
 quick question.  I performed an emerge xfree and set up xfree as I usually
 do (using the nv driver) but it isn't working.  I look in the log and on
 the nv driver it only goes up to GeForce 3.
 
 H.
 
 I'm using the gentoo sources for when I built my kernel.  I looked through
 the FAQ and can't even get to the point where that is helpful (hoping for a
 more step by step solution)... it says try Xfree using NV as a driver first
 and I can't get that working.
 
 Any ideas?  Did I somehow get a really old version of X?  Log says 4.2.1.
 I've emerged nvidia-glx.

the problem is that xfree 4.2.x only supports geforces up to 3
geforce4 is supported in xfree 4.3...

so you can do 2 things:
(from now on i refer to 'nv' as the xfree-geforce driver and 'nvidia' as
the driver from www.nvidia.com

1. emerge xfree will install xfree4.2.99 ( which is basically an
xfree4.3 prerelease) on your computer, and it will work
2. emerge nvidia-kernel and emerge nvidia-glx. this will install the
binary driver from www.nvidia.com


you have to use opengl-update ( it tells the system which opengl driver
to use.. possibilities : opengl-update xfree opengl-update nvidia )

you have to modify your /etc/X11/XF86Config:
if you're going to  use the xfree-driver,
Driver nv 
in the appropriate section

if you're going to sue the nvidia-binary-driver,
Driver nvidia

that's all,
gabor

p.s: the nv driver is more stable + no 3d acceleration at all.. the
nvidia driver is less stable + faster in 2d + 3d acceleration


 
 --
 [EMAIL PROTECTED] mailing list
-- 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] GeForce 4 with XFree in Gentoo?

2003-02-27 Thread gabor
On Fri, 2003-02-28 at 01:44, Matt Davis wrote:
 OK, well, for some reason when I emerge xfree it goes striaght to 4.2.1.
 Originally, X got installed when I tried to emerge links for a command line
 browser.
 
 Once I get 4.2.99 on here, I'm sure I'll have no problem.  Its getting to
 that point right now.  Any ideas how I can force an emerge to the higher
 version?  I've tried upgrade world/system, and emerge sync.
 
 Really confused now :-).

maybe it's because accept-keywords..
there's a thing ..
in your /etc/make.conf you can specify a flag called ACCEPT_KEYWORDS.

if you have an intel-compatible cpu ( athlon, pentium ect ),
then by default it's set to:
ACCEPT_KEYWORDS=x86

i have:
ACCEPT_KEYWORDS=~x86.
that means you want the devel/unstable packages...

but i don't recommend you to do that.

instead you can specify directly the ebuild:
emerge /usr/portage/x11-base/xfree/xfree-4.2.99.902.ebuild

try that .

gabor


--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge prelink segfaults :(

2003-02-25 Thread gabor
hi,

i did an emerge prelink, which ended with:

FAIL: shuffle2.sh
./shuffle3.sh: line 16:  8090 Segmentation fault  $PRELINK -vm
./shuffle3 shuffle3.log 21
FAIL: shuffle3.sh
./shuffle4.sh: line 8:  8113 Segmentation fault  $PRELINK -vm
./shuffle4 shuffle4.log 21
FAIL: shuffle4.sh
./shuffle5.sh: line 16:  8155 Segmentation fault  $PRELINK -vm
./shuffle5 shuffle5.log 21
FAIL: shuffle5.sh
./layout1.sh: line 16:  8627 Segmentation fault  $PRELINK -vR
./layout1 layout1.log 21
FAIL: layout1.sh
./layout2.sh: line 15:  8750 Segmentation fault  $PRELINK -vR
./layout2 layout2.log 21
FAIL: layout2.sh
=
14 of 14 tests failed
=
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory
`/gentoo-tmp/portage/portage/prelink-20021213/work/prelink/testsuite'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory
`/gentoo-tmp/portage/portage/prelink-20021213/work/prelink/testsuite'
make: *** [check-recursive] Error 1

!!! ERROR: sys-devel/prelink-20021213 failed.
!!! Function src_compile, Line 38, Exitcode 2
!!! make check failed


what should i do?

i'm using accept-keywords=~x86, emerge -up world gives:
Calculating world dependencies ...done!
[ebuildU ] net-im/kopete-0.6.1a [0.6.1]
[ebuildU ] sys-apps/texinfo-4.5 [4.3-r1]
[ebuildU ] media-libs/libpng-1.2.5-r4 [1.2.4]
[ebuildU ] media-gfx/graphviz-1.9 [1.8.10-r3]
[ebuildU ] sys-devel/bc-1.06-r5 [1.06-r4]
[ebuildU ] net-misc/rsync-2.5.6-r1 [2.5.6]
[ebuildU ] x11-themes/mosfet-liquid-widgets-0.9.6_pre4 [0.9.6_pre2]
[ebuildU ] sys-libs/slang-1.4.8 [1.4.5-r2]

so nothing serious

any ideas?

gabor


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Gnome 2.2 oddly slow

2003-02-24 Thread gabor
On Tue, 2003-02-25 at 20:18, Benjamin Unger wrote:
 Hi all,
 
 I've been running KDE 3.1 for a while, and I decided to try Gnome 2.2. 
 After I logged in, though, I found that windows draw rather slowly when 
 maximizing, and generally my system seems to stutter, whereas in KDE this 
 didn't happen (I could run multiple compilations and still use the system 
 for other things. Now if I'm compiling something, the mouse stutters 
 horribly).
 
 Are there any general fixes for this sort of thing, or is the ebuild 
 somehow unoptimized?

do you have a nvidia card?
if you do have, 
don't use the newest nvidia-binary driver ( 4191? ) with gnome...
use the 3xyz version.
there are problems with the 4191 version

gabor


--
[EMAIL PROTECTED] mailing list



[gentoo-user] kdm is not starting

2003-02-23 Thread gabor
i installed kde3.1,
and basicall kdm starts, but it doesn't allow me to log in.

when kdm starts it display this login dialog, where i enter my
username+password+windowmanager, and then i press 'go', and it just
turns back to the login screen.

logging in from a konsole as a user, and starting 'startx' works
/var/log/kdm contains this:
--
.
.
XFree86 Version 4.2.99.4 / X Window System
.
.
(==) Log file: /var/log/XFree86.0.log, Time: Sun Feb 23 16:55:38 2003
(==) Using config file: /etc/X11/XF86Config
(II) [GLX]: Initializing GLX extension
/etc/X11/xdm/Xsetup_0: line 7: /usr/kde/3.1/bin/kdmdesktop: No such file
or directory
sessions: SessionTypes=Xsession,kde-3.1,
Changing kdmrc in /usr/kde/3.1
Changing kdmrc in /usr
/etc/X11/xdm/Xsetup_0: line 25: cd: /usr/share/config/kdm: No such file
or directory
Changing kdmrc in /usr/kde/3.1
(II) [GLX]: Initializing GLX extension
/etc/X11/xdm/Xsetup_0: line 7: /usr/kde/3.1/bin/kdmdesktop: No such file
or directory
sessions: SessionTypes=Xsession,kde-3.1,
Changing kdmrc in /usr/kde/3.1
Changing kdmrc in /usr
/etc/X11/xdm/Xsetup_0: line 25: cd: /usr/share/config/kdm: No such file
or directory
Changing kdmrc in /usr/kde/3.1
-

any ideas?

gabor


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kdm is not starting

2003-02-23 Thread gabor
On Sun, 2003-02-23 at 17:24, Roger Miliker wrote:
 On Sunday 23 February 2003 16:59, gabor wrote:
  i installed kde3.1,
  and basicall kdm starts, but it doesn't allow me to log in.
 
  when kdm starts it display this login dialog, where i enter my
  username+password+windowmanager, and then i press 'go', and it just
  turns back to the login screen.
 

 What do you mean by turning back to login screen? 'Login Denied' or does kdm 
 restart?

i'm not sure but it seems that kdm restarts or something like that...
welll... the xserver is not restarting..
basicall i press the 'go' button, then the screen blinks once and then
i'm back at kdm... as if kdm started the session but it ended
immediately... something like that
 
 I had the problem that /lib/security/pam_console.so was missing pam_get_item 
 or thelike.
 
 I found a similiar bug filed dor gdm in bugs.gentoo.org and the fix for this 
 bug worked.
which one? do you remember the bug-number?
 
 do : ldd -r /lib/security/pam_console.so and if it says some missing symbol 
 then apply the fix:
 
 #echo /lib/libpam.so  /etc/ld.so.preload
thanks for the info... pam_get_item was missing , and i fixed it with
that echo, but it didn't help in the kdm problem :-(

btw. i'm using xdm now and it works ok... so i don't know what the kdm
problem could be.

gabor



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Sound works in KDE, but not in game

2003-02-17 Thread gabor
On Mon, 2003-02-17 at 00:08, Eric Miller wrote:
 I am using the cmpci driver, built in to the kernel,
 for my c-media sound card.  Works fine in KDE, but
 when I start a particular game (A Tale in the Desert),
 there is no sound...

for 99% your problem is the following:

your soundcard is only able to output one sound channel ( actually 2
--stereo )..

so when arts ( kde sound daemon ) starts, he 'takes' your sound cards
channel, and uses it = no other app can use your soundcard...

try to shutdown ( or kill ) artsd and try your game:
basically do a 'killall artsd' and try your game.



gabor


--
[EMAIL PROTECTED] mailing list




[gentoo-user] xfree slowdowns... is that normal?

2003-02-14 Thread gabor
hi,

when the cpu is doing some intensive work ( like compiling or so ),
the cursor sometimes  begins to lag... his movement is not smooth...
after some time it becomes smooth again..

is this normal?

gabor



i have xfree4.2.99.4 nvidia geforce4 ( now using the xfree driver ( nv )
but was the same with the (nvidia) binary driver )...




--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] No Region DVD Drive

2003-02-12 Thread gabor
On Wed, 2003-02-12 at 15:00, Jonathan Wright wrote:
 Hiya,
 
 I've just installed Gentoo 1.4rc2 and upgraded everything, including
 kde-3.1.
 
 I'm trying to get my DVD player to work in Linux, but don't know how to
 go about it.
 
 I've done 'emerge xine-ui'. it all installed fine and I can play dvds
 without (i think) encryption, but when it comes to disks with
 encryption, it doesn't play (says something about an i/o error).
 
 The problem i've got is that the firmware on the drive and been
 'cracked' so that it'll play any region - it's regionless. In windows, i
 need to use DVD Region Encoder to get it to work (it simulated the
 region needed for the disk).
 
 Anyone got any idea how i can get around this. I've got both region 1
 and region 2 dvds. btw, it's a pioneer 116 (i think again :).

i don't think that's the problem
try mplayer. emerge mplayer  and then from command line mplayer
-dvd 1... and tell me/us if it works or not..


gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] No Region DVD Drive

2003-02-12 Thread gabor
On Wed, 2003-02-12 at 19:12, Sami Ntnen wrote:
 On Wednesday 12 February 2003 16:00, Jonathan Wright wrote:
  Hiya,
 
  I've just installed Gentoo 1.4rc2 and upgraded everything, including
  kde-3.1.
 
  I'm trying to get my DVD player to work in Linux, but don't know how
  to go about it.
 
  I've done 'emerge xine-ui'. it all installed fine and I can play dvds
  without (i think) encryption, but when it comes to disks with
  encryption, it doesn't play (says something about an i/o error).
 
  The problem i've got is that the firmware on the drive and been
  'cracked' so that it'll play any region - it's regionless. In
  windows, i need to use DVD Region Encoder to get it to work (it
  simulated the region needed for the disk).
 
  Anyone got any idea how i can get around this. I've got both region 1
  and region 2 dvds. btw, it's a pioneer 116 (i think again :).
 
 Most likely your xine doesn't have support for decoding.
 
 Check emerge -s xine and look for these entries
 
 *  media-plugins/xine-d4d
   Latest version available: 0.3.2-r2
   Latest version installed: 0.3.2-r2
   Size of downloaded files: 281 kB
   Homepage:http://members.fortunecity.de/captaincss/
   Description: Captain CSS plugin for the xine media player.
 
 *  media-plugins/xine-d5d
   Latest version available: 0.2.7-r1
   Latest version installed: 0.2.7-r1
   Size of downloaded files: 275 kB
   Homepage:http://www.captaincss.tk/
   Description: Captain CSS menu plugin for the xine media player
 
 
 PS. I prefer ogle for DVD movies it's so simple to use simply open disk 
 from file menu and then it's like using physical DVDPlayer.

please be careful with these packages, because they were made for
xine-lib-0.9x

and xine-ui requires xine-lib-1.0x. 
theoretically when using the new one ( xine-lib-1.0x ) the xine-d4/5d
plugin is not needed...

for example i have xine installed and don't have xine-5d5 installed... 
but i have libdvdcss...

does he have libdvdcss installed?

gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] No Region DVD Drive

2003-02-12 Thread gabor
On Wed, 2003-02-12 at 19:09, Sami Ntnen wrote:
 On Wednesday 12 February 2003 19:16, gabor wrote:
  On Wed, 2003-02-12 at 18:06, Susie wrote:

 
  or ( and i recommend this solution ),
  make i symlink from your dvd device to /dev/dvd
 
 Or better yet config your devfs in /etc/conf.d/
 so non symling frendly programs work as well.

can you tell me more how to do it ( i'm not so good with devfs )

thanks,
gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] No Region DVD Drive

2003-02-12 Thread gabor
On Wed, 2003-02-12 at 19:55, Mr R A Mercer wrote:
 On Wed, 12 Feb 2003, Jonathan Wright wrote:
 
  I've done 'emerge xine-ui'. it all installed fine and I can play dvds
  without (i think) encryption, but when it comes to disks with
  encryption, it doesn't play (says something about an i/o error).
 
  Anyone got any idea how i can get around this. I've got both region 1
  and region 2 dvds. btw, it's a pioneer 116 (i think again :).
 
 xine as standard doesn't support encrypted dvds, inorder to make sure you
 can play them you need to make sure that you have the dvd use flag set,
 also you should probably emerge xine-dvdnav, as it provides support for
 dvd menus

you don't need to emerge xine-dvd if using
xine-lib-1_beta4,
it's integrated into it...

see that an emerge -p libdvdnav wants to install xine-lib-0.9.x

gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE gone

2003-02-10 Thread gabor
On Mon, 2003-02-10 at 20:41, Jorge Almeida wrote:
  Since emerge search libqt answers nothing, 

it's called 'qt' not 'libqt' in gentoo :)

it's always a good idea to sarch for libXYZ under the name XYZ on
gentoo.


gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE gone

2003-02-10 Thread gabor
On Mon, 2003-02-10 at 21:16, Jorge Almeida wrote:
 On 10 Feb 2003, gabor wrote:
 
  On Mon, 2003-02-10 at 20:41, Jorge Almeida wrote:
Since emerge search libqt answers nothing, 
  
  it's called 'qt' not 'libqt' in gentoo :)
  
  it's always a good idea to sarch for libXYZ under the name XYZ on
  gentoo.
  
  
  gabor
  
 OK, but then it must be more serious: I had qt installed (3.1.0, probably 
 -r3); I downgraded to 2.3.2-r1, to no avail.

so you basically downgraded to 2.3.2-r1? then no wonder kdm doesn't want
to start... you have to emerge the appropriate kdebase ( 2.x )
 Also, the directory /usr/portage/kde-libs is empty, and remains so after 
 emerge sync. Should it be like this? 
yes, the kdelibs package resides in /usr/portage/kde-base..

you can check for yourself:
emerge -p kdelibs will tell you :
kde-base/kdelibs-3.1-r2
that means it lives in /usr/portage/kde-base

bye,
gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE gone

2003-02-10 Thread gabor
On Mon, 2003-02-10 at 21:49, Jorge Almeida wrote:
 On 10 Feb 2003, gabor wrote:
 
  On Mon, 2003-02-10 at 21:16, Jorge Almeida wrote:
   On 10 Feb 2003, gabor wrote:
 
  so you basically downgraded to 2.3.2-r1? then no wonder kdm doesn't want
  to start... you have to emerge the appropriate kdebase ( 2.x )
 
 I wasn't clear enough; the problem existed before downgrading.
   Also, the directory /usr/portage/kde-libs is empty, and remains so after 
   emerge sync. Should it be like this? 
  yes, the kdelibs package resides in /usr/portage/kde-base..
  
  you can check for yourself:
  emerge -p kdelibs will tell you :
  kde-base/kdelibs-3.1-r2
  that means it lives in /usr/portage/kde-base
 
 I knew that kdelibs is in kde-base, just thought something else might be 
 missing.

if you have enough time, i'd recommend the following:
emerge qt kdelibs kdebase

enough time means that on a 1000mhz athlon it takes around 6-8hours.

this will (re)build all that's needed to start kde.

gabor
 Thanks.


--
[EMAIL PROTECTED] mailing list




[gentoo-user] java + konqueror

2003-02-10 Thread gabor
i've just noticed that i can use my gcc3.x compiled konqueror with
sun-jdk ( the binary one, which comes from sun )...

so if i don't use mozilla, there's no need to recompile java...

i'm just curious why isn't this solved for mozilla too?
i understand this has nothing to do with gentoo... but maybe someone
knows why mozilla needs it and konqueror not.


thanks,
gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] KDE gone

2003-02-10 Thread gabor
On Mon, 2003-02-10 at 22:54, Jorge Almeida wrote:
 On 10 Feb 2003, gabor wrote:
  
  if you have enough time, i'd recommend the following:
  emerge qt kdelibs kdebase
  
  enough time means that on a 1000mhz athlon it takes around 6-8hours.
  
  this will (re)build all that's needed to start kde.
 
 
 I'll do it tonight and maybe tomorrow morning things will be better. No 
 matter what time it takes, it beats the alternative :-) 
  BTW, I booted from my RH8 partition and intend to do the emerging from a 
 chroot'ed environment; I have glibc-2.3.1-r2 in the gentoo part and kernel 
 2.4.18-14 in the RH part. I suppose it is all right to do so? (I mounted 
 /proc on the chroot'ed part. The kernel headers in the gentoo part are 
 the ones corresponding to the kernel used to compile glibc.) Is there any 
 caveat? 

well, i THINK that if you uses your chrooted glibc+gcc+whatever then it
should be ok... but i'm not an expert on this...

and after all, tomorrow morning you will know :))

gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Konqueror and flash

2003-02-10 Thread gabor
On Tue, 2003-02-11 at 01:34, Peter Ruskin wrote:
 Well, KDE-3.1 is out and konqueror still can't handle Shockwave Flash :-(

it works for me...

can you give an url for a nonworking webpage?

gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] 3D woes, please assist!

2003-02-08 Thread gabor
On Sat, 2003-02-08 at 22:00, Eric Miller wrote:
 I have the latest Gentoo on a dual PIII 450, i440
 chipset, GeForce2 MX video card.  I am not new to
 linux, and this is my second Gentoo system.  I am ,
 however new to 3D drivers in linux, and I want to play
 my retail UT2K3 on my Gentoo box!!!  Yes, I have X
 working flawlessly (without glx or nvidia drivers).  I
 am using the latest gentoo-sources kernel, and I am up
 to date with emerge -u world and etc-update.  

1. are you sure that the correct opengl is selected?
run 'opengl-update nvidia'


2. what error does X give? it's in /var/log/XFree86.0.log

gabor
 
 I follow the Gentoo Desktop Docs to the letter:
 
 -I have X configured already (and running WindowMaker)
 -emerge nvidia-glx, no prob
 -emerge nvidia-kernel, no prob
 -edit XF86config to load glx and use driver nvidia
 -now, I cannot startx!
 -if I change my Xconfig back to no glx and nv, X
 boots fine.
 
 SO
 
 on IRC someone tells me to run it with
 ACCEPT_KEYWORD=~x86 mask.
 
 so, I unnmerge them both, set that, and emerge them
 again.  This time I get a no MTRR in kernel error. 
 So, I rebuild kernel (from scratch, clean tree, delete
 old bzImages in /usr/src//1386/boot and in /boot,
 just to make sure!) This time with MTRR support in the
 config.
 
 mv new kernel to /boot/bzImage, reboot to get it in
 memory...unmerge glx and nv driver, set ACCEPT
 KEYWORD, and emrerge again.  
 
 I STILL GET THE MTRR Error!
 
 I have rebuilt my kernel twice now just to make sure
 MTRR is in there.
 
 Please help me!  The only reason I build this box was
 to play Unreal, I dont want to have to rely on M$
 anymore!!!
 
 
 __
 Do you Yahoo!?
 Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
 http://mailplus.yahoo.com
 
 --
 [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] running X at nice -10

2003-02-06 Thread gabor
On Thu, 2003-02-06 at 14:42, Ernie Schroder wrote:

 Thanks to all of the list for their help in getting my 2 Gentoo boxes up and
 running. I have some googling to do now. I've come to the realization that I
 don't have a good grasp on /proc. If I have questions once I've done some
 research, I'll be back with them, and I'll be damned if I'll be embarrassed.


you're absolutely right :)...


and now back to the topic:
IS GIVING A HIGHER PRIORITY TO X A GOOD IDEA OR NOT ?  

:)))


gabor


--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Consequences of upgrading XFree

2003-02-04 Thread gabor
On Tue, 2003-02-04 at 11:04, Maximus wrote:
 On Tue, 04 Feb 2003 09:16:14 +1100
 Mark Saunders [EMAIL PROTECTED] wrote:
 
  fonts in KDE are messed up, they don't seem to be
  anti-aliased, but anti-alias is checked
  in the control centre.
  
  My colleague who also runs gentoo 1.4 on his 
  work system experienced the same.
  
  Has anyone else experienced similar problems?
  
  -- 
  Mark Saunders [EMAIL PROTECTED]
  Cytek Pty Ltd
 
 I lost my AA'd fonts in KDE 3.1 as well. Why they removed xfree 4.2.99.3
 from portage before knowing for sure this one works I don't know. The
 same thing was done with the ntpd ebuild. Just removed the one that
 worked, and forced the newer bug one on us. Now the only option is to
 fix this ourselves, wait for a fix, or roll all the way back to 4.2.1. I
 don't see the logic in this?

just for a reference, 
i also upgraded from xfree4.2.99.3 to 4.2.99.4 and kde3.1 works without
problems... same for gnome2.2rc2

my friend did an upgrade from xfree4.2 to 4.2.99.4 and his fonts got
smaller, but it turned out that he forgot to do an etc-update. after
that it was ok. maybe you forgot etc-update?

gabor


--
[EMAIL PROTECTED] mailing list




[gentoo-user] unmerge auto uninstall dependent packages

2003-02-03 Thread gabor
hi,

i'm searching for a feature of the mandrake-urpmi system:
when i do a urpme gtk on mandrake,
it not only uninstalls gtk, but also removes all the packages that
depend on gtk... so i don't have any broken dependencies on my computer.

as far as i know a simple emerge unmerge gtk removes only gtk, and
leaves all the gtk apps on the computer.

is there a way to achieve what i need?

thanks,
gabor

-- 
That's life for you, said McDunn.  Someone always waiting for someone 
who never comes home.  Always someone loving something more than that 
thing loves them.  And after awhile you want to destroy whatever 
that thing is, so it can't hurt you no more.
-- R. Bradbury, The Fog Horn

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] unmerge auto uninstall dependent packages

2003-02-03 Thread gabor
On Mon, 2003-02-03 at 17:26, Martyn Welch wrote:
 On Monday 03 February 2003 3:11 pm, gabor wrote:
  hi,
 
  i'm searching for a feature of the mandrake-urpmi system:
  when i do a urpme gtk on mandrake,
  it not only uninstalls gtk, but also removes all the packages that
  depend on gtk... so i don't have any broken dependencies on my computer.
 
  as far as i know a simple emerge unmerge gtk removes only gtk, and
  leaves all the gtk apps on the computer.
 
  is there a way to achieve what i need?
 
  thanks,
  gabor
 
 I think you want emerge clean, from man page:
 
clean (-c)
   Cleans the system by removing packages that will not effect  the
   functionality  of  the  system.   The  arguments can be ebuilds,
   classes, or dependencies.  For example,  emerge  clean  binutils
   cleansout   old   versions   of   binutils;   emerge   clean
   net-www/mozilla-0.9.9-r2 cleans out  that  specific  version  of
   Mozilla.   This  is  generally safe to use. Note that clean does
   not remove unslotted packages.
 
 Hope this helps,
thanks, but that's not exactly what i need...
:(

for example let's say i install gnome...
then i want to uninstall gnome...
but first time i didn't do an emerge gnome because i didn't want all
those gnome-gadgets, gnome-games, gnome-toys, so i did an emerge
nautilus gnome-desktop gnome-session and that got me all i needed.
but now when i do an emerge unmerge gnome-session gnome-desktop
nautilus it removes only those 3 packages, and not their dependencies (
like esound, orbit, gconf, gnome-vfs )

usually i solved these problems on mandrake the following way:
i did an urpme gtk this command removed gtk and all gtk using packages
( that mean the complete gentoo also ) .. i wrote on a paper what
packages i want to reisntall from the list of uninstalled packages.

gabor



--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] unmerge auto uninstall dependent packages

2003-02-03 Thread gabor
On Mon, 2003-02-03 at 20:21, Tyler Trafford wrote:
 On Mon, Feb 03, 2003 at 05:30:56PM +, Martyn Welch wrote:
  emerge unmerge gnome-session gnome-desktop nautilus  emerge clean
  
  Since you didn't explicitly install the dependences (you didn't did
  you?) I believe this should remove them as they are note required for
  the functionality of the system as determined by your world list/file.
 
 They don't want to uninstall all of somethings dependencies, they want
 to uninstall everything that is dependent upon a particular package.
 This, AKAIK, is not implemented.

actually i want both of them...
the first, to uninstall all the deps, can be done with emerge depclean
the second can be done somehow with 
qpkg -I -nc -q gtk+
that shows all the packages that depend on gtk+

gabor


--
[EMAIL PROTECTED] mailing list




[gentoo-user] how to set locale globally?

2003-01-31 Thread gabor
hi,

how can i define the locale setting for the whole system?

i know i can EXPOR LC_CTYPE=sk_SK for example, but i want to set it up
for all the users...

on my old mandrake these were in /etc/sysconfig/i18n but there's
nothing like that on gentoo...

thanks,
gabor


--
[EMAIL PROTECTED] mailing list