Sponsored Content
Full Discussion: again XFree86
Operating Systems BSD again XFree86 Post 54312 by hmaiida on Tuesday 10th of August 2004 04:16:02 AM
Old 08-10-2004
Smilie thank you guys for help...
I resolved the problem by trying lot of possibilities concerning the screen modes (i'm beginner)...it was the only information i could'nt retrieve from windows OS (i have the dual boot)...i don't read nor the doc given by my material vendor but windows gave me info about the card...(but nothing on the scren modes)

thank u again
regards
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

xfree86 configuration

I've been trying to configure XFree86, and the first times that I have, it will only run at 320x? resolution.. I have an ATI card, and I've tried using the /stand/sysinstall graphical configuration method, and I've tried xf86config as well, both render the same results. that was before i... (3 Replies)
Discussion started by: adn
3 Replies

2. Programming

XFree86

So where do we post questions about developing for X? Or do we just not do that here? (2 Replies)
Discussion started by: Gekko
2 Replies

3. UNIX Desktop Questions & Answers

XFREE86 4.2 question

Hi folkss... I just install Freebsd 4.5 mini disk which install only the core FREEBSD system nothing else. I then want to install KDE 3.0 so I install XFREE86 4.2 and I installed both of these programs successfully with pkg_add "filename.tgz" I also install wrapper.tgz for "startx"... (1 Reply)
Discussion started by: helpme2
1 Replies

4. UNIX Desktop Questions & Answers

Installing XFREE86 4.2 question

Hi folksss.. I will ask similiar to my previous post. Have anyone successfully install XFree86 ver. 4.2 on FREEBSD 4.5 from scratch ??? If U do, please provide step by step how U do it. Do U use graphic user interface to setup the hardware configuration or DOS configuration ? I... (2 Replies)
Discussion started by: helpme2
2 Replies

5. UNIX for Dummies Questions & Answers

Darwin + XFree86 FTP Client

Does anyone know of a decent Darwin + XFree86 FT client package? Obviously a precompiled file is better than binary, but I'll take what I can get. (10 Replies)
Discussion started by: chenly
10 Replies

6. UNIX for Dummies Questions & Answers

compiling XFRee86 4.2.0

i am currently trying to compile XFree86 under redhat 7.3. i am used to ./configure make make install, but i know that xfree86 is very different. what are the basic steps for building it. i already have read the documentation, but it wasn't of much help. it was erroring out on the imake. i don't... (1 Reply)
Discussion started by: choasforages
1 Replies

7. UNIX Desktop Questions & Answers

X.Org and XFree86

X.Org just released a new version of their X (X11R6.7). Besides Liscense stuff, what is better about X.org then XFree? What is better about XFree then X.org? Also: Will my fglrx (ATI) or nvidia drivers (designed for XFree86 4.3) work on X.org? (2 Replies)
Discussion started by: punkrockguy318
2 Replies

8. BSD

Problems with Xfree86

Hi to all! I'm very novice in Unix/Linux. I installed FreeBSD 4.10 in my pentium II 450mhz 64MB 4.300GB more than 5 times and the error continues... In the line mode i type "startx" (to enter in X)...but show me a message : FATAL SERVER ERROR NO SCREENS FOUND X CONNECTION TO :0.0... (6 Replies)
Discussion started by: israel
6 Replies

9. BSD

XFree86 4.5 problem

Hello, i have a S3 Trio64V+ card. I installed last release of XFree under FreeBSD 5.4. I do xf86config, but when i try startx i have this error: nsinternal# startx XFree86 Version 4.5.0 Release Date: 16 March 2005 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD... (1 Reply)
Discussion started by: jamesf
1 Replies

10. UNIX for Advanced & Expert Users

Old XFree86 configuration error

Hello experts, I installed an old linux distribution and i'm having troubles with the XFree86 server. The thing is, when i run XF86Setup, X server and windows actually works, because i can get the graphical configuration screen, but when i'm "done" and save the changes to the config file... (1 Reply)
Discussion started by: semash!
1 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 07:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy