hallo,
in meinem ersten post geht es um sauerbraten, oder wahrscheinlich allgemein 3d-anwendungen. ich habe ein notebook und einen desktop beide mit archlinux, einer nahezu identischen xorg.conf, radeon grafikkarten und dem radeon treiber. beide haben direct rendering (zumindestens sagt das glxinfo) und 3d-spiele gehen sogar auf beiden, auf dem desktop nur teilweise(zB wc3 über wine geht, ut2k4 ging auch mit sehr wenig fps, quake geht). sauerbraten geht auf dem laptop, auf dem desktop jedoch nicht, obwohl der desktop wesentlich schneller als der lappi.... das hier ist die komische ausgabe:
wakeup@steamengine:~$ cd sauerbraten
wakeup@steamengine:~/sauerbraten$ ./sauerbraten_unix
init: sdl
init: enet
init: video: mode
init: video: misc
init: console
init: gl
Renderer: Mesa DRI R300 20060815 AGP 1x x86/MMX+/3DNow!+/SSE2 TCL (Tungsten Graphics, Inc.)
Driver: 1.3 Mesa 6.5.2
WARNING: Using floating point vertexes. (use "/floatvtx 0" to disable)
Rendering using the OpenGL 1.5 assembly shader path.
WARNING: No occlusion query support! (large maps may be SLOW)
WARNING: No framebuffer object support. (reflective water may be slow)
WARNING: Non-power-of-two textures not supported!
COMPILE ERROR (VS:caustic) - Unknown token in parse_src_reg
!!ARBvp1.0
OPTION ARB_position_invariant;
ATTRIB opos = vertex.position;
DP3 result.texcoord[0].x, opos, state.texgen.object.s;
DP3 result.texcoord[0].y, opos, state.texgen.object.t;
TEMP fogplane;
MAD fogplane, state.matrix.modelview.row[2], program.env[9].x, program.env[9].yyzw;
DP4 result.fogcoord, -opos, fogplane;
END
[.........]
S⎻␊␋␌␊⎼≥┤±⎼␋°°⎽°␊┌␊⎼
┬▒┐␊┤⎻@⎽├␊▒└␊┼±␋┼␊:·/⎽▒┤␊⎼␉⎼▒├␊┼$
der terminal titel sieht danach auch so aus..... für mich ist das eine ausgabe die mir irgendwie angst macht und mit dr ich überhaupt nichts anfangen kann...
meine jetzige vermutung ist, das dies verursacht wurde, weil ich mein home directory von meiner vorherigen ubuntu installation einfach kopiert habe und somit vieleicht irgend etwas schief gelaufen ist.... unter ubuntu hatte ich teilweise ähnliche probleme, manche wine anwendungen gingen nicht. es kann auch sein das irgend ein bestimmtes paket fehlt, denn auf dem notebook hab ich bei der arch installation alle pakete ausgewählt und bei dieser nur die "core"-pakete, wie empfohlen.
naja zur vollständigkeit nochmal die xorg.conf:
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/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "record"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "type1"
Load "freetype"
Load "GLcore"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbModel" "pc105"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
#DisplaySize 380 300 # mm
Identifier "Monitor0"
VendorName "SAM"
ModelName "SyncMaster"
### Comment all HorizSync and VertRefresh 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 "FBTexPercent" # <i>
#Option "DepthBits" # <i>
#Option "AccelDFS" # [<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 "ConstantDPI" # [<bool>]
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "RV350 AP [Radeon 9600]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768"
EndSubSection
EndSection
#for fglrx
#Section "DRI"
# Group "video"
# Mode 0666
#EndSection
#Section "Extensions"
# Option "Composite" "Disabled"
#EndSection