Vlad Olenin wrote:
> ...Still can't set it up. Tried to run a standalone x server, but I must
> be doing smth wrong - can't start it. Nevertheless I just managed to run
> MythTV 0.20a in full screen mode on TV. I used command:
>
> sudo mythfrontend -display : 0.1 -nw
>
> This makes a full screen MythTV displayed on my TV screen. What would be
> a similar command for Freevo? Though I still think the problem somewhere
> in the config files, the current configuration I have is managing to
> work somehow with MythTV... Might it be that MythTV is using some other
> interface to X Windows? Why does my X configuration work with MythTV and
> fails with Freevo?
>
> Any insight would be greatly appreciated.
>
> Vlad
>
> On 5/18/07, *Jonathan Isom* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> wrote:
>
> It's scale to 720x480 by the tv chip no matter the res up to 1024x768
> thats support by Some,most nvidia chips
>
> On 5/18/07, Vlad Olenin <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> > Yes, I'm using nVidia proprietary drivers. Don't remember if it's
> legacy
> > drivers or not.... I think this is some stupid configuration issue
> on my
> > part, especially that drivers seemed to install correctly (Beryl &
> Compiz
> > installed and ran OK, numerous applications could be send to TV
> screen no
> > problem).
> >
> > How can anything higher than 720x576 work if that's the max
> resolution of
> > non-HD TV (from what I remember)?..
> >
> > Looking forward for the full xorg.conf..... - hopefully that will
> clear the
> > things up.
> >
> > Thanks,
> >
> > Vlad
> >
> > On 5/18/07, Duncan Webb < [EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> > > Vlad Olenin wrote:
> > > > What's the screen resolution you are using for your TV? Mine
> is standard
> > > > (non HD) TV... 1024x768 shouldn't work there, should it?
> > > >
> > > > Can you post the whole xorg.conf file (or send directly to my
> email if
> > > > it's too long for the list post)?
> > >
> > > Which driver are you using, nvidia?
> > >
> > > I use 720x576 but 800x600 and 1024x768 both work.
> > >
> > > I'll post the whole xorg.conf in the morning.
Okay here is my xorg.conf with glx enabled. Note with glx the dri must
be disabled.
Duncan
Section "ServerLayout"
Identifier "TV"
Screen 0 "TV Screen" 0 0
InputDevice "Logitech Mouse" "CorePointer"
InputDevice "Microsoft Keyboard" "CoreKeyboard"
Option "AllowMouseOpenFail" "true"
EndSection
Section "ServerLayout"
Identifier "PC"
Screen 0 "PC Screen" 0 0
InputDevice "Logitech Mouse" "CorePointer"
InputDevice "Microsoft Keyboard" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "TVWS"
Screen 0 "Default Screen" 0 0
InputDevice "Logitech Mouse" "CorePointer"
InputDevice "Microsoft Keyboard" "CoreKeyboard"
EndSection
Section "ServerLayout"
Identifier "PC-TV"
Screen 0 "PC Screen" 0 0
Screen 1 "TV Screen" RightOf "PC Screen"
InputDevice "Logitech Mouse" "CorePointer"
InputDevice "Microsoft Keyboard" "CoreKeyboard"
EndSection
Section "Screen"
Identifier "PC Screen"
Device "ATI Card"
Monitor "BMM 566 Monitor"
#DefaultDepth 16
DefaultDepth 24
#DefaultDepth 32
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
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Device"
Identifier "FGLRX 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" "no"
#Option "TVStandard" "PAL-G"
Option "TVStandard" "PAL-B"
Option "TVHSizeAdj" "0"
Option "TVVSizeAdj" "0"
Option "TVHPosAdj" "0"
Option "TVVPosAdj" "0"
Option "TVHStartAdj" "0"
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x00000000"
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=5b60
Screen 0
EndSection
Section "Device"
Identifier "ATI Card"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "Asus EAX550GE/TD/256M"
BusID "PCI:0000:01:00.0"
### 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 "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "NoMergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
EndSection
Section "Monitor"
Identifier "BMM 566 Monitor"
VendorName "BMM"
ModelName "566"
HorizSync 31.0 - 60.0
VertRefresh 60.0 - 75.0
#DisplaySize 300 240 # mm
Option "DPMS"
Mode "1024x768" # vfreq 75.029Hz, hfreq 60.023kHz
DotClock 78.750000
HTimings 1024 1040 1136 1312
VTimings 768 769 772 800
EndMode
Mode "800x600" #
DotClock 49.50
HTimings 800 816 896 1056
VTimings 600 601 604 625
EndMode
Mode "640x480" #
DotClock 31.50
HTimings 640 656 720 840
VTimings 480 481 484 500
EndMode
EndSection
Section "Screen"
Identifier "TV Screen"
Device "GMA900 Card"
Monitor "PAL Monitor"
Option "UseDisplayDevice" "TV"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "SVIDEO"
Option "TVOverScan" "0.7"
Option "NoLogo" "yes"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "720x576"
EndSubSection
SubSection "Display"
Depth 24
Modes "720x576"
#Modes "1024x768" "720x576"
EndSubSection
EndSection
Section "Device"
Identifier "GMA900 Card"
Driver "nvidia"
VendorName "Intel Corporation"
BoardName "82915G/GV/910GL Express Chipset Family Graphics Controller"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "IVTV Screen"
Device "Hauppauge PVR 350 iTVC15 Framebuffer"
Monitor "PAL Monitor" # <-- select for PAL
#Monitor "NTSC Monitor" # <-- select for NTSC
DefaultDepth 24
#DefaultDepth 32 # Doesn't work
DefaultFbbpp 32
Subsection "Display"
Depth 24
FbBpp 32
Modes "720x576" # <-- select for PAL
#Modes "720x480" # <-- select for NTSC
EndSubsection
Subsection "Display"
Depth 32
FbBpp 32
Modes "720x576" # <-- select for PAL
EndSubsection
EndSection
Section "Device"
Identifier "Hauppauge PVR 350 iTVC15 Framebuffer"
Driver "ivtvdev"
Option "fbdev" "/dev/fb1" # <-- modify if using another device
#BusID "5:7:0"
BusID "5:6:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "FGLRX Graphics Adapter"
Monitor "NormalTV"
Option "TVStandard" "PAL-B"
Option "ConnectedMonitor" "TV"
Option "TVOutFormat" "SVIDEO"
Option "TVOverScan" "0.6"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "720x576"
EndSubSection
SubSection "Display"
Depth 4
Modes "720x576"
EndSubSection
SubSection "Display"
Depth 8
Modes "720x576"
EndSubSection
SubSection "Display"
Depth 15
Modes "720x576"
EndSubSection
SubSection "Display"
Depth 16
Modes "720x576"
EndSubSection
SubSection "Display"
Depth 24
Modes "1366x768" "1024x768" "720x576"
EndSubSection
EndSection
Section "Monitor"
Identifier "PAL Monitor"
HorizSync 30-68
VertRefresh 50-120
Mode "720x576"
#D: 41.475 MHz, H: 44.693 kHz, V: 74.488 Hz
DotClock 41.476
HTimings 720 752 840 928
VTimings 576 580 584 600
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Monitor"
Identifier "NTSC Monitor"
HorizSync 30-68
VertRefresh 50-120
Mode "720x480"
#D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
DotClock 34.564
HTimings 720 752 840 928
VTimings 480 484 488 504
Flags "-HSync" "-VSync"
EndMode
EndSection
Section "Monitor"
Identifier "NormalTV"
HorizSync 15-50
VertRefresh 50-50
DisplaySize 259 146
Option "DPMS"
# PAL 50
ModeLine "720x576" 13.875 720 744 808 888 576 581 586 625 -hsync -vsync
interlace
EndSection
Section "InputDevice"
Identifier "Microsoft Keyboard"
Driver "kbd"
Driver "kbd"
Option "Protocol" "Standard"
Option "XkbKeyCodes" "xfree86"
#Option "XkbLayout" "de_CH"
Option "XkbLayout" "gb"
Option "XkbModel" "pc104"
Option "XkbRules" "xfree86"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Logitech Mouse"
Driver "mouse"
Option "Vendor" "Logitech"
Option "Name" "MouseMan Wheel"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
Option "ChordMiddle"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/local/lib/X11/modules"
#ModulePath "/usr/local/lib/X11/modules /usr/lib/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/tv/"
#FontPath "/usr/share/fonts/CID/"
EndSection
Section "Module"
Load "extmod"
Load "dbe"
Load "record"
Load "glx"
Load "xtrap"
#Load "dri"
Load "freetype"
Load "type1"
EndSection
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users