Sponsored Content
Full Discussion: XWindow problems
Top Forums UNIX for Dummies Questions & Answers XWindow problems Post 56427 by GirlsHackBetter on Saturday 2nd of October 2004 03:09:58 PM
Old 10-02-2004
XWindow problems

ok, i've got a FreeBSD box, and it doesn't like my monitor. At all. The first time i installed BSD, it wouldn't write the changes. I reformated and reinstalled, and this time it would write, but when i went to load the x server with startx it would go through the load process, but say "no screens" after I had double checked all the configurations.

Now, the monitor is circa 1993, but i figured that wouldn't be a problem, it works fine when i'm running windows on the same computer, even if it is squashed onto 640x480 resolution.

Now what settings do i have to change to get it to work?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO os5 xwindow

I acciedentaly terminated the x window session on my sco os5 machine. Can somone help me get it going again with out rebooting? Another ? Does anyone know where I can get the VNC version for SCO or can some one help me make changes to the RH version to work for SCO OS5. Thanks. (2 Replies)
Discussion started by: ruizf
2 Replies

2. UNIX for Dummies Questions & Answers

xwindow on old computer

hello at first sorry for my english... i know it isn't good but i hope you can understand me i want to install xwindow on my old pentium133MHz, 49MB ram memory, graphic card - stb horizon64 1MB (with old monochromatic monitor - horizontal 30.6-36.0, vertical 50-90) all this under redhat6.1...... (1 Reply)
Discussion started by: pgas
1 Replies

3. UNIX for Dummies Questions & Answers

Xwindow display

I am installing Oracle 10g on UNIX. I have prepared the server in various fields. Then when I started installation, one error message came out like this: Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. So I check... (3 Replies)
Discussion started by: duke0001
3 Replies

4. UNIX Desktop Questions & Answers

Where is xwindow start script

I am using a Mandrake spinoff (PCLinux) and would like to have a yakuake terminal started when I launch xwin. Where is the start up script? Thanks JZ (2 Replies)
Discussion started by: jwzumwalt
2 Replies

5. Shell Programming and Scripting

command to exit xwindow

What is the command to exit xwindow when i am in xwindow's terminal. Thanks in advance. (3 Replies)
Discussion started by: uativan
3 Replies

6. UNIX for Dummies Questions & Answers

Help with Xwindow on Linux

Hi, On my PC which is a XP, I have installed SSH client from www.ssh.com company. Linux server is a CentOS version 5. Before using my application, I want to test it and I am trying to get the xclock display back to my window and it's not working. Any idea. #... (4 Replies)
Discussion started by: samnyc
4 Replies

7. Red Hat

XWindow is not enabling !!!

Dear Experts, Our system admin is struggling over a month with an issue regarding xwindow. RHEL 5.4 is our server OS. whenever I export Display with my machine IP and run xclock. It is not working. We are using DHCP. Please tell me what checks and actions should be taken from our sys admin point... (8 Replies)
Discussion started by: saifurshaon
8 Replies

8. UNIX for Dummies Questions & Answers

XWindow Tool

Hi Guys can any one help me in this regard .. I'm using Reflaction and xManager but I want list of another xWindow tools between Unix and Windows .. Pls advice .. (1 Reply)
Discussion started by: top.level
1 Replies

9. UNIX for Dummies Questions & Answers

Questions on CLI and xwindow

Hi, I was not sure about the terminology of the thing that I am about to explain, so it was very difficult to find relevant search results. I want to use my computer using the ctrl+alt+f1 CLI without using a graphical system. However, at the same time, I would also like to do basic tasks like... (6 Replies)
Discussion started by: jamie_123
6 Replies

10. Red Hat

Installing xwindow on RHEL (offline)

I need to install xwindow on my RHEL 7.2 server which is behind a firewall and no access to internet. If I run the below code, it will not able to install, as my server dont have internet connection. yum -y install xterm* xorg* xclock xauth Do you know, where can I get the required binaries... (2 Replies)
Discussion started by: karumudi7
2 Replies
gvidm(1)						      General Commands Manual							  gvidm(1)

NAME
gvidm - GTK+ app to quickly and easily change video resolutions in X SYNOPSIS
gvidm [-r] [modes...] gvidm [-r] <-l|-q> [screens...] DESCRIPTION
gvidm is a gtk app to quickly and easily change video resolutions in X. Running it will pop up a list of available modes, upon choosing a mode or cancelling, it exits. This makes it perfect for running from an application menu or a hotkey, so you don't have to use ram for an applet constantly running. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appro- priate one. You can also specify a mode to switch to immediately, or a list of modes to choose from. Modes are specified in the form [screen:]<resolu- tion>. If the screen portion isn't specified, the current screen is used. The keyword "cur" will use the current screen, and "all" may be used to cause the mode to apply to all screens. Resolution may be given as <width>x<height>[@refresh], or the keyword "max", "best", or "all". If the same resolution is available with multiple refresh rates, "best" will show only the one with the highest rate. Thus, speci- fying "all:all" is the same as running gvidm with no args. OPTIONS
-l/--list Print list of available modes on all or specified screens. -q/--query Print list of current modes on all or specified screens -r/--resize Change root window size. --help Print help info. EXAMPLES
Choose a resolution out of all possible: gvidm Choose a resolution out of 1024x768, 800x600, 640x480: gvidm 1024x768 800x600 640x480 Switch to 640x480 immediatly: gvidm 640x480 Switch screen 1 to 800x600 and screen 2 to 1024x768: gvidm 1:800x600 2:1024x768 Switch all screens to their highest resolution: gvidm all:max Choose from only screen 1's modes: gvidm 1:all Print current mode of all screens: gvidm -q Print current mode of screen 2 and screen 3: gvidm -q 2 3 NOTES
Please note that gvidm cannot change the color depth, as that requires restarting X. Furthermore, any and all modes you want to appear must be defined in your XF86Config. If you've only configured one mode, that's all that will show in the pop up. (Though this seems to no longer be the case with XFree 4.3+) The XVidMode and/or XRandR extensions must be enabled in order to run gvid. As mentioned above, gvidm supports multiple screen displays, including Xinerama. If you're running Xinerama, make sure that the configure script detects that and compiles in support for it. If gvidm only displays one list of resolutions when you're running Xinerama, it means that Xinerama wasn't detected. AUTHOR
Matthew Mueller <donut AT dakotacom.net> The latest version, and other programs I have written, are available from: http://www.dakotacom.net/~donut/programs/gvidm.html Based on gvid by Keith Vanderlinde <kvand@mit.edu> http://kvand.mit.edu/gvid/ 23 Jun 2004 gvidm(1)
All times are GMT -4. The time now is 11:52 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy