HELP! XBMC-Live + Firefox = Tiny Fonts
#1
So I have read the numerous articles regarding the issue of having small fonts in the menus for Firefox. I think my issue is that I'm too tired and not reading something right so I would love it if someone could tell me where I need to put this is my xorg.conf: Monitor "Monitor0"

I believe that is the last little bit that I am missing.

Here is my xorg.conf:

Code:
Section "Device"
        Identifier "nvidia"
        Driver  "nvidia"
        Option  "NoLogo"              "true"
        Option  "DynamicTwinView"     "false"
        Option  "FlatPanelProperties" "Scaling = Native"
        Option  "ModeValidation"      "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
        Option  "UseDisplayDevice"    "DFP-1"
        Option  "ModeDebug"           "true"
        Option  "HWCursor"            "false"
EndSection

Section "Screen"
        Identifier      "screen"
        Device          "nvidia"
        SubSection      "Display"
                Modes "1920x1080_60_0" "1920x1080_24"
        EndSubSection
EndSection

Section "Extensions"
        Option  "Composite"           "false"
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        Option          "DPI" "200 x 200"
EndSection

#  --- Modes in ModePool for SONY TV (DFP-0) ---
#  "nvidia-auto-select" : 1920 x 1080 @  60.0 Hz
#  "1920x1080"          : 1920 x 1080 @  60.0 Hz
#  "1920x1080_60"       : 1920 x 1080 @  60.0 Hz
#  "1920x1080_60_0"     : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
#  "1920x1080_24"       : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32)
#  "1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
#  "1440x480"           : 1440 x  480 @  60.1 Hz Interlace
#  "1440x480_60i"       : 1440 x  480 @  60.1 Hz Interlace
#  "1280x1024"          : 1280 x 1024 @  60.0 Hz
#  "1280x1024_60"       : 1280 x 1024 @  60.0 Hz
#  "1280x720"           : 1280 x  720 @  60.0 Hz
#  "1280x720_60"        : 1280 x  720 @  60.0 Hz
#  "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4)
#  "1024x768"           : 1024 x  768 @  60.0 Hz
#  "1024x768_60"        : 1024 x  768 @  60.0 Hz
#  "800x600"            :  800 x  600 @  60.3 Hz
#  "800x600_60"         :  800 x  600 @  60.3 Hz
#  "720x480"            :  720 x  480 @  59.9 Hz
#  "720x480_60"         :  720 x  480 @  59.9 Hz
#  "720x480_60i"        : (1440)x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 7)
#  "640x480"            :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
#  "640x480_60"         :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
#  --- End of ModePool for SONY TV (DFP-0): ---

I have tried it in various spots, but it causes my ION boot to the login screen instead of directly into XBMC.

Thanks so much for your assistance!
Reply
#2
Fixed the font size with the following code:

Code:
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Device"
        Identifier "nvidia"
        Driver  "nvidia"
        Option  "NoLogo"              "true"
        Option  "DynamicTwinView"     "false"
        Option  "FlatPanelProperties" "Scaling = Native"
        Option  "ModeValidation"      "NoVesaModes, NoXServerModes, NoVertRefreshCheck, NoHorizSyncCheck"
        Option  "UseDisplayDevice"    "DFP-1"
        Option  "ModeDebug"           "true"
        Option  "HWCursor"            "false"
EndSection

Section "Screen"
        Identifier      "screen"
        Device          "nvidia"
        Monitor         "Monitor0"
        SubSection      "Display"
                Modes "1920x1080_60_0" "1920x1080_24"
        EndSubSection
EndSection

Section "Extensions"
        Option  "Composite"           "false"
EndSection

Section "Monitor"
Identifier "Monitor0"
Option "DPI" "100 x 100"
EndSection

#  --- Modes in ModePool for SONY TV (DFP-0) ---
#  "nvidia-auto-select" : 1920 x 1080 @  60.0 Hz
#  "1920x1080"          : 1920 x 1080 @  60.0 Hz
#  "1920x1080_60"       : 1920 x 1080 @  60.0 Hz
#  "1920x1080_60_0"     : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 16)
#  "1920x1080_24"       : 1920 x 1080 @ 23.97/24 Hz (CEA-861B Format 32)
#  "1920x1080_60i"      : 1920 x 1080 @ 59.94/60 Hz (CEA-861B Format 5)
#  "1440x480"           : 1440 x  480 @  60.1 Hz Interlace
#  "1440x480_60i"       : 1440 x  480 @  60.1 Hz Interlace
#  "1280x1024"          : 1280 x 1024 @  60.0 Hz
#  "1280x1024_60"       : 1280 x 1024 @  60.0 Hz
#  "1280x720"           : 1280 x  720 @  60.0 Hz
#  "1280x720_60"        : 1280 x  720 @  60.0 Hz
#  "1280x720_60_0"      : 1280 x  720 @ 59.94/60 Hz (CEA-861B Format 4)
#  "1024x768"           : 1024 x  768 @  60.0 Hz
#  "1024x768_60"        : 1024 x  768 @  60.0 Hz
#  "800x600"            :  800 x  600 @  60.3 Hz
#  "800x600_60"         :  800 x  600 @  60.3 Hz
#  "720x480"            :  720 x  480 @  59.9 Hz
#  "720x480_60"         :  720 x  480 @  59.9 Hz
#  "720x480_60i"        : (1440)x 480 @ 59.94/60 Hz Interlace (CEA-861B Format 7)
#  "640x480"            :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
#  "640x480_60"         :  640 x  480 @ 59.94/60 Hz Interlace (CEA-861B Format 1)
#  --- End of ModePool for SONY TV (DFP-0): ---

I have a new issue of my wireless KB & Mouse not working properly now. It seems that they take about 3mins or so to start working after launching XBMC. Oh well... Happy with the DPI thing for now.
Reply

Logout Mark Read Team Forum Stats Members Help
HELP! XBMC-Live + Firefox = Tiny Fonts0