Archiv > Development
Xorg Ist (fast) Fertig
MarMic:
hmm da könnte der fehler liegen! habs einfach wild zusammengeklickt auf der website! aber hd iso als grundbaustein und da ist xorg vor xorg-nvidia
MarMic:
--- Quote --- Hi,
OK, hab's wieder zurück geändert.
Wegen dem libglx Problem. Du musst aufpassen, das in Deiner Makefile.config das xorg-nvidia hinter dem xorg in der Liste der Addons steht. Andernfalls werden die in der falschen Reihenfolge geladen wodurch Du dann die kleine libglx benutzt.
Das gleiche gilt für die Datei /etc/addon/active
Wenn DU Dir nen Iso auf der Website zusammenclickst, bin ich nicht sicher welche Reihenfolge genommen wird. Ich vermute aber es wird die Reihenfolge genommen, in der Du die Addons auswählst.
Claus
--- End quote ---
hi claus,
haette das nicht das problem -> es geht alles und ein user updated per osd seine xorg -> diese wird nun ans ende geschrieben das NEU (oder wird das anders gehandelt) -> kommt nach xorg-nvidia -> glx geht nicht mehr?
hmmm ich weiss nicht wie man das besser lösen kann libglx auslagern in einzelene treiber? das würde aber auch heissen man muss vesa auslagern... ach alles net so einfach :-P
übrignes habe ich mit dem nvidia treiber endlich wieder ttyX :-P
greetz
Christian:
--- Code: ---[8721] [vdr-fe] fe_xine_init: xine_open_video_driver("vdpau") failed
Error initializing xine
vdr-sxfe 1.0.90-cvs (build with xine-lib 1.1.18, using xine-lib 1.1.18)
Video driver: vdpau
Automatic reconnection enabled
Shutdown after 0 minutes of inactivity using method=use_vo_driver
VDR Server: xvdr://localhost
Available video drivers: aadxr3 dxr3 xv XDirectFB DirectFB SyncFB opengl caca xshm aa xxmc none sdl fb xvmc
Available audio drivers: pulseaudio alsa oss jack esd none file
--- End code ---
es fehlt eine aktuelle xine-lib in version 1.2 am besten gepatcht z.b von der wbreu seite :)
-----------------
50hz meine xorg.conf mit xorg-nvidia
--- Code: ---Section "ServerLayout"
Identifier "Layout"
InputDevice "event0"
InputDevice "event1"
InputDevice "event2"
EndSection
Section "InputDevice"
Identifier "event0"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Identifier "event1"
Driver "evdev"
Option "Device" "/dev/input/event1"
EndSection
Section "InputDevice"
Identifier "event2"
Driver "evdev"
Option "Device" "/dev/input/event2"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
Option "ExactModeTimingsDVI" "True"
Modeline "1920x1080_50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +VSync
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Screen 0
Option "DPI" "100x100"
BusID "PCI:1:0:0"
Option "NoLogo" "True"
Option "UseEvents" "True"
Option "TripleBuffer" "False"
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "0"
Option "OnDemandVBlankinterrupts" "on"
Option "FlatPanelProperties" "Scaling = Native"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
Option "metamodes" "DFP-1: 1920x1080_50 +0+0"
Option "ConnectedMonitor" "DFP-1"
Option "UseDisplayDevice" "DFP-1"
# Option "CustomEDID" "DFP-1:/etc/X11/edid.0.mld"
EndSection
Section "Extensions"
# Option "Composite" "Disable"
EndSection
--- End code ---
MarMic:
ach wenn ich das so sehe mit der xorg.conf sollen wir nvidia-settings mit in den treiber nehmen oder seperat? denke ich den treiber wäre genial wegen xorg erstellen und auch sachen wie overscan einstellen!
greetz
Christian:
--- Quote ---
--- Code: ---[8721] [vdr-fe] fe_xine_init: xine_open_video_driver("vdpau") failed
Error initializing xine
vdr-sxfe 1.0.90-cvs (build with xine-lib 1.1.18, using xine-lib 1.1.18)
Video driver: vdpau
Automatic reconnection enabled
Shutdown after 0 minutes of inactivity using method=use_vo_driver
VDR Server: xvdr://localhost
Available video drivers: aadxr3 dxr3 xv XDirectFB DirectFB SyncFB opengl caca xshm aa xxmc none sdl fb xvmc
Available audio drivers: pulseaudio alsa oss jack esd none file
--- End code ---
es fehlt eine aktuelle xine-lib in version 1.2 am besten gepatcht z.b von der wbreu seite :)
-----------------
50hz meine xorg.conf mit xorg-nvidia
--- Code: ---Section "ServerLayout"
Identifier "Layout"
InputDevice "event0"
InputDevice "event1"
InputDevice "event2"
EndSection
Section "InputDevice"
Identifier "event0"
Driver "evdev"
Option "Device" "/dev/input/event0"
EndSection
Section "InputDevice"
Identifier "event1"
Driver "evdev"
Option "Device" "/dev/input/event1"
EndSection
Section "InputDevice"
Identifier "event2"
Driver "evdev"
Option "Device" "/dev/input/event2"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Unknown"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
Option "ExactModeTimingsDVI" "True"
Modeline "1920x1080_50" 148.500 1920 2448 2492 2640 1080 1084 1089 1125 +HSync +VSync
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Screen 0
Option "DPI" "100x100"
BusID "PCI:1:0:0"
Option "NoLogo" "True"
Option "UseEvents" "True"
Option "TripleBuffer" "False"
Option "AddARGBGLXVisuals" "True"
Option "TwinView" "0"
Option "OnDemandVBlankinterrupts" "on"
Option "FlatPanelProperties" "Scaling = Native"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
Option "metamodes" "DFP-1: 1920x1080_50 +0+0"
Option "ConnectedMonitor" "DFP-1"
Option "UseDisplayDevice" "DFP-1"
# Option "CustomEDID" "DFP-1:/etc/X11/edid.0.mld"
EndSection
Section "Extensions"
# Option "Composite" "Disable"
EndSection
--- End code ---
--- End quote ---
tearing vorhanden ... habe keine möglichkeit zum beheben gefunden ausser mit vdpau da dort das composite abgeschaltet werden kann
mit
Section "Extensions"
Option "Composite" "Disable"
EndSection
kein tearing mehr aber schei*** OSD
:(
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version