1 ... 6 7 [8] 9 10 ... 13 >>> Archiv / MLD 4.x / Development / softhddevice verliert frames/Mikroruckler
 

Offline mikeM

  • MLD-Debugger
  • Profi Member
  • ****
  • Posts: 453
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #105 on: February 11, 2015, 17:23:50 »
@kuro13 Bei dir wird libglx.so vom Xorg Server geladen. Richtig wäre aber die Version vom NVidia. Wie es bei yavdr auch passiert.

@MarMic
Nee eben nicht. Bei mir (NVidia 340.65) sieht das richtig aus:

Code: [Select]
[    11.682] (II) LoadModule: "glx"
[    11.683] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    12.257] (II) Module glx: vendor="NVIDIA Corporation"
[    12.258]    compiled for 4.0.2, module version = 1.0.0
[    12.258]    Module class: X.Org Server Extension
[    12.258] (II) NVIDIA GLX Module  340.65  Tue Dec  2 09:10:06 PST 2014

Was ich aber nicht verstehe ist, dass bei beiden Paketen das hier im Makefile steht:
legacy:
Code: [Select]
$(data).post:
mkdir -p $(data)/usr/lib/xorg/modules/extensions
cp -up src/nvidia-driver/libglx.so.* $(data)/usr/lib/xorg/modules/extensions/libglx.so

normal
Code: [Select]
$(data).post:
mkdir -p $(data)/usr/lib/xorg/modules/extensions
cp -up src/nvidia-driver/libglx.so.* $(data)/usr/lib/xorg/modules/extensions/libglx.so

Danach müsste im Ordner /usr/lib/xorg/modules/extensions/ eigentlich bei beiden das libglx.so Mosdul vom Nvidia Treiber sein.


Michael
VDR1: MLD 5.3, Asrock Q1900, 8GB, TechnoTrend S-4200 Twin
VDR2: MLD 5.3, ASUS M2N, Athlon 3800, 4GB, ZOTAC NVidia 720, Skystar S2, lirc serial
VDR3: MLD 5.3, ASUS M2N, Athlon 3800, 4GB NVidia 630, Skystar S2

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20313
    • View Profile
    • ClausMuus.de
softhddevice verliert frames/Mikroruckler
« Reply #106 on: February 11, 2015, 17:26:03 »
Genau das durchschaue ich auch nicht. In den xorg-nvidia Paketen sind nur die nvidia Versionen der lib enthalten. Wo kommt denn nun die xorg Version her. ?

@kuro13,
hast Du mit gewalt noch nen anderes xorg-... Paket installiert, oder irgendwas anderes manuell verbeult?

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline MarMic

  • Administrator
  • Expert Member
  • ********
  • Posts: 4822
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #107 on: February 11, 2015, 17:35:24 »
ja solangsam frage ich mich auch was du verbogen hast:

habe nun mal legacy genommen:
Code: [Select]
[    71.425] (II) LoadModule: "glx"
[    71.425] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    71.436] (II) Module glx: vendor="NVIDIA Corporation"
[    71.436] compiled for 4.0.2, module version = 1.0.0
[    71.436] Module class: X.Org Server Extension
[    71.436] (II) NVIDIA GLX Module  304.121  Tue Mar  4 20:08:25 PST 2014
[    71.436] Loading extension GLX
[    71.436] (II) LoadModule: "nvidia"
[    71.436] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    71.436] (II) Module nvidia: vendor="NVIDIA Corporation"

Code: [Select]
Package Version
alsa 1.0.27.2-17_3.16.1.131
at 3.1.14-2
base 0-65
btrfs 3.12-90
busybox 1.23.1-38
dvb 1:2015.02.01-113_3.16.1.131
eventlircd 2014.09.09-22_3.16.1.131
extlinux 0-1
font-config 0-4
i2c 0-3_3.16.1.131
init 0-62
install 0-81
irkeytable 1.0.1-7
kernel 3.16.1.131-138
ldconfig 2.19-10
lirc 1:2014.05.09-60_3.16.1.131
locales 0-16
mld-remote 0-31
network 0-45_3.16.1.131
opkg 2014.12.28-76
opkg-fixes 0-3
pam 1.1.8-0
psplash 2009.05.28-17
udev 204-31
vdpauinfo 0.0.2-0
vdr 2.1.10.159-159
vdr-plugin-opkg 0.1.0-23_2.1.10.159
vdr-plugin-setup 0.3.1-24_2.1.10.159
vdr-plugin-softhddevice-nvidia 2015.02.09-41_2.1.10.159
wakeup 1.1-12_3.16.1.131
webserver 0-185
xfs 0-5
xorg 1.15.1-46_3.16.1.131
xorg-autodetect 1.15.1-26_3.16.1.131
xorg-nvidia.legacy 304.121-15_3.16.1.131
SZVDR HD: Intel e5300@1,2ghz - Gigabyte GA-EP41-UD3L - 2GB ddr2 800 - Gainward G210 512mb - Silverstone LC16MR - DVBSky S952 - Astra 19,2 - MLD 5.4

WZVDR HD: Intel g1610@1,6ghz - Intel DH61BE - Scythe Big Shuriken 2 - 4GB ddr3 1333 - Asus GT610 1024mb - Chieftec Hi-Fi HM-02 - Tevii s480 - Astra 19,2 - MLD 5.4


Offline mikeM

  • MLD-Debugger
  • Profi Member
  • ****
  • Posts: 453
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #108 on: February 11, 2015, 17:40:29 »
@Claus
Kann man xorg deinstallieren und dann neu installieren? Dann würde es das eigentlich erklären. Müsste man in der  /usr/lib/opkg/status sehen können, wenn das auf dem System passiert ist. (Da sollte dann die Zeile Installed-Time: eine höhere Zahl bei xorg als bei xorg-nvidia haben)
Oder einfach ein opkg install xorg --force-reinstall

Müsste doch aber eigentlich durch ein
Code: [Select]
opkg install xorg-nvidia.legacy --force-reinstall
zu beheben sein oder?

Gruß
Michael
VDR1: MLD 5.3, Asrock Q1900, 8GB, TechnoTrend S-4200 Twin
VDR2: MLD 5.3, ASUS M2N, Athlon 3800, 4GB, ZOTAC NVidia 720, Skystar S2, lirc serial
VDR3: MLD 5.3, ASUS M2N, Athlon 3800, 4GB NVidia 630, Skystar S2

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20313
    • View Profile
    • ClausMuus.de
softhddevice verliert frames/Mikroruckler
« Reply #109 on: February 11, 2015, 17:43:30 »
Hi,

ohne mit Gewalt vorzugehen (irgendwelche --force Schalter zu verwenden) bekommt man die falsche libglx.so nicht mit dem opkg Paketmanager in's System.
Auch nen reinstall kann das nicht auslösen.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline mikeM

  • MLD-Debugger
  • Profi Member
  • ****
  • Posts: 453
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #110 on: February 11, 2015, 17:46:17 »
Trotzdem würde mich mal die /usr/lib/opkg/status von Kuro interessieren ;-)

Gruß
Michael
VDR1: MLD 5.3, Asrock Q1900, 8GB, TechnoTrend S-4200 Twin
VDR2: MLD 5.3, ASUS M2N, Athlon 3800, 4GB, ZOTAC NVidia 720, Skystar S2, lirc serial
VDR3: MLD 5.3, ASUS M2N, Athlon 3800, 4GB NVidia 630, Skystar S2

Offline MarMic

  • Administrator
  • Expert Member
  • ********
  • Posts: 4822
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #111 on: February 11, 2015, 18:31:05 »
@kuro... so mach mal vollgendes

nimm das standard-shd iso.
starte verbose -> wähle nvidia-legacy aus
installier ssh nach und schiebe die datei im Anhang nach /etc/X11/xorg.conf.d/templates/
geh über das webif - konfigutration - xorg und wähle bei Mode: diese datei
SAVE - Restart XORG

nun checken ob er es gefressen hat mit
 DISPLAY=:0 xrandr

das sieht dann so aus:

Code: [Select]
MLD> DISPLAY=:0 xrandr
Screen 0: minimum 8 x 8, current 1280 x 720, maximum 16384 x 16384
DVI-I-0 disconnected primary (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 1280x720+0+0 (normal left inverted right x axis y axis) 160mm x 90mm
   1280x720       60.0 +   50.0*    59.9
   1920x1080      60.1     60.0     50.0
   800x600        60.3     56.2
   720x576        50.0
   720x480        59.9
   640x480        59.9
   320x240        60.1
MLD>

* sagt aus wieviel HZ nun wirklich eingestellt sind bei mir nun 1280*720@50Hz

achja für alle anderen die hier mitlesen. bis ich das mache mit den 50Hz habe ich bei shd 20% frame drops die danach bei 0% sind. JUST FYI

greetz MarMic
SZVDR HD: Intel e5300@1,2ghz - Gigabyte GA-EP41-UD3L - 2GB ddr2 800 - Gainward G210 512mb - Silverstone LC16MR - DVBSky S952 - Astra 19,2 - MLD 5.4

WZVDR HD: Intel g1610@1,6ghz - Intel DH61BE - Scythe Big Shuriken 2 - 4GB ddr3 1333 - Asus GT610 1024mb - Chieftec Hi-Fi HM-02 - Tevii s480 - Astra 19,2 - MLD 5.4


Offline kuro13

  • MLD-Tester
  • Profi Member
  • ******
  • Posts: 486
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #112 on: February 11, 2015, 18:36:58 »
Mann, was habe ich alter Mann da ausgelöst :)

Ich habe nie über opkg Befehle etwas gemacht (Ausnahme oscam und dvbapi) oder sonst irgend etwas am System verändert. Ich wüsste ja nicht wirklich, was ich da mache.

Laut WebIF war sind bei mir installiert:
xorg
xorg-autodetect
xorg-drivers
xorg-nvidia
Momentan ist MLD-4.0.1-64_standard-shd_2015.01.26-100.iso auf dem System.

Edit: habe vergessen - meine 30_mode_1920x1080_50.conf ist identisch zu deiner.

Morgrn kann ich gerne das System neu installieren, zuerst mit Gparted neu formatieren und dann irgendwelche Dateien hochladen.

@mikeM
Die Datei ist im Anhang.

Auch xorg-nvidia.legacy war installiert, den habe ich aber indessen über das WebIf deinstalliert. Ergebnis - null.



« Last Edit: February 11, 2015, 19:08:15 by kuro13 »
Asus AT3IONT-I - nVidia Grafik, PCTV DVB-S2 Stick (461e), Atric Einschaltmodul an com1
sda - SSD - MLD 5.1 - 64 Stable
sdb - 256 GB SSD (Aufnahmen)
RPI 3 MLD 5.3 Stable,  FB Streamzap an GPIO

Offline DG7YCX

  • Adv. Member
  • ***
  • Posts: 110
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #113 on: February 11, 2015, 18:50:44 »
Hallo,
da sich mein System anscheinend nicht mehr ordentlich aktuallisieren lies  habe ich MLD-4.0.1-64_standard-shd_2015.02.09-101.iso vom USB-Stick gestartet und einige Plugins nachgeladen.
Da alles ohne Probleme lief habe ich das ganze dann auf Platte installiert.
Aber es startete nicht, da ausser xorg-nvidia auch xorg-nvidia.legacy installiert war, habe ich aber nie ausgewählt.
Nach deinstallation von xorg-nvidia.legacy leif es dann.

Gruss Klaus
Meine VDR
Spoiler (show / hide)

Offline kuro13

  • MLD-Tester
  • Profi Member
  • ******
  • Posts: 486
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #114 on: February 11, 2015, 19:03:16 »
@MarMic

Bei mir schaut der Befehl DISPLAY=:0 xrandr momentan so aus:
Code: [Select]
MLD>  DISPLAY=:0 xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 8192 x 8192
VGA-0 disconnected primary (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1280mm x 720mm
   1920x1080      60.0*+   50.0     59.9     59.9     30.0     25.0     24.0     24.0     60.1     60.0     50.0
   1680x1050      60.0     59.9
   1600x1200      60.0
   1440x900       59.9
   1400x1050      60.0
   1360x768       60.0     59.8
   1360x765       60.0
   1280x1024      60.0
   1280x960       60.0
   1280x720       59.9     50.0
   1152x864       60.0
   1024x768       60.0
   960x540        60.0
   840x525        60.0     59.9
   800x600        60.3     56.2
   720x576        50.0     50.1
   720x480        59.9     60.1
   720x450        59.9
   700x525        60.0
   680x384        60.0     59.8
   640x480        59.9     59.9
   512x384        60.0
   320x240        60.1
MLD>

Morgen Vormittag werde ich neu installieren und die von dir vorgeschlagene Vorgehensweise probieren.
Wenn es nicht richtig funktioniert, welche Dateien werden benötigt?

Edit: Meie 30_mode_1920x1080_50.conf ist identisch zu deiner.
« Last Edit: February 11, 2015, 19:09:43 by kuro13 »
Asus AT3IONT-I - nVidia Grafik, PCTV DVB-S2 Stick (461e), Atric Einschaltmodul an com1
sda - SSD - MLD 5.1 - 64 Stable
sdb - 256 GB SSD (Aufnahmen)
RPI 3 MLD 5.3 Stable,  FB Streamzap an GPIO

Offline MarMic

  • Administrator
  • Expert Member
  • ********
  • Posts: 4822
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #115 on: February 11, 2015, 19:14:51 »
Ja xorgdrivers und xorg-nvidia können sich ja nur beissen
SZVDR HD: Intel e5300@1,2ghz - Gigabyte GA-EP41-UD3L - 2GB ddr2 800 - Gainward G210 512mb - Silverstone LC16MR - DVBSky S952 - Astra 19,2 - MLD 5.4

WZVDR HD: Intel g1610@1,6ghz - Intel DH61BE - Scythe Big Shuriken 2 - 4GB ddr3 1333 - Asus GT610 1024mb - Chieftec Hi-Fi HM-02 - Tevii s480 - Astra 19,2 - MLD 5.4


Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20313
    • View Profile
    • ClausMuus.de
softhddevice verliert frames/Mikroruckler
« Reply #116 on: February 11, 2015, 19:18:58 »
Hi,

irgendwas scheint da schief zu laufen. Beim booten wird ja nachgeschaut welche Hardware vorhanden ist, und dann der passende xorg Treiber heruntergeladen und installiert. Ganz offensichtlch läuft dabei irgendwas schief, da ja mehrere xorg Treiber Pakete installiert wurden, was aber eigentlich gar nicht möglich sein sollte.
Ich werde das nachher selber testen und schauen wo's klemmt. So wie's jetzt ist, kann's jedenfalls nicht funktionieren, da sich die Pakete gegenseitig stören.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline MegaX

  • Administrator
  • Expert Member
  • ********
  • Posts: 1822
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #117 on: February 11, 2015, 20:13:15 »
Bei kuro13 kanns auch nicht richtig laufen weils bei ihm auf 60hz läuft.
Gruß MegaX

Hardware (show / hide)

Offline clausmuus

  • Administrator
  • Expert Member
  • ********
  • Posts: 20313
    • View Profile
    • ClausMuus.de
softhddevice verliert frames/Mikroruckler
« Reply #118 on: February 11, 2015, 20:55:45 »
ja, und weil das xorg-drivers mit installiert wurde. Das darf nicht installiert sein.

Claus
MLD 5.5 - Raspberry PI - 7" Touch TFT - Squeeze Play
MLD 5.5 - lirc yaUsbIR - OctopusNet - XFX GeForce 9300 mit Intel E3200 - 2GB RAM - 12TB HDD - Lian Li PC-C37B - Samsung LE40A559

Offline kuro13

  • MLD-Tester
  • Profi Member
  • ******
  • Posts: 486
    • View Profile
softhddevice verliert frames/Mikroruckler
« Reply #119 on: February 12, 2015, 12:25:31 »
Wie ich gestern geschrieben habe -> Versuche mit Neuinstallationen.

Versuch 1:

MLD-4.0.1-64_standard-shd_2015.01.26-100.iso

Da hat gar nichts funktioniert -> kein Bild und laut WebIf kein Treiber.
Auch beim hochfahren mit Verbose -> nvidia-legacy ->kein X auch kein nVidia -> kein Bild.

Versuch 2:

MLD-4.0.1-64_standard_2015.02.11-102.iso

MLD live:
Bild von Das ErsteHD ist da.
Unter System Pakete wird mir nur xorg angezeigt

Installieren mit WebIf
Unter System Pakete wird mir nur xorg angezeigt
SSH mit WebIf installiert

Der Befehl "DISPLAY=:0 xrandr" schaut so aus:
Code: [Select]
MLD> DISPLAY=:0 xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 8192 x 8192
VGA-0 disconnected primary (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1280mm x 720mm
   1920x1080      60.0*+   59.9     50.0     30.0     25.0     24.0     24.0     60.1     60.0     50.0
   1600x1200      60.0
   1360x765       60.0
   1280x1024      60.0
   1280x720       59.9     50.0
   1024x768       60.0
   800x600        60.3
   720x576        50.0     50.1
   720x480        59.9     60.1
   640x480        59.9     59.9
MLD>
Versuch 3:

MLD-4.0.1-64_standard_2015.02.11-102.iso

MlD live:
Bild von Das ErsteHD ist da.
Unter System Pakete wird mir nur xorg angezeigt

Installieren mit WebIf:

Unter System Pakete wird mir nur xorg angezeigt.
Unter VDR Plugins wird nur xineliboutput angezeigt.
SSH mit WebIf installiert
Der Befehl "DISPLAY=:0 xrandr" schaut so aus:
Code: [Select]
MLD> DISPLAY=:0 xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 8192 x 8192
VGA-0 disconnected primary (normal left inverted right x axis y axis)
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1280mm x 720mm
   1920x1080      60.0*+   59.9     50.0     30.0     25.0     24.0     24.0     60.1     60.0     50.0
   1600x1200      60.0
   1360x765       60.0
   1280x1024      60.0
   1280x720       59.9     50.0
   1024x768       60.0
   800x600        60.3
   720x576        50.0     50.1
   720x480        59.9     60.1
   640x480        59.9     59.9
MLD>

Diese Versuche wurden alle ohne Veränderungen gemacht ausser der Installation von SSH. Angaben vom WebIF.
Wie es mit den Mikroluckern ausschaut, habe ich noch nicht probiert. Aber ich habe da meine Vorstellungen. ;)

Asus AT3IONT-I - nVidia Grafik, PCTV DVB-S2 Stick (461e), Atric Einschaltmodul an com1
sda - SSD - MLD 5.1 - 64 Stable
sdb - 256 GB SSD (Aufnahmen)
RPI 3 MLD 5.3 Stable,  FB Streamzap an GPIO

1 ... 6 7 [8] 9 10 ... 13 >>> Archiv / MLD 4.x / Development / softhddevice verliert frames/Mikroruckler
 



Users Online Users Online

0 Members and 1 Guest are viewing this topic.