General :: Check If Have Glut.h Installed?

Mar 31, 2011

os: fedora 9how do i check if i have glut.h installed?actually,i tried to run graphics programs in KdevelopC/C++ ,i included the line#include<GL/glut.h>and it shows an error at all functions including glut functions when i compiled it.also i have gone to project->project options->configure options->linker flags->-lglut

View 2 Replies


ADVERTISEMENT

General :: Fullscreen GLUT App Display Blanks After Approx 30 Minutes

Apr 6, 2010

I'm running a fullscreen display app which shows a 3D scene in OpenGL. The app runs continiously throughout the day unattended.

Here's the sequence of events in how it's loaded:

1) The computer is turned on, and boots into F11 (x86_64)

2) A non-privileged user is automatically logged on

3) The gnome startup applications list contains an entry for a loading script

4) The loading script waits for the network interface (eth0) to ccome up, then starts the display program

This all works just fine, except that about 30 minutes after the computer is turned on and the app starts running, the screen blanks out. Attaching a mouse to the system and moving it around a bit brings the screen back to life. Likewise, SSHing into the machine and killing / restarting the application works as well. Once either of these fixes has been performed, it runs flawlessly for the rest of the day.

I have turned off the screen saver, and set the power settings for monitor shutdown to 'never'.

View 2 Replies View Related

General :: Check If Ftp Is Installed?

Jul 26, 2010

I found that I have several services running related to ftp

Code:
cat /etc/services | grep ftp
ftp-data 20/tcp

[code]...

View 2 Replies View Related

General :: Check That Dovecot Is Installed Or Not?

Jan 13, 2010

Actually i want my java code to connect to linux sendmail server. Right now i am using gmail pop protocol to connect to gmail server. So now i want to connect to sendmail server using pop and i read that using dovecot you can make sendmail to havepop and imap services. By default it has only SMTP support. So i want to know how can i check that i have dovecot installed or not, or my sendmail has pop or imap enable or not. Means by what command.

View 7 Replies View Related

General :: Check For Installed Programs?

Feb 23, 2011

I would like to know if there is other ways of checking what is installed in my RHEL other then using rpm -qa.I realised that some programs like firefox that i dl from the firefox website and unzip to use does not appear in the results from rpm -qa.

View 12 Replies View Related

General :: Check If Samba Is Installed Or Not?

Feb 16, 2010

I want to use samba in one of my linux machines so that I can share my directories in linux in windows machine . How do I check in samba is installed or not . I checked in /etc/init.d directory , I expected smbd executables to be there . But I can't find it there . Does it mean that samba in not intstalled there

View 6 Replies View Related

General :: Check Installed Repositories In Red Hat Server 5?

Jan 13, 2011

when trying to use "yum install skype" i get this line below No Repositories Available to Set Up

View 1 Replies View Related

General :: Check Modinfo Of Installed Modules?

Apr 8, 2011

I have a doubt, suppose i have a module having different versions.I have installed one of these module, now i want to check module info of installed module, Is there any way to check it

View 2 Replies View Related

General :: Check Which Apache Modules Are Enabled/installed?

May 17, 2011

which is the most elegant way to check which apache modules are enabled?

View 3 Replies View Related

General :: Command To Check Whether Service Installed / Running?

Feb 26, 2010

Is there a unique command ( common to all Linux Distros, Solaris, Windows ) to know whether a service is installed and running on my system or not??

View 5 Replies View Related

General :: Check The List Of Devices Installed Using Terminal?

May 21, 2011

I want to know that is there any command by which i can check which type of hardware devices are installed in my Linux box like SVGA,Sound Card,LAN Card.

View 4 Replies View Related

General :: Shell Script To Check If Rpms Is Installed Or Not?

May 1, 2010

i have a input text file contain 10 rpms and they are old versions i need a shell script to check if these rpms is installed or not and if the newer version is installed and i need all the results in one output text file contain every rpm and its condition ( the same) or (new )or( not installed)

View 3 Replies View Related

Programming :: OpenGL (non-GLUT) On OSX Lion Using C++

Jul 25, 2011

I'm looking for some sample C++ code that uses OpenGL on XCode 4.1 for OSX Lion. All I have found so far are GLUT and/or Objective-C samples. Has anyone come across something similar to what I'm after? I really just need something simple that allows me to open a window, or start in fullscreen.

View 1 Replies View Related

Ubuntu :: Check What Version Of GRUB Installed - The Program 'grub' Is Currently Not Installed

Dec 18, 2010

I wanted to check what version of GRUB I have installed. I went to terminal and typed grub --versionI got this message back: The program 'grub' is currently not installed. You can install it by typing: sudo apt-get install grub

I am running Ubuntu 10.10 alongside windows xp pro. When I turn my pc on I have the option to boot to ubuntu or xp and at the top of the window it says that the version of grub running is "GNU GRUB Version 1.98+20100804-5Ubuntu-3" how I shold go about installing GRUB 2 or just leave it as is.

View 2 Replies View Related

Programming :: OpenGL And GLUT In Fedora 12: Windows Too Small And Don't Resize

Mar 15, 2010

I have verified using yum that I have the most uptodate glut, freeglut, freeglut-devel etc., yet when I compile Example 2-6 from the Red Book at http://www.glprogramming.com/red/chapter02.html#name16, I get a window that is too small for the program output, includes display from other windows, and will not redraw after being resized.

I get slightly better behavior with the SGI sample program mentioned in the same book, 'checkers.c'. Again, the initial size is too small, but at least it will resize and redraw the checkerboards entirely inside the resized window. What is going on here? Is this some bug in glut? I can't see anything obviously wrong in their glut initialization, which looks like:

int main(int argc, char** argv)
{
glutInit(&argc, argv);
glutInitDisplayMode (GLUT_SINGLE | GLUT_RGB);
glutInitWindowSize (350, 150);

[code]...

Then again, since I am such a newbie to glut, I am not sure I would recognize what, if anything, they did wrong. what ARE the valid and useful command line parameters I could have passed to the main() above?

View 12 Replies View Related

General :: How To Check Which Web Server Is Installed In Server

Mar 25, 2010

I have developed a small website using jspx pages.Now i want to host the website to a server which is a linux machine.The linux machine which i m referring to is already hosting some web pages(jspx) through a web server Which is running at port 8888.My first question would be "How would i check which web server is installed in the server?"Due to my little knowledge about linux machine .I have copied some simple html pages to /var/ www/ html location. The pages are getting accessed correctly on port number 80.But how would i go about hosting jspx pages.

View 13 Replies View Related

Red Hat / Fedora :: How To Check That RPM Installed Or Not

Jan 20, 2010

I'm using centos. I want to know, how to check that rpm is installed or not (through rpm cmd only).

View 4 Replies View Related

Fedora Installation :: Check Whether Php Is Installed?

Jan 15, 2011

i have installed "php" by su - "yum install php"..When i try to test my installation,by creating a php script using the line <?php phpinfo(); ?> and asving it in the .php way.But when i try to open it via my Firefox browser .. it is not showing as intended.!! what went wrong i don't know!Please guide me!Hi i have installed LAMP on my Pc by following the instruction in this link "http://www.unixmen.com/linux-distributions/7-fedora/1284-how-to-install-lamp-in-fedora14-". But after installing php ad when i try to test, it just showing phpinfo();, what will be the problem ?

View 6 Replies View Related

Ubuntu :: How To Check Whether Libcurl Has Been Installed

Feb 6, 2011

I am very new to ubuntu, I would like to ask whether it is possible to check whether libcurl has been installed?

View 2 Replies View Related

Ubuntu :: LibUSB - How To Check If It Is Installed

Jun 1, 2011

I'm trying to install libusb. I've downloaded a file from [URL]. I've unzipped the file; the folder's on my desktop. I've tried to install this, but I'm not sure how. Under installation it says: See the file 'INSTALL'. There are a few files that start with this term: INSTALL.libusb, INSTALL.libusb.in and install-sh. The first two appear to be the same, while the latter appears to be some sort of program.

When I double click it, I get a few options, including "run". I assumed this was the correct way to install the program, but when I hit run, nothing happens. I've displayed this file, but this gives me no additional information. I've tried running it in terminal: nothing. Maybe it has installed, and I just don't know it. How would I even check if it's installed? (I'm only installing libusb because I need it for something else).

View 5 Replies View Related

Hardware :: Check To See If Box Has A RSA Card Installed On It?

Apr 20, 2011

how do I check to see if my linux box has a RSA card installed on it?

View 1 Replies View Related

Server :: Check What FTP Is Installed / Running

Mar 13, 2010

When I installed CentOS v5, I declined the FTP server that cane with it because I have used and prefer ProFTPd. Now I'm not so sure what's running. How do I check what FTP is installed and / or running? ALSO there seem to be TWO ProFTPd conf files, one at:

[code]...

They have different content. Which is the one that is being used?

View 3 Replies View Related

Software :: Check Weblogic Is Installed Or Not?

Nov 9, 2010

How to check weblogic is installed or not? and status weblogic services

View 1 Replies View Related

Red Hat :: Check Installed License In RHEL 5.5?

Jul 8, 2010

I'm in charge of a full RHEL inventary for a client and some of their RHEL are licenced but they doesn't know the license key applied to those servers...There exists some way to check the installed (and unlicenced Servers) for RHEL 5.5?

View 1 Replies View Related

Slackware :: GLUT: Fatal Error In Torcs-bin: Failed To Create OpenGL Rendering Context

Jan 15, 2011

I have installed torcs (using sbopkg) and the dependencies plib, OpenAL, and freealut. On running it I get

Quote:

GLUT: Fatal Error in torcs-bin: failed to create OpenGL rendering context.

I am not sure if it is relevant but this is xorg.conf

Quote:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder62) Tue Jul 28 19:48:57 PDT 2009
Section "ServerLayout"

[code]....

View 9 Replies View Related

Ubuntu :: Check What Type Of Memory Installed?

Jan 29, 2010

there a way to check what type of memory is in a laptop & how much it can have,

View 7 Replies View Related

Ubuntu :: How To Check Which Version Installed On My Computer

Jun 1, 2010

This has probably been answered elsewhere, but I could not see it - how can I check which version of Ubunbtu I have installed and whether it is 32 or 64 bit?

View 9 Replies View Related

Ubuntu :: Check User Installed Programs?

Jul 8, 2010

How do check the programs that the actual user of the computer installed. I do not care at all about the default programs that came with your distro of Linux, I only want the user installed programs.

View 3 Replies View Related

Ubuntu :: Check All Installed Modules In System?

Mar 31, 2011

1) How to check all installed modules in Ubuntu?
2) How to check whether I installed a specific module or not? For example, uhci_hcd ?
3) How to install a specific module?

View 1 Replies View Related

Ubuntu :: Check Which Versions Of An Application Are Installed?

Apr 22, 2011

Let's say that I've installed the following versions of R on my computer.

R 2.10
R 2.11
R 2.12

Is there a bash command which can be used to getst of all versions which are installed.I've used dpkg --get-selections | grep r-base but that just return 'r-base' and i'd have no info on the version.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved