X-server problem on Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris X-server problem on Solaris 10
# 1  
Old 08-01-2016
X-server problem on Solaris 10

Hi,

On my Sun Ultra 45, display was flickering. After changing PCI slot of graphic card (XVR-300), display stablized, but, now X-server not starting. I am getting following messages

Code:
The X-server can not be started on display : 0...
See file/var/dt/Xerrors for details.

the output of Xerrors is:
Code:
error(pid 757): Server for display : 0 terminated unexpectedly 1
/dev/fb0: No such file or directory
/dev/fb0: No such file or directory
Graphic Adapter device /dev/fb0 is of unknown type

Fatal server error:
InputOutput: Error loading module for /dev/fb0

XIO: fatal IO error 146 (Connection refused) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.


Please help




Moderator's Comments:
Mod Comment Please use code tags as required by forum rules!

Last edited by RudiC; 08-01-2016 at 02:52 AM.. Reason: Added code tags.
# 2  
Old 08-01-2016
Hello,
may be the SUNWdfb package is removed (see docs.oracle.com).
# 3  
Old 08-01-2016
Try a "reconfigure" boot to let the OS know that you moved the card...

Code:
init 0
boot -r

or
Code:
reboot -- -r

# 4  
Old 08-01-2016
DukeNuke2, I did try, reconfigure, but it did not work. Penguin99, when i reverted graphic card to its original pci slot, Xserver started working ok. Just want to know, how to make OS understand change of slot and start Xserver on new slot.

I even edited Xserver config file from fb0 to fb1, but it did not work.

Thanks for reply
# 5  
Old 08-01-2016
What is the output of fbconfig -list?
# 6  
Old 08-02-2016
Code:
fbconfig -list

Code:
/dev/fbs/nfb0 not configurable
/dev/fbs/nfb0a not configurable
/dev/fbs/nfb0b not configurable
/dev/fbs/ifb0 not configurable
/dev/fbs/nfb1 SUNWnfb_config
/dev/fbs/nfb1a SUNWnfb_config
/dev/fbs/nfb1b SUNWnfb_config

# 7  
Old 08-02-2016
You can now check the current configuration with fbconfig -prconf and change the device to the changed settings...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Problem renaming files on Solaris 10 server

Good day all. I'm trying to rename some files in my home directory with some bizarre results. Basically I need to change the IP address in the filename to the hostname which I ggrep from within the file: -rw-r--r-- 1 bh694n nrc 5095 May 2 20:03 alarms_999.189.161.146.log... (2 Replies)
Discussion started by: BRH
2 Replies

2. Solaris

Printer problem on Solaris 10 server

Hi everyone, I am new here and I just want to ask for the expert advice from you guys about the problem/issue I am encountering with network printer defined on a Solaris 10 machine. I have this printer named 'printerA' which I already added via printmgr utility. As an output, here is the... (4 Replies)
Discussion started by: triptrops
4 Replies

3. Solaris

Gettin problem with PCRE on solaris 10 server.

Dear experts, i am using solaris 10 OS.I have installed the PCRE(perl comptatible reg expression) and it is located in /opt/local/share/doc/pcre directory which i got through find command find / -name pcre -print /opt/local/share/doc/pcre this software is pre requisite... (0 Replies)
Discussion started by: muraliinfy04
0 Replies

4. Solaris

Problem in deployment in weblogic server in solaris

I am getting following error during deployment in solaris. when i deploy same war in other machine (non-solaris) it works fine. the stacktrace is < ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277738498407> <BEA-149205> <Failed to initialize the... (0 Replies)
Discussion started by: paradesi143
0 Replies

5. Solaris

Facing problem while doing FTp to solaris server

Hi All, I am facing problem while doing FTp to solaris server through Windows XP machine. showing msg as follows 220 matrix FTP server ready. User (*.*.*.*:(none)): Sun 331 Password required for Sun. Password: 530 Login incorrect. Login failed. ftp> bye also while doing vi or... (2 Replies)
Discussion started by: sunray
2 Replies

6. Solaris

problem in rebooting solaris server

Hi, While we rebooting solaris server ,the system going to Maintenance mode instead of login console. even we are not able to run fsck command . Thanks in advanced for help. log attached FYI Executing last command: boot Boot device: /pci@83,4000/FJSV,ulsa@2,1/disk@0,0 File and args:... (3 Replies)
Discussion started by: helplineinc
3 Replies

7. Solaris

CLOSE_WAIT problem in solaris server

Hi, Occasionally I am getting the port state in CLOSE_WAIT for long time in the solaris server. I am not sure is it application problem or not. Because we are using port 9009 for Tomcat process in our web application, some time when I start the application, the port 9009 is in CLOSE_WAIT... (2 Replies)
Discussion started by: mgmk.84
2 Replies

8. Solaris

Problem in generating codes in solaris server!!

I have a solaris server having oracle and oracle apps running ! When some one attempts to generate a code, they click a link on the web interface which runs an rsh script from a computer called Helpdesk onto my solaris server and what happens is the web interface show an error message saying... (4 Replies)
Discussion started by: SmartestVEGA
4 Replies

9. Solaris

Problem with NFS server (Solaris 10)

Hello Guys, I have just joined this forum & hope that I will find a solution to my question. I have configured NFS shares on my machine solaris 10 (5.10). Shares have rw access for everyone. Tried starting NFS server daemon with following command. svcadm -v enable -t network/nfs/server... (3 Replies)
Discussion started by: say_hi_ravi
3 Replies

10. Solaris

Problem with webmin server in Solaris OS

Hi all, This is the first time i am using this forum to clear my doubt. I am using Sun solaris 9 Operating System, I am stuck up with a problem regarding webmin server.I logged in to webmin as system administrator (root)and then clicked change passwords module. It shows the list of... (1 Reply)
Discussion started by: Kundu
1 Replies
Login or Register to Ask a Question