Sponsored Content
Operating Systems Solaris How to configure Xorg and fvwm on x86 Solaris 10 update 10? Post 303028009 by vectrum on Saturday 29th of December 2018 03:01:19 PM
Old 12-29-2018
@Neo
Yes, I've seen it but, couldn't get much and barely noticed as it's title refers to Solaris 11.
I'm going to go over it again as you say.
Thanks.

--- Post updated at 02:53 PM ---

@jlliagre,
Update 10 (x86) as I mentioned it in the title.
Xorg is running with JDS and CDE. I use JDS.
dtlogin is the most confusing thing I've been facing for awhile
as I can't understand how dtlogin works. I know how to stop, start
and kill dtlogin.
I'd activated gdm via smf but, restored to dtlogin.

--- Post updated at 03:01 PM ---

@jlliagre,
I installed x86 solaris 10, update 10. I mentioned it in the title of my post.
Xorg is running with dtlogin and I've been using JDS for a while.
I'd activated GDM via smf but restored to CDE login.
I follow the instructions from the following link but, missing something.
https://groups.google.com/forum/#!to...is/4TfG-jZuGg4

Last edited by vectrum; 12-29-2018 at 03:44 PM..
 

8 More Discussions You Might Find Interesting

1. Solaris

Cant configure video & nic (solaris 8 on x86)

can someone please through light on how to configure video and nic. Dimension 3000 Series, Intel Pentium 4 Processor at 2.8GHz 256MB DDR SDRAM at 400MHz EA 0.00 0.00 17 in (17 in viewable) E173FP Flat Panel Display EA Integrated Intel Extreme Graphics 2 EA Intel Pro 100M Integrated... (4 Replies)
Discussion started by: Jimmpy
4 Replies

2. Solaris

Where Xorg X-Lock file is located in Solaris?

I am using Xorg server with Solaris 10. After unnormal poweroff dtlogin tells: "The X-server can not be started on display :0" I am absolutelly sure it is because there is still a X-lock file from the previouse X-session somewhere, but I do not know where is it located in Solaris! :confused: (2 Replies)
Discussion started by: eugrus
2 Replies

3. UNIX for Dummies Questions & Answers

Question regarding Solaris 10 x86 Update.

:) I have question regarding Solaris 10 x86 Update ,does it require sunsolve account and if am using Solaris 10 x86 for learning ,how to get sunsolve account with out a contract number .i am very in need for this update . Please if any can help, help is highly appreciated :) (1 Reply)
Discussion started by: ibasit
1 Replies

4. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies

5. Linux

Linux ES 4 Update 4 (x86)

I have cdrom with the following files which I copieed on my hard drive. RHEL4-U4-i386-ES-disc1.iso RHEL4-U4-i386-ES-disc4.iso RHEL4-U4-i386-ES-disc2.iso RHEL4-U4-i386-ES-disc5.iso RHEL4-U4-i386-ES-disc3.iso What shell I do now to upgrade linux version. :o Thank you zam (6 Replies)
Discussion started by: zam
6 Replies

6. Solaris

How to Configure NIS Client for Solaris7 x86

HI Unix Gurus i am new to Solaris OS, i want to configure NIS CLient for Solaris 7 x86 Machine. i need what are the step and how to configure it in that machine.. please let me know Thanks in Advance Regards ..kiruba.. (2 Replies)
Discussion started by: nkkirubakaran
2 Replies

7. Windows & DOS: Issues & Discussions

cygwin-x/can't install xorg-x11-f100 & xorg-x11-fnts

Hello All. Really a newbie to Linux/Unix. Trying to get into Linux. Using XP PE currently. Installed cygwin and trying to intall cygwin-x. Everything else is setup nice but i can't seem to install these two packages (without whom xwin won't start) 1. xorg-x11-f100 2. xorg-x11-fnts Tried the... (1 Reply)
Discussion started by: binodbdrchand
1 Replies

8. Solaris

How to configure Proxy Server in Solaris 10 (X86)

Hi , I have installed solaris 10 on x 86 architecture. Now i want to configure this system as Proxy Server. I am new to the solaris. Please help me how can i configure this. Which packages or patches are needed ? or Which files have to be modify ? Please help me to resolve. Thanks and... (0 Replies)
Discussion started by: raviraj001
0 Replies
FvwmSaveDesk(1) 					      General Commands Manual						   FvwmSaveDesk(1)

NAME
FvwmSaveDesk - another FVWM desktop-layout saving module SYNOPSIS
FvwmSaveDesk is spawned by fvwm, so no command line invocation will work. DESCRIPTION
When called, this module will attempt to save your current desktop layout as a fvwm function definition into the file .fvwmdesk in your home directory. The function is named StartupFunction. This Function can be called in Function InitFunction to startup all Programs on all Workspaces. If fvwm is compiled with the M4 option, you can include this file in .fvmrc else you have to insert this file by hand. Your applications must supply certain hints to the X window system. Emacs, for example, does not, so FvwmSaveDesk can't get any information from it. Also, FvwmSaveDesk assumes that certain command line options are globally accepted by applications, which may not be the case. SETUP IF FVWM IS COMPILED WITH THE M4 OPTION Fvwm has to be called with the option -m4opt -I$HOME. The first line in .fvwmrc should be undefine(`include`), to avoid problems. You can the include the file .fvwmdesk with sinclude(`.fvwmdesk') . Insert the following line into the Function InitFunction Function "I" StartupFunction If you have GNU's m4 another possiblity is to compile fvwm with GNU_M4_OPTION_P and use m4_include(`.fvwmdesk')m4_dnl So you don't need to undefine `include'. INVOCATION
FvwmSaveDesk can be invoked by inserting the line 'Module FvwmSaveDesk' in the .fvwmrc file. This should be bound to a menu or mouse but- ton or keystroke to invoke it later. Fvwm will search directory specified in the ModulePath configuration option to attempt to locate Fvwm- SaveDesk. AUTHOR
Carsten Paeth (calle@calle.in-berlin.de) based on FvwmSave written by Robert Nation and Mr. Per Persson <pp@solace.mh.se> (Omnion on IRC) 3rd Berkeley Distribution Jul 20 1995 FvwmSaveDesk(1)
All times are GMT -4. The time now is 04:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy