Sponsored Content
Operating Systems Linux SuSE OpenSUSE 13.1: Starters Guide Post 302912702 by UrAvgLinuxUser on Monday 11th of August 2014 12:36:21 PM
Old 08-11-2014
OpenSUSE 13.1: Starters Guide

[deleted outlink]

Last edited by Corona688; 08-11-2014 at 02:04 PM..
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Opensuse installation

I have never installed unix, after going through forum i realised opensuse is one of the goodoptions. I have downloaded iso image and burned DVD and took installation print out. I have created a partition (g)of 10gb, but my question is how do i make unix to get installed on my partitioned... (0 Replies)
Discussion started by: striker1
0 Replies

2. SuSE

Opensuse mt command

do not have lock and unlock function, is any way to lock the tape drive under opensuse 10? thanks (4 Replies)
Discussion started by: lijiajin
4 Replies

3. SuSE

openSUSE support

does Novell support openSUSE as it does for it's server packages, or is openSUSE's support the same as every other distribution of linux? (1 Reply)
Discussion started by: bcbotha
1 Replies

4. SuSE

novell client for opensuse 10.2 and 11.1

hi i am a network techy and have been given the task of trying to get an opensuse 10.2 laptop and 11.1 laptop the work on our network. we have an open enterprise server for netware 6.5. i would like some help to finding out if there are clients for the 2 releases and how to set them up. ALL info... (1 Reply)
Discussion started by: brendanb
1 Replies

5. SuSE

openSuse 11.1 RAID 0 Question

Hello, I have a file server running openSuse 11.1, that has two HDDs running in RAID 0 (mirroring) using the md software RAID linux driver. I was considering removing this RAID, using one of the drives as the OS and the other as a data drive. Is there any way to stop using this as a RAID set to do... (4 Replies)
Discussion started by: vwgtiturbo
4 Replies

6. UNIX for Dummies Questions & Answers

Unis for starters

Hi to all, I've been a member of this forum before but this is the first time that I will be posting. I just want to ask since I'm very interested in learning Unix, may I know any resources as in reliable resources for dummies like me :D thanks in advance!! (3 Replies)
Discussion started by: jeco
3 Replies
GLDELETEFRAMEBUFFERS(3G)					    OpenGL 3.3						  GLDELETEFRAMEBUFFERS(3G)

NAME
glDeleteFramebuffers - delete framebuffer objects C SPECIFICATION
void glDeleteFramebuffers(GLsizei n, GLuint *framebuffers); PARAMETERS
n Specifies the number of framebuffer objects to be deleted. framebuffers A pointer to an array containing n framebuffer objects to be deleted. DESCRIPTION
glDeleteFramebuffers deletes the n framebuffer objects whose names are stored in the array addressed by framebuffers. The name zero is reserved by the GL and is silently ignored, should it occur in framebuffers, as are other unused names. Once a framebuffer object is deleted, its name is again unused and it has no attachments. If a framebuffer that is currently bound to one or more of the targets GL_DRAW_FRAMEBUFFER or GL_READ_FRAMEBUFFER is deleted, it is as though glBindFramebuffer() had been executed with the corresponding target and framebuffer zero. ERRORS
GL_INVALID_VALUE is generated if n is negative. SEE ALSO
glGenFramebuffers(), glBindFramebuffer(), glCheckFramebufferStatus() COPYRIGHT
Copyright (C) 2010 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/. OpenGL 3.3 03/08/2011 GLDELETEFRAMEBUFFERS(3G)
All times are GMT -4. The time now is 05:36 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy