LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Xorg issues with Nvidia GTS250 and Slackware (Some items too large, others too small) (https://www.linuxquestions.org/questions/linux-newbie-8/xorg-issues-with-nvidia-gts250-and-slackware-some-items-too-large-others-too-small-805024/)

sucrac 04-29-2010 01:49 PM

Xorg issues with Nvidia GTS250 and Slackware (Some items too large, others too small)
 
I'm having some problems with my Sanyo DP42849 (42inch 1080p) TV and Slackware. I believe it to be Xorg related, but I'm not 100% sure. Firefox is ungodly huge (as are most programs) but KDE looks just fine after configuring font size. I noticed under system settings that it shows resolution as 1920x1080@50, which is correct except for the refresh rate (should be 60). I was told by a friend that it was a modeline issue, and so I setup my own modeline but it seems to be ignoring any changes I make to xorg.conf.

Copy of xorg.conf:

Code:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Dec  9 16:34:26 PST 2009


Section "ServerLayout"
    Identifier    "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    FontPath        "/usr/lib64/X11/fonts/misc/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/lib64/X11/fonts/misc/"
    FontPath        "/usr/lib64/X11/fonts/Type1/"
    FontPath        "/usr/lib64/X11/fonts/Speedo/"
    FontPath        "/usr/lib64/X11/fonts/100dpi/"
    FontPath        "/usr/lib64/X11/fonts/75dpi/"
    FontPath        "/usr/lib64/X11/fonts/cyrillic/"
    FontPath        "/usr/lib64/X11/fonts/TTF/"
EndSection

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 "Monitor"
    Identifier    "Monitor0"
    VendorName    "Sanyo"
    ModelName      "DP42849"
    HorizSync      28.0 - 33.0
    VertRefresh    43.0 - 72.0
    Option        "DPMS"
    Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    VendorName    "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection    "Display"
        Depth      24
        modes      "1920x1080@60"
    EndSubSection
EndSection

Most of that was auto generated by the Nvidia installer, some of it was added later. I'm not too familiar with hand editing the xorg file, and using the configure utility with Slackware doesn't give me the option to use my Nvidia driver so I haven't used it.

Any help would be appreciated.
-ScM

serafean 04-29-2010 02:12 PM

Hi,
from what I understand, your problem is font-related? Too big fonts? This should prove as a guideline where to begin. In KDE you just set the DPI in the font configuration dialog, and you're all set. (no idea how this setting applies on GTK applications.)
As for the refresh rate, with the official driver the reported frequency has always been off, the same as you, it never was an issue. What is important is what your screen reports receiving.

Serafean

sucrac 04-30-2010 04:21 AM

Thank you for your response. It was indeed the DPI settings, it was set at 305x305. I manually set it to 96x96 (the "DisplaySize" setting had no effect, even with correct values).


All times are GMT -5. The time now is 07:39 PM.