Sponsored Content
Top Forums Programming Issue Related to Splash Screen Post 302298348 by smartgupta on Tuesday 17th of March 2009 10:07:55 AM
Old 03-17-2009
Issue Related to Splash Screen

Hi Guys,

I am working with Solaris 9 and we are developing the application which will work on different OS.So we develop the GUI using JAVA swings...
we want to display a Splash screen before starting the installation of the application...
1st we develop our application for windows and it is working fine and we are able to see the splash screen as well but when I am trying to do the same in Solaris,it gets the right path with the right image but not showing the splashScreen,it is just creating the frame of the image but not displaying the Image.

So can anyone please tell me why it is happening in Solaris but in windows,it works fine..

appreciate for any reply...

Thanks in advance...
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

file related issue

Hi all, Anybody knows how to write a script to open a file and store the weekday(mon-sun) on first line and current datetime on the second line of the file. If file doesn't exist, create a new one and store the weekday and current datetime. If it already exists, open it and get both... (2 Replies)
Discussion started by: k_oops9
2 Replies

2. Programming

Issue related to native method

Hi, I am working with java and C/C++.In my java code I am using the native method to work with C/C++.So I am getting some error in C/C++ source code which I am not able to find it because It is throwing the only java null Exception.... Is there any way by which I can see the error in java console... (0 Replies)
Discussion started by: smartgupta
0 Replies

3. Programming

Issue Related to Proxy Server

Hi All, I am establishing the proxy server to communicate the date between devices using serial port but after serial port connection,it should start the Proxy Server and still run till the communication is happening...but server became started but it became halted due to error - Please... (1 Reply)
Discussion started by: smartgupta
1 Replies

4. Programming

Issue Related to Splash Screen in Java

Hi all, Actually I want to flash the image which I have in my system and when I am trying to do it,it is not showing it.simply creates the frame but not displaying the image.I am attaching the code-- Please take a look on it and please provide your valuable suggestions on it so that I... (2 Replies)
Discussion started by: smartgupta
2 Replies

5. Shell Programming and Scripting

Date related issue

Hi, I have TDATE=$(date '+%b %d') That stores "Sep 01" in the TDATE. How I can store "Sep 1"? Thanks in advance (3 Replies)
Discussion started by: dipeshvshah
3 Replies

6. Red Hat

grub splash screen not displayed

I re-installed grub on /dev/sdb on a 3ware raid machine and now the grub splash screen is not displayed when booting. Server when boots up comes and halt in the grub menu and I need to manually load kernel and initrd to get the machine up. I have not changed any grub setting. I used the command... (0 Replies)
Discussion started by: anil510
0 Replies

7. Emergency UNIX and Linux Support

XUbuntu Live CD customizing using uck-gui. - Splash screen not changing

Hi all, I am customizing the Xubuntu 12.04 live cd.. Using uck-gui , i extracted the iso file and mounted in a location. Can anyone please help me out how to proceed with removing the splash screen ( the screen that gives loading image with xubuntu logo) or to change the logo that is in the... (1 Reply)
Discussion started by: selvarajvs
1 Replies

8. UNIX for Advanced & Expert Users

XUbuntu Live CD customizing using uck-gui. - Splash screen not changing

Hi all, I am customizing the Xubuntu 12.04 live cd.. Using uck-gui , i extracted the iso file and mounted in a location. Can anyone please help me out how to proceed with removing the splash screen ( the screen that gives loading image with xubuntu logo) or to change the logo that is in... (1 Reply)
Discussion started by: selvarajvs
1 Replies

9. Shell Programming and Scripting

Need help in an issue related to mailx

Hello, I have a file temp.txt with the below contents : Sep 9 03:04:51 adcsdp01 MAPDR2_00: Unable to open trace file adpstartarv.log. (Error 110 Resource temporarily unavailable) Sep 9 03:05:35 adcsdp01 MAPDR2_00: SAP Service ADPMR2_00 successfully started. Sep 9 03:04:51 adcsdp01... (7 Replies)
Discussion started by: rahul2662
7 Replies

10. UNIX for Beginners Questions & Answers

IBM eServer X 335 stops boot process at Server splash screen

Hi there. I used to use linux a lot a number of years ago but it has been quite a while so ?I really consider myself a beginner again. I have an old IBM eServer X Series 335 machine and I want to get it back up and running for a number of reasons. I knew that one of the SCSI drives was bad and... (2 Replies)
Discussion started by: filch2
2 Replies
SPLASH(4)						   BSD Kernel Interfaces Manual 						 SPLASH(4)

NAME
splash -- splash screen / screen saver interface SYNOPSIS
device splash DESCRIPTION
The splash pseudo device driver adds support for the splash screen and screen savers to the kernel. This driver is required if the splash bitmap image is to be loaded or any screen saver is to be used. Splash screen You can load and display an arbitrary bitmap image file as a welcome banner on the screen when the system is about to start. This image will remain on the screen during kernel initialization process until the login prompt appears on the screen or until a screen saver is loaded and initialized. The image will also disappear if you hit any key, although this may not work immediately if the kernel is still probing devices. If you specify the -c or -v boot option when loading the kernel, the splash image will not appear. However, it is still loaded and can be used as a screen saver later: see below. In order to display the bitmap, the bitmap file itself and the matching splash image decoder module must be loaded by the boot loader. Cur- rently the following decoder modules are available: splash_bmp.ko W*ndows BMP file decoder. While the BMP file format allows images of various color depths, this decoder currently only han- dles 256 color bitmaps. Bitmaps of other color depths will not be displayed. splash_pcx.ko ZSoft PCX decoder. This decoder currently only supports version 5 8-bpp single-plane images. The EXAMPLES section illustrates how to set up the splash screen. If the standard VGA video mode is used, the size of the bitmap must be 320x200 or less. If you enable the VESA mode support in the kernel, either by statically linking the VESA module or by loading the VESA module (see vga(4)), you can load bitmaps up to a resolution of 1024x768, depending on the VESA BIOS and the amount of video memory on the video card. Screen saver The screen saver will activate when the system is considered idle: i.e. when the user has not typed a key or moved the mouse for a specified period of time. As the screen saver is an optional module, it must be explicitly loaded into memory. Currently the following screen saver modules are available: blank_saver.ko This screen saver simply blanks the screen. daemon_saver.ko Animated BSD Daemon screen saver. fade_saver.ko The screen will gradually fade away. fire_saver.ko A fire which becomes higher as load increases. green_saver.ko The screen will be blanked, similar to blank_saver.ko. If the monitor and the video card's BIOS support it the screen will also be powered off. logo_saver.ko Animated graphical BSD Daemon. rain_saver.ko Draws a shower on the screen. snake_saver.ko Draws a snake of string. star_saver.ko Twinkling stars. warp_saver.ko Streaking stars. Screen saver modules can be loaded using kldload(8): kldload logo_saver The timeout value in seconds can be specified as follows: vidcontrol -t N Alternatively, you can set the saver variable in the /etc/rc.conf to the screen saver of your choice and the timeout value to the blanktime variable so that the screen saver is automatically loaded and the timeout value is set when the system starts. The screen saver may be instantly activated by hitting the saver key: the defaults are Shift-Pause on the AT enhanced keyboard and Shift-Ctrl-NumLock/Pause on the AT 84 keyboard. You can change the saver key by modifying the keymap (see kbdcontrol(1), keymap(5)), and assign the saver function to a key of your preference. The screen saver will not run if the screen is not in text mode. Splash screen as a screen saver If you load a splash image but do not load a screen saver, you can continue using the splash module as a screen saver. The screen blanking interval can be specified as described in the Screen saver section above. FILES
/boot/defaults/loader.conf boot loader configuration defaults /etc/rc.conf system configuration information /boot/kernel/splash_*.ko splash image decoder modules /boot/kernel/*_saver.ko screen saver modules /boot/kernel/vesa.ko the VESA support module EXAMPLES
In order to load the splash screen or the screen saver, you must have the following line in the kernel configuration file. device splash Next, edit /boot/loader.conf (see loader.conf(5)) and include the following lines: splash_bmp_load="YES" bitmap_load="YES" bitmap_name="/boot/chuck.bmp" In the above example, the file /boot/chuck.bmp is loaded. In the following example, the VESA module is loaded so that a bitmap file which cannot be displayed in standard VGA modes may be shown using one of the VESA video modes. splash_pcx_load="YES" vesa_load="YES" bitmap_load="YES" bitmap_name="/boot/chuck.pcx" If the VESA support is statically linked to the kernel, it is not necessary to load the VESA module. Just load the bitmap file and the splash decoder module as in the first example above. CAVEATS
Both the splash screen and the screen saver work with syscons(4) only. SEE ALSO
vidcontrol(1), syscons(4), vga(4), loader.conf(5), rc.conf(5), kldload(8), kldunload(8) HISTORY
The splash driver first appeared in FreeBSD 3.1. AUTHORS
The splash driver and this manual page were written by Kazutaka Yokota <yokota@FreeBSD.org>. The splash_bmp module was written by Michael Smith <msmith@FreeBSD.org> and Kazutaka Yokota. The splash_pcx module was written by Dag-Erling Smorgrav <des@FreeBSD.org> based on the splash_bmp code. BUGS
If you load a screen saver while another screen saver has already been loaded, the first screen saver will not be automatically unloaded and will remain in memory, wasting kernel memory space. BSD
November 29, 2010 BSD
All times are GMT -4. The time now is 05:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy