我有一台 PowerMac G5 Dual 2.0 GHz,我已在上面安装了 OpenSuse 13.1 的 PPC64 端口,但遇到了一些问题。我想这就是运行不受支持的端口/发行版的代价。
硬件概要
- PowerMac G5 双 2.0Ghz PPC64
- RAM:1GB DDR PC3200(即将升级至 8GB)
- 显卡:Nvidia GeForce FX5200 Ultra
- 硬盘:西部数据 SATA 150 160GB
引导
机器启动需要很长时间,并且我收到以下消息:
prom_parse: Bad cell count for /pci@0,f0000000/NVDA, Parent@NVDA,Display-A@0
i2c i2c-6: Failed to register i2c client MAC,fcu at 0x2f (-16)
i2c i2c-6: i2c-powermac: Failure to register /u3@0,f8000000/i2c@f8001000/fan@15e
i2c 12c-6: i2c-powermac: modalias failure on /u3@0,f8000000/i2c@f8001000/cerea1@1c0
i2c 12c-7: Failed to register i2c client MAC,ds1775 at 0x4a (-16)
i2c 12c-7: i2c-powermac: Failure to register /u3@0,f8000000/i2c@80001000/temp-monitor@94
i2c 12c-7: Failed to register client MAC,max6690 at 0x4c (-16)
i2c 12c-7: i2c-powermac: Failure to register /u3@0,f8000000/i2c@80001000/temp-monitor@98
i2c 12c-7: Failed to register client MAC,ad7417 at 0x2c (-16)
i2c 12c-7: i2c-powermac: Failure to register /u3@0,f8000000/i2c@80001000/supply-monitor@58
i2c 12c-7: Failed to register client MAC,ad7417 at 0x2d (-16)
i2c 12c-7: i2c-powermac: Failure to register /u3@0,f8000000/i2c@80001000/supply-monitor@5a
/home/abuild/rpmbuild/BUILD/kernel-default-3.11.6/linux-3.11/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
SysRq : Changing Loglevel
Loglevel set to 1
但一两分钟后,启动过程继续,我最终进入 KDE 登录屏幕,登录后一切正常,尽管有点慢和不稳定。
- 以下是 dmesg 返回的内容:http://pastebin.com/raw.php?i=iKx2ZvCh
- 以下是 lspci、hwinfo 和 lscpu 返回的内容:http://pastebin.com/raw.php?i=5TGLtFEa
显卡
X11 正在使用 noveau 驱动程序,我无法在显示器上获得超过 16 位的颜色,虽然分辨率是正确的,为 1920x1200,但我想获得 24 位颜色,我尝试过从 KDE 和 Yast2 设置颜色深度,但没有地方可以指定颜色深度。在配置桌面 -> 显示和显示器下,没有设置分辨率或颜色深度的选项。我知道 FX5200 和显示器都支持 32 位颜色。
我使用以下步骤生成了 xorg.conf 文件:
- 使用控制台中的命令“init 3”转到运行级别 3。
- 执行 Xorg -configure。
- 将生成的 xorg.conf.new 移至 /etc/X11/xorg.conf。
- 编辑屏幕部分并将颜色深度从 16 位更改为 24 位。
- 使用命令“reboot”重新启动
但它没有效果。
我想要的是
- 可接受的启动时间(2-3分钟)
- 启动时无错误信息
- 稳定的系统
- 24 或 32 位颜色
如果有人能帮助我消除其中一些问题,那就太好了。