Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDE 3.5beta1 released!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
fourhead
l33t
l33t


Joined: 03 Sep 2003
Posts: 875
Location: Cologne, Germany

PostPosted: Sat Sep 24, 2005 1:30 pm    Post subject: Reply with quote

I'm also havin this problem with hal/dbus. Was anyone able to solve it? I'd like to switch but I need this auto-mounting stuff pretty often. Whats about this pmount? Won't it be enough to just emerge this too?


Tom
Back to top
View user's profile Send private message
icefox13
Tux's lil' helper
Tux's lil' helper


Joined: 19 Apr 2004
Posts: 78
Location: Munich, Germany

PostPosted: Sat Sep 24, 2005 2:35 pm    Post subject: Reply with quote

icefox13 wrote:
For me, kdepim-3.4.91 failed (monolithic ebuilds):

Code:

Making all in karm
make[4]: Entering directory `/var/tmp/portage/kdepim-3.5_beta1/work/kdepim-3.4.91/kontact/plugins/karm'
KDECONFIG="/usr/kde/3.5/bin/kde-config" ../../../dcopidlng/dcopidlng ../../../karm/karmdcopiface.h > karmdcopiface.kidl || ( rm -f karmdcopiface.kidl ; false )
/usr/qt/3/bin/moc ./karm_plugin.h -o karm_plugin.moc
make[4]: *** No rule to make target `../../../karm/libkarm_shared.la', needed by `libkontact_karm.la'.  Stop.
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/kdepim-3.5_beta1/work/kdepim-3.4.91/kontact/plugins/karm'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdepim-3.5_beta1/work/kdepim-3.4.91/kontact/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdepim-3.5_beta1/work/kdepim-3.4.91/kontact'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdepim-3.5_beta1/work/kdepim-3.4.91'
make: *** [all] Error 2

!!! ERROR: kde-base/kdepim-3.5_beta1 failed.
!!! Function kde_src_compile, Line 170, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


Anyone else got the same problem?


I think the problem was that I had karm in the DO_NOT_COMPILE portion of my /etc/make.conf

Let's see if it compiles...still waiting ;)
Back to top
View user's profile Send private message
hans0r
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2005
Posts: 122
Location: Germany

PostPosted: Sat Sep 24, 2005 11:31 pm    Post subject: Reply with quote

I'm also having problems getting hal/dbus to work.

konqueror correctly lists all my drives and usb-sticks at media:/, it even mounts them automatically when i double-click them, but it fails to show the contents of my drives because it tries to mount the drives although it already did.
i get the following error

Quote:
Could not mount device.
The reported error was:
mount: /dev/hda5 already mounted or /mnt/hda5 busy
mount: according to mtab, /dev/hda5 is already mounted on /mnt/hda5


i'm using udev-068-r1, hal-0.5.4 and dbus 0.36.2.


edit: i get same error using pmount
Back to top
View user's profile Send private message
Desintegr
l33t
l33t


Joined: 25 Mar 2004
Posts: 863
Location: France - Orléans

PostPosted: Sat Sep 24, 2005 11:47 pm    Post subject: Reply with quote

Same problem here with hal/media kioslave. :(

Gentoo specific or KDE bug ?
Need to report it.
_________________
Gentoo ~AMD64
Hoc Volo, Sic Jubeo !
Mon wiki : http://desintegr.free.fr
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sat Sep 24, 2005 11:50 pm    Post subject: Reply with quote

Desintegr wrote:
Same problem here with hal/media kioslave. :(

Gentoo specific or KDE bug ?
Need to report it.

Can you or hans0r post your /etc/fstab file.

CDROMS/DVDs mount fine for me, but any other usb media like flash sticks or USB hard drives fail to even mount saying I don't have an entry in /etc/fstab. I thought with pmount those entries weren't needed.
Back to top
View user's profile Send private message
hans0r
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2005
Posts: 122
Location: Germany

PostPosted: Sun Sep 25, 2005 12:05 am    Post subject: Reply with quote

Code:
/dev/hda4               /               xfs             defaults,noatime        1 1
/dev/hda6               /boot           ext2            defaults,noatime,noauto 1 1
/dev/hda5               /mnt/hda5       ntfs            users,noauto,ro      0 0
/dev/hda1               /mnt/hda1       vfat            users,noauto,quiet   0 0
/dev/hda3               none            swap            sw                      0 0
/dev/hdc                /mnt/dvdcdrw    auto            users,ro,noauto 0 0


i don't have an fstab-entry for my usb-stick (/dev/sda1), but i get the same error when i try to access it.

Quote:
Could not mount device.
The reported error was:
mount: according to mtab, /dev/sda1 is already mounted on /media/sda1
mount failed


so it's not fstab-related


@Headrush:

does
Code:
pmount /dev/sda1
work?
did you add your user to the "plugdev"-group?
did you setup pmount correctly?
Code:
mkdir /etc/hal/device.d
ln -s /usr/bin/pmount-hal /etc/hal/device.d/60-pmount.hal
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sun Sep 25, 2005 1:11 am    Post subject: Reply with quote

hans0r wrote:
Code:
/dev/hda4               /               xfs             defaults,noatime        1 1
/dev/hda6               /boot           ext2            defaults,noatime,noauto 1 1
/dev/hda5               /mnt/hda5       ntfs            users,noauto,ro      0 0
/dev/hda1               /mnt/hda1       vfat            users,noauto,quiet   0 0
/dev/hda3               none            swap            sw                      0 0
/dev/hdc                /mnt/dvdcdrw    auto            users,ro,noauto 0 0

I have no entry for any of my CD drives in /etc/fstab, and they all work perfectly.

hans0r wrote:
Quote:
Could not mount device.
The reported error was:
mount: according to mtab, /dev/sda1 is already mounted on /media/sda1
mount failed


so it's not fstab-related

The error I get is:
Code:
Could not mount device.
The reported error was:
mount: can't find /dev/sdc2 in /etc/fstab or /etc/mtab


hans0r wrote:
does
Code:
pmount /dev/sda1
work?

I get this error when trying to use pmount manually:
Code:
Error: device /dev/sdc2 is not removable


hans0r wrote:
did you add your user to the "plugdev"-group?

Yes
hans0r wrote:
did you setup pmount correctly?
Code:
mkdir /etc/hal/device.d
ln -s /usr/bin/pmount-hal /etc/hal/device.d/60-pmount.hal

Yes
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Sun Sep 25, 2005 2:05 am    Post subject: Reply with quote

I cannot get akode to build for some reason, I've tried without kdeenablefinal, without ccache, without sandbox, with lesser cflags, etc, no luck.


Code:

Good - your configure finished. Start make now

cd . && /bin/sh ./config.status Makefile
fast creating Makefile
config.pl: fast created 1 file(s).
cd . && /bin/sh /var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1/admin/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1'
Making all in autom4te.cache
make[2]: Entering directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1/autom4te.cache'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1/autom4te.cache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1'
make: *** [all] Error 2

!!! ERROR: kde-base/akode-3.5_beta1 failed.
!!! Function kde_src_compile, Line 170, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.


emerge info:
Code:

Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r1, 2.6.13-dark4 i686)
=================================================================
System uname: 2.6.13-dark4 i686 Intel(R) Pentium(R) 4 CPU 1.50GHz
Gentoo Base System version 1.6.13
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -pipe -O2 -ffast-math -fomit-frame-pointer -mfpmath=sse,387 -msse2 -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -pipe -O2 -ffast-math -fomit-frame-pointer -mfpmath=sse,387 -msse2 -mmmx -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig candy ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://mirrors.tds.net/gentoo http://mirrors.tds.net/gentoo http://gentoo.seren.com/gentoo http://gentoo.mirrors.pair.com/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts artworkextra avi berkdb bitmap-fonts browserplugin bzip2 cairo cddb cdr ck-plus crypt cups curl custom-cflags dbus divx4linux eds emboss encode esd fbcon ffmpeg firefox foomaticdb fortran gcj gdbm gif glitz gnome gpm gstreamer gtk gtk2 hal howl imagemagick imlib java javascript jpeg junit kde kdeenablefinal libg++ libwww mad mikmod mmx mono motif mozilla mp3 mpeg nautilus ncurses nls nptl nsplugin nvidia ogg oggvorbis opengl oss pam pdflib perl pic png python qt quicktime readline real samba sdl spell sse sse2 ssl tcpd threads tiff truetype truetype-fonts type1-fonts vorbis win32codecs xine xml2 xmms xv xvid zeroconf zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
firephoto
Veteran
Veteran


Joined: 29 Oct 2003
Posts: 1612
Location: +48° 5' 23.40", -119° 48' 30.00"

PostPosted: Sun Sep 25, 2005 2:17 am    Post subject: Reply with quote

You need to emerge the other akode, media-libs/akode.

They fixed some of the deps today so you can probably re-sync and try again.
_________________
#gentoo-kde on freenode
Back to top
View user's profile Send private message
eworm
n00b
n00b


Joined: 30 Jul 2004
Posts: 31
Location: Oberhausen, Germany

PostPosted: Sun Sep 25, 2005 4:44 pm    Post subject: Reply with quote

Benson wrote:
Is it now possible to use alsa instead of arts - i mean i can already compile kde with -arts, but then kde doesn't play system messages etc....


I havn't looked at 3.5-beta, but in 3.4.x it was "just" a problem with the build system. knotify is not built if USE=-arts is set.

http://bugs.kde.org/show_bug.cgi?id=99246

If anybody has a solution, let us know! ;)
_________________
Linux - damit der Ausnahmefehler nicht zur Regel wird.
Back to top
View user's profile Send private message
borker
n00b
n00b


Joined: 05 Oct 2002
Posts: 25
Location: Perth, WA

PostPosted: Sun Sep 25, 2005 4:54 pm    Post subject: automounting Reply with quote

so to go over the pmount info again:

    - Later HAL versions don't use fstab sync, so what is in your fstab file before you mount a device is what is there after you mount it
    - pmount wants to mount devices based on whats in fstab
    - unless your usb device (an iriver mp3 player in my case, usb keys etc for others) gets mounted at sda1 or some other point that you have an fstab entry for, pmount won't mount it
    - if you DO have the correct fstab entry, things work really nice (except quite slow for me, FWIW)


So, how do we get it so that arbitary devices get mounted at nice places (like /media/iHP-120 like my player used to get mounted to) without resorting to having fstab do dynamic updates to a fairly important sys config file like fstab? Is this a UDEV configuration issuse? Should HAL be taking more responsibility for this stuff now fstab-sync is out?

This is the stuff I'm not sure of the answer to.
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Sun Sep 25, 2005 5:42 pm    Post subject: Re: automounting Reply with quote

borker wrote:
pmount wants to mount devices based on whats in fstab

The point of using pmount is that fstab entries shouldn't be needed. If you have something like a 5-in-1 media reader, it would be impractical to add entries for every possible media and/or partition layout.

borker wrote:
if you DO have the correct fstab entry, things work really nice (except quite slow for me, FWIW)

Then one has to question if pmount is used. If you do not have pmount installed, and have correct entries in fstab, you still get device icons and can mount and unmount them with a simple right click menu option.
Back to top
View user's profile Send private message
Riklaunim
Apprentice
Apprentice


Joined: 16 Dec 2004
Posts: 286
Location: Poland

PostPosted: Sun Sep 25, 2005 6:12 pm    Post subject: Reply with quote

I had problems with the "already mounted" on KDE 3.4.2 with ~x86, so it isn't KDE 3.5 only.
_________________
Biblioteka CMS i PHP | Biblioteka Linuksa | Biblioteka cRPG | Biblioteka Pythona
Back to top
View user's profile Send private message
hans0r
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jan 2005
Posts: 122
Location: Germany

PostPosted: Mon Sep 26, 2005 3:20 pm    Post subject: Reply with quote

anyone tried kdelibs-3.5_beta1-r1 yet?
Quote:
+files/kioslave-pumount-devname.patch, -kdelibs-3.5_beta1.ebuild,
+kdelibs-3.5_beta1-r1.ebuild:
Added patch to be able to run pumount successfully, so to unbreak handling
of unmount action for users.
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Mon Sep 26, 2005 11:30 pm    Post subject: Reply with quote

hans0r wrote:
anyone tried kdelibs-3.5_beta1-r1 yet?
Quote:
+files/kioslave-pumount-devname.patch, -kdelibs-3.5_beta1.ebuild,
+kdelibs-3.5_beta1-r1.ebuild:
Added patch to be able to run pumount successfully, so to unbreak handling
of unmount action for users.

Compiled fine, but since I can't get pmount working right, I can test the pumount change! :?
Back to top
View user's profile Send private message
Hawkee
n00b
n00b


Joined: 20 Jun 2004
Posts: 50

PostPosted: Thu Sep 29, 2005 8:50 am    Post subject: Reply with quote

Ok... my pmount/pumount is working fine from the console.

Mounting the usb device by using KDE works also, but KDE does not display the contents of the USB disk. It is also not recognizing that the disk is already mountet (green arrow missing) and tries to mount it again by using the normal "mount" procedure, which fails.

Unmounting by clicking "Safely Remove" works also.

I guess there are still working on moving from mount to pmount... It works halfway.
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Thu Sep 29, 2005 10:48 am    Post subject: Reply with quote

KDE here up and running.
Sound works - the only thing thatdrives me crazy is Kontakt/KMail which keeps crashing every now and then

Rei

Edit:
Resolved by rm -rf ~/.kde* and reconfiguring
_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Thu Sep 29, 2005 4:18 pm    Post subject: Reply with quote

I said forget on pmount working and emerge ivman, it works like a dream.
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
ToeiRei
Veteran
Veteran


Joined: 03 Jan 2005
Posts: 1191
Location: Austria

PostPosted: Thu Sep 29, 2005 4:49 pm    Post subject: Reply with quote

vipernicus wrote:
I said forget on pmount working and emerge ivman, it works like a dream.


agreed - it just works

Rei
_________________
Please stand by - The mailer daemon is busy burning your messages in hell...
Back to top
View user's profile Send private message
satanskin
Guru
Guru


Joined: 25 Apr 2005
Posts: 353

PostPosted: Thu Sep 29, 2005 9:08 pm    Post subject: Reply with quote

I emerged this a few days ago with USE="-arts" and k3b seems to be broken now. It won't launch. It keeps segfaulting and giving an error about not being able to reach 'klauncher' Anyone have an idea?
Back to top
View user's profile Send private message
feivelda
Guru
Guru


Joined: 21 Feb 2005
Posts: 480
Location: Frankfurt, Germany

PostPosted: Fri Oct 14, 2005 8:34 am    Post subject: Reply with quote

First I have a problem with emerge akode, so I read this thread and found, that I have to emerge media-libs/akode before.
So I have done that, but after that, I got another failure, the same as mentioned above.

vipernicus wrote:
I cannot get akode to build for some reason, I've tried without kdeenablefinal, without ccache, without sandbox, with lesser cflags, etc, no luck.


Code:

Good - your configure finished. Start make now

cd . && /bin/sh ./config.status Makefile
fast creating Makefile
config.pl: fast created 1 file(s).
cd . && /bin/sh /var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1/admin/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1'
Making all in autom4te.cache
make[2]: Entering directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1/autom4te.cache'
make[2]: *** No rule to make target `all'.  Stop.
make[2]: Leaving directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1/autom4te.cache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/akode-3.5_beta1/work/akode-3.5_beta1'
make: *** [all] Error 2

!!! ERROR: kde-base/akode-3.5_beta1 failed.
!!! Function kde_src_compile, Line 170, Exitcode 2
!!! died running emake, kde_src_compile:make
!!! If you need support, post the topmost build error, NOT this status message.



I have solved this problem now for me:
Code:
emerge --unmerge kde-base/akode

emerge --update --deep --newuse world doesn't want to remerge it. revdep-rebuild doesn't find a ebuild that depends on it anymore. So, all is ok
Back to top
View user's profile Send private message
saturas
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2004
Posts: 104
Location: romania

PostPosted: Sat Oct 15, 2005 6:26 am    Post subject: Reply with quote

i have installed kde-3.5 and i also have kde-3.4.1 but the default is kde-3.4. Is there any posibility to make version 3.5 the default version and after that (if it has too many bugs) to switch back to 3.4.1?
_________________
"I can't go on. I'll go on."
S.B
Back to top
View user's profile Send private message
butters
Guru
Guru


Joined: 13 May 2002
Posts: 427
Location: Poughkeepsie, NY

PostPosted: Sat Oct 15, 2005 8:16 am    Post subject: Reply with quote

Is it true that arts is not being maintained anymore? Does KDE plan to use gstreamer? Or is the long awaited ALSA sound server ready?

What is the primary difference between 3.4.x and 3.5? It's still Qt3, right?

I've preferred GNOME for as long as I've been interested in full DEs, but the recent KDE screenies show major improvement in simplifying the interfaces and muting the overly "glossy" areas. Even Konqueror looks unintimidating these days!! I've read a little bit about Qt4, and it seems like KDE will have a tremendous toolkit superiority over GNOME in the medium-term.

I see the desktop stack unifying from the bottom up. Right now it's things like ALSA, DBUS, and HAL. Eventually I believe we'll have a unified toolkit, and unless Enlightenment has a much more impressive release than I think it will, this should be Qt. I'd like to see some more focus on slowly moving towards Python as the preferred Qt binding for KDE.

Anyways, I'm closely watching the progress of the KDE project, and for the first time I can actually see myself as a KDE user in the near future.
_________________
If tugboats were bigger, they'd be the ones getting tugged.
Back to top
View user's profile Send private message
Desintegr
l33t
l33t


Joined: 25 Mar 2004
Posts: 863
Location: France - Orléans

PostPosted: Sat Oct 15, 2005 8:45 am    Post subject: Reply with quote

butters wrote:
Is it true that arts is not being maintained anymore? Does KDE plan to use gstreamer? Or is the long awaited ALSA sound server ready?


Arts is not actively developed (no new features) for a long time. Arts in KDE 3.5 will only fix some bugs.
KDE 4 will have a new multimedia architecture : KDEMM. This architecture can use multiple multimedia framework : Gstreamer, NMM, MAS...

You can read : « KDE Multimedia Roadmap » (KPresenter file) : http://websvn.kde.org/*checkout*/branches/work/kdemm/doc/kde-multimedia-roadmap.kpr?rev=429524

butters wrote:
What is the primary difference between 3.4.x and 3.5?.


Only KDE 4 will use Qt4. KDE 3.5 uses Qt3
3.5 will have new features : http://jrepin.blogspot.com/2005/07/jlps-kde-35-previews-part-1.html and http://jrepin.blogspot.com/2005/08/jlps-kde-35-previews-part-2.html
_________________
Gentoo ~AMD64
Hoc Volo, Sic Jubeo !
Mon wiki : http://desintegr.free.fr
Back to top
View user's profile Send private message
saturas
Tux's lil' helper
Tux's lil' helper


Joined: 06 Dec 2004
Posts: 104
Location: romania

PostPosted: Sat Oct 15, 2005 9:50 am    Post subject: Reply with quote

so my problem was solved after modifying the /etc/rc.conf
and now i'm using kde 3.5. i have one major problem. my sound had stopped working (not only system sounds, all sounds including tvtime, xmms, mplayer )

I'm not using arts, i'm using alsa
_________________
"I can't go on. I'll go on."
S.B
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot 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