You are not logged in.

#1 2009-04-04 10:15:25

Nuck
Member
From: Finland
Registered: 2008-02-23
Posts: 4

Resolution scale problem

Hello!

I installed Arch Linux i686 to my htpc, but resolution is wrong.

I have Nvidia Geforce 8600 GT graphics card and my 32" LG 32LB76 native resolution is 1360x768.
I have connected computer to TV with DVI to HDMI cable and it's working great in Windows XP. I'm using nvidia driver and I have selected 1360x768 from Nvidia X Server Settings. Xorg.conf looks fine to me, but it looks like picture is just scaled down from 1920x1080 to 1360x768. Picture is soft and fonts are fuzzy.
TV's own information menu says that resolution is still 1920x1080.

xrandr says:

Xlib:  extension "Generic Event Extension" missing on display ":0.0".
Screen 0: minimum 320 x 240, current 1360 x 768, maximum 1920 x 1080 
default connected 1360x768+0+0 0mm x 0mm

xorg.conf:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Thu Feb  5 00:18:17 PST 2009


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

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Depth       24
    Modes        "1360x768"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

Hope that someone could help me with this annoying problem.

Last edited by Nuck (2009-04-04 10:19:34)

Offline

Board footer

Powered by FluxBB