Posts Tagged ‘Fedora’

解决Realplayer 11 for Linux播放文件就崩溃的问题

June 29th, 2008

.rm .rmvb是Real公司的文件格式,它自己的Realplayer对这些文件支持的很好,刚装好Linux的时候我就安装了Realplayer 11 for Linux来看电影,虽然Linux版本没有windows版本功能那么强大,但Real公司推出Linux版本我们应该感到万幸了。刚刚安装好的时候,一切都很正常,前几天突然出现问题,卸载冲撞了几次都不能解决问题。具体表现在,Realplayer能正常启动,但是刚刚播放 .mp3 或者 .rm 的时候就崩溃,出现“应用程序 realplay.bin 已经崩溃。”的对话框并让你保存错误报告。

具体的解决办法是:最后修改声卡驱动,在工具/首选项/硬件里面,取消XVdieo,然后设备驱动选OSS,这样就能正常播放了,具体什么原因,我也不知道。我的环境:fedora9+realplayer11 。

Fedora 9下使用VirtualBox安装WindowsXP

June 10th, 2008

一、安装

到VirtualBox官方主页http://www.virtualbox.org/下载VirtualBox-1.6.0_30421_fedora9-1.i586.rpm,进行安装。安装过程中可能会出现出现一些warning,那是因为你还没装kernel-devel包以及尚未进行一些相关配置。

二、配置

1、添加软件包:安装kerne-devel包。

2、将自己添加到vboxusers组:sudo /usr/sbin/usermod -a -G vboxusers yourname。

3、重新编译并启动vboxdrv:sudo /etc/init.d/vboxdrv setup。

至此VirtualBox成功完成安装。

三、安装windows xp过程中需要注意的一些问题

1、新建虚拟机时必须保证系统类型选项与你所要装的系统匹配。

2、分配内存时必须保证有足够到空余内存留给Fedora 9。我曾试过将我的1G内存分配给虚拟机,以致于造成系统频繁死机。

» Read more: Fedora 9下使用VirtualBox安装WindowsXP

无意之中在 Fedora 9 中搞定了LumaQQ

June 4th, 2008

我们都知道,Fedora 9 中自带的 Pidgin 2.4.1 中,默认支持QQ协议,可以登录QQ并进行简单的文字聊天。不过由于种种原因,Pidgin 中的QQ协议极其不稳定,我用的无线网卡上网,不知道是网速太慢还是别的什么原因,总之经常有连接不上服务器的问题(当然,如果启动 Pidgin 就连接上服务器之后就没有中途短线的情况,我没有遇到过),而且,Pidgin 中的 QQ 功能极其简单,只能进行简单的文字聊天,好友不能分组,群功能支持的不好,(我有两个QQ,有一个好友多,群也多的QQ从来没有显示过群列表,另外一个只有几个联系人的QQ成功下载了群),不能显示好友的备注信息。每次都的问“你是谁?”,搞得我异常尴尬。

正好今天上网,发现了 Linux桌面中文网 TualatriX 同学对停止开发很长很长时间的 LumaQQ Java 版进行了修改,使之支持QQ新款表情,这可是个天大的消息啊,我还是在 Ubuntu 6.10 时代玩Linux,安装过 LumaQQ 呢?由于我刚装好Fedora 9系统不久,刚刚开始学习Linux,反正Pidgin的QQ虽然差了点,但是也就凑合着用了,就没有折腾LumaQQ,不过想起上述Pidgin QQ的种种缺陷和TualatriX的修改,最终还是忍不住下载了下来。
» Read more: 无意之中在 Fedora 9 中搞定了LumaQQ

Fedora 9 下 yum 的一个奇怪的错误

June 3rd, 2008

昨天晚上打算安装 VMware Workstation for Linux 的时候,由于发现文件太大,由于我的笔记本是用无线网卡上网的,速度非常慢,中途关闭了终端结束了安装,然后用 yum clean all 命令清除了已经下载下来的部分 rpm 包。今天晚上回家之后安装 Picasa for Linux 的时候突然出现了如下的错误:
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=i386 error was
[Errno 12] Timeout: <urlopen error timed out>
Error: Cannot find a valid baseurl for repo: fedora

好像是我网速太慢,没有下载完毕 fedora 的 primary.sqlite.bz2 文件的缘故,详细如下:

[charles@localhost ~]$ su
密码:
[root@localhost charles]# yum install picasa
Loaded plugins: fastestmirror, refresh-packagekit
Determining fastest mirrors
* atrpms: dl.atrpms.net
* livna: livna.cat.pdx.edu
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=i386 error was
» Read more: Fedora 9 下 yum 的一个奇怪的错误

Google-gadgets-for-linux released

June 1st, 2008

Google Gadgets for Linux provides a platform for running desktop gadgets under Linux, catering to the unique needs of Linux users. We are compatible with the gadgets written for Google Desktop for Windows as well as the Universal Gadgets on iGoogle. Following Linux norms, this project will be open-sourced, under the Apache License.

The Windows and Mac versions of Google Desktop has provided gadget hosting functionality on Windows and Mac for a while now and the Linux version of Google Gadgets will extend this platform to Linux users. By enabling cross-platform gadgets, a large library of existing gadgets are immediately available to Linux users. In addition, gadget developers will benefit from a much larger potential user base without having to learn a new API.

There’s two main components to the application: one is a common gadget library responsible for running and presenting a gadget, and the other is a host program that allows the user to choose gadgets and run them on the desktop. Currently we have hosts written for GTK+ and QT, with the GTK+ host offering a sidebar similiar to that of Google Desktop for Windows.

Google Gadgets for Linux就是把windows下google desktop的gadgets移植到了Linux下。

» Read more: Google-gadgets-for-linux released