Hi People,
I have downloaded http://dev.centos.org/~tru/kernel-vm/5/RPMS/i386/kernel-vm-2.6.18-53.1.14.el... http://dev.centos.org/%7Etru/kernel-vm/5/RPMS/i386/kernel-vm-2.6.18-53.1.14.el5.i686.rpm but was just wondering if these kernel-vm rpms are in a yum repository. Previous posts to centos.org suggest this, so can someone please let me know what repo it should be coming from so I can see why my system doesn't see them.
Thanks.
On Sun, Apr 27, 2008 at 4:04 PM, Clint Dilks clintd@scms.waikato.ac.nz wrote:
Hi People,
I have downloaded http://dev.centos.org/~tru/kernel-vm/5/RPMS/i386/kernel-vm-2.6.18-53.1.14.el... http://dev.centos.org/%7Etru/kernel-vm/5/RPMS/i386/kernel-vm-2.6.18-53.1.14.el5.i686.rpm but was just wondering if these kernel-vm rpms are in a yum repository. Previous posts to centos.org suggest this, so can someone please let me know what repo it should be coming from so I can see why my system doesn't see them.
There is no repository for them. Please also note that these kernels are under testing although there have been no known issues so far. But you need to install manually.
Akemi
Akemi Yagi wrote:
On Sun, Apr 27, 2008 at 4:04 PM, Clint Dilks clintd@scms.waikato.ac.nz wrote:
Hi People,
I have downloaded http://dev.centos.org/~tru/kernel-vm/5/RPMS/i386/kernel-vm-2.6.18-53.1.14.el... http://dev.centos.org/%7Etru/kernel-vm/5/RPMS/i386/kernel-vm-2.6.18-53.1.14.el5.i686.rpm but was just wondering if these kernel-vm rpms are in a yum repository. Previous posts to centos.org suggest this, so can someone please let me know what repo it should be coming from so I can see why my system doesn't see them.
There is no repository for them. Please also note that these kernels are under testing although there have been no known issues so far. But you need to install manually.
Akemi _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Thanks for the response, have a good day :)
Hi.
Just did a Centos5.1 on a dual-core 64 bit machine, sweet!!!
But would like to turn off the desktop and just about all the programs started when the X server is fired up. The machine will be driving a full scale 737NG cockpit flight simulator and we really don't need anything beyond the X server and an xorg.conf file to setup the two dual-headed graphics cards.
The cockpit will be controlled from a remote instructor's station and we do NOT want anything showing up on cockpit displays other than what is present in the actual cockpit, no screen login prompts, no menus, no desktops, icons, frames, pop-ups, screensaveres, etc. Any window manager if present must allow the apps to render all opengl displays in a "full screen" mode.
Started through the init, startup, and Xsessions scripts and files to shut things down, but kept having problems following all the sequences, scripts, and finding where everything was located, not to mention error and warning msgs. In addition, it appears the Gnome program or whatever may be over-riding and restoring configurations.
Thought of posting to the Gnome users forums, but since this is what Centos setup during the install and RH has a slightly different way of organizing files and scripts, decided to start here with the question.
Is there a simple way to turn all the applets and such off and start from the command line? Idea is to come up with a default level of 3 via the inittab, due a remote login and then a command line entry "startx &" to start the X server, possibly a minimum window manager, and then go right into the sim programs.
Regards John W.
Um, I don't know the answer, but I want one too......(737 Flight simulator....) Dennis
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of John Wojnaroski Sent: Monday, April 28, 2008 10:12 AM To: CentOS mailing list Subject: [CentOS] Turning off Gnome and other stuff
Hi.
Just did a Centos5.1 on a dual-core 64 bit machine, sweet!!!
But would like to turn off the desktop and just about all the programs started when the X server is fired up. The machine will be driving a full scale 737NG cockpit flight simulator and we really don't need anything beyond the X server and an xorg.conf file to setup the two dual-headed graphics cards.
The cockpit will be controlled from a remote instructor's station and we do NOT want anything showing up on cockpit displays other than what is present in the actual cockpit, no screen login prompts, no menus, no desktops, icons, frames, pop-ups, screensaveres, etc. Any window manager if present must allow the apps to render all opengl displays in a "full screen" mode.
Started through the init, startup, and Xsessions scripts and files to shut things down, but kept having problems following all the sequences, scripts, and finding where everything was located, not to mention error and warning msgs. In addition, it appears the Gnome program or whatever may be over-riding and restoring configurations.
Thought of posting to the Gnome users forums, but since this is what Centos setup during the install and RH has a slightly different way of organizing files and scripts, decided to start here with the question.
Is there a simple way to turn all the applets and such off and start from the command line? Idea is to come up with a default level of 3 via the inittab, due a remote login and then a command line entry "startx &" to start the X server, possibly a minimum window manager, and then go right into the sim programs.
Regards John W.
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Dennis McLeod wrote:
Is there a simple way to turn all the applets and such off and start from the command line? Idea is to come up with a default level of 3 via the inittab, due a remote login and then a command line entry "startx &" to start the X server, possibly a minimum window manager, and then go right into the sim programs.
That is an excellent solution, though, you can start the X11 server directly without startx..
So, "X & my_simulator.bin"
You could also toss that into rc.local to get it up automatically.. If you trim down the boot process to its bare bones, you should be able to get it to load up quite fast as well.
2008/4/28 Morten Nilsen morten@runsafe.no:
Dennis McLeod wrote:
Is there a simple way to turn all the applets and such off and start from the command line? Idea is to come up with a default level of 3 via the inittab, due a remote login and then a command line entry "startx &" to start the X server, possibly a minimum window manager, and then go right into the sim programs.
That is an excellent solution, though, you can start the X11 server directly without startx..
So, "X & my_simulator.bin"
yum groupremove "GNOME Desktop Environment"
Alan.
both worked, thanks guys
John
Alan Bartlett wrote:
2008/4/28 Morten Nilsen morten@runsafe.no:
Dennis McLeod wrote:
Is there a simple way to turn all the applets and such off and start from the command line? Idea is to come up with a default level of 3 via the inittab, due a remote login and then a command line entry "startx &" to start the X server, possibly a minimum window manager, and then go right into the sim programs.
That is an excellent solution, though, you can start the X11 server directly without startx..
So, "X & my_simulator.bin"
yum groupremove "GNOME Desktop Environment"
Alan.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
OK! we're building the system for NASA/Ames for their Human Factors lab. If you have about $85-100K laying around we'ld be happy to build you one too ;-)
See www.lfstech.com
John
Um, I don't know the answer, but I want one too......(737 Flight simulator....) Dennis
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of John Wojnaroski Sent: Monday, April 28, 2008 10:12 AM To: CentOS mailing list Subject: [CentOS] Turning off Gnome and other stuff
Hi.
Just did a Centos5.1 on a dual-core 64 bit machine, sweet!!!
But would like to turn off the desktop and just about all the programs started when the X server is fired up. The machine will be driving a full scale 737NG cockpit flight simulator and we really don't need anything beyond the X server and an xorg.conf file to setup the two dual-headed graphics cards.
The cockpit will be controlled from a remote instructor's station and we do NOT want anything showing up on cockpit displays other than what is present in the actual cockpit, no screen login prompts, no menus, no desktops, icons, frames, pop-ups, screensaveres, etc. Any window manager if present must allow the apps to render all opengl displays in a "full screen" mode.
Started through the init, startup, and Xsessions scripts and files to shut things down, but kept having problems following all the sequences, scripts, and finding where everything was located, not to mention error and warning msgs. In addition, it appears the Gnome program or whatever may be over-riding and restoring configurations.
Thought of posting to the Gnome users forums, but since this is what Centos setup during the install and RH has a slightly different way of organizing files and scripts, decided to start here with the question.
Is there a simple way to turn all the applets and such off and start from the command line? Idea is to come up with a default level of 3 via the inittab, due a remote login and then a command line entry "startx &" to start the X server, possibly a minimum window manager, and then go right into the sim programs.
Regards John W.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos