[gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread Lavender
I edit the command line of grub at boot time .
 I passed some parametres to kernel like below:
  
 root=/dev/sda6 video=atyfb:1024x768@60m
  
 and I also tried another one:
  
 root=/dev/sda6 video=aty128fb:1024x768@60m
  
 Both of them didn't show any error messages and the system
 can start up, but the resolution still no changed. 
  
 There is an issue happened in my buiding kernel : I hadn't found
 the driver for my video card. I'm not sure whether it has anything
 to do with this issue?
  
 BTW, my video card information is below:
  
 ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

Re: [gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread Andrey Moshbear
On Thu, Oct 20, 2011 at 02:05, Lavender 448463...@qq.com wrote:
 I edit the command line of grub at boot time .
 I passed some parametres to kernel like below:

 root=/dev/sda6 video=atyfb:1024x768@60m

 and I also tried another one:

 root=/dev/sda6 video=aty128fb:1024x768@60m

 Both of them didn't show any error messages and the system
 can start up, but the resolution still no changed.

 There is an issue happened in my buiding kernel : I hadn't found
 the driver for my video card. I'm not sure whether it has anything
 to do with this issue?

 BTW, my video card information is below:

 ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

Is vesafb/uvesafb* compiled in?

*needs v86d and initrd with /sbin/v86d in it



Re: [gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread du yang
On Thursday 10/20/11 14:05:20 CST, Lavender wrote:
 I edit the command line of grub at boot time .
 I passed some parametres to kernel like below:
  
 root=/dev/sda6 video=atyfb:1024x768@60m
  
 and I also tried another one:
  
 root=/dev/sda6 video=aty128fb:1024x768@60m
  
 Both of them didn't show any error messages and the system
 can start up, but the resolution still no changed.
  
 There is an issue happened in my buiding kernel : I hadn't found
 the driver for my video card. I'm not sure whether it has anything
 to do with this issue?
  
 BTW, my video card information is below:
  
 ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

you could try the parameter vga.
I am using vga=795 which is for resolution 1280x1024.

-- 
oooO:
(..):
:\.(:::Oooo::
::\_)::(..)::
:::)./:::
::(_/



signature.asc
Description: Digital signature


[gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread Lavender
I just checked my system and found that there is no V86d utility.
 It is wired because I remember the vesa option was chosen
 by default  :-(  . What should I do now? Should I rebuild my kernel or
 compiled vesa into module ?
   
  
  -- 原始邮件 --
  发件人: Andrey Moshbearandrey@gmail.com;
 发送时间: 2011年10月20日(星期四) 下午2:06
 收件人: gentoo-usergentoo-user@lists.gentoo.org; 
 
 主题: Re: [gentoo-user] Why can't I set the resolution of console ?

  
On Thu, Oct 20, 2011 at 02:05, Lavender 448463...@qq.com wrote:
 I edit the command line of grub at boot time .
 I passed some parametres to kernel like below:

 root=/dev/sda6 video=atyfb:1024x768@60m

 and I also tried another one:

 root=/dev/sda6 video=aty128fb:1024x768@60m

 Both of them didn't show any error messages and the system
 can start up, but the resolution still no changed.

 There is an issue happened in my buiding kernel : I hadn't found
 the driver for my video card. I'm not sure whether it has anything
 to do with this issue?

 BTW, my video card information is below:

 ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

Is vesafb/uvesafb* compiled in?

*needs v86d and initrd with /sbin/v86d in it

[gentoo-user] Re: [gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread Andrey Moshbear
2011/10/20 Lavender 448463...@qq.com:
 -- 原始邮件 --
 发件人: Andrey Moshbearandrey@gmail.com;
 发送时间: 2011年10月20日(星期四) 下午2:06
 收件人: gentoo-usergentoo-user@lists.gentoo.org;
 主题: Re: [gentoo-user] Why can't I set the resolution of console ?

 On Thu, Oct 20, 2011 at 02:05, Lavender 448463...@qq.com wrote:
 I edit the command line of grub at boot time .
 I passed some parametres to kernel like below:

 root=/dev/sda6 video=atyfb:1024x768@60m

 and I also tried another one:

 root=/dev/sda6 video=aty128fb:1024x768@60m

 Both of them didn't show any error messages and the system
 can start up, but the resolution still no changed.

 There is an issue happened in my buiding kernel : I hadn't found
 the driver for my video card. I'm not sure whether it has anything
 to do with this issue?

 BTW, my video card information is below:

 ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)
 I just checked my system and found that there is no V86d utility.
 It is wired because I remember the vesa option was chosen
 by default  :-(  . What should I do now? Should I rebuild my kernel or
 compiled vesa into module ?



Why are you using atyfb instead of (u)vesafb?

Anyhow, uvesafb's plusses over vesafb are:

   1. Proper blanking and hardware suspension after delay
   2. Support for custom resolutions as in the system BIOS.
 ( ArchLinux wiki)

Its minus is the requirement of adding /sbin/v86d to the initrd/initramfs.

Also, please avoid top-posting (
http://en.wikipedia.org/wiki/Posting_style#Top-posting ).
Bottom-posting increases readability.



Re: [gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread Bill Kenworthy
On Thu, 2011-10-20 at 14:05 +0800, Lavender wrote:
 I edit the command line of grub at boot time .
 I passed some parametres to kernel like below:
  
 root=/dev/sda6 video=atyfb:1024x768@60m
  
 and I also tried another one:
  
 root=/dev/sda6 video=aty128fb:1024x768@60m
  
 Both of them didn't show any error messages and the system
 can start up, but the resolution still no changed. 
  
 There is an issue happened in my buiding kernel : I hadn't found
 the driver for my video card. I'm not sure whether it has anything
 to do with this issue?
  
 BTW, my video card information is below:
  
 ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

you have aty in the strings above - shouldnt it be ati

I dont currently have an ati card to check, but it doesnt look right ...

BillK







[gentoo-user] 回复: [gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread Lavender
I searched the parametres though the documents in kernel source tree.
 The document shows just like what I wrote .
   
  
  -- 原始邮件 --
  发件人: Bill Kenworthybi...@iinet.net.au;
 发送时间: 2011年10月20日(星期四) 下午2:52
 收件人: gentoo-usergentoo-user@lists.gentoo.org; 
 
 主题: Re: [gentoo-user] Why can't I set the resolution of console ?

  
On Thu, 2011-10-20 at 14:05 +0800, Lavender wrote:
 I edit the command line of grub at boot time .
 I passed some parametres to kernel like below:
  
 root=/dev/sda6 video=atyfb:1024x768@60m
  
 and I also tried another one:
  
 root=/dev/sda6 video=aty128fb:1024x768@60m
  
 Both of them didn't show any error messages and the system
 can start up, but the resolution still no changed. 
  
 There is an issue happened in my buiding kernel : I hadn't found
 the driver for my video card. I'm not sure whether it has anything
 to do with this issue?
  
 BTW, my video card information is below:
  
 ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

you have aty in the strings above - shouldnt it be ati

I dont currently have an ati card to check, but it doesnt look right ...

BillK

Re: [gentoo-user] Issue 3 - CD Playing

2011-10-20 Thread Jonas de Buhr
Am Wed, 19 Oct 2011 23:27:20 -0400
schrieb Colleen Beamer colleen.bea...@gmail.com:

 On 10/19/11 10:25, J. Roeleveld wrote:
  On Wed, October 19, 2011 7:39 am, Colleen Beamer wrote:
  Semi-solved.
 
  On 10/18/11 19:21, Mark Knecht wrote:
  On Tue, Oct 18, 2011 at 4:16 PM, Colleen Beamer
  colleen.bea...@gmail.com wrote:
  Hi everyone,
 
 
  My CD drive will read data CD's, but will not play audio CD's.
  I've tried with kscd and Kaffeine.
 
 
  When I try to play an audio CD in kaffeine, I get an alert box
  that says:
  Cannot find input plgin for MRL cdda://
  I can now play an audio CD in kaffeine.  I have no idea what I
  did!  I did add a couple of packages and because of this changed
  some use flags and updated my system with --newuse, but that's all
  I did.
 
  However, I still cannot play a CD in kscd.
  Hi Colleen,
 
  I didn't find it in this thread yet, but I am wondering if you have
  the CD-drive connected to the soundcard or not.
 
  Some applications will rip and play the cdda-tracks directly from
  the CD. Others will simply tell the CD-drive to play an audio-cd
  and have the cd-drive do the decoding.
  In the latter case, the audio-signal goes over a little cable from
  the cd-drive to the soundcard.
 
 I assume that it is connected because I could play an audio file (ogg)
 from my hard drive.  Also, now I can play CD's using kaffeine, just
 not kscd.  I can rip them using asunder.

hi colleen,

that is not how it works, those are two very different methods of
playing audio. if the cable between the cdrom and the soundcard is
connected, you can play CDs directly from the drive with minimum
software interaction or tell the cdrom to play the cd on the
soundcard. that has nothing to do with playing ogg from HD, the data
takes a totally different path.

i do not know if kscd does that, but as joost pointed out that would be
a good explanation why you can play CDs in kaffeine but not in kscd. 
check for the cable.

/jonas

 
 Regards,
 
 Colleen
 
 
 



Re: [gentoo-user] Build error on poppler

2011-10-20 Thread Jonas de Buhr
Am Wed, 19 Oct 2011 17:13:54 -0700
schrieb Mark Knecht markkne...@gmail.com:

 On Wed, Oct 19, 2011 at 5:03 PM,  meino.cra...@gmx.de wrote:
  Jonas de Buhr jonas.de.b...@gmx.net [11-10-19 17:05]:
 SNIP
 
  1. equery b /usr/bin/g-ir-scanner
  2. emerge that package (should be something with gobject)
  3. emerge poppler again.
 
  or revdep-rebuild and emerge poppler again.
 
 
  Hi Jonas!
 
  That fixes the problem! Thank you very much! :)

you're welcome :)

 
  Best regards,
  mcc
 
 
 You should file a bug report. Sounds like the poppler ebuild is
 missing a dependency.

i don't think so, looks like normal link breakage to me. but

 /var/tmp/portage/app-text/poppler-0.16.7/work/poppler-0.16.7/glib/poppler-private.h:125:
 syntax error, unexpected ')', expecting ',' or ';' in '
 time_t *gdate);' at ')'

looks weird. i wonder how it still compiles. 

 
 - Mark
 



Re: [gentoo-user] Issue 3 - CD Playing

2011-10-20 Thread Jonas de Buhr
Am Wed, 19 Oct 2011 23:06:33 -0400
schrieb Colleen Beamer colleen.bea...@gmail.com:

 On 10/19/11 03:51, Mick wrote:
  On Wednesday 19 Oct 2011 04:54:02 Colleen Beamer wrote:
  On 10/18/11 21:07, Mark Knecht wrote:
  On Tue, Oct 18, 2011 at 5:06 PM, Colleen Beamer
  colleen.bea...@gmail.com wrote:
  SNIP
[snip]
 
  /dev/cdrom /mnt/cdrom auto noauto,user 0 0
 
  To listen to audio CDs you should *not* mount the CD. Therefore the
  above entry is not required.
 Well, what can I say.  I followed the Gentoo Handbook.  :-)

no one said it's wrong to have that entry in the fstab. it just doesn't
have anything to do with cd playback.

 
  Since you are trying to use KDE apps to play CDs you ought to check
 that you
  have installed:
 
  kde-base/kdemultimedia-meta
  kde-base/kdemultimedia-kioslaves
 
 Yes, have both installed.  :-)
 



Re: [gentoo-user] Issue 3 - CD Playing

2011-10-20 Thread Jonas de Buhr
Am Thu, 20 Oct 2011 09:58:15 +0200
schrieb Jonas de Buhr jonas.de.b...@gmx.net:

 Am Wed, 19 Oct 2011 23:27:20 -0400
 schrieb Colleen Beamer colleen.bea...@gmail.com:
 
  On 10/19/11 10:25, J. Roeleveld wrote:
   On Wed, October 19, 2011 7:39 am, Colleen Beamer wrote:
   Semi-solved.
  
   On 10/18/11 19:21, Mark Knecht wrote:
   On Tue, Oct 18, 2011 at 4:16 PM, Colleen Beamer
   colleen.bea...@gmail.com wrote:
   Hi everyone,
  
  
   My CD drive will read data CD's, but will not play audio CD's.
   I've tried with kscd and Kaffeine.
  
  
   When I try to play an audio CD in kaffeine, I get an alert box
   that says:
   Cannot find input plgin for MRL cdda://
   I can now play an audio CD in kaffeine.  I have no idea what I
   did!  I did add a couple of packages and because of this changed
   some use flags and updated my system with --newuse, but that's
   all I did.
  
   However, I still cannot play a CD in kscd.
   Hi Colleen,
  
   I didn't find it in this thread yet, but I am wondering if you
   have the CD-drive connected to the soundcard or not.
  
   Some applications will rip and play the cdda-tracks directly
   from the CD. Others will simply tell the CD-drive to play an
   audio-cd and have the cd-drive do the decoding.
   In the latter case, the audio-signal goes over a little cable from
   the cd-drive to the soundcard.
  
  I assume that it is connected because I could play an audio file
  (ogg) from my hard drive.  Also, now I can play CD's using
  kaffeine, just not kscd.  I can rip them using asunder.
 
 hi colleen,
 
 that is not how it works, those are two very different methods of
 playing audio. if the cable between the cdrom and the soundcard is
 connected, you can play CDs directly from the drive with minimum
 software interaction or tell the cdrom to play the cd on the
 soundcard. that has nothing to do with playing ogg from HD, the data
 takes a totally different path.
 
 i do not know if kscd does that, but as joost pointed out that would
 be a good explanation why you can play CDs in kaffeine but not in
 kscd. check for the cable.

or tell kscd to use digital playback:

http://forums.opensuse.org/hardware/408961-kscd-wont-play-cds-sata-drive.html
 
 /jonas
 
  
  Regards,
  
  Colleen
  
  
  
 



Re: [gentoo-user] Networkmanager-9999 won't compile

2011-10-20 Thread Neil Bothwick
On Thu, 20 Oct 2011 07:23:30 +0530, Nilesh Govindarajan wrote:

 Also, I don't actually need networkmanager. I'm happy with dhcpcd, 

Then add NM to /etc/portage/profile/package.provided.


-- 
Neil Bothwick

Windows Error:01F Reserved for future mistakes.


signature.asc
Description: PGP signature


Re: [gentoo-user] Issue 3 - CD Playing

2011-10-20 Thread Neil Bothwick
On Wed, 19 Oct 2011 23:06:33 -0400, Colleen Beamer wrote:

  To listen to audio CDs you should *not* mount the CD. Therefore the
  above entry is not required.  

 Well, what can I say.  I followed the Gentoo Handbook.  :-)

That's for data CDs, it shouldn't do any harm for audio discs. But you
use KDE, so you shouldn't have anything for any removable devices in
fstab. Let KDE's automounter take care of everything.


-- 
Neil Bothwick

WinErr 042: Virus error - A virus has been activated in a dos-box. The
virus, however, requires Windows. All tasks will automatically be closed
and the virus will be activated again.


signature.asc
Description: PGP signature


Re: [gentoo-user] Networkmanager-9999 won't compile

2011-10-20 Thread Jonas de Buhr
Am Wed, 19 Oct 2011 15:00:23 +0530
schrieb Nilesh Govindarajan cont...@nileshgr.com:

 This is what I get when I try to install networkmanager- which is
 required by gnome-3.2.0
 [SNIP]
 -pthread -pthread
 -Wl,--as-needed ../marshallers/.libs/libmarshallers.a 
 ./logging/.libs/libnm-logging.a ./dns-manager/.libs/libdns-manager.a 
 ./vpn-manager/.libs/libvpn-manager.a ./dhcp-manager/.libs/libdhcp-manager.a
 ./ip6-manager/.libs/libip6-manager.a
 ./supplicant-manager/.libs/libsupplicant-manager.a
 ./dnsmasq-manager/.libs/libdnsmasq-manager.a
 ./ppp-manager/.libs/libppp-manager.a
 ./modem-manager/.libs/libmodem-manager.a
 ./bluez-manager/.libs/libbluez-manager.a ./settings/.libs/libsettings.a
 /media/500GB/gentoo_portage/tmp/portage/net-misc/networkmanager-/work/networkmanager-/libnm-util/.libs/libnm-util.so
 ./backends/.libs/libnmbackend.a ../libnm-util/.libs/libnm-util.so
 -luuid -lssl3 -lsmime3 -lnssutil3 -lnss3 -lplds4 -lplc4 -lnspr4
 -ldbus-glib-1 -ldbus-1 -lpthread /usr/lib64/libgudev-1.0.so
 -L/usr/lib64 /usr/lib64/libudev.so -lgthread-2.0 -lnl
 -lpolkit-gobject-1 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lrt
 -lglib-2.0 -lm -ldl -pthread NetworkManager-main.o: In function
 `main': main.c:(.text+0xa63): undefined reference to
 `g_thread_supported' collect2: ld returned 1 exit status
 make[4]: *** [NetworkManager] Error 1
 make[4]: Leaving directory
 `/media/500GB/gentoo_portage/tmp/portage/net-misc/networkmanager-/work/networkmanager-/src'
 make[3]: *** [all-recursive] Error 1
 make[3]: Leaving directory
 `/media/500GB/gentoo_portage/tmp/portage/net-misc/networkmanager-/work/networkmanager-/src'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory
 `/media/500GB/gentoo_portage/tmp/portage/net-misc/networkmanager-/work/networkmanager-/src'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory
 `/media/500GB/gentoo_portage/tmp/portage/net-misc/networkmanager-/work/networkmanager-'
 make: *** [all] Error 2
 
 
 The error is g_thread_supported is an undefined reference. This seems
 to be related to glib. 

what is your version of glib? in the version i have installed
(dev-libs/glib-2.28.8) it is a macro in gthread:

# grep g_thread_supported /usr/include/glib-2.0/glib/gthread.h
 * g_thread_supported macro but provided for language bindings.
(g_thread_supported () ? G_THREAD_UF (op, arg) : (fail))
(g_thread_supported () ?
\ (g_thread_supported
() ? ((void(*)(GCond*, GMutex*, gulong, gchar*))\ (g_thread_supported
() ?\ #define
g_thread_supported() 1 #define g_thread_supported()
(g_threads_got_initialized)

an a macro is not a function you can link to compiled into the library:

# nm /usr/lib64/libgthread-2.0.a | grep g_thread_supported

that would explain why linking against it doesn't work.

maybe that changed in newer versions of glib?

 Anybody has a solution? I tried masking
 networkmanager, but emerge won't allow me to do that when I try to
 install gnome-base/gnome-3.2.0 (layman overlay)
 



[gentoo-user] Can't enable effects in kde

2011-10-20 Thread Vishnupradeep
I am new to gentoo.
Installed kde in gentoo. But i am unable to enable effects like. blur,
woobly etc.. why ?


Re: [gentoo-user] Issue 3 - CD Playing

2011-10-20 Thread Joerg Schilling
Colleen Beamer colleen.bea...@gmail.com wrote:

  If you have only one CD drive, the CD will play with:
 
  cdda2wav -e -B -N

 Thanks, but this isn't really necessary any longer.  The only thing that
 doesn't want to play an audio CD is kscd.  Kaffeine works fine.  Tried

BTW: As libcdio has a license/lagality problem, I added some enhancements to 
cdda2wav (seen via the option -interactive) that is intended to be used as a 
replacement for libcdio via a library wrapper.

Using -interactive, you can do anything you could do with a GUI as the library 
libgstcdda2wav.so is intended to be used with gstreamer.


Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] Vmware Player 4 from vmware-overlay

2011-10-20 Thread Stefan G. Weichinger
Am 19.10.2011 23:14, schrieb Mark Knecht:

 I've decided to stick with vmware-player-3.1.4 for use as a Netflix VM
 only. All of my real work is done in Virtualbox VMs using both 32-bit
 NT and 64-bit Win 7. The only problem I've had recently is that my
 dual monitor Win 7 VM tends to 'abort' about 40% of the time when
 starting. Once it's up and running it's fine, but getting it started
 on any day is pretty much hit-or-miss.

hmm, nothing I long for ---

I stay w/ vmware-player-3.1.5 for now (out of vmware-overlay).

Thanks, S



Re: [gentoo-user] Vmware Player 4 from vmware-overlay

2011-10-20 Thread Andrey Moshbear
On Thu, Oct 20, 2011 at 05:53, Stefan G. Weichinger li...@xunil.at wrote:
 Am 19.10.2011 23:14, schrieb Mark Knecht:

 I've decided to stick with vmware-player-3.1.4 for use as a Netflix VM
 only. All of my real work is done in Virtualbox VMs using both 32-bit
 NT and 64-bit Win 7. The only problem I've had recently is that my
 dual monitor Win 7 VM tends to 'abort' about 40% of the time when
 starting. Once it's up and running it's fine, but getting it started
 on any day is pretty much hit-or-miss.

 hmm, nothing I long for ---

 I stay w/ vmware-player-3.1.5 for now (out of vmware-overlay).

 Thanks, S


I've had rather pleasant experiences with virtualbox. Less
libhell/libnazism, too.
Plus, less drivers to modprobe (just vboxdrv, vboxnet as needed)
instead of the 4 or so needed for vmware.



Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Andrey Moshbear
On Thu, Oct 20, 2011 at 05:20, Vishnupradeep
intermedia.vis...@gmail.com wrote:
 I am new to gentoo.
 Installed kde in gentoo. But i am unable to enable effects like. blur,
 woobly etc.. why ?

What is the output of glxinfo?



Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Udo Siewert

On 10/20/11 12:00, Andrey Moshbear wrote:

On Thu, Oct 20, 2011 at 05:20, Vishnupradeep
intermedia.vis...@gmail.com  wrote:

I am new to gentoo.
Installed kde in gentoo. But i am unable to enable effects like. blur,
woobly etc.. why ?


What is the output of glxinfo?



It's part of the mesa-progs package. So if you get 'command not found' 
you have to install it.





[gentoo-user] Re: Vmware Player 4 from vmware-overlay

2011-10-20 Thread Nikos Chantziaras

On 10/20/2011 12:56 PM, Andrey Moshbear wrote:

On Thu, Oct 20, 2011 at 05:53, Stefan G. Weichingerli...@xunil.at  wrote:

Am 19.10.2011 23:14, schrieb Mark Knecht:


I've decided to stick with vmware-player-3.1.4 for use as a Netflix VM
only. All of my real work is done in Virtualbox VMs using both 32-bit
NT and 64-bit Win 7. The only problem I've had recently is that my
dual monitor Win 7 VM tends to 'abort' about 40% of the time when
starting. Once it's up and running it's fine, but getting it started
on any day is pretty much hit-or-miss.


hmm, nothing I long for ---

I stay w/ vmware-player-3.1.5 for now (out of vmware-overlay).

Thanks, S



I've had rather pleasant experiences with virtualbox. Less
libhell/libnazism, too.
Plus, less drivers to modprobe (just vboxdrv, vboxnet as needed)
instead of the 4 or so needed for vmware.


You don't modprobe.  There's /etc/init.d/vmware which you add to the 
default runlevel or simply start manually with /etc/init.d/vmware start.





Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Vishnupradeep
sound is also not working.


Re: [gentoo-user] Vmware Player 4 from vmware-overlay

2011-10-20 Thread Stefan G. Weichinger
Am 20.10.2011 11:56, schrieb Andrey Moshbear:

 I stay w/ vmware-player-3.1.5 for now (out of vmware-overlay).

 I've had rather pleasant experiences with virtualbox. Less
 libhell/libnazism, too.
 Plus, less drivers to modprobe (just vboxdrv, vboxnet as needed)
 instead of the 4 or so needed for vmware.

As Nikos mentioned, no problem.

I have Linux KVM also available here, so instead of migrating the VM to
virtualbox (and installing that) I could also migrate the VM to KVM and
get rid of VMware. Using the player was only kind of curiosity back
then and then staying with it for that one particular VM (back then I
had problems w/ specific USB-devices in KVM. Should be solved long ago)

S





Re: [gentoo-user] Vmware Player 4 from vmware-overlay

2011-10-20 Thread Mark Knecht
On Thu, Oct 20, 2011 at 5:27 AM, Stefan G. Weichinger li...@xunil.at wrote:
 Am 20.10.2011 11:56, schrieb Andrey Moshbear:

 I stay w/ vmware-player-3.1.5 for now (out of vmware-overlay).

 I've had rather pleasant experiences with virtualbox. Less
 libhell/libnazism, too.
 Plus, less drivers to modprobe (just vboxdrv, vboxnet as needed)
 instead of the 4 or so needed for vmware.

 As Nikos mentioned, no problem.

 I have Linux KVM also available here, so instead of migrating the VM to
 virtualbox (and installing that) I could also migrate the VM to KVM and
 get rid of VMware. Using the player was only kind of curiosity back
 then and then staying with it for that one particular VM (back then I
 had problems w/ specific USB-devices in KVM. Should be solved long ago)

 S

I've wanted to try out the Linux KVM stuff but watching the
development list gave me the feeling it wasn't stable enough to depend
on day to day.

- Mark



Re: [gentoo-user] Issue 3 - CD Playing

2011-10-20 Thread Mark Knecht
On Wed, Oct 19, 2011 at 8:17 PM, Colleen Beamer
colleen.bea...@gmail.com wrote:
 On 10/19/11 05:45, Joerg Schilling wrote:
 Colleen Beamer colleen.bea...@gmail.com wrote:

 Hi everyone,

 I have googled this problem and tried everything and can't seem to
 resolve the issue.

 My CD drive will read data CD's, but will not play audio CD's.  I've
 tried with kscd and Kaffeine.  Haven't installed amarok yet.  I've
 checked and rechecked my settings in the kernel.  In /dev cdrom is a
 symlink to sr0.  Nothing I've read in anything that came up in my google
 search helped.
 If you have only one CD drive, the CD will play with:

       cdda2wav -e -B -N

 Thanks, but this isn't really necessary any longer.  The only thing that
 doesn't want to play an audio CD is kscd.  Kaffeine works fine.  Tried
 to install kaudiocreator to rip CD's, but it kept crashing on start so,
 I found Asunder and it works well.  So, despite the fact that I'm not
 100% tickled since I'm a bit anal and like all things tied up in a neat
 little box with a bow, I have audio CD's playing in kaffeine and I am
 able to rip them using asunder.

 However, I will keep this for future reference in case I ever need it!  :-)

 Regards,

If you get around to trying other ways later then consider not using a
GUI at all for ripping CDs. Here's what I do, thanks to Joerg years
ago. Obviously change parameters as you see fit. One caveat about this
command set is that it doesn't grab any hidden tracks.

Cheers,
Mark

cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6
cdrecord dev=1000,1,0 -eject
cdrecord dev=1000,1,0 -v -speed=6 -dao -useinfo -text -eject *.wav
rm audio*



[gentoo-user] TCP Advanced Congestion Control -- any difference?

2011-10-20 Thread Pandu Poluan
Like the subject said: I am wondering if using a non-default TCP
Advanced Congestion Control makes any difference.

(The default is cubic, but there are alternatives such as htcp,
hybla, and yeah)

Any experiences?

Rgds,
--
FdS Pandu E Poluan
~ IT Optimizer ~

 • LOPSA Member #15248
 • Blog : http://pepoluan.tumblr.com
 • Linked-In : http://id.linkedin.com/in/pepoluan



Re: [gentoo-user] Issue 3 - CD Playing

2011-10-20 Thread Joerg Schilling
Mark Knecht markkne...@gmail.com wrote:

 If you get around to trying other ways later then consider not using a
 GUI at all for ripping CDs. Here's what I do, thanks to Joerg years
 ago. Obviously change parameters as you see fit. One caveat about this
 command set is that it doesn't grab any hidden tracks.

 Cheers,
 Mark

 cdda2wav dev=1000,1,0 -vall -B -Owav -paranoia -speed=6
 cdrecord dev=1000,1,0 -eject
 cdrecord dev=1000,1,0 -v -speed=6 -dao -useinfo -text -eject *.wav
 rm audio*

BTW: since January 2010, there is paraopts=proof to tell cdda2wav to use the 
most pessimistic assumptions for paranoia options.

And a final note: cdparanoia typically reports less problems than cdda2wav 
because cdparanoia clears some error counters frequently while cdda2wav sums 
them all up within a single track. So seeing more error reports from cdda2wav 
does not mean lower quality.


Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily



Re: [gentoo-user] Vmware Player 4 from vmware-overlay

2011-10-20 Thread Stefan G. Weichinger
Am 20.10.2011 15:00, schrieb Mark Knecht:

 I've wanted to try out the Linux KVM stuff but watching the
 development list gave me the feeling it wasn't stable enough to depend
 on day to day.

I have that stuff out at customers.

Gentoo hosts run KVM, in there virtual Windows-machines for various
specific software they need.

Stable so far.




[gentoo-user] Re: How to configure eth1:1 ?

2011-10-20 Thread Grant Edwards
On 2011-10-20, Walter Dnes waltd...@waltdnes.org wrote:
 On Mon, Oct 17, 2011 at 10:19:32PM +, Grant Edwards wrote

 My current configuration works:
 
   modules_eth0=( !plug )
   config_eth0=( 192.168.8.4/16 )
   routes_eth0=( default via 192.168.0.254 )
 
   modules_eth1=( !plug )
   config_eth1=( 10.0.0.1/8 192.168.250.1/24 )

 Reaching for straws here... did you update /etc/conf.d/net when
 switching over to openrc?  Your config looks like the previous style,
 that has been deprecated.  Mine, which has 2 addresses for eth0, is...

I treid about 5 different quoting styles (as shown by various
documents), and all seemed to work the same.  It's just chance that I
ended up on the one above.

It's working now, so I'm going to quit messing with it until it stops
working. :)

-- 
Grant Edwards   grant.b.edwardsYow! Do you think the
  at   Monkees should get gas on
  gmail.comodd or even days?




Re: [gentoo-user] TCP Advanced Congestion Control -- any difference?

2011-10-20 Thread Florian Philipp
Am 20.10.2011 15:10, schrieb Pandu Poluan:
 Like the subject said: I am wondering if using a non-default TCP
 Advanced Congestion Control makes any difference.
 
 (The default is cubic, but there are alternatives such as htcp,
 hybla, and yeah)
 
 Any experiences?
 

I tested it on the only situation I had where it was even remotely worth
the effort to try it: NFS over TCP via an old and overutilized router:
No measurable effect. I guess a web or mail server (read: something that
is not primarily bandwidth constrained and where latency matters) might
benefit more. But then again, how do you measure that reliably?

You also have to consider where the client might be. A long distance,
high bandwidth connection will benefit from different congestion control
mechanisms than a local low bandwidth connection.

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] Why can't I set the resolution of console ?

2011-10-20 Thread ny6p01
On Thu, Oct 20, 2011 at 02:05:20PM +0800, Lavender wrote:
 I edit the command line of grub at boot time .
  I passed some parametres to kernel like below:
   
  root=/dev/sda6 video=atyfb:1024x768@60m
   
  and I also tried another one:
   
  root=/dev/sda6 video=aty128fb:1024x768@60m
   
  Both of them didn't show any error messages and the system
  can start up, but the resolution still no changed. 
   
  There is an issue happened in my buiding kernel : I hadn't found
  the driver for my video card. I'm not sure whether it has anything
  to do with this issue?
   
  BTW, my video card information is below:
   
  ATI Technologies Inc M92 LP  (ATI Radeon 4330 series)

Have you tried the setfont utility?



Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Udo Siewert

On 10/20/11 13:49, Vishnupradeep wrote:

On Thu, Oct 20, 2011 at 10:15 AM, Udo Siewertalge...@lavabit.com  wrote:


On 10/20/11 12:00, Andrey Moshbear wrote:


On Thu, Oct 20, 2011 at 05:20, Vishnupradeep
intermedia.vis...@gmail.com   wrote:


I am new to gentoo.
Installed kde in gentoo. But i am unable to enable effects like. blur,
woobly etc.. why ?



What is the output of glxinfo?


gentoo vishnu # glxinfo

name of display: :0
display: :0  screen: 0
direct rendering: Yes


what is the output of 'emerge -pv mesa kwin'?




Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Vishnupradeep
On Thu, Oct 20, 2011 at 4:16 PM, Udo Siewert alge...@lavabit.com wrote:

 On 10/20/11 13:49, Vishnupradeep wrote:

 On Thu, Oct 20, 2011 at 10:15 AM, Udo Siewertalge...@lavabit.com
  wrote:

  On 10/20/11 12:00, Andrey Moshbear wrote:

  On Thu, Oct 20, 2011 at 05:20, Vishnupradeep
 intermedia.vis...@gmail.com   wrote:

  I am new to gentoo.
 Installed kde in gentoo. But i am unable to enable effects like. blur,
 woobly etc.. why ?


 What is the output of glxinfo?

  gentoo vishnu # glxinfo

 name of display: :0
 display: :0  screen: 0
 direct rendering: Yes


 what is the output of 'emerge -pv mesa kwin'?

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R] media-libs/mesa-7.11  USE=classic egl gallium llvm nptl
shared-glapi -bindist -debug -gbm -gles -motif -openvg -pax_kernel -pic
(-selinux) -shared-dricore VIDEO_CARDS=-intel* -mach64* -mga* -nouveau*
-r128* -radeon* -savage* -sis* -tdfx* -via* -vmware* 0 kB
[ebuild   R   ~] kde-base/kwin-4.7.2  USE=opengl xinerama* (-aqua) -debug
-gles (-kdeenablefinal) 0 kB

Total: 2 packages (2 reinstalls), Size of downloads: 0 kB


Re: [gentoo-user] TMux bindkey with -

2011-10-20 Thread Paul Hartman
On Sat, Oct 8, 2011 at 12:34 AM,  meino.cra...@gmx.de wrote:
 Hi

 here

    http://blog.hawkhost.com/2010/06/28/tmux-the-terminal-multiplexer/


 I found the hint to do the following key binding:

    unbind %
    bind | split-window -h
    bind – split-window -v


 But doing so results in the following message on the console, when
 starting tmux

    /home/user/.tmux.conf: 5: unknown key: –

 Nonetheless tmux starts.

 How can I acchieve the correct binding of the keys?

– (en dash, U+2013) and - (hyphen-minus, U+002D) are different
characters. Did you really mean to use the en dash – instead of -?



Re: [gentoo-user] Vmware Player 4 from vmware-overlay

2011-10-20 Thread Mark Knecht
On Thu, Oct 20, 2011 at 6:28 AM, Stefan G. Weichinger li...@xunil.at wrote:
 Am 20.10.2011 15:00, schrieb Mark Knecht:

 I've wanted to try out the Linux KVM stuff but watching the
 development list gave me the feeling it wasn't stable enough to depend
 on day to day.

 I have that stuff out at customers.

 Gentoo hosts run KVM, in there virtual Windows-machines for various
 specific software they need.

 Stable so far.

Good to know. Maybe I'll give it a try.

The following is more for my own to do list. Feel free to respond if
you know of a good Gentoo oriented web page for using KVM.

- I believe I've read that somehow I can convert my VMware Player
image to something that KVM runs directly. Is that correct? If so I
can move there pretty quickly, at least in terms of a simple test.

- I suppose there's a bunch of kernel config I need to do first, as
well as emerge some sort of KVM apps?

Cheers,
Mark



Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Udo Siewert

On 10/20/11 13:49, Vishnupradeep wrote:

On Thu, Oct 20, 2011 at 10:15 AM, Udo Siewertalge...@lavabit.com  wrote:


On 10/20/11 12:00, Andrey Moshbear wrote:


On Thu, Oct 20, 2011 at 05:20, Vishnupradeep
intermedia.vis...@gmail.com   wrote:


I am new to gentoo.
Installed kde in gentoo. But i am unable to enable effects like. blur,
woobly etc.. why ?



What is the output of glxinfo?


gentoo vishnu # glxinfo

name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
 GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
 GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_OML_swap_method,
 GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig,
 GLX_SGIX_pbuffer, GLX_MESA_copy_sub_buffer, GLX_INTEL_swap_event
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
 GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
 GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_framebuffer_sRGB,
 GLX_MESA_copy_sub_buffer, GLX_MESA_multithread_makecurrent,
 GLX_MESA_swap_control, GLX_OML_swap_method, GLX_OML_sync_control,
 GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
 GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
 GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap,
 GLX_INTEL_swap_event
GLX version: 1.4
GLX extensions:
 GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
 GLX_EXT_visual_info, GLX_EXT_visual_rating,
 GLX_MESA_multithread_makecurrent, GLX_OML_swap_method,
 GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
 GLX_INTEL_swap_event
OpenGL vendor string: VMware, Inc.
OpenGL renderer string: Gallium 0.4 on llvmpipe


Seems as if you've installed Gentoo on VMware. Try

http://www.vmware.com/support/ws5/doc/ws_vidsound_d3d_enabling_vm.html

Sound problems are also probably related to that special circumstances.

So it might be more a VMware than a Gentoo problem ...







Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Vishnupradeep


 Seems as if you've installed Gentoo on VMware. Try

 http://www.vmware.com/support/**ws5/doc/ws_vidsound_d3d_**enabling_vm.htmlhttp://www.vmware.com/support/ws5/doc/ws_vidsound_d3d_enabling_vm.html

 Sound problems are also probably related to that special circumstances.

 So it might be more a VMware than a Gentoo problem ...

 I am not running the Gentoo inside VMware. I started installation inside
VMware, but installed to a physical drive. so that i can boot into at next
system start.  Can i make the Gentoo to re detect the devices.


Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Volker Armin Hemmann
Am Donnerstag 20 Oktober 2011, 17:09:43 schrieb Vishnupradeep:
  Seems as if you've installed Gentoo on VMware. Try
  
  http://www.vmware.com/support/**ws5/doc/ws_vidsound_d3d_**enabling_vm.ht
  mlhttp://www.vmware.com/support/ws5/doc/ws_vidsound_d3d_enabling_vm.htm
  l
  
  Sound problems are also probably related to that special circumstances.
  
  So it might be more a VMware than a Gentoo problem ...
  
  I am not running the Gentoo inside VMware. I started installation inside
 
 VMware, but installed to a physical drive. so that i can boot into at next
 system start.  Can i make the Gentoo to re detect the devices.

if you compiled in the drivers or built them as modules - yes.

But seriously - vmware... why?
-- 
#163933



Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Mick
On Thursday 20 Oct 2011 17:40:13 Vishnupradeep wrote:

 Calculating dependencies... done!
 [ebuild   R] media-libs/mesa-7.11  USE=classic egl gallium llvm nptl
 shared-glapi -bindist -debug -gbm -gles -motif -openvg -pax_kernel -pic
 (-selinux) -shared-dricore VIDEO_CARDS=-intel* -mach64* -mga* -nouveau*
 -r128* -radeon* -savage* -sis* -tdfx* -via* -vmware* 0 kB

You do not seem to have defined your video card in /etc/make.conf (or indeed 
enabled the vmware USE flag).

I suggest you study this first:

http://www.gentoo.org/doc/en/xorg-config.xml

PS.  3d effects may still not work if your card is old or poorly catered for by 
existing xorg drivers.
-- 
Regards,
Mick


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


Re: [gentoo-user] Vmware Player 4 from vmware-overlay

2011-10-20 Thread Stefan G. Weichinger
Am 20.10.2011 18:47, schrieb Mark Knecht:

 The following is more for my own to do list. Feel free to respond if
 you know of a good Gentoo oriented web page for using KVM.

http://en.gentoo-wiki.com/wiki/KVM

?

 - I believe I've read that somehow I can convert my VMware Player
 image to something that KVM runs directly. Is that correct? If so I
 can move there pretty quickly, at least in terms of a simple test.

KVM is able to use (some versions) of vmdk-files, yes.

Converting images is also possible, for examples see:

http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/

 - I suppose there's a bunch of kernel config I need to do first, as
 well as emerge some sort of KVM apps?

See mentioned wiki-page for a start.

Stefan



[gentoo-user] Recommended printer?

2011-10-20 Thread Michael J. Barillier
I've wasted enough time beating on my current boat anchor of a printer
hoping it'll start working.  linuxprinting.org is currently offline, so
in the meantime does anyone have a suggestion for an inexpensive printer
that is known to work with cupsd and Gentoo?

-- 
Michael J. Barillier   //   http://blackwolfinfosys.net/users/blackwolf/
_O_|  ``Ignorance breeds monsters to fill up the vacancies of the soul
__O|  that are unoccupied by the verities of knowledge.''
OOO|  -- Horace Mann



Re: [gentoo-user] Recommended printer?

2011-10-20 Thread Michael Mol
Cheapest laser you can find at Office Depot tends to be a Brother.  I've got
two...an HL-2040 and an HL-2140. Both work perfectly with CUPS.
On Oct 20, 2011 8:35 PM, Michael J. Barillier 
blackw...@blackwolfinfosys.net wrote:

 I've wasted enough time beating on my current boat anchor of a printer
 hoping it'll start working.  linuxprinting.org is currently offline, so
 in the meantime does anyone have a suggestion for an inexpensive printer
 that is known to work with cupsd and Gentoo?

 --
 Michael J. Barillier   //   http://blackwolfinfosys.net/users/blackwolf/
 _O_|  ``Ignorance breeds monsters to fill up the vacancies of the soul
 __O|  that are unoccupied by the verities of knowledge.''
 OOO|  -- Horace Mann




Re: [gentoo-user] Recommended printer?

2011-10-20 Thread David Abbott
On Thu, Oct 20, 2011 at 8:32 PM, Michael J. Barillier
blackw...@blackwolfinfosys.net wrote:
 I've wasted enough time beating on my current boat anchor of a printer
 hoping it'll start working.  linuxprinting.org is currently offline, so
 in the meantime does anyone have a suggestion for an inexpensive printer
 that is known to work with cupsd and Gentoo?
My 2¢
http://www.newegg.com/Product/Product.aspx?Item=N82E16828104014



Re: [gentoo-user] Can't enable effects in kde

2011-10-20 Thread Vishnupradeep
On Thu, Oct 20, 2011 at 7:33 PM, Mick michaelkintz...@gmail.com wrote:

 On Thursday 20 Oct 2011 17:40:13 Vishnupradeep wrote:

  Calculating dependencies... done!
  [ebuild   R] media-libs/mesa-7.11  USE=classic egl gallium llvm nptl
  shared-glapi -bindist -debug -gbm -gles -motif -openvg -pax_kernel -pic
  (-selinux) -shared-dricore VIDEO_CARDS=-intel* -mach64* -mga* -nouveau*
  -r128* -radeon* -savage* -sis* -tdfx* -via* -vmware* 0 kB

 You do not seem to have defined your video card in /etc/make.conf (or
 indeed
 enabled the vmware USE flag).

 I suggest you study this first:

 http://www.gentoo.org/doc/en/xorg-config.xml

 PS.  3d effects may still not work if your card is old or poorly catered
 for by
 existing xorg drivers.

The effects is working fine if i use the Gentoo live DVD.

 --
 Regards,
 Mick

Now formatted the drive and installing Gentoo again from the Gentoo Live
DVD.


[gentoo-user] {OT} BleachBit in portage

2011-10-20 Thread Grant
Has anyone tried BleachBit or anything like it?

http://bleachbit.sourceforge.net

BleachBit quickly frees disk space and tirelessly guards your
privacy. Free cache, delete cookies, clear Internet history, shred
temporary files, delete logs, and discard junk you didn't know was
there. Designed for Linux and Windows systems, it wipes clean 90
applications including Firefox, Internet Explorer, Adobe Flash, Google
Chrome, Opera, Safari,and more. Beyond simply deleting files,
BleachBit includes advanced features such as shredding files to
prevent recovery, wiping free disk space to hide traces of files
deleted by other applications, and vacuuming Firefox to make it
faster. Better than free, BleachBit is open source.

- Grant



Re: [gentoo-user] Recommended printer?

2011-10-20 Thread Dale

Michael J. Barillier wrote:

I've wasted enough time beating on my current boat anchor of a printer
hoping it'll start working.  linuxprinting.org is currently offline, so
in the meantime does anyone have a suggestion for an inexpensive printer
that is known to work with cupsd and Gentoo?



I have always had good luck with HP.  So far, all have worked fine.  
Heck, I even got one at Walmart real cheap once and it worked for 
several years.  The ink is what gets me tho.  $$$


Dale

:-)  :-)