Hugo Alberto Pelayo Posted October 19, 2011 Posted October 19, 2011 Hi folks. I use a linux version on ET. here are my specs, I hope someone can help. Intel® Celeron® M CPU 420 @ 1.60GHz 2.5gb Ram Intel® 945GM x86/MMX/SSE2 1280x800 laptop screen DSL Looking for better performance, graphics not to important other than for targeting and no confusing my team with theirs. I play just under my screens resolution, the one above 800x600 I play with default, don't know if I should change to more or less. Indifferent to this one, which ever people recommend. I would say 90 as I get closer to the screen to see better sometimes. I don't use any but if I should recommendations are always welcome. I am very new to all this and am not optomized for anything. Thank you for your time. Metaxa Quote
Anton Chigurh Posted October 19, 2011 Posted October 19, 2011 Hi Hugo, Not shure what you want , i guess more FPS??? What linux version you use ? Open GL? etc. What is the outcome if you run glxgears??? It makes a big difference if you have a very "lean" distribution and not suse or redhat or equivalent. I've tried running ET on Linux installed Dell with the same graphics chip and was not impressed with its performance. So not so much answers and even more questions Quote
dedz Posted October 22, 2011 Posted October 22, 2011 I don't think an O/S will have a difference on your performance in ET. Mainly just the hardware. And, with Intel® Celeron® M CPU 420 @ 1.60GHz you will hardly get decent FPS. Just stick to the default config, take off some of the extra lighting(coronas, dynamiclight, etc) and make smaller adjustments. Quote
Clan Friend SunLight Posted October 23, 2011 Clan Friend Posted October 23, 2011 I get the same fps on win and linux. The only differences in my config are: - Thumb mouse button binded as kp_equals on Linux for some bug Linux only config: seta in_dgamouse "2" // mouse direct input for Linux seta r_smp 1 // multiprocessor, doesn't work though... too bad it's not really implemented, more a placebo setting seta in_shiftedkeys "1" seta in_subframe "0" Win only config: seta r_smp "0" seta in_dgamouse "0" kp_equals becomes mouse3 another difference is that you can't use r_ignorehwgamma on Linux, the rest is the same. Here is my graphics config if you need some extra fps (I generally play from Linux): I have checked it for you at http://www.cfgcheck.cl4ym4n.de/ you can double check, ofc it's not guaranteed to give you more fps, and please make a backup of your etconfig before. With my gfx card setting a higher r_picmip gives no fps gain at all, so I prefer to use 0, you might try to set it to 3. ////////////////////////////////////////// // SunLight ET Config - CF_GRAPH.CFG ////////////////////////////////////////// ///////////////////////////// // Monitor res & Hz, commented out //seta r_mode "3" unsafe // 640x480 //seta r_mode "4" unsafe // 800x600 //seta r_mode "6" unsafe // 1024x768 //seta r_mode "8" unsafe // 1280x1024 //seta r_fullscreen "1" //seta r_customwidth "1680" //seta r_customheight "1050" //seta r_mode "-1" unsafe //seta r_displayRefresh "60" ///////////////////////////// // VSync seta r_finish "0" seta r_swapInterval "0" ///////////////////////////// // Gamma, brightness seta r_gamma "2" seta r_ignorehwgamma "0" seta r_intensity "1.1" seta r_mapoverbrightbits "3" seta r_overbrightbits "1" seta r_lightmap "0" ///////////////////////////// // Textures seta ui_r_picmip "0" seta r_picmip "0" // 3 is more blurred, could give fps increase on some uberold hardware seta r_textureanisotropy "1.0" seta r_simpleMipMaps "1" seta r_detailtextures "0" seta ui_r_detailtextures "1" seta r_roundImagesDown "1" seta r_stencilbits "0" unsafe seta r_depthbits "24" unsafe seta r_colorbits "32" unsafe seta r_colormiplevels "0" seta r_texturebits "32" unsafe seta r_textureMode "GL_LINEAR_MIPMAP_NEAREST" // "GL_NEAREST_MIPMAP_NEAREST" seta r_rmse "0.0" ///////////////////////////// // Details, fps tweaks seta ui_r_lodbias "0" seta r_lodbias "9" // set level-of-detail bias (0 is high quality, low FPS, high = lower detail) seta r_fastsky "1" seta r_drawSun "0" seta r_subdivisions "20" seta r_lodcurveerror "60" seta r_ignoreFastPath "0" // If enabled, ignores certain path optimizations for some shader types (sky and unfogged multitexture) ///////////////////////////// // Extensions / Other seta r_allowExtensions "1" unsafe seta r_ext_compressed_textures "1" unsafe seta r_ext_gamma_control "1" unsafe seta r_ext_multitexture "1" unsafe seta r_ext_compiled_vertex_array "1" unsafe seta r_ext_texture_env_add "1" unsafe seta r_ext_ATI_pntriangles 0 seta r_ext_nv_fog_dist 0 seta r_ext_texture_filter_anisotropic 0 seta r_ati_truform_normalmode "GL_PN_TRIANGLES_NORMAL_MODE_LINEAR" unsafe seta r_ati_truform_pointmode "GL_PN_TRIANGLES_POINT_MODE_LINEAR" unsafe seta r_ati_fsaa_samples "0" unsafe seta r_ati_truform_tess "0" unsafe seta r_nv_fogdist_mode "GL_EYE_RADIAL_NV" unsafe seta r_clamptoedge 1 seta r_showmodelbounds 0 seta r_shownormals 0 seta r_showtris 0 seta r_normallength 0.5 seta r_highqualityvideo "0" seta r_flares "0" seta r_flareFade "5" // set lens flare fading rate seta r_railCoreWidth "1" seta r_railSegmentLength "32" seta r_railWidth "16" seta r_znear "3" // near Z clip plane seta r_stereo "0" // enable stereo video rendering (buggy) seta r_primitives "0" seta r_inGameVideo "0" seta r_dynamiclight "0" // enable dynamic lighting (0 will increase FPS) seta r_dlightBacks "0" // off (0) disables rendering of dynamic lights through walls seta r_norefresh "0" seta r_drawentities "1" seta r_drawworld "1" seta r_nocull "0" // force rendering of hidden objects (slows performance) seta r_facePlaneCull "1" // enable culling of brush faces not in view (0 will slow FPS) seta r_nocurves "0" seta r_singleShader "0" seta r_noportals "0" // disable portal rendering, setting to 1 may increase FPS but will also remove the portal effects from the game seta r_portalonly "0" seta r_ignoreGLErrors "1" //seta r_wolffog "0" //seta r_drawfoliage "0" ///////////////////////////// // other client stuff seta cg_shadows "0" seta cg_viewsize "100" seta cg_letterbox "0" seta cg_marktime "0" seta cg_wolfparticles "0" seta cg_brassTime "0" seta cg_atmosphericEffects "0" seta cg_gibs "0" seta cg_coronas "0" seta cg_coronafardist "0" seta cg_bobroll "0" seta cg_bobpitch "0" seta cg_bobup "0" seta cg_runroll "0" seta cg_runpitch "0" seta cg_bobyaw "0" seta cg_recoilPitch "0" seta cg_blinktime "100" seta cg_showblood "0" seta cg_bloodDamageBlend "0" seta cg_bloodTime "0" seta cg_bloodflash "0" seta cg_gunx "0" seta cg_guny "0" seta cg_gunz "0" seta cg_gun_frame "0" Quote
Hugo Alberto Pelayo Posted October 26, 2011 Author Posted October 26, 2011 Thanks for the responses guys. I use ubuntu as my distro, I don't lag or things like that. I use default settings and it runs normal just unsure of their is anything special I should not be using, like details settings and the like. I don't know much about how these things work or whether it would improve my game play experience. I'm generally not very good and often times spend it as spectator following other players around to see what I'm doing different. Thanks for all the advise. Anyone figured out how to connect to Vent servers from Linux? Thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.