View previous topic :: View next topic |
Author |
Message |
inkspotch n00b
Joined: 26 Nov 2005 Posts: 5 Location: Austin, Texas
|
Posted: Sun Jun 04, 2006 4:53 am Post subject: HDTV, Xorg, calabrating monitor with no hsize/vsize buttons |
|
|
I have a 62" HDTV and using an nvidia card with DVI outputs. Problem is that xorg is posting a screen bigger than the actual space the tv has so it is clipping a little on the edges. I tried to use xvidtune, but I could not get that to make it more narrow and shorter. Any suggestions? Thanks |
|
Back to top |
|
|
Ma3oxuct Guru
Joined: 18 Apr 2003 Posts: 523
|
Posted: Sun Jun 04, 2006 5:56 am Post subject: |
|
|
How are you configuring xorg? Show us you xorg.conf if you have tried doing the "Xorg -configure" procedure. |
|
Back to top |
|
|
inkspotch n00b
Joined: 26 Nov 2005 Posts: 5 Location: Austin, Texas
|
Posted: Sun Jun 04, 2006 5:23 pm Post subject: xorg-config |
|
|
I let Fedora make this,
Code: | Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
FontPath "unix/:7100"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Mitsubishi VS1280 Projector"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 15.0 - 100.0
VertRefresh 40.0 - 150.0
# Modeline "720p" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync
Modeline "720p" 73.83 1280 1320 1368 1516 720 722 724 767 +hsync +vsync
Modeline "1280x720" 73.83 1280 1320 1368 1560 720 722 724 795 +hsync +vsync
# DisplaySize 1600 900
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nv"
VendorName "Videocard vendor"
BoardName "nVidia Corporation NV34 [GeForce FX 5200]"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x720" "720p" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
|
|
|
Back to top |
|
|
Ma3oxuct Guru
Joined: 18 Apr 2003 Posts: 523
|
Posted: Sun Jun 04, 2006 5:39 pm Post subject: |
|
|
from my experience fedora sucks at xorg auto configure stuff...
Use Xorg -configure, to generate a configfile in /root/xorg.conf.new
Then test it out with X -config /root/xorg.conf.new
Another way is to figure out what max resolution your screen runs at |
|
Back to top |
|
|
jmp_ Apprentice
Joined: 02 Oct 2005 Posts: 294 Location: BCN / Catalonia (Spain)
|
Posted: Sun Jun 04, 2006 5:50 pm Post subject: |
|
|
Setting HorizSync and VertRefresh and using xvidtune may help.
greetings. |
|
Back to top |
|
|
inkspotch n00b
Joined: 26 Nov 2005 Posts: 5 Location: Austin, Texas
|
Posted: Mon Jun 05, 2006 8:58 pm Post subject: |
|
|
I still can't get it to be more narrow. On regular monitors there are buttons to offset and shrink the screen. On this tv there isn't that option. Does xorg.conf have any settings for this? |
|
Back to top |
|
|
inkspotch n00b
Joined: 26 Nov 2005 Posts: 5 Location: Austin, Texas
|
Posted: Mon Jun 12, 2006 2:29 am Post subject: |
|
|
XVidtune does not work. any other suggestions? |
|
Back to top |
|
|
htranou Tux's lil' helper
Joined: 08 May 2006 Posts: 96
|
Posted: Mon Jun 12, 2006 3:12 am Post subject: |
|
|
buy a professionl tv ?
Consumer grade tv usually have a non negligiable overscan ( around 5% ) that better sets don't have.
I think that if you use the DVI connector, changing syncs wont help much as the signal is digital.
Maybe more useful, you could try editing your sessions files and add -geometry to the wm. I'm really not sure if it will work, but that would be where I'd look.
or maybe a virtual desktop size smaller than the screen ? (is that possible?) |
|
Back to top |
|
|
|