Sponsored Content
Full Discussion: How to start X window?
Operating Systems HP-UX How to start X window? Post 302585624 by ethandaddy on Thursday 29th of December 2011 02:22:31 AM
Old 12-29-2011
I can't find "xorg.conf". But I find /etc/X11/XF86Config
Code:
 
"more XF86Config" shows following message 
 
Section "ServerLayout"
 #
 # The ServerLayout ID. A required line.
 #
 #
 # The first field on the Screen line specifies the screen number. It is
 # optional. The second field is the Screen ID. It must match an entry in
 # a Screen section. Only Screens specified here will be active. The
 # remaining fields specify relative or absolute positions of the screen
 # relative to other screens. Check the GAG for full details on 
 # specifying the Screen.
 #
 #
 # Each InputDevice line specifies an InputDevice section ID name and
 # optionally some options that specify the way the device is to be used.
 # Typically there is a pointer device (mouse) and a keyboard. They
 # usually are specified with a CorePointer and CoreKeyboard option
 # respectively. Additional pointers and keyboards are specified with
 # the SendCoreEvents option. The options may also be specified in the
 # InputDevice section. It is not necessary to specify an InputDevice.
 #
 #
 # Uncomment this to force OGL indirect contexts to be rendered in 
 # software.  Indirect rendering is done with the hardware driver by 
 # default.  However, some features such as rendering to a glXPixmap
 # may not be available in all hardware drivers.
 #
 #Option       "AccelerateIndirectRendering" "false" 
       # Uncomment the following line and update the time to turn on Xserver
       # screen blanking. The time is in minutes.
       #Option "blank time"   "10"
       # Uncomment the following lines to set the DPMS time periods. The
       # time is in minutes. The DPMS Monitor Option must be on for these 
       # to have an effect (see the "Monitor" section).
       #Option "standby time" "20"
       #Option "suspend time" "30"
       #Option "off time"     "40"
 Identifier     "Main Layout"
 Screen      0  "Screen 0" 0 0
 InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
    #
    # FontPaths. Specifies the font paths. You may want to
    # specify a different font path for the following reasons.
    # 1) An application delivers its own fonts.
    # 2) A font server is to be used instead of the default path.
    #
EndSection 
Section "Module"
EndSection 
Section "InputDevice"
 Identifier  "Keyboard0"
 Driver      "keyboard"
EndSection
Section "InputDevice"
 Identifier  "Mouse0"
 Driver      "mouse"
 Option     "Protocol" "PS/2"
 Option     "Device" "/dev/hid/mouse_000"
EndSection
Section "Monitor"
       # DPMS is not enabled by default. Uncomment the following line to 
       # enable it.
       #Option      "DPMS"  "on"
 Identifier   "Monitor 0"
 HorizSync    30.0 - 110.0
 VertRefresh  75.0
EndSection
Section "Device"
 Identifier  "Console"
 DeviceFile "/dev/gvid"
EndSection
Section "Screen"
 #
 # Set the default depth.
 #
 #
 # The subsection associates a buffer depth with a screen size.
 #
 Identifier "Screen 0"
 Device     "Console"
 Monitor    "Monitor 0"
 DefaultDepth     24
 SubSection "Display"
  Depth     24
  Modes    "1280x1024"
 EndSubSection
EndSection

is this the file you mention about?
and how can I get related log about this case??

Last edited by Scott; 12-31-2011 at 11:35 AM.. Reason: Code tags
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies

2. Windows & DOS: Issues & Discussions

window 2000 professional not pinging my window 98 system.

Hello, We someone help me resolve this problem. I have window 2000 professional, windows 98 and Unixware 7.0.1 on the network. I was able to establish connection with all. However, l was unable to ping window 98 from window 2000 professional. I was able to ping the window 2000 from the window... (10 Replies)
Discussion started by: kayode
10 Replies

3. HP-UX

how to start the x window system

hi, am new to hp-ux, i just bought an hp-ux with the hp-ux 11.0 os, is very old, and i wnat to start the x window system but it send an error that said that couldn't open the x server, i try startx, xinit, and nothing, and also where i can find tutorials for hp-ux os for beginners (7 Replies)
Discussion started by: nobody
7 Replies

4. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies

5. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

6. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

7. Red Hat

Maximizing X window without Window Switcher

Hi everyone! I have a strange situation. I'm running an NX remote Gnome desktop session. On the remote machine, there is a whole load of unsaved data in a window. A problem that I've been having with this NX session is that I can't load Gnome Applets, including the Window Switcher. So.. when I... (0 Replies)
Discussion started by: alexandicity
0 Replies

8. IP Networking

TCP initial congestion window (slow-start)

I have noticed that the initial congestion window in my traces is 8920bytes~=6*1448. rfc3390 states the initial cwand should be max 4000 bytes(around 3*1448). At first i thought it might be because i'm running my server on mac os x, so apple might have modified the tcp stack. Therefore I tried... (2 Replies)
Discussion started by: ddayan
2 Replies

9. UNIX for Beginners Questions & Answers

Toggle between xterm window and standard terminal window

Is it possible to toggle back and forth between an xterm invoked from one tty, and a shell invoked from a different tty? I am running Centos 7 with KDE and booting in non-graphic mode. After logging in on the default window (/dev/tty1) , I can then use ALT-F2 to access a new window (/dev/tty2),... (1 Reply)
Discussion started by: rhgscty
1 Replies

10. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies
All times are GMT -4. The time now is 01:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy