山野村夫 发表于 2009-03-05 17:46

感谢分享

tsunami_liao 发表于 2009-03-12 20:41

按楼主的方法没有能成功,不知道楼主是否愿意共享你的配置文件?

qingheliu 发表于 2009-03-13 08:45

好东西! 

cjera 发表于 2009-07-02 21:44

simics 起 CDE 时报错 Parse error: No name space ''

我的是solaris10,能正常进字符界面,按你的方法修改后,打开新的会话peanut-common.simics 马上就报
Parse error: No name space ''和18楼的朋友一样
请问是何原因?

air520 发表于 2009-12-18 10:00

原帖由 cjera 于 2009-7-2 21:44 发表 http://bbs2.chinaunix.net/images/common/back.gif
我的是solaris10,能正常进字符界面,按你的方法修改后,打开新的会话peanut-common.simics 马上就报
Parse error: No name space ''和18楼的朋友一样
请问是何原因?


因为没有显卡驱动, 

http://www.sun.com/bigadmin/content/submitted/no_login.jsp

[ 本帖最后由 air520 于 2009-12-19 19:47 编辑 ]

cyfsjl1003 发表于 2010-07-01 16:09

I have the same problem to cjera.And who can tell me how to install the driver for display card?
I have referenced the http://www.sun.com/bigadmin/content/submitted/no_login.jsp,
when I input the command:/usr/openwin/bin/Xsun
/dev/fb: Number of symbolic links encountered during path name traversal exceeds
MAXSYMLINKS
/dev/fb: Number of symbolic links encountered during path name traversal exceeds
MAXSYMLINKS
Graphics Adapter device /dev/fb is of unknown type

Fatal server error:

InitOutput: Error loading module for /dev/fb

what can I do?
Thanks.

cadeerty 发表于 2010-10-13 09:40

solairs 10是可以的,直接把这些
    $pcibrd = (create-sunfire-pci-board mac_address = "10:10:10:10:10:14")
    $pgx64 = (create-sun-pci-pgx64)
    $gfxcon = (create-std-graphics-console)
    $keyboard = (create-sun-type5-keyboard)
    $mouse = (create-sun-type5-mouse)
    $scsi_bus1 = (create-std-scsi-bus)

    $system.connect slot2 $pcibrd
    $pcibrd.connect pci-slot0 $pgx64
    $pcibrd.connect $scsi_bus1
    $system.connect keyboard $keyboard
    $system.connect mouse $mouse
    $pgx64.connect console $gfxcon
    $gfxcon.connect keyboard $keyboard
    $gfxcon.connect mouse $mouse

添加这个文件sunfire-6500-system.include里

o0不知火舞0o 发表于 2010-10-14 16:05

好东东,学习了

kulong818 发表于 2011-01-14 15:18

回复 1# shyjack

哥们,我现在在sun的官网上只能下载到solaris 10 的sparc版本
且下载以后安装时报了一个“panic-kernel:bop_alloc_chunk failed”的错误
查了一下,好像是这个系统本身的bug
不知道你的系统是在那里下载的
能否提供一下下载地址
万分感谢

我的纳兰容若 发表于 2012-08-24 16:11

tu

本帖最后由 我的纳兰容若 于 2012-08-24 16:14 编辑

我按照lz的做法,修改完底层后,到第四步:“启动simics,加载 peanut-common.simics, 应该graphics console就出来了”

我启动simics,有错误出现,是什么原因啊?错误如下:D:\My Documents\Desktop\1.jpg


图片显示不出来,描述:
Simics could not start properly.
Reason: Bad object name(SIM_get_object):"


应该是底层文件修改的有问题,请问怎么修改呢?
页: 1 2 [3]
查看完整版本: 成功弄出simics下的CDE登录界面,与大家分享