Sponsored Content
Full Discussion: Intel 965 motherboard series
Operating Systems Linux Intel 965 motherboard series Post 302205670 by talk2hod on Monday 16th of June 2008 04:30:18 AM
Old 06-16-2008
Intel 965 motherboard series

Can anybody help me about 965 motherboard? I have one, and i want visual console on it in RHEL5. If anyone has the module any any form plz send it for me.

I will very thankful to U.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Which motherboard???

Hello All I'm looking to buy a new motherboard because my current one (ABIT BE6-II v1.1) doesn't support the installation of Unix. I'd like to keep my CPU (Genuine Intel PIII 800 Mhz) and memory (512 Meg) to use on the new motherboard. My CPU is one of those cartridge types which is mounted... (5 Replies)
Discussion started by: purloiner
5 Replies

2. Filesystems, Disks and Memory

Motherboard Compatibility

Hi there,, I URGENTLY need to know if the Gigabyte GA 8IDML Motherboard is compatible with the Unix BSD. We need to know if we should buy new boards before we can use the product. Thanking you Hannelie Bosch:confused: :confused: (1 Reply)
Discussion started by: hbosch
1 Replies

3. Windows & DOS: Issues & Discussions

Need BIOS drivers for motherboard

Does anyone know a good driver site. If you've heard of driverguide.com or driversearch.com please do not reccomend them because I already know them. I need to know where to get Motherboard drivers for a homemade computer. If there is any info that you need to know feel free to make a reply. :) (5 Replies)
Discussion started by: computek
5 Replies

4. UNIX for Dummies Questions & Answers

Replacing Motherboard

My UNIX (SCO) crashed. I replaced the MB and tried reconfiguring all the devices etc...the system detects the NIC ok, but the following are not working properly a) keyboard/credit card swipe which connects to PS/2 port not working b) unable to connect to another PC in the small network c)... (0 Replies)
Discussion started by: maakus
0 Replies

5. Solaris

corrupted motherboard

hi i have a sun server V890 and i added two cpu/memory modules to it but it caused the motherboard to become corrupted could you please help me find what causes this problem and how to avoid it because i changed the corrupted motherboard and i want to do the expansion and I'm scared that ... (2 Replies)
Discussion started by: bahjatm
2 Replies

6. Solaris

Change motherboard

Hello, I am fairly new to Solaris ... You can change the motherboard of a computer with solaris 10? Exist a tutorial for this or can you tell me how to do this? Thanks in advance (3 Replies)
Discussion started by: sedos
3 Replies
Tk_SetWindowVisual(3)					       Tk Library Procedures					     Tk_SetWindowVisual(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_SetWindowVisual - change visual characteristics of window SYNOPSIS
#include <tk.h> int Tk_SetWindowVisual(tkwin, visual, depth, colormap) ARGUMENTS
Tk_Window tkwin (in) Token for window. Visual *visual (in) New visual type to use for tkwin. int depth (in) Number of bits per pixel desired for tkwin. Colormap colormap (in) New colormap for tkwin, which must be compatible with visual and depth. _________________________________________________________________ DESCRIPTION
When Tk creates a new window it assigns it the default visual characteristics (visual, depth, and colormap) for its screen. Tk_SetWin- dowVisual may be called to change them. Tk_SetWindowVisual must be called before the window has actually been created in X (e.g. before Tk_MapWindow or Tk_MakeWindowExist has been invoked for the window). The safest thing is to call Tk_SetWindowVisual immediately after calling Tk_CreateWindow. If tkwin has already been created before Tk_SetWindowVisual is called then it returns 0 and does not make any changes; otherwise it returns 1 to signify that the operation completed successfully. Note: Tk_SetWindowVisual should not be called if you just want to change a window's colormap without changing its visual or depth; call Tk_SetWindowColormap instead. KEYWORDS
colormap, depth, visual Tk 4.0 Tk_SetWindowVisual(3)
All times are GMT -4. The time now is 01:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy