|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Solaris The Solaris Operating System, usually known simply as Solaris, is a Unix-based operating system introduced by Sun Microsystems. The Solaris OS is now owned by Oracle. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Solaris 11 GUI is not working
Hello I've installed Solaris 11 on Sparc T4-1, I tried to launch IPS GUI: Code:
# packagemanager
/usr/lib/python2.6/vendor-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
Unable to initialize gtk
could not open displaySame issue when I connect monitor or use ILOM redirection Solaris GUI doesn’t appear too, I checked gdm and it looks fine: Code:
# svcs gdm STATE STIME FMRI online 17:13:44 svc:/application/graphical-login/gdm:default I’m wondering if additional drivers are needed to let display work or is there missing packages |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Hi, Looks like your DISPLAY variable is not set, what happens when you type; Code:
echo $DISPLAY What are you running locally to display the GUI Regards Dave |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
Hello, Yes you're right: Code:
# echo $DISPLAY # Would you please advise me for the proper value. Many thanks in advance. |
|
#4
|
|||
|
|||
|
Hi,
The DISPLAY variable should be set to your IP Address and the server port that you want to use. So if your PC or Xterm was 123.123.123.123 then the DISPLAY variable would normally be 123.123.123.123:0.0 You need to know your IP Address and what the local xdisplay is expecting. What are you running on the PC to display the GUI Regards Dave |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
I connected a monitor directly to server with no luck, I tried from my PC to use ILOM redirection and it has the same issue too.
Best Regards ---------- Post updated at 10:28 AM ---------- Previous update was at 10:24 AM ---------- Hello, What I mean, when I connect a monitor there will be only the command line interface, the GUI is not working. Best Regards |
| Sponsored Links | |
|
|
#6
|
|||
|
|||
|
Hi, I think that it may be worth your time having a look; Code:
man xhost man xterm However for your local connection you should be able to start it wth; Code:
svcadm enable gdm2-login Regards Dave |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Thanks, Actually I don't have such service on my Solaris: Code:
# svcadm enable gdm2-login svcadm: Pattern 'gdm2-login' doesn't match any instances # # svcs gdm2-login svcs: Pattern 'gdm2-login' doesn't match any instances STATE STIME FMRI # Regards Sam |
| Sponsored Links | ||
|
![]() |
| Tags |
| gnome desktop, gui, solaris 11 |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP not working Solaris 10 | belal84 | Solaris | 16 | 07-02-2012 08:21 AM |
| set -o vi not working in Solaris 9 | robbien | UNIX for Dummies Questions & Answers | 4 | 06-22-2010 11:37 AM |
| Executable compiled on solaris 10 not working on solaris 9 | ash_bit2k2 | Solaris | 4 | 05-20-2010 09:59 AM |
| gcc not working on Solaris 10 | miltony123 | Solaris | 2 | 03-04-2009 01:06 AM |
| Code working AIX 5.2 and not in Solaris 5.9 | vijaysabari | Programming | 2 | 08-09-2006 01:48 AM |
|
|