Re: [gentoo-user] Sun JDK 1.6.0.17 is build only
2009/11/10 Daniel Pielmeier : > I don't see a Build-Only flag for the VMs which are available. So what > is the problem here? > > If there are Build Only VM's the output would look like this: > > # java-config --list-available-vms > The following VMs are available for generation-2: > 1) Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2] (Build Only) > 2) Blackdown JRE 1.4.2.03 [blackdown-jre-1.4.2] (Build Only) > 3) IcedTea6-bin 1.4.1 [icedtea6-bin] > 4) Sun JDK 1.5.0.20 [sun-jdk-1.5] (Build Only) > *) Sun JDK 1.6.0.16 [sun-jdk-1.6] Thank you very much. I misunderstood the warning, and, yes, I read the linked page too quickly. Manuel Fiorelli
[gentoo-user] Sun JDK 1.6.0.17 is build only
Hello list, I have installed the SUN JDK 1.6.0.17 but now it seems to be build only. localhost ~ # java-config -L The following VMs are available for generation-2: 1) Blackdown JDK 1.4.2.03 [blackdown-jdk-1.4.2] *) Sun JDK 1.6.0.17 [sun-jdk-1.6] VMs marked as Build Only may contain Security Vulnerabilities and/or be EOL. Gentoo recommends not setting these VMs as either your System or User VM. Please see http://www.gentoo.org/doc/en/java.xml#build-only for more information I tried to downgrade to SUN JDK 1.6.0.15 but the problem persists. Manuel Fiorelli
Re: [gentoo-user] Re: Gnome doesn't shutdown
2009/10/23 Alan McKinnon : > emerging a package is not the same thing as configuring it to run. There would > have been an elog about it. The elog was a little long, thus it is possible that I miss to read some lines. Manuel Fiorelli
[gentoo-user] Re: Gnome doesn't shutdown
2009/10/23 Manuel Fiorelli : > Hello, > I noticed that Gnome doesn't shutdown anymore. When I press > System/Shutdown and I confirm in the prompt, the desktop is cleared > but the wallpaper is still visible and the machine doesn't shutdown. The problem seems to be disappeared after I add the service "consolekit" to the same runlevel of dbus. Note: it seems to me that consolekit was pulled in during the last update, but I forget it... Can this be the right solution? Does the Gnome HOWTO need an update? Manuel Fiorelli
Re: [gentoo-user] Gnome doesn't shutdown
2009/10/23 Allan Gottlieb : > At Fri, 23 Oct 2009 17:23:21 +0200 Manuel Fiorelli > wrote: > >> Hello, >> I noticed that Gnome doesn't shutdown anymore. When I press > I recently had a problem where the evolution data server didn't die Unfortunately, it doesn't solve my problem. How did you understand that it is evolution to prevent Gnome from shutting down? Manuel Fiorelli
[gentoo-user] Gnome doesn't shutdown
Hello, I noticed that Gnome doesn't shutdown anymore. When I press System/Shutdown and I confirm in the prompt, the desktop is cleared but the wallpaper is still visible and the machine doesn't shutdown. This behavior appeared after an update; I waited for another update, but the problem still persists. I wonder if I make an error during the update or it is a bug affecting the last releases of the desktop manager. I run the version of gnome 2.26.3 Thanks in advance, Manuel Fiorelli
Re: [gentoo-user] Re: Cannot start net.eth0
According to this bug report http://bugs.gentoo.org/148090 there was a problem with my hardware, which was addressed patching the module r8169. Manuel Fiorelli
Re: [gentoo-user] Re: Cannot start net.eth0
2009/8/31 Neal Hogan : > rc-update? My "/etc/conf.d/net" is config_eth0=("dhcp") and the output of `rc-update show default` is local | default net.eth0 | default netmount | default I can execute "ifconfig eth0 up" with success, but nothing seems to wok :-( Manuel Fiorelli
[gentoo-user] Re: Cannot start net.eth0
2009/8/31 Manuel Fiorelli : > I installed Gentoo from a minimal CD on a HP Pavillion dv6. I chose to > use genkernel to automatically configure the kernel. I forgot to say that I have installed the kernel 2.6.30-gentoo-r4. Manuel Fiorelli
[gentoo-user] Cannot start net.eth0
I installed Gentoo from a minimal CD on a HP Pavillion dv6. I chose to use genkernel to automatically configure the kernel. Unfortunately, during the boot, it seems that the dhcp client isn't able to contact the DHCP server. Running lspci, I can detect the network adapter: 03:00.0 Ethernet Controller: Realtek Semiconductor CO., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02) It seems that the system has loaded the module r8169, even if it doesn't match exactly my model. If I start /etc/init.d/net.eth0 manually, I can see * starting eth0 * bringing ip eth0 * dhcp * Running dhclient PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data. --- 192.168.0.1 ping statistics --- 1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms Thanks in advance, Manuel Fiorelli
Re: [gentoo-user] vdpau-able ?
2009/8/10 Nich : > To use VDPAU hardware acceleration you need to specify a hardware codec also > - As I use VDPAU all the time i have this configured in my mplayer config > (~/.mplayer/config) as so: > > vo=vdpau > vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau, > > Which lists all of the VDPAU codecs, and allows for fallback to the other > codecs if a matching codec cant be found (thats what the trailing , is for). > I have never had an issue with video in this setup. > If you wish to run that from the command line I beleve the command would be: > `mplayer -vo vdpau -vc ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau, > ` Interesting... I found on the web a similar command-line, but I didn't understand the meaining of the traling comma. I think that I will modifiy my ~/.mplayer/config too. Manuel Fiorelli
Re: [gentoo-user] vdpau-able ?
2009/8/9 Manuel Fiorelli : > 2009/8/9 : >> First tests on my Linux-box with >> >> mplayer -vo vdpau >> >> results in a movie "display" with best audio, no video at all >> and concerns from mplayer: > > Your command didn't work for me, too. First, I checked that my video > card was capable of supporting > this new API. Then, I updated the nvidia video driver and recompiled > mplayer. For mplayer, make sure > to activate the local use flag vdpau. Assuming that you want to playback a H.264 video, then right command should be mplayer -vo vdpau -vc ffh264vdpau to force the selection of the HW accelerated codec from FFMPEG. Can anyone confirm that? Manuel Fiorelli
Re: [gentoo-user] vdpau-able ?
2009/8/9 : > as far as I think to know ;) (quite unsure about this), NVidia > has introduced a new protocol (?something like this), which is > useful for less-CPU-consumpting display of video streams. > > MPlayer (and may be other video-related applikations) does > support vdpau. Thanks for point out this. I didn't know that NVidia introduced such an important feature. > First tests on my Linux-box with > > mplayer -vo vdpau > > results in a movie "display" with best audio, no video at all > and concerns from mplayer: Your command didn't work for me, too. First, I checked that my video card was capable of supporting this new API. Then, I updated the nvidia video driver and recompiled mplayer. For mplayer, make sure to activate the local use flag vdpau. Manuel Fiorelli
Re: [gentoo-user] Webcam ? Help me please...
2009/7/25 : > I installed cheese without complains of the compile process. > But starting cheese produces: > > solfire:/home/mccramer>cheese > cheese: error while loading shared libraries: libplc4.so.7: cannot open > shared object file: No such file or directory > > And ldd /usr/bin/cheese produces beside other things: > > libplc4.so.7 => not found > libplds4.so.7 => not found > libnspr4.so.7 => not found > libplc4.so.7 => not found > libplds4.so.7 => not found > libnspr4.so.7 => not found > libplc4.so.7 => not found > libplds4.so.7 => not found > libnspr4.so.7 => not found > libplc4.so.7 => not found > libplds4.so.7 => not found > libnspr4.so.7 => not found > > > Further investigations shows, that instead the *7* version of > that libs the *8* versions are installed on my box? It's really strangemay be that revdep-rebuild can help you. http://www.gentoo.org/doc/en/gentoolkit.xml#doc_chap4 Try to execute it in pretend mode (with the flag --pretend) and see if it discovers some broken packages. Manuel Fiorelli
Re: [gentoo-user] Webcam ? Help me please...
2009/7/25 : > ...the only thing I need is an application to make > the video visible and which allows me to save the > video and an application to control the > cameras features. I use "cheese", which let you take photos and videos. Under the menu "Edit/Preferences" I can customize the resolution. Manuel Fiorelli