Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Gamers & Players
  • Search

7800gs = ati 9700 pro???

Having problems getting your favorite Linux game to work? Want to discuss strategies? This is the place!
Post Reply
  • Print view
Advanced search
21 posts • Page 1 of 1
Author
Message
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

7800gs = ati 9700 pro???

  • Quote

Post by Hell-Razor » Fri May 05, 2006 5:35 am

Alright somethings not right here. I got rid of my 9700 pro today and tossed in a nvidia 7800gs which is a way better card. But I cannot increase the settings at all in World of Warcraft to get any better graphics. If I do I get the same fps lag I would iwth my other card. Any suggestions? DRI is enabled. I followed the instructoins on http://www.gentoo.org/doc/en/nvidia-guide.xml. I have tried WoW in both opengl and D3D modes with about the same. I messed around with the detail but i still get about the same graphics.

Any ideas what I may be doing wrong? missing? Because this is not right.
Last edited by Hell-Razor on Tue May 09, 2006 8:06 am, edited 1 time in total.
Top
himpierre
l33t
l33t
User avatar
Posts: 867
Joined: Sat Aug 31, 2002 7:08 am
Location: Berlin

  • Quote

Post by himpierre » Fri May 05, 2006 8:01 am

Hello.

Please post the output of "glxinfo".

t.
Top
whig
l33t
l33t
Posts: 973
Joined: Sat Nov 27, 2004 8:36 am
Location: New Zealand

  • Quote

Post by whig » Fri May 05, 2006 9:55 am

nvidia drivers aren't meant to be used with DRI. Remove it from xorg.conf.
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Sat May 06, 2006 1:23 am

whig -- here is my xorg.conf...

Code: Select all

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/share/X11/rgb"
	ModulePath   "/usr/lib64/xorg/modules"
	FontPath     "/usr/share/fonts/misc"
	FontPath     "/usr/share/fonts/75dpi"
	FontPath     "/usr/share/fonts/100dpi"
	FontPath     "/usr/share/fonts/TTF"
	FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"
#	SubSection "extmod"
#		Option	"omit xfree86-dga"
#	EndSubSection
	Load  "glx"
	Load  "extmod"
	Load  "xtrap"
	Load  "record"
	Load  "dbe"
#	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
      Option        "AutoRepeat" "500 30"
      Option        "XkbRules" "xorg"
      Option        "XkbModel" "pc105"
      Option        "XkbLayout" "us"

EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  430   320	# mm
	Identifier   "Monitor0"
	VendorName   "SAM"
	ModelName    "SyncMaster"
 ### Comment all HorizSync and VertSync values to use DDC:
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "Dac8Bit"            	# [<bool>]
        #Option     "BusType"            	# [<str>]
        #Option     "CPPIOMode"          	# [<bool>]
        #Option     "CPusecTimeout"      	# <i>
        #Option     "AGPMode"            	# <i>
        #Option     "AGPFastWrite"       	# [<bool>]
        #Option     "AGPSize"            	# <i>
        #Option     "GARTSize"           	# <i>
        #Option     "RingSize"           	# <i>
        #Option     "BufferSize"         	# <i>
        #Option     "EnableDepthMoves"   	# [<bool>]
        #Option     "EnablePageFlip"     	# [<bool>]
        #Option     "NoBackBuffer"       	# [<bool>]
        #Option     "DMAForXv"           	# [<bool>]
        #Option     "PanelOff"           	# [<bool>]
        #Option     "DDCMode"            	# [<bool>]
        #Option     "MonitorLayout"      	# [<str>]
        #Option     "IgnoreEDID"         	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "MergedFB"           	# [<bool>]
        #Option     "CRT2HSync"          	# [<str>]
        #Option     "CRT2VRefresh"       	# [<str>]
        #Option     "CRT2Position"       	# [<str>]
        #Option     "MetaModes"          	# [<str>]
        #Option     "MergedDPI"          	# [<str>]
        #Option     "MergedXinerama"     	# [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0" 	# [<bool>]
        #Option     "MergedNonRectangular" 	# [<bool>]
        #Option     "MergedMouseRestriction" 	# [<bool>]
        #Option     "DisplayPriority"    	# [<str>]
        #Option     "PanelSize"          	# [<str>]
        #Option     "ForceMinDotClock"   	# <freq>
        #Option     "ColorTiling"        	# [<bool>]
        #Option     "VideoKey"           	# <i>
        #Option     "RageTheatreCrystal" 	# <i>
        #Option     "RageTheatreTunerPort" 	# <i>
        #Option     "RageTheatreCompositePort" 	# <i>
        #Option     "RageTheatreSVideoPort" 	# <i>
        #Option     "TunerType"          	# <i>
        #Option     "RageTheatreMicrocPath" 	# <str>
        #Option     "RageTheatreMicrocType" 	# <str>
        #Option     "RenderAccel"        	# [<bool>]
        #Option     "SubPixelOrder"      	# [<str>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "DynamicClocks"      	# [<bool>]
        #Option     "BIOSHotkeys"        	# [<bool>]
        #Option     "VGAAccess"          	# [<bool>]
        #Option     "ReverseDDC"         	# [<bool>]
        #Option     "LVDSProbePLL"       	# [<bool>]
        #Option     "AccelMethod"        	# <str>
	Option		"UseInternalAGPGART"	"yes"
	Identifier  "ATI Graphics Adapter connector 0"
	Driver      "nvidia"
	VendorName  "ATI Technologies Inc"
	BoardName   "Radeon R300 ND [Radeon 9700 Pro]"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"

      Identifier "Screen0"
      Device     "ATI Graphics Adapter connector 0"
      Monitor    "Monitor0"
      DefaultDepth     24
      SubSection "Display"
          Viewport   0 0
          Depth     24
          Modes    "1600x1200"
     EndSubSection
EndSection


Section "DRI"
    #Group        0
    Mode         0666
EndSection
i know i have stom ati stuff in there but what should i change?



" glxinfo " for himpierre --

Code: Select all

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
client glx extensions:
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_visual_info, 
    GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_SGI_video_sync, 
    GLX_NV_swap_group, GLX_NV_video_out, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGI_swap_control, GLX_NV_float_buffer, GLX_ARB_fbconfig_float
GLX version: 1.3
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_video_sync, GLX_SGI_swap_control, 
    GLX_ARB_multisample, GLX_NV_float_buffer, GLX_ARB_fbconfig_float, 
    GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce 7800 GS/AGP/SSE2
OpenGL version string: 2.0.2 NVIDIA 87.56
OpenGL extensions:
    GL_ARB_color_buffer_float, GL_ARB_depth_texture, GL_ARB_draw_buffers, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_half_float_pixel, GL_ARB_imaging, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_shadow, GL_ARB_shader_objects, GL_ARB_shading_language_100, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_compression, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, GL_ARB_texture_float, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_texture_float, 
    GL_ATI_texture_mirror_once, GL_S3_s3tc, GL_EXT_texture_env_add, 
    GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_Cg_shader, GL_EXT_depth_bounds_test, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_object, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_sRGB, GL_EXT_timer_query, 
    GL_EXT_vertex_array, GL_HP_occlusion_test, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, 
    GL_NV_copy_depth_to_color, GL_NV_depth_clamp, GL_NV_fence, 
    GL_NV_float_buffer, GL_NV_fog_distance, GL_NV_fragment_program, 
    GL_NV_fragment_program_option, GL_NV_fragment_program2, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_multisample_filter_hint, 
    GL_NV_occlusion_query, GL_NV_packed_depth_stencil, GL_NV_pixel_data_range, 
    GL_NV_point_sprite, GL_NV_primitive_restart, GL_NV_register_combiners, 
    GL_NV_register_combiners2, GL_NV_texgen_reflection, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_rectangle, 
    GL_NV_texture_shader, GL_NV_texture_shader2, GL_NV_texture_shader3, 
    GL_NV_vertex_array_range, GL_NV_vertex_array_range2, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, 
    GL_NVX_conditional_render, GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, 
    GL_SGIX_depth_texture, GL_SGIX_shadow, GL_SUN_slice_accum
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x21 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x22 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x24 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x27 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x2a 24 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x2b 24 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x2c 24 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x2d 24 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x2e 24 tc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x2f 24 tc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x30 24 tc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x31 24 tc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x32 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
0x33 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
0x34 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
0x35 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
0x36 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
0x37 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
0x38 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
0x39 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
0x3a 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
0x3b 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
0x3c 24 tc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
0x3d 24 tc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
0x3e 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
0x3f 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
0x40 24 tc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
0x41 24 tc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
0x42 24 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  2 1 Ncon
0x43 24 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  2 1 Ncon
0x44 24 tc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  4 1 Ncon
0x45 24 tc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  4 1 Ncon
0x46 24 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  2 1 Ncon
0x47 24 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  2 1 Ncon
0x48 24 tc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  4 1 Ncon
0x49 24 tc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  4 1 Ncon
0x4a 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x4b 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  0 0 None
0x4c 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  0 0 None
0x4d 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x4e 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x4f 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  0 0 None
0x50 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  0 0 None
0x51 24 dc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x52 24 dc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x53 24 dc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  0 0 None
0x54 24 dc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  0 0 None
0x55 24 dc  0 32  0 r  y  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x56 24 dc  0 32  0 r  y  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x57 24 dc  0 32  0 r  .  .  8  8  8  0  4  0  0 16 16 16 16  0 0 None
0x58 24 dc  0 32  0 r  .  .  8  8  8  8  4  0  0 16 16 16 16  0 0 None
0x59 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
0x5a 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
0x5b 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
0x5c 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
0x5d 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  2 1 Ncon
0x5e 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  2 1 Ncon
0x5f 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  0 16 16 16 16  4 1 Ncon
0x60 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  0 16 16 16 16  4 1 Ncon
0x61 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
0x62 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
0x63 24 dc  0 32  0 r  y  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
0x64 24 dc  0 32  0 r  y  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
0x65 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  2 1 Ncon
0x66 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  2 1 Ncon
0x67 24 dc  0 32  0 r  .  .  8  8  8  0  4 24  8 16 16 16 16  4 1 Ncon
0x68 24 dc  0 32  0 r  .  .  8  8  8  8  4 24  8 16 16 16 16  4 1 Ncon
0x69 24 dc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  2 1 Ncon
0x6a 24 dc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  2 1 Ncon
0x6b 24 dc  0 32  0 r  y  .  8  8  8  0  4 16  0 16 16 16 16  4 1 Ncon
0x6c 24 dc  0 32  0 r  y  .  8  8  8  8  4 16  0 16 16 16 16  4 1 Ncon
0x6d 24 dc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  2 1 Ncon
0x6e 24 dc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  2 1 Ncon
0x6f 24 dc  0 32  0 r  .  .  8  8  8  0  4 16  0 16 16 16 16  4 1 Ncon
0x70 24 dc  0 32  0 r  .  .  8  8  8  8  4 16  0 16 16 16 16  4 1 Ncon

hope this helps. if you need anything else posted just tell me what you need and ill be checking back for the next few hours.
Top
whig
l33t
l33t
Posts: 973
Joined: Sat Nov 27, 2004 8:36 am
Location: New Zealand

  • Quote

Post by whig » Sat May 06, 2006 4:34 am

You have got some changing to carry out. Consider starting from a fresh xorg.conf - it may be easier. I could send you my conf instead of clogging up this thread with long posts. Also check your X log to see if anything is wrong.
Top
deadstar
Guru
Guru
User avatar
Posts: 319
Joined: Tue Nov 02, 2004 2:01 pm
Location: England

  • Quote

Post by deadstar » Sat May 06, 2006 9:54 am

I'd start a fresh xorg.conf using the 'xorgconfig' tool.

Run the tool, then you'll need to make the following changes to your xorg.conf:

- Mouse setting will be wrong, you'll need to change it to /dev/input/mice
- Uncomment #Load "glx"
- Change video driver to "nvidia"

This is the minimal config file for nVidia.
Hysteriagaming.co.uk is now DOT COM! New design, forum, articles, the works! http://www.hysteriagaming.com

(\ /)
(O.o)
(> <)
This is Bunny. Copy Bunny into your signature to help him on his way to world domination
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Sat May 06, 2006 9:51 pm

whig sent me his config and i basically used that but i still dont see much of a difference...
Top
whig
l33t
l33t
Posts: 973
Joined: Sat Nov 27, 2004 8:36 am
Location: New Zealand

  • Quote

Post by whig » Sat May 06, 2006 10:30 pm

Dumb question, just covering bases here, is the extra power molex plugged into the card?
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Sat May 06, 2006 11:59 pm

lol yes... have a pretty powerful power supply dont remember if its a 450 or 480 though...
Top
nukem996
l33t
l33t
Posts: 776
Joined: Thu Nov 13, 2003 2:12 am

  • Quote

Post by nukem996 » Sun May 07, 2006 1:05 am

Here is my config for my eVGA 7800 GT and my modules section incase you want to use it.

Code: Select all

Section "Module"    
        Load  "ddc"  # ddc probing of monitor
        Load  "dbe" 
        Load  "extmod"
        Load  "glx" 
        Load  "bitmap" # bitmap-fonts
        Load  "speedo"
        Load  "type1"
        Load  "freetype"
        Load  "record"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "NVIDIA"
        BoardName   "NVIDIA Geforce 7800 GT"
        Option      "RenderAccel"       "on"
        Option      "DPMS"              "on"
        Option      "DigitalVibrance"   "0"
        Option      "RandRRotation"     "true"
        Option      "AllowDDCCI"        "true"
        Option      "Coolbits"          "1"
EndSection
Top
J0rus
n00b
n00b
User avatar
Posts: 30
Joined: Tue May 27, 2003 5:41 am
Location: Maryland, USA

  • Quote

Post by J0rus » Sun May 07, 2006 4:05 am

Have you tried any linux native games? Wondering if this is a Wine/Cedega only problem...

Also, what's the rest of your system specs?
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Sun May 07, 2006 5:02 am

A lot of people (using cedega) say that i am getting below average. Anyway lets see here

amd 64 3000+, 2 gigs ram, 450 or 480 psu.

[EDIT]
i have not tried any native games.
Top
J0rus
n00b
n00b
User avatar
Posts: 30
Joined: Tue May 27, 2003 5:41 am
Location: Maryland, USA

  • Quote

Post by J0rus » Sun May 07, 2006 5:35 am

I suggest trying a couple linux native 3D games to see how they perform. Quake4 demo, Enemy Territory, UT2K4 demo, etc.

The first thing that pops out at me is you are running AGP. Take a look at the following wiki, specifically the section about AGPVertexRam.

http://cedegawiki.sweetleafstudios.com/ ... f_Warcraft

I know there was an issue with the 8x.xx nvidia drivers that only allowed 24MB of AGP RAM to be used by Cedega. If the above doesn't help maybe try downgrading to the 7x.xx series drivers.
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Sun May 07, 2006 6:29 am

hrm

Code: Select all

Fast Writes:     Disabled
so i added

Code: Select all

 options nvidia NVreg_EnableAGPFW=1
to my modules.conf, im assuming a modules-update and a reboot is required for this to be hunky dory...

Code: Select all

$ cat /proc/driver/nvidia/agp/host-bridge
Host Bridge:     PCI device 1106:0282
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 
Registers:       0x1f000a1a:0x00000b02

Code: Select all

$ cat /proc/driver/nvidia/agp/card
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 4x 
Registers:       0xff000e1b:0x1f000302

Code: Select all

$ cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          AGPGART
AGP Rate:        8x
Fast Writes:     Disabled
SBA:             Enabled

[EDIT] All this was beofre i added the option to modules.conf...when i reboot later tonight or tomorrow morning ill repost if Fast Write != enabled.
Top
himpierre
l33t
l33t
User avatar
Posts: 867
Joined: Sat Aug 31, 2002 7:08 am
Location: Berlin

  • Quote

Post by himpierre » Sun May 07, 2006 8:10 am

lol yes... have a pretty powerful power supply dont remember if its a 450 or 480 though...
That does not answers the question.

t.
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Sun May 07, 2006 5:40 pm

That was meant to be
Yes i do have it plugged in.
I also have a pretty powerful power supply, more th an what the min said it should be for the card (getting a psu issue right out of the way)
Top
himpierre
l33t
l33t
User avatar
Posts: 867
Joined: Sat Aug 31, 2002 7:08 am
Location: Berlin

  • Quote

Post by himpierre » Sun May 07, 2006 5:53 pm

That was meant to be
Yes i do have it plugged in.
Oh, okay. Just wanted to be sure. :-)

t.
Top
nukem996
l33t
l33t
Posts: 776
Joined: Thu Nov 13, 2003 2:12 am

  • Quote

Post by nukem996 » Sun May 07, 2006 7:40 pm

Hell-Razor wrote:hrm

Code: Select all

Fast Writes:     Disabled
so i added

Code: Select all

 options nvidia NVreg_EnableAGPFW=1
to my modules.conf, im assuming a modules-update and a reboot is required for this to be hunky dory...

Code: Select all

$ cat /proc/driver/nvidia/agp/host-bridge
Host Bridge:     PCI device 1106:0282
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 
Registers:       0x1f000a1a:0x00000b02

Code: Select all

$ cat /proc/driver/nvidia/agp/card
Fast Writes:     Supported
SBA:             Supported
AGP Rates:       8x 4x 
Registers:       0xff000e1b:0x1f000302

Code: Select all

$ cat /proc/driver/nvidia/agp/status
Status:          Enabled
Driver:          AGPGART
AGP Rate:        8x
Fast Writes:     Disabled
SBA:             Enabled

[EDIT] All this was beofre i added the option to modules.conf...when i reboot later tonight or tomorrow morning ill repost if Fast Write != enabled.
Wait a minute. They only make the 7800 GT as a PCI-E card, meaning AGP has nothing to do with it. If your 7800 is AGP then it has to be the 7800 GS, not the 7800 GT, so which one is it?
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Tue May 09, 2006 5:38 am

shit sorry its the gs, not gt :oops:
Top
feld
Guru
Guru
User avatar
Posts: 593
Joined: Sun Aug 29, 2004 5:29 pm
Location: USA

  • Quote

Post by feld » Wed May 10, 2006 7:34 pm

nice to see another wisconsinite in here. I'm only 20 mins south of you!


what nvidia driver version are you using? what kernel version? are you sure you have all the kernel settings required by the nvidia drivers?


as far as kernel version: there have lots of bugs been squashed with AGP over the last few releases.....





-Feld
< bmg505> I think the first line in reiserfsck is

if (random(65535)< 65500) { hose(partition); for (i=0;i<100000000;i++) print_crap(); }
Top
Hell-Razor
Guru
Guru
Posts: 458
Joined: Thu Jun 10, 2004 5:47 pm

  • Quote

Post by Hell-Razor » Thu May 11, 2006 5:20 am

Cool, glad your 20 min south of me ( i guess )


anyway im using -- 2.6.16-gentoo-r3 (will update soon) if theres any different kernels that are better toss me a tell


drivers are uhh --

Code: Select all

*  media-video/nvidia-glx       
      Latest version available: 1.0.8756
      Latest version installed: 1.0.8756
      Size of files: 31,582 kB  
      Homepage:      http://www.nvidia.com/
      Description:   NVIDIA X11 driver and GLX libraries
      License:       NVIDIA     

*  media-video/nvidia-kernel    
      Latest version available: 1.0.8756
      Latest version installed: 1.0.8756
      Size of files: 22,375 kB  
      Homepage:      http://www.nvidia.com/
      Description:   Linux kernel module for the NVIDIA X11 driver
      License:       NVIDIA     
                              
*  media-video/nvidia-settings  
      Latest version available: 1.0.20051122-r3
      Latest version installed: 1.0.20051122-r3
      Size of files: 1,065 kB   
      Homepage:      http://www.nvidia.com/
      Description:   NVIDIA Linux X11 Settings Utility
      License:       GPL-2      

and my loaded modules --

Code: Select all

Module                  Size  Used by
snd_seq_midi            6848  0 
snd_emu10k1_synth       6464  0 
snd_emux_synth         28928  1 snd_emu10k1_synth
snd_seq_virmidi         5568  1 snd_emux_synth
snd_seq_midi_event      6464  2 snd_seq_midi,snd_seq_virmidi
snd_seq_midi_emul       5824  1 snd_emux_synth
snd_seq                45280  5 snd_seq_midi,snd_emux_synth,snd_seq_virmidi,snd_seq_midi_event,snd_seq_midi_emul
snd_pcm_oss            45536  2 
snd_mixer_oss          14528  1 snd_pcm_oss
snd_emu10k1           107204  3 snd_emu10k1_synth
snd_rawmidi            20576  3 snd_seq_midi,snd_seq_virmidi,snd_emu10k1
nvidia               5414324  28 
snd_ac97_codec         97496  1 snd_emu10k1
snd_ac97_bus            2432  1 snd_ac97_codec
snd_pcm                77004  3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_seq_device          6476  4 snd_seq_midi,snd_emu10k1_synth,snd_emu10k1,snd_rawmidi
snd_timer              19016  3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc          8592  2 snd_emu10k1,snd_pcm
snd_util_mem            3840  2 snd_emux_synth,snd_emu10k1
snd_hwdep               8008  2 snd_emux_synth,snd_emu10k1
snd                    47016  12 snd_emux_synth,snd_seq_virmidi,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
soundcore               7776  3 snd


as far as the kernel settings i think everything is alright
Top
Post Reply
  • Print view

21 posts • Page 1 of 1

Return to “Gamers & Players”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic