Anmelden

Archiv verlassen und diese Seite im Standarddesign anzeigen : modularer XServer & opengl



der_angler
06.07.06, 22:37
Nabend zusammen,
also ich habe hier ein amd64 System mit ner geforce 6600GT.
Als OS habe ich gentoo 64Bit, beim letzten Update kam dann der modulare xorg7 drauf (weil ja stable).
Das Update verlief soweit auch gut, und als ich danach ein "glxgears" losgelassen habe ... *freu*

angler@angler ~ $ glxgears
56080 frames in 5.0 seconds = 11215.854 FPS
57044 frames in 5.0 seconds = 11408.633 FPS

angler@angler ~ $ su -
Password:
angler ~ # cat /proc/driver/nvidia/agp/status
Status: Enabled
Driver: AGPGART
AGP Rate: 8x
Fast Writes: Disabled
SBA: Enabled

Naja, leider war die Freude nur von kurzer Dauer.
Als ich spielen wollte kamen dann die Probleme :

a) CounterStrike 1.6 mit cedega
Lief zuerst nur mit 2-3 fps, dann nach einigem hin-und-her ging's auf einmal und läuft jetzt flüssig wie vorher :)

b) CounterStrike:Source mit cedega
Hmm, tja, das Steam-Fenster erscheint, Server-Browser geht auch noch, connecte ich dann jedoch auf einen Server dann fängt er an CS:Source zu starten, ich sehe auch für 1 ns den CS:Source Startbildschirm aber das wars dann auch, der Bildschirm wird dunkel und bleibt es auch -> nix passiert mehr :(

c) wow über cedega (mit "-opengl")
geht gar nicht, er beschwert sich beim start gleich das "World of Warcraft konnte die 3-D Beschleunigung nicht starten" ... das wars dann auch, danach beendet es sich. :(

d) wow über cedega (ohne opengl)
damit läßt es sich mittlerweile starten, läuft auch halbwegs(!) flüssig, aber langsamer als vorher und sowie ich Settings ändern will stürzt es ab (ging vorher)

e) ut2004 native
läuft, flüssig und alles, aber ich kann meine auflösung nicht ändern, steht fest auf "800x600" (ging vorher auch) :(

Das sind meine Probleme.
Ich habe bei cedega mal alle(!) Tests durchlaufen lassen und seltsamerweise hat er dort auch alle Test's (auch 3-D beschleunigung) bestanden.


/etc/X11/xorg.conf

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
# Load "dri"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "Files"
#ModulePath "/usr/X11R6/lib/modules"
RgbPath "/usr/share/X11/rgb.txt"
# RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/ttf-bitstream-vera/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection


Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"

Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Dev Name" "Logitech*"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "false"
Option "CorePointer"
Option "Buttons" "8"
Option "ZAxisMapping" "7 8"
EndSection



Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Highscreen"
HorizSync 31.0 - 64.0
VertRefresh 59.0-61.0
Option "DPMS"
EndSection



Section "Device"
BusID "1:0:0"
Driver "nvidia"
Identifier "Videocard1"
VendorName "Nvidia"
Option "RenderAccel" "true"
Option "NoLogo" "true"
Option "NvAGP" "2"
Option "Coolbits" "1"
EndSection


Section "Screen"
Identifier "Screen 1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 16

SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection


Section "ServerLayout"
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection


Section "Extensions"
# Option "Composite" "Enable"
# Option "RENDER" "Enable"
EndSection


#Section "DRI"
# Mode 0666
#EndSection


Wichtig, wenn ich NvAGP auf "1" setze, dann läuft der Treiber nicht mehr richtig, habe bei glxgears dann nur noch die Hälfte der Frames. DRI laden ändert auch nix.

glxinfo

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 6600 GT/AGP/SSE2
OpenGL version string: 2.0.2 NVIDIA 87.62
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 16 tc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x22 16 dc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x23 16 tc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x24 16 tc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x25 16 tc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x26 16 tc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x27 16 tc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x28 16 tc 0 16 0 r y . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x29 16 tc 0 16 0 r . . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x2a 16 tc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x2b 16 tc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x2c 16 tc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x2d 16 tc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x2e 16 tc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x2f 16 tc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x30 16 tc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x31 16 tc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x32 16 tc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x33 16 tc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon
0x34 16 tc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x35 16 tc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon
0x36 16 dc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 0 0 None
0x37 16 dc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x38 16 dc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 0 0 None
0x39 16 dc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x3a 16 dc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 0 0 None
0x3b 16 dc 0 16 0 r y . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x3c 16 dc 0 16 0 r . . 5 6 5 0 4 0 0 16 16 16 16 0 0 None
0x3d 16 dc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x3e 16 dc 0 16 0 r y . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x3f 16 dc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 2 1 Ncon
0x40 16 dc 0 16 0 r . . 5 6 5 0 4 16 0 16 16 16 16 4 1 Ncon
0x41 16 dc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x42 16 dc 0 16 0 r y . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x43 16 dc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 2 1 Ncon
0x44 16 dc 0 16 0 r . . 5 6 5 0 4 24 0 16 16 16 16 4 1 Ncon
0x45 16 dc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x46 16 dc 0 16 0 r y . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon
0x47 16 dc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 2 1 Ncon
0x48 16 dc 0 16 0 r . . 5 6 5 0 4 24 8 16 16 16 16 4 1 Ncon


/var/log/xorg.0.log


X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.16-gentoo-r9 x86_64
Current Operating System: Linux angler 2.6.16-gentoo-r9 #1 PREEMPT Tue Jul 4 16:45:06 CEST 2006 x86_64
Build Date: 05 July 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 6 23:36:06 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "Monitor1"
(**) | |-->Device "Videocard1"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(WW) The directory "/usr/share/fonts/Speedo/" does not exist.
Entry deleted from font path.
(**) FontPath set to "/usr/share/fonts/TTF/,/usr/share/fonts/ttf-bitstream-vera/,/usr/share/fonts/corefonts/,/usr/share/fonts/local/,/usr/share/fonts/misc/,/usr/share/fonts/75dpi/:unscaled,/usr/share/fonts/100dpi/:unscaled,/usr/share/fonts/Type1/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/"
(**) RgbPath set to "/usr/share/X11/rgb.txt"
(==) ModulePath set to "/usr/lib64/xorg/modules"
Couldn't open RGB_DB '/usr/share/X11/rgb.txt'
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.8
X.Org XInput driver : 0.5
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1106,3188 card 1734,102d rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1106,b188 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:0a:0: chip 1814,0201 card 1462,6834 rev 01 class 02,80,00 hdr 00
(II) PCI: 00:0c:0: chip 1106,3065 card 1186,1400 rev 43 class 02,00,00 hdr 00
(II) PCI: 00:0d:0: chip 11c1,5811 card 1734,1026 rev 61 class 0c,00,10 hdr 00
(II) PCI: 00:0f:0: chip 1106,3149 card 1734,102e rev 80 class 01,01,8f hdr 80
(II) PCI: 00:0f:1: chip 1106,0571 card 1734,102e rev 06 class 01,01,8a hdr 00
(II) PCI: 00:10:0: chip 1106,3038 card 1734,102e rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:1: chip 1106,3038 card 1734,102e rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:2: chip 1106,3038 card 1734,102e rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:3: chip 1106,3038 card 1734,102e rev 81 class 0c,03,00 hdr 80
(II) PCI: 00:10:4: chip 1106,3104 card 1734,102e rev 86 class 0c,03,20 hdr 80
(II) PCI: 00:11:0: chip 1106,3227 card 1734,102e rev 00 class 06,01,00 hdr 80
(II) PCI: 00:13:0: chip 1102,0002 card 1102,100a rev 0a class 04,01,00 hdr 80
(II) PCI: 00:13:1: chip 1102,7002 card 1102,0020 rev 0a class 09,80,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,00f1 card 10b0,0801 rev a2 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000e (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xf1000000 - 0xf2ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:17:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xf2000000/24, 0xe0000000/28, 0xf1000000/24
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x100000000) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd0000000 from 0xdfffffff to 0xcfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xf0002400 - 0xf00024ff (0x100) MX[B]
[1] -1 0 0xf0003000 - 0xf0003fff (0x1000) MX[B]
[2] -1 0 0xf0002000 - 0xf00020ff (0x100) MX[B]
[3] -1 0 0xf0000000 - 0xf0001fff (0x2000) MX[B]
[4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[5] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[B](B)
[6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[7] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
[8] -1 0 0x00002c00 - 0x00002c07 (0x8) IX[B]
[9] -1 0 0x00002800 - 0x0000281f (0x20) IX[B]
[10] -1 0 0x00002400 - 0x0000241f (0x20) IX[B]
[11] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[12] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[13] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[14] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[15] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[16] -1 0 0x00003000 - 0x0000300f (0x10) IX[B]
[17] -1 0 0x00003020 - 0x00003023 (0x4) IX[B]
[18] -1 0 0x00003028 - 0x0000302f (0x8) IX[B]
[19] -1 0 0x00003024 - 0x00003027 (0x4) IX[B]
[20] -1 0 0x00003030 - 0x00003037 (0x8) IX[B]
[21] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xf0002400 - 0xf00024ff (0x100) MX[B]
[1] -1 0 0xf0003000 - 0xf0003fff (0x1000) MX[B]
[2] -1 0 0xf0002000 - 0xf00020ff (0x100) MX[B]
[3] -1 0 0xf0000000 - 0xf0001fff (0x2000) MX[B]
[4] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[5] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[B](B)
[6] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[7] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
[8] -1 0 0x00002c00 - 0x00002c07 (0x8) IX[B]
[9] -1 0 0x00002800 - 0x0000281f (0x20) IX[B]
[10] -1 0 0x00002400 - 0x0000241f (0x20) IX[B]
[11] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[12] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[13] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[14] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[15] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[16] -1 0 0x00003000 - 0x0000300f (0x10) IX[B]
[17] -1 0 0x00003020 - 0x00003023 (0x4) IX[B]
[18] -1 0 0x00003028 - 0x0000302f (0x8) IX[B]
[19] -1 0 0x00003024 - 0x00003027 (0x4) IX[B]
[20] -1 0 0x00003030 - 0x00003037 (0x8) IX[B]
[21] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf0002400 - 0xf00024ff (0x100) MX[B]
[6] -1 0 0xf0003000 - 0xf0003fff (0x1000) MX[B]
[7] -1 0 0xf0002000 - 0xf00020ff (0x100) MX[B]
[8] -1 0 0xf0000000 - 0xf0001fff (0x2000) MX[B]
[9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[10] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[B](B)
[11] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[12] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00002c00 - 0x00002c07 (0x8) IX[B]
[16] -1 0 0x00002800 - 0x0000281f (0x20) IX[B]
[17] -1 0 0x00002400 - 0x0000241f (0x20) IX[B]
[18] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[19] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[20] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[21] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[22] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[23] -1 0 0x00003000 - 0x0000300f (0x10) IX[B]
[24] -1 0 0x00003020 - 0x00003023 (0x4) IX[B]
[25] -1 0 0x00003028 - 0x0000302f (0x8) IX[B]
[26] -1 0 0x00003024 - 0x00003027 (0x4) IX[B]
[27] -1 0 0x00003030 - 0x00003037 (0x8) IX[B]
[28] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
(II) LoadModule: "i2c"
(II) Loading /usr/lib64/xorg/modules/libi2c.so
(II) Module i2c: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.2.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.0.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8762
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.1.0
ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
compiled for 4.0.2, module version = 1.0.8762
Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib64/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.4
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "kbd"
(II) Loading /usr/lib64/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA dlloader X Driver 1.0-8762 Mon May 15 13:59:50 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 7.0.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.8
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf0002400 - 0xf00024ff (0x100) MX[B]
[6] -1 0 0xf0003000 - 0xf0003fff (0x1000) MX[B]
[7] -1 0 0xf0002000 - 0xf00020ff (0x100) MX[B]
[8] -1 0 0xf0000000 - 0xf0001fff (0x2000) MX[B]
[9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[10] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[B](B)
[11] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[12] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
[13] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[14] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[15] -1 0 0x00002c00 - 0x00002c07 (0x8) IX[B]
[16] -1 0 0x00002800 - 0x0000281f (0x20) IX[B]
[17] -1 0 0x00002400 - 0x0000241f (0x20) IX[B]
[18] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[19] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[20] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[21] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[22] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[23] -1 0 0x00003000 - 0x0000300f (0x10) IX[B]
[24] -1 0 0x00003020 - 0x00003023 (0x4) IX[B]
[25] -1 0 0x00003028 - 0x0000302f (0x8) IX[B]
[26] -1 0 0x00003024 - 0x00003027 (0x4) IX[B]
[27] -1 0 0x00003030 - 0x00003037 (0x8) IX[B]
[28] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
(II) resource ranges after probing:
[0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[5] -1 0 0xf0002400 - 0xf00024ff (0x100) MX[B]
[6] -1 0 0xf0003000 - 0xf0003fff (0x1000) MX[B]
[7] -1 0 0xf0002000 - 0xf00020ff (0x100) MX[B]
[8] -1 0 0xf0000000 - 0xf0001fff (0x2000) MX[B]
[9] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[10] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[B](B)
[11] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[12] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
[13] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[14] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[15] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[17] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[18] -1 0 0x00002c00 - 0x00002c07 (0x8) IX[B]
[19] -1 0 0x00002800 - 0x0000281f (0x20) IX[B]
[20] -1 0 0x00002400 - 0x0000241f (0x20) IX[B]
[21] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[22] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[23] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[24] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[25] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[26] -1 0 0x00003000 - 0x0000300f (0x10) IX[B]
[27] -1 0 0x00003020 - 0x00003023 (0x4) IX[B]
[28] -1 0 0x00003028 - 0x0000302f (0x8) IX[B]
[29] -1 0 0x00003024 - 0x00003027 (0x4) IX[B]
[30] -1 0 0x00003030 - 0x00003037 (0x8) IX[B]
[31] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[33] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
(==) NVIDIA(0): RGB weight 565
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "2"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Use of AGPGART requested
(II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.46.00
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6600 GT at PCI:1:0:0:
(--) NVIDIA(0): Philips 190S5 (CRT-0)
(--) NVIDIA(0): Philips 190S5 (CRT-0): 400.0 MHz maximum pixel clock
(II) NVIDIA(0): Assigned Display Device: CRT-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0): "1280x1024"
(II) NVIDIA(0): "1024x768"
(II) NVIDIA(0): "800x600"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config option
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[B]
[1] 0 0 0xe0000000 - 0xefffffff (0x10000000) MX[B]
[2] 0 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B]
[3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
[4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[8] -1 0 0xf0002400 - 0xf00024ff (0x100) MX[B]
[9] -1 0 0xf0003000 - 0xf0003fff (0x1000) MX[B]
[10] -1 0 0xf0002000 - 0xf00020ff (0x100) MX[B]
[11] -1 0 0xf0000000 - 0xf0001fff (0x2000) MX[B]
[12] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
[13] -1 0 0xf1000000 - 0xf1ffffff (0x1000000) MX[B](B)
[14] -1 0 0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
[15] -1 0 0xf2000000 - 0xf2ffffff (0x1000000) MX[B](B)
[16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
[17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
[18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
[19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[21] -1 0 0x00002c00 - 0x00002c07 (0x8) IX[B]
[22] -1 0 0x00002800 - 0x0000281f (0x20) IX[B]
[23] -1 0 0x00002400 - 0x0000241f (0x20) IX[B]
[24] -1 0 0x00002000 - 0x0000201f (0x20) IX[B]
[25] -1 0 0x00001c00 - 0x00001c1f (0x20) IX[B]
[26] -1 0 0x00001800 - 0x0000181f (0x20) IX[B]
[27] -1 0 0x00003010 - 0x0000301f (0x10) IX[B]
[28] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[29] -1 0 0x00003000 - 0x0000300f (0x10) IX[B]
[30] -1 0 0x00003020 - 0x00003023 (0x4) IX[B]
[31] -1 0 0x00003028 - 0x0000302f (0x8) IX[B]
[32] -1 0 0x00003024 - 0x00003027 (0x4) IX[B]
[33] -1 0 0x00003030 - 0x00003037 (0x8) IX[B]
[34] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "Protocol" "auto"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "auto"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Buttons" "8"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "7 8"
(**) Mouse1: ZAxisMapping: buttons 7 and 8
(**) Mouse1: Buttons: 12
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Keyboard1: XkbLayout: "de"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(--) Mouse1: PnP-detected protocol: "ExplorerPS/2"
(II) Mouse1: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/local/, removing from list!


/etc/make.conf

# These settings were set by the catalyst build script that automatically built this stage
# Please consult /etc/make.conf.example for a more detailed example

USE=" acpi applet bash-completion bluetooth cairo -cdr clamav clamd \
-cups dbus -dri dv dvd dvdr dvdread effects emul-linux-x86 -esd \
evo evolution firefox gaim ieee1394 -ipv6 -kde lm_sensors \
network nntp ntfs nvidia -qt -qt3 -qt4 unicode userlocales v4l vcd wifi \
xscreensaver xvid xvmc glitz dri"

CFLAGS="-march=k8 -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j2"

#GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
#SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"


#
# deutsche ebuilds
#
#PORTDIR_OVERLAY="/usr/local/portage /usr/local/gentopia"

#
# deutsche sprache
#
LANG="de_DE@euro"
LANGUAGE="49"
LINGUAS="de"


INPUT_DEVICES="keyboard mouse evdev"
VIDEO_CARDS="nvidia vesa vmware nv"


Jetzt weiß ich nicht weiter, habe mich durch die Foren, HowTo's, Google & Co gearbeitet, etliches versucht, aber nix, aber auch gar nix hat geklappt, leider. :(

Kann mir jemand von euch helfen?

choener
06.07.06, 22:56
Zu den Spielen kann ich nichts sagen, mangels Spiele, allerdings wird das Rendering unter Xgl immer indirekt sein; ausserdem ist, wenn ich mich grad richtig erinnere, DRI obsolet für Nvidia.

Gruss,
Christian

der_angler
06.07.06, 23:02
ja, ist den XGl überhaupt standartmäßig an? Dumme Frage, aber ich habe da nix weiter als update gemacht.

DRI ja, deswegen hab ich es ja auch auskommentiert ;)

choener
07.07.06, 00:38
Ich sollte echt nicht schreiben, wenn ich geistig schon penne O_o
Xgl hat natürlich nichts mit dem modularen Xorg zu tun. (und hast du wohl gar nicht aktiv)

Die config sieht so ok aus, warum hast du eigentlich 16bpp?

der_angler
07.07.06, 08:21
Naja, habe es auch mit 24bpp versucht, aber ändert auch nix.

der_angler
07.07.06, 19:14
Hat den niemand eine Idee?
Einen Tip?

WFlyer
07.07.06, 21:56
USE=" acpi applet bash-completion bluetooth cairo -cdr clamav clamd \
-cups dbus -dri dv dvd dvdr dvdread effects emul-linux-x86 -esd \
evo evolution firefox gaim ieee1394 -ipv6 -kde lm_sensors \
network nntp ntfs nvidia -qt -qt3 -qt4 unicode userlocales v4l vcd wifi \
xscreensaver xvid xvmc glitz dri"

Verusch mal das -dri zu entfernen und danach ein emerge --update --deep --newuse world
------------------------------------------------------------------------------------------------------
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
# Load "dri"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "dri"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

-----------------------------------------------------------------------------------------------------

Section "Device"
BusID "1:0:0"
Driver "nvidia"
Identifier "Videocard1"
VendorName "Nvidia"
Option "RenderAccel" "true"
Option "NoLogo" "true"
Option "NvAGP" "2"
Option "Coolbits" "1"
EndSection

Aukommentieren ohne agp angabe

Section "Device"
BusID "1:0:0"
Driver "nvidia"
Identifier "Videocard1"
VendorName "Nvidia"
Option "RenderAccel" "true"
Option "NoLogo" "true"
Option "Coolbits" "1"
EndSection

------------------------------------------------------------------------------------------------------
#Section "DRI"
# Mode 0666
#EndSection

Aktivieren
Section "DRI"
Mode 0666
EndSection

-------------------------------------------------------------------------------------------------------

Und ein eselect opengl set nvidia

der_angler
07.07.06, 23:05
hab mal alles so gemacht, hmm, also das USE-Flag "dri" hat keinen Einfluß auf mein System, den nachdem ich das "-dri" entfernt habe und eine "emerge -uDN world" machen wollte, da gab es nichts zu updaten.
Das heißt dann ja soviel wie das keins meiner Pakete dieses USE-Flag nutzt.
Den Rest habe ich dann versucht, xorg.conf geändert. Aber das Ergebnis ist leider das gleiche :(

WFlyer
07.07.06, 23:16
Schau mal ob dri eigebunden ist emerge -pv xorg-server (und auch nptl)

was sagt den glxinfo | grep rendering

Könnte das vielleicht ein rechte problem sein ?? Bist du in allen gruppen drinne die mit der 3d beschleunigung zutun haben.

der_angler
08.07.06, 00:45
also, zu deinen Fragen
angler ~ # emerge -pv xorg-server

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild R ] x11-base/xorg-server-1.0.2-r7 USE="dri -debug -ipv6 -minimal -xprint" 0 kB

Total size of downloads: 0 kB
angler ~ # glxinfo | grep rendering
direct rendering: Yes
Wie du siehst ist "dri" eingebunden, "nptl" gibt es gar net.
Und Direct Rendering ist ja anscheinend auch an.

naja, und CS:Source , bzw WoW (opengl) gehen immernoch nicht.

PS: Was die Rechte angeht, hmm, wüsste jetzt nicht wo welche fehlen, bzw. welche Gruppe ich ausser games, wheel & video noch sein müsste. WIe kann ich das testen? Als root läßt sich cedega leider nicht starten.

der_angler
13.07.06, 10:04
Hat niemand mehr ne Idee? Bin so langsam nämlich am verzweifeln ....

HEMIcuda
13.07.06, 10:24
Laeuft das Zeug ueberhaupt unter ner 64bit-Umgebung? Gibt es Erfolgsmeldungen?

'cuda

der_angler
13.07.06, 13:42
lol
ja klar läuft das zeug unter 64Bit, lol, vor 2 Jahren wäre die Frage ja angebracht, aber mittlerweile ... ne im Ernst, läuft alles(!!!) unter 64Bit, ging ja auch die ganze Zeit vorher.
Also cedega nutze ich schon seit 2 jahren unter 64Bit ohne(!!!) probleme, und der neue xorg7 läuft auch ohne(!!!) Probleme unter 64Bit ...

also nein, an den 64Bit liegt es zu 99.9% nicht (sag niemals nie) und ja, das Zeug läuft unter 64Bit.