Sponsored Content
Full Discussion: New Desktop Configuration
Operating Systems Linux Gentoo New Desktop Configuration Post 302252623 by s4g3 on Thursday 30th of October 2008 01:52:40 AM
Old 10-30-2008
New Desktop Configuration

Hi Guys,

I dont know if this is the right thread to post this but i didnt find a better category. I am planning to buy a new desktop and i would need your suggestions for that. The desktop will be mainly for
1) FPS and MMORPG gaming in Windows (Quake, UT and WOW)
2) Linux for programming (Gentoo, Ubuntu and RH)
3) Open solaris for programming / experimenting

So right now the biggest confusion i have is whether to go for Intel and AMD (and i am sure i am not the first one to break my head over it). I was looking at the prices of AMD dual core and seems way better than Intel but again I am not sure of the performance and the HCL for linux and opensolaris.
Also i am looking for a motherboard which has inbuilt ATI or Nvidia graphics card for gaming. I dont plan on spending extra for graphics card

Any suggestion would really be appreciated.
Oh just forgot to mention, please also note that the chipset should work on all operating systems

Also, did you guys ever face any issue with 320GB SATA seagate HDD?

Thanks in advance for the help
 

10 More Discussions You Might Find Interesting

1. Linux

My e-Machines desktop

processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 2 model name : Intel(R) Celeron(R) CPU 2.20GHz stepping : 7 cpu MHz : 2192.913 cache size : 8 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug ... (2 Replies)
Discussion started by: WABonnett
2 Replies

2. Solaris

Saving Desktop configuration

How can I save my desktop configurations?? (background, wallpaper, etc) (2 Replies)
Discussion started by: ulisses0205
2 Replies

3. Solaris

i cant get to my desktop

i just tryed to install solaris 10.. it installed fine.. but when i restarted it and tried to use it.. i get a message that says: The X server cannot be started on display :0... what do i do? :confused: (5 Replies)
Discussion started by: hiimcody1
5 Replies

4. UNIX for Dummies Questions & Answers

Cant get into desktop

I am a newb linux user. And i am running suse 9.3 pro. When i first installed it a couple of days ago, it booted into the desktop fine the first four or five times. And not when i turn on my computer and boot linux and loads the devices, then it prompts me... UserName: Password: (which... (1 Reply)
Discussion started by: derekmpage
1 Replies

5. UNIX Desktop Questions & Answers

Show us your Desktop

I don't see any threads like this and I know that a bunch of people have really cool desktops, so I`ll start. rules 1 no images in your post,attachments only 2 no default desktops, tha would be very much a waste (2 Replies)
Discussion started by: Genral
2 Replies

6. UNIX Desktop Questions & Answers

Pin to desktop

Hello everybody! I need some help. Is there a way to pin a window to the desktop in Linux? I have a list of tasks in Calc. And I want the window of Calc to be always before my eyes, so that it sort of reminds me of my tasks. The window must be «stuck» to the desktop, and when I click the... (0 Replies)
Discussion started by: alex777
0 Replies

7. What is on Your Mind?

Which OS you use for Desktop

I am on Solaris 10 cat /etc/release Solaris 10 10/09 s10x_u8wos_08a X86 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 16 September 2009 (16 Replies)
Discussion started by: solaris_user
16 Replies

8. UNIX Desktop Questions & Answers

Which is best OS for Desktop

We are going to use Linux Desktop systems. Which one will be the best option ? I prefer CentOS , but in CentOS which one ? I heard fedora will take more Ram space..!! is it ? P.S 1. Users are developers , with eclipse , java , tomcat webserver etc. 2. System Configuration ~: 2GB ,... (8 Replies)
Discussion started by: linuxadmin
8 Replies

9. Red Hat

Need Good Configuration For RHEL Virtualization Desktop

Hi All , I want a Good Specification For Building a Coustum PC must Have With Intel Motherboard and Intel Processor , And Must Have Virtualization , Cos im Gonna Install Redhat Enterprise Virtualization Based PC and Gonna install win Xp , Win 7 as a Guest Os in it .. Any one Have Good Spec for... (2 Replies)
Discussion started by: babinlonston
2 Replies

10. UNIX for Advanced & Expert Users

.Desktop files

Hi all I have Fedora 20 installed. I want to write a .desktop file that will open file manager and show the contents of a specific directory. Is there a way to do this? Type=Link (can i put path here?) Name=OpenAppDirectory Icon=Logo.png Please use CODE tags when displaying sample... (0 Replies)
Discussion started by: fedora18
0 Replies
desktop_color_depth(3alleg4)					  Allegro manual				      desktop_color_depth(3alleg4)

NAME
desktop_color_depth - Finds out the desktop color depth. Allegro game programming library. SYNOPSIS
#include <allegro.h> int desktop_color_depth(); DESCRIPTION
Finds out the currently selected desktop color depth. You can use this information to make your program use the same color depth as the desktop, which will likely make it run faster because the graphic driver won't be doing unnecessary color conversions behind your back. Under some OSes, switching to a full screen graphics mode may automatically change the desktop color depth. You have, therefore, to call this function before setting any graphics mode in order to retrieve the real desktop color depth. Example: allegro_init(); ... if ((depth = desktop_color_depth()) != 0) { set_color_depth(depth); } RETURN VALUE
Returns the color depth or zero on platforms where this information is not available or does not apply. SEE ALSO
get_desktop_resolution(3alleg4), set_color_depth(3alleg4), set_gfx_mode(3alleg4) Allegro version 4.4.2 desktop_color_depth(3alleg4)
All times are GMT -4. The time now is 06:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy