Visual panels in solaris

I am interested in developing visual panels in solaris.But i can't find any resourse to start with.Can any one help me out.Can any one give the documentation for visual panels..............

A Google search for [`visual panels solaris`|http://www.google.com/search?hl=en&q=visual+panels+solaris&btnG=Google+Search&aq=f&oq=] gives more than 600,000 resources.

Similar Messages

  • Lost my gnome panel in solaris 10, x86 need help !

    Lost my gnome panel on solaris 10 x86 box and can't understand why.
    Can anyone help me out to restore my panel ?
    Thanks
    Richie

    The quick way would be to just rm all of the files in your home directory and then log out and back in again. A more convenient method would be to move the contents of your home directory somewhere else and then log out and back in again and then copy the files back so you don't have to re-customize it.
    alan

  • Help for solar battery, solar panel, solar charger!

    Hi to all,
    a solar battery = solar charger=solar panel ?? Today, my friend argue with me about the difference between *solar battery*, *solar panel* and *solar charger*... Is there anybody who can tell me the difference between them?? And does anyone have any experience with an easy to use solar charger than can be used to charge a laptop battery? I'm trying to help a friend out and i've got no experience with these.
    I really appreciate, thanks!

    No experience here.....but I did a little Googling and came up with this...
    http://en.wikipedia.org/wiki/Solar_cell
    ....and for shopping...
    http://www.treehugger.com/files/2008/10/7-portable-solar-laptop-chargers-worth-c onsidering.php

  • "Show Bookmarks" in 6.1.2 no longer shows visual of webpages bookmarked. Can I get it back like before the update?

    Show Bookmarks has changed with the last update I recently did.
    I really like the visual panel of the urls and a slide bar to select a bookmark with the description of the url, and the date I bookmarked. It's all gone in 6.1.2.
    I look at my old MacBook with Safari 5.0.6 and it so much better.
    I hate doing updates on my devices. Everything is for security, and then the beauty and utility of what I'm used to and love is gone.
    I won't update my iPad 2 to iOS 7 because the flat and neon colors is ugly.
    I don't want to go to Mavericks from 10.8.5 because I don't see what changes are better.
    I want the prior Safari version. "Seeing" is how my brain works fast.
    Can I get the prior version for Show Bookmarks?

    Thanks.
    It is sad that Apple's visual user interface is being eliminated, reduced and made common.
    Jonny Ive changed things on the iOS and OS for the worse by these sorts of design and user changes. He may be all-genius of thin and aesthetic, but the direction he is taking the software is very retrograde. Like Steve Ballmer would think.
    I do not like the way things are going with Mac, OS, iOS and deprivation in behalf of what gained value?
    When they say update for security and take away your experience that you value, they are depriving you of the magic.
    The Edit page is soulless, and it deprives me of information I value. Where's the date of Bookmarking? So, I've lost the images, the slide bar interface and the data.
    Flat, crappy colors for icons on iOS and now this loss. Jonny Ive has hit a wall.

  • JSF design view - visual components are shrinking

    Hello,
    I have some strange issue while using Design view for JSF and data binding.
    Once I drop any data control elements into visual component (panel, etc) my visual components are shrinking to such size, that I cannot distinguish any elements within design view. I cannot use design view since then and have to place all elements base on structure panel.
    How to reproduce:
    1. Create new JSF page with wizard and accept defaults.
    2. Drop one of the panels (panel box, panel group layout) into JSF layout
    At this stage my visual elements occupy 100% of design view screen and represent anticipated outcome
    3. Drag and drop one of the data control elements (data control panel) into created panels on JSF and create table or form
    Immediately after it visual panel where data control was dropped shrinks to approximately 1/4 of the screen and I cannot see neither available space nor created table for my data components.
    I figured out, that if I remove created by wizard default <af:messages> tag from the top of my JSF, then design view representation fixes. Not sure if I should remove <af:messages> from all my pages.
    Above all looks to me as and bug.
    Environment:
    -Jdeveloper 11g
    -Windows Vista 64b
    -Not bundled JDK 6

    Hi Shay,
    Thank you for response.
    1. I tried to play with screen size without result
    2. I checked your video post, but this does not resolve my issue
    3. This issue occures with all JSF pages and can be reproduced even when following official Oracle step by step tutorials.
    4. I figured out, that removing <af:messages> tag resolves the issue ?! It seems this tag is added by default during drag and drop binding.
    5. On this link http://drop.io/jdev_001 you can see how design view is changes with and without <af:messages> tag
    6. Below is code example from one of the tutorials, that leads to shrinking as well:
    7. Once app is deployed and running page get normal view in IE as expected, so it seems to me, it is issue with Jdev design view, probably influenced by my environment, if nobody reported it before.
    Thank you for your help.
    ===========================================================================
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:panelStretchLayout id="psl1">
    <f:facet name="center">
    <!-- id="af_one_column_stretched" -->
    <af:decorativeBox theme="dark" id="db1">
    <f:facet name="center">
    <af:decorativeBox theme="medium" id="db2">
    <f:facet name="center">
    <af:panelFormLayout id="pfl1">
    <af:inputText value="#{bindings.p_name.inputValue}" label="#{bindings.p_name.hints.label}"
    required="#{bindings.p_name.hints.mandatory}" columns="#{bindings.p_name.hints.displayWidth}"
    maximumLength="#{bindings.p_name.hints.precision}" shortDesc="#{bindings.p_name.hints.tooltip}" id="it1">
    <f:validator binding="#{bindings.p_name.validator}"/>
    </af:inputText>
    <af:commandButton actionListener="#{bindings.getEmployeesFindByName.execute}" text="getEmployeesFindByName"
    disabled="#{!bindings.getEmployeesFindByName.enabled}" id="cb1"/>
    <af:panelFormLayout id="pfl2">
    <af:inputText value="#{bindings.commissionPct.inputValue}" label="#{bindings.commissionPct.hints.label}"
    required="#{bindings.commissionPct.hints.mandatory}" columns="#{bindings.commissionPct.hints.displayWidth}"
    maximumLength="#{bindings.commissionPct.hints.precision}" shortDesc="#{bindings.commissionPct.hints.tooltip}"
    id="it4">
    <f:validator binding="#{bindings.commissionPct.validator}"/>
    <af:convertNumber groupingUsed="false" pattern="#{bindings.commissionPct.format}"/>
    </af:inputText>
    <af:inputText value="#{bindings.email.inputValue}" label="#{bindings.email.hints.label}"
    required="#{bindings.email.hints.mandatory}" columns="#{bindings.email.hints.displayWidth}"
    maximumLength="#{bindings.email.hints.precision}" shortDesc="#{bindings.email.hints.tooltip}" id="it7">
    <f:validator binding="#{bindings.email.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.employeeId.inputValue}" label="#{bindings.employeeId.hints.label}"
    required="#{bindings.employeeId.hints.mandatory}" columns="#{bindings.employeeId.hints.displayWidth}"
    maximumLength="#{bindings.employeeId.hints.precision}" shortDesc="#{bindings.employeeId.hints.tooltip}"
    id="it6">
    <f:validator binding="#{bindings.employeeId.validator}"/>
    <af:convertNumber groupingUsed="false" pattern="#{bindings.employeeId.format}"/>
    </af:inputText>
    <af:inputText value="#{bindings.firstName.inputValue}" label="#{bindings.firstName.hints.label}"
    required="#{bindings.firstName.hints.mandatory}" columns="#{bindings.firstName.hints.displayWidth}"
    maximumLength="#{bindings.firstName.hints.precision}" shortDesc="#{bindings.firstName.hints.tooltip}" id="it3">
    <f:validator binding="#{bindings.firstName.validator}"/>
    </af:inputText>
    <af:inputDate value="#{bindings.hireDate.inputValue}" label="#{bindings.hireDate.hints.label}"
    required="#{bindings.hireDate.hints.mandatory}" shortDesc="#{bindings.hireDate.hints.tooltip}" id="id1">
    <f:validator binding="#{bindings.hireDate.validator}"/>
    <af:convertDateTime pattern="#{bindings.hireDate.format}"/>
    </af:inputDate>
    <af:inputText value="#{bindings.jobId.inputValue}" label="#{bindings.jobId.hints.label}"
    required="#{bindings.jobId.hints.mandatory}" columns="#{bindings.jobId.hints.displayWidth}"
    maximumLength="#{bindings.jobId.hints.precision}" shortDesc="#{bindings.jobId.hints.tooltip}" id="it2">
    <f:validator binding="#{bindings.jobId.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.lastName.inputValue}" label="#{bindings.lastName.hints.label}"
    required="#{bindings.lastName.hints.mandatory}" columns="#{bindings.lastName.hints.displayWidth}"
    maximumLength="#{bindings.lastName.hints.precision}" shortDesc="#{bindings.lastName.hints.tooltip}" id="it8">
    <f:validator binding="#{bindings.lastName.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.phoneNumber.inputValue}" label="#{bindings.phoneNumber.hints.label}"
    required="#{bindings.phoneNumber.hints.mandatory}" columns="#{bindings.phoneNumber.hints.displayWidth}"
    maximumLength="#{bindings.phoneNumber.hints.precision}" shortDesc="#{bindings.phoneNumber.hints.tooltip}"
    id="it9">
    <f:validator binding="#{bindings.phoneNumber.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.salary.inputValue}" label="#{bindings.salary.hints.label}"
    required="#{bindings.salary.hints.mandatory}" columns="#{bindings.salary.hints.displayWidth}"
    maximumLength="#{bindings.salary.hints.precision}" shortDesc="#{bindings.salary.hints.tooltip}" id="it5">
    <f:validator binding="#{bindings.salary.validator}"/>
    <af:convertNumber groupingUsed="false" pattern="#{bindings.salary.format}"/>
    </af:inputText>
    <f:facet name="footer">
    <af:panelGroupLayout layout="vertical" id="pgl1">
    <af:panelGroupLayout layout="horizontal" id="pgl2">
    <af:commandButton actionListener="#{bindings.First.execute}" text="First" disabled="#{!bindings.First.enabled}"
    partialSubmit="true" id="cb2"/>
    <af:commandButton actionListener="#{bindings.Previous.execute}" text="Previous" disabled="#{!bindings.Previous.enabled}"
    partialSubmit="true" id="cb3"/>
    <af:commandButton actionListener="#{bindings.Next.execute}" text="Next" disabled="#{!bindings.Next.enabled}"
    partialSubmit="true" id="cb4"/>
    <af:commandButton actionListener="#{bindings.Last.execute}" text="Last" disabled="#{!bindings.Last.enabled}"
    partialSubmit="true" id="cb6"/>
    </af:panelGroupLayout>
    <af:commandButton text="Save" id="cb5" actionListener="#{bindings.mergeDepartments.execute}"
    disabled="#{!bindings.mergeDepartments.enabled}" action="browse"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelFormLayout>
    </af:panelFormLayout>
    </f:facet>
    </af:decorativeBox>
    </f:facet>
    </af:decorativeBox>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Edited by: user555411 on May 2, 2010 2:08 PM

  • System contro Pannel on Solaris 10 exist???

    I have as soon as installed for before the time Sun Solaris 10 Free, i do not find one control panel where to be configure my Hardware!
    for example: the Desktop Resolution it is blocked at 640 x 480 I suppose that it is a survey problem the SVGA CARD
    exists a control panel similar YAST of SuSE Linux or control panel of Mandriva ecc...?
    Thanks

    There is no control panel in solaris.You can use kdmconfig command to select the display card.If your display card is not listed.try getting the driver package and install it and try.

  • Basic Firewall configuration

    Hello all,
    I've been using Solaris 11 Express to host a server, and no matter what I do with the firewall gui utility, it won't open the ports I want to open. It clearly retains changes I made as root, but still I get connection refusals from my clients. I noticed also when I used the firewall utility, it never seemed to accept my role password for root, it just kept asking over and over again without giving me an error. I eventually made it so I could log in as root and force changes, which is how I got it to retain the changes I wanted without getting stuck in the role/credential loop. However, like I mentioned before, it's like the changes I made aren't active somehow. I've also tried disabling the firewall entirely, which seems to make no difference. Are there any good Solaris 11 Express / Firewall configuration guides out there?
    Thanks.

    There were some bugs in the area of root being a role and the Visual Panels client (and its back end RAD). I highly recommend
    you upgrade to Solaris 11 or even better Solaris 11.1 (which was announced at Oracle OpenWorld 2012 and will be available soon).
    If you can still reproduce this behaviour there we can investigate fixing it. Solaris 11 Express is no longer a supported release.

  • Modifying colors in images

    I am trying to create a vi in Labview 7.1 that will upload an image from a jpeg file, modify the color and luminance of the image, and then output the image as a jpeg file. I am currently able to input and output the image to a file, but I am having difficulty modifying the colors of images. I read in a manual that the color control was a 32 bit array, but when I try to make my own array and wire it to the color control on the image block, it breaks the wire and won't let me make the condition. How do you design a proper array to set color and which array elements correspond to red, blue, green, hue, luminance, and saturation of the image? I am able to manually adjust the color and set my own color in rectangles, but I wanted to create an automated process with an array to automatically generate a range of colors.
    The other problem I was having was getting the image to be displayed on the visual panel of Labview. I can import and export the jpeg file, but I cannot get it to be displayed on the grid. I would greatly appreciate any assistance and advice you have.
    Thanks,
    Daniel

    If you are going to do some heavy image manipulation, you may wish to look into a LV toolkit called IMAQ, which allows you to go that way.
    If not, you can start by using the standard picture VIs (Graphics & Sound palette), which I assume you already do to read and write the file.
    LV treats a picture in one of three formats:
    1. Picture - the blue wire. You will need to to use this for any manipulation using the picture VIs.
    2. Pixmap. A 2D numeric array in which each cell holds the color value of the coresponding pixel.
    3. Flattened pixmap. A cluster holding all the picture information in which the pixel data is stored as 1D array.
    There are VIs for converting all these formats.
    To replace colors you can simply use Replace Array Subset to replace specific cells either in the 1D or 2D array or use the Draw point VI. The main problem you will have is that you will need to calculate everything on your own. If you want to modify the entire image, you can go over the array in a loop and (for example) increase all values by 1000 and see what that does.
    All of this can be found from reading the help files for the VIs (right click>>Help), which is what I suggest you do to learn more about this.
    You can display an image simply by converting to the first format right clicking the VI output (picture) and selecting Create>>Indicator. because it's a picture format, a picture indicator will automatically be created.
    It sound as if you don't have much experience in LV. Also, try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide.
    Try to take over the world!

  • DIAdem DAC or Labview which do people use

    Hi
    The company I work for has a number of PCs running DIADem (and sometimes DIA/DAGO) to capture and analyze data, these systems now need updating.
    Nowadays (since they took over GfS) National instruments do not seem to advertise the availability of the DAC option in DIAdem but recommend the use of labview for the capture part.
    Is this what people are generally doing now or do people still use the DAC package, how seamlessly do Labview and Diadem work together to create a capture/analysis system.
    Any suggestions/ recommendations would be appreciated
    Nick

    Hi Nick,
    The "classic" version of DIAdem with all 7 panels, including the "DAC" and "VISUAL" panels, is still available for purchase from National Instruments world-wide. In Germany, where DIAdem-DAC has a very strong user community, DIAdem-DAC is actively advertised and presented.
    DIAdem-DAC still gives you the best integration with the other 5 DIAdem panels, because it is part of the same DIAdem application. LabVIEW and DIAdem are different applications, but they can connect with each other using ActiveX. There is a "LabVIEW-DIAdem Connectivity VIs" toolkit available for free download to make that easier at ni.com/support/diasupp.
    LabVIEW is a very full-featured and flexible programming language and is supported on a variety of platforms (Windows, Unix, Linux, Mac). LabVIEW has more complete support for all NI's hardware devices.
    There are other considerations, but these are the main ones.
    Regards,
    Brad Turpin
    Product Support Engineer
    National Instruments

  • Support for 8-bit pseudocolor visuals on Solaris 10 u8 Virtualbox guest

    Hello,
    I am running Solaris 10 u8 x86 as a Virtualbox (3.0.8) guest on a WinXP host with a NVIDIA Quadro FX 3500 vcard. I use JDS for the Solaris guest, and only 24-bit truecolor visuals are available for the desktop. I desperately need to run Xnest in 8-bit pseudocolor mode for an application. The video driver supplied with the Vbox Solaris guest additions has limited capability, and I think that until that driver is upgraded, I am out of luck. Does anyone have any different thoughts about that?
    Is there a way to edit xorg.conf to get support for 8-bit pseudocolor overlay graphics? Wouldchanging the video driver in that file from vboxvideo to either VGA or VESA help? Any advice from an X expert would be GREATLY appreciated.
    I've also tried to use svcadm to get the guest to open in 8-bit mode (default depth), but I think that the Vbox video driver (standard and VESA) only support 16- and 32-bit color modes. Is there some other way to get JDS or CDE in the guest to run in 8-bit color?
    Thanks.....

    sparcmaster wrote:
    Regarding expense, I was referring to the dual-headed card you suggested, not Xming.ah. my bad. Though most cards nowadays have dual outputs.
    Here is a Vbox report documenting the whole situation, including Sun's replies regarding DirectColor:
    http://www.virtualbox.org/ticket/4557
    it looks like you guys were talking past each other.
    >
    Note my outputs of xdpyinfo in there: no Pseudocolor visuals in 24-bit mode in the guest (the cause of my problem). My host NVIDIA card has dual DVI outputs, and I have two monitors; are you saying that I set one monitor in Windows to run in 8-bit, and then run Xming on that monitor, and then set up a remote display for my guest, and try and get the guest to display to that remote display? If so, that could be worth a try. If not, maybe I did not fully understand the idea from your first post. I'd rather not have to go out and buy a new dual-headed card unless absolutely necessary.The problem you have is that virtualbox needs a 8 bit display somewhere to send the output to. Send your end display is a windows display in 24 bit mode, it's a lose since windows won't (at least the last time I looked) allow an 8 bit window in a 24 bit desktop. You could try running the main windows display in 8 bit mode and then starting virtual box, but odds of things going in your favor is not great.
    Your new idea of running a vnc server in 8-bit mode within Solaris is very interesting indeed. I am unfamiliar with vnc. I saw this page:
    http://www.softpanorama.org/Xwindows/VNC/vnc_on_solaris.shtml
    It says that VNC comes with Solaris 10 u5, on the companion CD. I assume that u8 has it also.Somewhere along the line, sun began do bundle vnc as a part of solaris proper. It should be in /bin/vncserver.
    I'll look into that. If you know of any other source of info on vnc, please let me know. Thank you VERY MUCH for the suggestion!!!Here's more or less what you should do:
    1) login to your virtual solaris box
    2) Start up a 8 bit vnc server by typing "vncserver -depth 8 :1"
    3) After the setup questions (if I remember, you need to at least set a password), you can connect to the vncserver by
    typing "vncviewer :1" and entring the password.
    You could also get a windows VNC viewer and connect to the solaris vnc server. This may render faster, since you aren't running the vncviewer in a virtual session.
    4) In the vnc viewer display (which may look funny because the default setup is usually a horriffic twm session), start your Xnest.
    If you want cde, edit your .vnc/xstartup to look like:
    #!/bin/sh
    xrdb $HOME/.Xresources
    xsetroot -solid grey
    dtterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    dtwm &
    If you want jds, replace the dttterm/dtwm with gnome-panel.
    -r

  • Mac mini on solar panel

    I've seen many posts regarding running a laptop on a solar panel, but none about running a Mac mini that way. Has anybody ever done that?
    I want to mount a Mac mini and a Canon digital camera in a tight box atop a pole to make a time-lapse movie. Both devices would run on a solar panel through a rechargeable battery. I would control the Mac mini with VNC via a wireless connection.
    * Any advice regarding sizes and sources for the solar panel, charger, battery, box ?
    * What are the power requirements of the Mac mini ? (I don't have one yet to check)
    * Any chance of finding a power cable (other than the one for the included AC power brick) to connect directly to the battery ?
    * Alternatively, does anybody know a wireless webcam with at least 2 megapixels of resolution ?
    Thanks
    JL
    G4 Quicksilver 733   Mac OS X (10.4.9)  

    Thanks so far for the replies.
    Thomas, the only spec I really needed and that you didn't provide (and neither does Apple) is what are the DC voltage and current coming from the power brick that would be replaced by the solar charger. Does the power brick have some protection for the computer or two-way signaling with it, something the solar charger could be missing?
    The camera will be mounted in my backyard to document the building of a house extension, so I don't need an expensive forest-proof camera. The estimate (hope) of my cost in CAN$ is (all for used material off eBay mostly): 400$ for a Mac mini, 60$ for a Canon A75 (which I already have), 75$ for a waterproof box with a window, 250-350$ for solar panels, charger and batteries. It might be expensive but I can reuse the material for other purposes afterwards, which would be difficult with a specialized camera. Also, the RECON camera you suggested doesn't seem to have wireless communication; I want to download the pictures on a regular basis without climbing that pole!
    PPMo, yes a small wireless camera is also an alternative I would strongly consider, but I want better than TV resolution, at least 2 MP (or 1600 x 1200), and preferably a zoom which I could remote-control. Do you know one? It's sure I'd like to avoid putting the computer itself outside.
    A third alternative is a WiFi to USB converter, similar to those Ethernet to USB port server. Does it exist? Maybe just a wireless switch with a USB port would do the trick? It would draw less power than a computer.
    JL

  • Solaris 10 5/08 x86 - Pseudocolor visual not available in xdpyinfo

    Hello,
    I am running Sol 10 5/08 x86 64-bit on a Dell Precision 690 wkstn with WinXP using VMware Workstation 6.0.4. I have a NVIDIA Quadro FX 3500 video card. I am not sure if this is really a VMware issue or one that can be solved using Solaris.
    I need to run "Xnest -depth 8 -class Pseudocolor," but my video setup, using the Xorg server (Xsun not supported by VMware Tools), does not support Pseudocolor visuals. Here is my xdpyinfo:
    xdpyinfo
    name of display: :0.0
    version number: 11.0
    vendor string: Sun Microsystems, Inc.
    vendor release number: 10300000
    maximum request size: 16777212 bytes
    motion buffer size: 256
    bitmap unit, bit order, padding: 32, LSBFirst, 32
    image byte order: LSBFirst
    number of supported pixmap formats: 7
    supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
    keycode range: minimum 8, maximum 255
    focus: window 0x1e0000a, revert to Parent
    number of extensions: 37
    BIG-REQUESTS
    DAMAGE
    DEC-XTRAP
    DOUBLE-BUFFER
    DPMS
    Extended-Visual-Information
    GLX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RANDR
    RECORD
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    ST
    SYNC
    SolarisIA
    TOG-CUP
    VMWARE_CTRL
    X-Resource
    XAccessControlExtension
    XC-APPGROUP
    XC-MISC
    XEVIE
    XFIXES
    XFree86-Bigfont
    XFree86-DGA
    XFree86-Misc
    XFree86-VidModeExtension
    XINERAMA
    XINERAMA
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
    default screen number: 0
    number of screens: 1
    screen #0:
    dimensions: 1600x1200 pixels (542x406 millimeters)
    resolution: 75x75 dots per inch
    depths (7): 24, 1, 4, 8, 15, 16, 32
    root window id: 0x3e
    depth of root window: 24 planes
    number of colormaps: minimum 1, maximum 1
    default colormap: 0x20
    default number of colormap cells: 256
    preallocated pixels: black 0, white 16777215
    options: backing-store NO, save-unders NO
    largest cursor: 32x32
    current input event mask: 0xfa2033
    KeyPressMask KeyReleaseMask EnterWindowMask
    LeaveWindowMask ButtonMotionMask StructureNotifyMask
    SubstructureNotifyMask SubstructureRedirectMask FocusChangeMask
    PropertyChangeMask ColormapChangeMask
    number of visuals: 4
    default visual id: 0x22
    visual:
    visual id: 0x22
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x23
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x24
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    visual:
    visual id: 0x25
    class: TrueColor
    depth: 24 planes
    available colormap entries: 256 per subfield
    red, green, blue masks: 0xff0000, 0xff00, 0xff
    significant bits in color specification: 8 bits
    Notice that only 4 TrueColor visuals are supported. Does anyone know how I can change my setup so that my Xserver supports a Pseudocolor visual? VMware Tools is very limited for Solaris, and it set up the Xserver for me.
    Any help or advice anyone could provide would be greatly appreciated.
    Thanks...

    I installed the latest nvidia driver and ran nvidia-xconfig, which made a new xorg.conf file. Option "CIOverlay" is in the new file, which should enable Pseudocolor visuals. However, after rebooting with -- -r, Xorg won't start. Xerrors says:
    No devices detected
    Fatal server error:
    no screens found
    XIO: fatal IO error 146 (Connection refused) on X server ":0.0"
    error (pid 714): Server for display :0 can't be started
    /var/log/Xorg.0.log appears to show that /usr/X11/lib/modules/drivers//nvidia_drv.so (compiled for 4.0.2, module version 1.0.0) is loaded:
    (II) NVIDIA dlloader X driver 173.14.09
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Prinmary Device is: PCI 00:0f:0
    (EE) No devices detected
    So Xorg can't find my video devices. This page: http://us.download.nvidia.com/solaris/173.14.09/README/appendix-c.html does show that the Quadro FX 3500 is suppoted (thank heavens).
    When I run /usr/X11/bin/scanpci I get:
    pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x8086 device 0x7190
    Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge
    pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x8086 device 0x7191
    Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge
    pci bus 0x0000 cardnum 0x07 function 0x00: vendor 0x8086 device 0x7110
    Intel Corporation 82371AB/EB/MB PIIX4 ISA
    pci bus 0x0000 cardnum 0x07 function 0x01: vendor 0x8086 device 0x7111
    Intel Corporation 82371AB/EB/MB PIIX4 IDE
    pci bus 0x0000 cardnum 0x07 function 0x03: vendor 0x8086 device 0x7113
    Intel Corporation 82371AB/EB/MB PIIX4 ACPI
    pci bus 0x0000 cardnum 0x0f function 0x00: vendor 0x15ad device 0x0405
    VMware Inc Abstract SVGA II Adapter
    pci bus 0x0000 cardnum 0x10 function 0x00: vendor 0x1000 device 0x0030
    LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI
    pci bus 0x0000 cardnum 0x11 function 0x00: vendor 0x15ad device 0x0790
    VMware Inc Device unknown
    pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x8086 device 0x100f
    Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)
    pci bus 0x0002 cardnum 0x01 function 0x00: vendor 0x1274 device 0x1371
    Ensoniq ES1371 [AudioPCI-97]
    Only VMware devices are seen, and there is nothing in /dev/fbs except "text-0 -> ../../devices/pci@0,0/display@f:text-0"
    There is a /dev/nvidia0 and it should be symlinked to /dev/fbs/nvidia0, but the link is broken. Can Solaris 10 use the installed Solaris NVIDIA drivers in a VMware workstation environment? The only way I can get Solaris to work is to use the vmware video driver, which does not support pseudocolor visuals.

  • Gnome panel issue in solaris 10 - help

    Hello ,
    I have here solaris 10 (137111-01) on sunblade 1500 machine ( total 50 machines). There is a strange problem appearing since this week, when a user logs into JDE(gnome DE) then users gets logged in but gnome-panel does not show anything. If PID for gnome-panel is killed, gnome-panel restarts but again it is blank ( grayed out)
    The above issue new and only for nis+ users whose home directories get auto mounted from solaris nfs servers. Let me say here that it worked fine until now for these nis+ users but now. They are forced to use common desktop env which they don't like.
    Local user such as root or any other local use gets the gnome-panel with start menu and everything works fine for it.
    I have tried restarting nis+ services as well as nfs.server service and rebooting the nis+ clients which have the issue but still hasn't helped it.
    Somehow I managed to set panel preference to Normal (from Restart) and then killed the Panel PID. Started with truss,
    Here is the truss o/p.
    http://pastebin.com/raw.php?i=thvekw7VAnother thing observed is when the nis+ user logs into these workstations, they can't do ssh to any machine , it hangs and CTRL C also doesn't kill it. They have to close the terminal itself to kill it.
    Gnome -panel grayed out -screen shot : http://img695.imageshack.us/img695/5835/gnomepanel.jpg
    Additional message from /var/adm/messages on workstations,
    Mar 30 16:23:23 workstation26 pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
    Mar 30 16:23:23 workstation26 genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
    Mar 30 16:23:24 workstation26 pcisch: [ID 370704 kern.info] PCI-device: sound@8, audiots0
    Mar 30 16:23:24 workstation26 genunix: [ID 936769 kern.info] audiots0 is /pci@1e,600000/sound@8
    Mar 30 16:23:25 workstation26 gdm[450]: [ID 944828 daemon.warning] gdm_slave_session_start: /home/username is not owned by uid 821.@ workstations,
    #id username
    uid=821(username) gid=500(group)
    # ls -ald /home/username
    drwxr-xr-x  67 username  group     4608 Apr  7 12:55 /home/usernamePlease help !!
    Thanks

    I am experiancing the same issue. User homes are on nfs automount. No NIS is set up currently. The problem appeared after the home directories were mounted with nfs3. Previously they were mounted as nfs4. But even newly created users get empty gnome panel.

  • Solar panel warranties - How do they work?

    How do solar companies fulfill their warranties? Do they change one panel if it breaks or is underperforming? How long will my system be out of commission if this happens?

    No answers about solar panels warranties?

  • Controlling external light levels by monitoring temperature of a solar panel

    Hi there,
    I am carrying out a project where I have a solar panel with a light shining down on the panel to mimic sunlight. Further there is a temperature sensor on the surface of the panel to monitor the temperature. The output of the solar panel is connected to a LabJack U12 interface card, together with the temperature sensor.
    Within LabVIEW 6.1 I am able to dim the external lights above the solar panel, via one of the analogue outputs on the interface card (with the aid of some external circuitry as well). I am also able to monitor the temperature of the external sensor within LabVIEW.
    What I would like to achieve is the external lights being dimmed to some safe voltage
    (such as 3 volts) if the temperature from the sensor exceeds 47C, until the solar panel cools down to a safe temperature. When this occurs the user should not be able to have control over the dimming of the lights via the control on the front panel. After the panel has cooled down to say 35C, the user should then be able to have full control over the dimming of the lights again. Please note that I have a fan cooling the solar panel surface at all times.
    Any help on this matter would be greatly appreciated. Please find my vi so far.
    Thanks in advance,
    Neil.
    Attachments:
    Basic_ver6_2_6.vi ‏279 KB

    Dr. Imad,
    Thanks for the quick reply to my question. I have carried out the instructions that you advised. Basically I have the problem of keeping the knob disabled and greyed out until the temperature of 35C is reached from the maximum 47C. The knob is disabled and greyed out when the temperature reaches 47C, but as soon as the temperature falls below 47C, the knob becomes enabled, set at 3 volts. I am unsure how to program my application to keep the knob disabled until the temperature reaches 35C.
    Another question I would like to ask is whether it is possible to store the last voltage at which the lights were set to, before the temperature reaches 47C, the knob disables, and goes to 3 volts? After the temperature reaches the 35C, I
    would like the program to return to the value of the last voltage applied to the lights, say 4.5volts
    Thanks again, and please find my modified vi attached.
    Neil.
    Attachments:
    Basic_ver6_2_61.vi ‏301 KB

Maybe you are looking for

  • How do I cure jumbled text on some pages

    Occasional web pages I view have some of the text overwritten by other text making it dificult to read or illegible. Can send screenshot.

  • Using third part loops in Logic : bpm changes not following by the loop

    i use lots of third part loops. with other audio soft when i choose a loop and drag/drop it to my project, the loop follow every change of the project (for exemple changing the bpm). In logic, when i do so, the loop do not follow project changes such

  • Jumping to an IMG Activity in a different system

    Hello, I´m writing a report where several data fields from tables are shown. When I click on them, I want to go to the IMG activity where the corresponding tables are modified. Do you know how I can realize this? Moreover, there is the problem that t

  • Photoshop album  starter edition not installed

    i downloaded adobe reader 8.1.1 and it said it would install the photoshop starter addition too. it does not seem to have done that. how do i install the photoshop album starter edition?? EAG

  • Covers not resizing for thumbnail view

    Hi, How/when/where does the thumbnail png file for ADE get created? I have some epubs ebooks that are not displaying correctly. Instead of the cover being resized for the thumbnail, it is being cropped. On other books, however, it works fine. I can't