[vdr] [OT] development infrastructur for VGA2SCART patch set
Thomas Hilber
vdr at toh.cx
Sun Mar 1 23:06:44 CET 2009
On Mon, Mar 02, 2009 at 12:33:48AM +0300, Goga777 wrote:
> please - could you point out please on proper xorg.conf
you'll find one attached. I use it on my Asus Pundit P1_AH2.
System is quite old (but stable):
debian etch based
xserver-xorg 7.1.0-19
NVIDIA-Linux-x86-100.14.19
more recent systems might need some adaptions
> does that xorg.conf corrected ?
> http://mymediasystem.net/wp/2009/02/xorg.conf1
it appears it's not a PAL modeline. Instead 1920x1080 is used.
- Thomas
-------------- next part --------------
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
# Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 15-16
Modeline "720x576i" 13.875 720 744 808 888 576 580 585 625 -HSync -Vsync interlace
EndSection
Section "Device"
Option "UseEDID" "FALSE"
Option "UseEvents" "True"
Option "NoLogo" "True"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "720x576i"
EndSubSection
EndSection
More information about the vdr
mailing list