LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   monitor native resolution not displayed properly (https://www.linuxquestions.org/questions/linux-hardware-18/monitor-native-resolution-not-displayed-properly-727351/)

itsme_me 05-20-2009 02:08 PM

monitor native resolution not displayed properly
 
2243sn samsung monitor 22 "1920x1080 native resolution

Fedora 10 does not recognize recognise the monitor properly and offers a maximum resolution of 1440x1050
system-config-display has the same thing
both believe that it's a 17 "monitor

I tried to GTF 1920 1080 60 and added edited the xorg.conf

Code:

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier "single head configuration"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"

# Keyboard added by rhpxl
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "ee"
EndSection

Section "Monitor"

    [b] # 1920x1080@60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
    Identifier "Monitor0"
    Modeling "1920x1080_60.00" 172.8 1920 2040 2248 2576 1080 1081 1084 1118-hsync + vsync [/ b]
EndSection

Section "Device"
    Identifier "Videocard0"
    Driver "intel"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
      Viewport 0 0
      Depth 24
Modes "1920x1080_60.00"
    EndSubSection
EndSection



now i can choose 1920x1080 but there are black bars on either side,(the image is compressed in the middle)

system-config-display still does not recognize that it is a 22 "monitor,
the changes i make dont stick, after rebooting it still has the monitor as "unknown" despite me having picked generic 1920*1080 lcd


How to get the native resolution to fill the entire screen?

lspci
Code:

[00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
00:1 B.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1 c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1 c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 01)
00:1 C.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 01)
00:1 d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller # 1 (rev 01)
00:1 d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller # 2 (rev 01)
00:1 D.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller # 3 (rev 01)
00:1 D.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller # 4 (rev 01)
00:1 D7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1 e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1 f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1 f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1 F.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1 F.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
01:00.0 Ethernet controller: Realtek Semiconductor Co.., Ltd.. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)


mdg 05-20-2009 02:39 PM

Try adding the screen size with the "DisplaySize" option in the "Monitor" section of xorg.conf. You'll need the width X height of your screen.

eg (don't use these values):
Code:

DisplaySize    397 317

itsme_me 05-20-2009 02:58 PM

is that in pixels or cm ?


i added


Code:

Section "Monitor"

        # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
        Identifier  "Monitor0"
        ModeLine    "1920x1080_60.00" 172.8 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync
DisplaySize    1920 1080
EndSection

but the bars persist

mdg 05-21-2009 03:10 AM

Measurements are in millimeters.

itsme_me 05-21-2009 04:08 AM

ok, measured it by hand and got 480 x 270

edited the monitor section:

Code:

Section "Monitor"

        # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
        Identifier  "Monitor0"
        ModeLine    "1920x1080_60.00" 172.8 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync
DisplaySize    480 270
EndSection


but the black bars are still there


All times are GMT -5. The time now is 12:01 AM.