Sponsored Content
Operating Systems Solaris How to configure Xorg and fvwm on x86 Solaris 10 update 10? Post 303028016 by jlliagre on Saturday 29th of December 2018 06:44:09 PM
Old 12-29-2018
Quote:
Originally Posted by vectrum
I installed x86 solaris 10, update 10. I mentioned it in the title of my post.
Okay, better to put this in the post body.
Anyway, why are you running Solaris 10u10 and not Solaris 10u11?
Quote:
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.
Why?
Quote:
I follow the instructions from the following link but, missing something.
https://groups.google.com/forum/#!to...is/4TfG-jZuGg4
These instructions are more than 20 years old and about Solaris 2.6. That's four major versions and seven years earlier than Solaris 10.
Not a big surprise they didn't work for you.

In any case, if you don't care about CDE and Gnome, the simpler way to run fvwm would be to disable the graphical login:

Code:
dtconfig -d
dtconfig -reset

Then run a shell script that launch what you want, e.g. (to be adjusted with the required window manager and terminal emulator paths):

Code:
#!/bin/ksh
/usr/X11/bin/Xorg :0 -depth 24 -nobanner -auth /var/dt/A:000 &
export DISPLAY=:0
sleep 2
/opt/sfw/bin/fvwm &
/usr/X/bin/xterm &


Last edited by jlliagre; 12-29-2018 at 08:27 PM..
This User Gave Thanks to jlliagre For This Post:
 

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
fvwm-convert-2.4(1)						   Fvwm Modules 					       fvwm-convert-2.4(1)

NAME
fvwm-convert-2.4 - convert fvwm 2.2.x configuration file to fvwm 2.4 syntax SYNOPSIS
fvwm-convert-2.4 [source] [dest] DESCRIPTION
fvwm-convert-2.4 converts an fvwm 2.2.x configuration file into an fvwm 2.4 compatible syntax. It is not suitable to convert older 1.x configuration files. Please use fvwm-convert-2.2 to convert these to the 2.2.x format first. By default, fvwm-convert-2.4 converts ~/.fvwm2rc, saving the results in ~/.fvwm/.fvwm2rc. You must create the ~/.fvwm directory before running this command. Starting with the 2.4 release, the directory ~/.fvwm is the default location for fvwm user configuration files. Different source and destination files may be given. If the destination file already exists, this program exits. While the program runs it will generate a temporary file with the same name as the destination file with the suffix ".pass1" added. fvwm-convert-2.4 makes the following changes: PixmapPath/IconPath In fvwm 2.4, the PixmapPath and IconPath commands are replaced by the ImagePath command. In addition, the ImagePath can be compiled into fvwm. fvwm-convert-2.4 changes the PixmapPath and IconPath commands to ImagePath commands and removes any directories that are compiled into fvwm. Paths starting with a dollar sign are also removed. ModulePath In fvwm 2.4, the ModulePath is compiled into fvwm. fvwm-convert-2.4 removes any ModulePath commands it finds. If you are using your own modules, (not the ones that come with fvwm), you will have to fix your configuration file after using fvwm-convert-2.4. HilightColor In fvwm 2.4, the HighlightColor command is replaced by a Style command using the HilightFore and HilightBack arguments. fvwm-con- vert-2.4 makes these changes. HilightColorset In fvwm 2.4, the HighlightColorset command that was present in some of the 2.3.x beta releases is replaced by a Style command using the HilightColorset style. fvwm-convert-2.4 makes these changes. WindowShadeAnimate In fvwm 2.4, the WindowShadeAnimate command is replaced by the WindowShadeSteps Style option. fvwm-convert-2.4 makes this change. WindowFont In fvwm 2.4, the WindowFont command is replaced by a Style command using the Font argument. fvwm-convert-2.4 makes this change. ColorLimit In fvwm 2.4, the ColorLimit command is automatic. If you have a limited colormap, color limiting is the default. fvwm-convert-2.4 removes any ColorLimit command that it finds. GlobalOpts The GlobalOpts command is converted to Style options and the BugOpts command. Some options can not be converted automatically, though. Read Prints a message identifying any read commands found. The files being read may need to be converted also. Placement Styles Any of the old placement Styles found in the file can not be converted automatically. Instead, fvwm-convert-2.4 prints a warning. For details about the conversion, please refer to the "Window manager placement" section of the fvwm man page. FvwmConfig and FvwmPipe These modules are no longer a part of the fvwm distribution. fvwm-convert-2.4 prints a warning if these modules are found in the file. FvwmButtons panels The syntax of panels in FvwmButtons has changed. The conversion can not be done automatically. fvwm-convert-2.4 prints a message when it encounters a potential panel definition. For details about the conversion, please refer to the "CONVERTING OLD PANEL CONFIGURA- TIONS" section of the FvwmButtons man page. BUGS
You need Perl to be installed. WindowFont and HilightColor commands embedded in functions are not found. If you have either of these commands in functions, they are not detected. Known bugs can be found in the fvwm bug tracking system (accessible from the fvwm home page). Bug reports can be sent to the fvwm-workers mailing list (see the FAQ). AUTHOR
Dan Espen <despen@telcordia.com>. Fvwm 7 May 208 (2.5.26) fvwm-convert-2.4(1)
All times are GMT -4. The time now is 06:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy