Author |
Message |
daffydk
|
Posted: Wed Aug 03, 2005 11:39 am |
|
Joined: Sun Apr 10, 2005 5:10 am
Posts: 37
|
Didnt know where else to post soo i will post the problem in here..
I got a 42" Plasma tv from LG its NOT a HDTV screen but max resulution are 1024x768 on DVI input
When using the resolution 1024x768 the fonts in mythfrontend are very small (its the same with 800x600) hmm i cant see the text at all.
Iam using Nvidia Fx5200 With DVI output
So my question are .. Where can i change the Font size ?
Is it possible to change it in XF86Config-4 file ??
or are there anywere else i can change it
I should mension that on the Xdesktop the font size are small too
And changing the resolution too 800x600 doesnt help on font size at all
Anyone with a sugestion ???
/Daffydk
Using
KnoppMyth R5a16
Asus P4P800 main board
Geforce Fx5200
Wintv Pvr 150 mce
|
|
Top |
|
|
ceenvee703
|
Posted: Wed Aug 03, 2005 11:49 am |
|
Joined: Fri Apr 02, 2004 10:08 am
Posts: 1637
Location:
Virginia, USA
|
Edit your XF86Config-4 file and under the "Monitor" section add a DisplaySize line. Mine is "DisplaySize 240 135" but you should play with those numbers as that is for a widescreen aspect ratio and you're at 4:3 when running at 1024x 768.
Running "man XF86Config-4" eventually tells you about DisplaySize and that it's supposed to be a measure (in mm) of the monitor, but I don't think that entering the actual size of my 42" screen gave me proper results.
|
|
Top |
|
|
daffydk
|
Posted: Wed Aug 03, 2005 5:03 pm |
|
Joined: Sun Apr 10, 2005 5:10 am
Posts: 37
|
yep now it works
i set the displaysize to 340 235 and it looks great with the that on the fonts sooo thanx again
now i just have too figure out how too get sound on my mythtv *lol* and how too get my dvddrive too work with cd´s (mp3 that is)
any chance on you knowing that ???
/Daffydk
|
|
Top |
|
|
tonymuka
|
Posted: Thu Aug 25, 2005 9:59 pm |
|
Joined: Fri May 13, 2005 8:46 am
Posts: 48
Location:
Grand Rapids, MI
|
excellent tip with DisplaySize, thanks!
_________________ ASUS P5N7A-VM, 2.5gHz E5200, 2GB crucial DDR2, pvr-250, hdhomerun, URC-8820 remote, Panasonic TH-42PZ80U, LinHES 6.01.00
|
|
Top |
|
|
mariley
|
Posted: Sat Dec 17, 2005 5:13 pm |
|
Joined: Sat Dec 17, 2005 5:08 pm
Posts: 1
|
I am running mythtv on a 42" samsung DLP. I had everything working
except mplayer. so i upgraded my nvidia drivers (geforce 6600 w/ DVI) and not my fonts are REALLY small. I checked my xorg.conf file and my display size is still as it was before. Changing it has not effect on the display. HELP!!!!!!!!
Identifier "Monitor0"
ModelName "SAMSUNG DLP"
DisplaySize 400 225
HorizSync 30.0 - 46.0
VertRefresh 59.0 - 61.0
ModeLine "720p" 73.8 1280 1320 1368 1640 720 722 724 751 +hsync +vsync
Option "DPMS"
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
Identifier "nvidia"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "nVidia GeForce 6200 (rev a1)"
EndSection
Section "Screen"
#Identifier "Screen TV nvidia"
#Option "TVOutFormat" "SVIDEO"
Option "TVOverScan" "0.6"
# SubSection "Display"
# Depth 16
# Modes "800x600" "640x480"
# ViewPort 0 0
# EndSubsection
Identifier "Screen0"
Device "nvidia"
Monitor "Monitor0"
DefaultDepth 24
Option "TVStandard" "NTSC-M"
#Option "ConnectedMonitor" "TV"
Option "ConnectedMonitor" "DFP"
#Option "TVOutFormat" "COMPOSITE"
Option "RenderAccel" "false"
Option "NvAGP" "3"
Option "NoLogo" "false"
Option "HWCursor" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "720p"
EndSubSection
EndSection
|
|
Top |
|
|