ATi 3.9 / xorg / Slackware 10 / 2.6.7er Kernel und VideoOut

bucca

bucca

Jungspund
Hiho,

erst mal Hallo, bin neu hier, hab mich grad angemeldet nachdem ich den Flyer von unixboard auf dem LinuxTag gesehen hab.

Mein Problem ist, dass ich seit 2 Tagen Slackware 10 drauf hab (hatte vorher 8 Monate lang 9.1), ist alles soweit installiert, Radeon 8500 Treiber lauft (nachdem er gepatcht werden musste - wg. module creation), 3D Beschleunigung geht auch, nur kein vo in mplayer, xine oder sonst wo...

wenn ich mplayer -vo sdl in der console oder fbdev nimm, gehts. nur im X nicht.

hab schon alles mögliche neucompiliert (libxine, neuster mplayer etc.), ohne erfolg.
Sound geht, Im Videobild seh ich nur schwarz bzw sehr dunkles blau.

fehlermeldung bei standart einstellungen von xine bei --verbose ist:

main: probing <aadxr3> video output plugin
main: probing <dxr3> video output plugin
video_out_dxr3: Failed to open control device /dev/em8300-0 (No such file or directory)
main: probing <xv> video output plugin
video_out_xv: using Xv port 67 from adaptor ATI Radeon Video Overlay for hardware colorspace conversion and scaling.
video_out_xv: this adaptor supports the yuy2 format.
video_out_xv: this adaptor supports the yv12 format.
main: probing <alsa> audio output plugin
audio_alsa_out : supported modes are 8bit mono stereo (4-channel not enabled in xine config) (4.1-channel not enabled in xine config) (5-channel not enabled in xine config) (5.1-channel not enabled in xine config) (a/52 and DTS pass-through not enabled in xine config)
video_out_xv: VO_PROP_ASPECT_RATIO(0)
xine: found input plugin : file input plugin
xine: found demuxer plugin: Elementary MPEG stream demux plugin
gui_xine_open_and_play():
mrl: 'irgendnefile.mpg',
sub 'NONE',
start_pos 0, start_time 0, av_offset 0, spu_offset 0.
xine: found input plugin : file input plugin
ebml: invalid EBML ID size (0x0) at position 1
ebml: invalid master element
xine: found demuxer plugin: MPEG program stream demux plugin
av_offset=0 pts
spu_offset=0 pts
video_out: throwing away image with pts 39788 because it's too old (diff : 9658).
video_out: throwing away image with pts 43388 because it's too old (diff : 6058).
200 frames delivered, 2 frames skipped, 2 frames discarded
audio_out: delay calculation impossible with an unavailable audio device
audio_out: delay calculation impossible with an unavailable audio device


Jemand ne Idee?

mfg bucca
 
Hi Bucca.

Könntest du mal dein XFree Log und die XFree Config anhängen ?
 
sure that:

xorg.conf:
--------------

Section "dri"
Mode 0666
EndSection

Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "glx" # libglx.a
Load "dri" # libdri.a
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
# FontPath "unix/:7100"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
# ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc102"
Option "XkbLayout" "de"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 31 - 61
VertRefresh 56 - 75
Option "DPMS"
EndSection

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"
Driver "vga"
EndSection

# === ATI device section ===

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
# === disable/enable XAA/DRI ===
Option "no_accel" "no"
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "MonitorLayout" "AUTO, AUTO"
Option "IgnoreEDID" "off"
Option "HSync2" "unspecified"
Option "VRefresh2" "unspecified"
Option "ScreenOverlap" "0"
# === TV-out Management ===
Option "NoTV" "yes"
Option "TVStandard" "NTSC-M"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x00000000"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
BusID "PCI:1:0:0" # vendor=1002, device=514c
Screen 0
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
#Option "backingstore"
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0 # initial origin if mode is smaller than desktop
# Virtual 1280 1024
EndSubsection
EndSection


Section "ServerLayout"
Identifier "Server Layout"
Screen "Screen0"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

### EOF ###


------------------------------------------------------------------------------snip----------------------


hm in der Xorg.log steht sehr viel... hab se mal geupped...

http://mitglied.lycos.de/irievortex/Xorg.0.log

sry ich weiss es is viel lesestoff :)


<<edit: hab die xorg.conf bisschen gekürzt... war viel comment zeugs drin>>
 
Zuletzt bearbeitet:
Puh, ich muß passen, ich hab noch nie VO bei mir ausprobiert, von daher ....

Vielleicht jemand anderes ne Idee ?
 
also hab mich noch bissl weiter erkundigt...
ich schein anscheinend nicht der einzigste zu sein:

es liegt am fglrx modul...

wenn ich das standard radeon modul lad (ohne 3d beschleunigung) geht alles fein mit videos und so.. wenn ich mein fglrx 3.9 modul lad nicht...

falls jemand weiss wie und warum sagt es bitte... moecht nicht immer zum movies schaun und zum quake zocken xorg.conf umschreiben und x neu starten >D
 
Also ich habe den ATI - treiber mit rpm -i --nodeps fglrx[...].rpm installiert und dann einfach das mit fglrxconfig erstellte configfile nach Xorg.conf kopiert. und alles funktioniert. Alle Spiele laufenm mit 100% Speed !!!
rya.
Scorcher24
 
OT:
@ scorcher24
du nutzt unter slackware rpm's? ich weiß zwar das das grundsätzlich geht, habe das aber nochnie gemacht (und damit meine ich, ich habe mir nochnie die rpm-unterstützung mitinstalliert). jemals probleme gehabt mit rpm's? oder mit daraufhin nicht mehr erfüllten abhängigkeiten? kann man beide paketmanager problemlos "mischen"?

mfg

bananenman
 

Ähnliche Themen

PulseAudio sound nur bei MPD

NagiosGrapher 1.7.1 funktioniert nicht

Displayport + externer Monitor zeigt bei startx nichts erst bei DVI

Ubuntu X / dbus problem

dovecot und postfix Konfiguration Problem

Zurück
Oben