Автор Гілка: Xorg & widescreen problem!  (Прочитано 2882 раз)

Відсутній infinity9

  • Новачок
  • *
  • дописів: 25
  • Карма: +0/-0
  • "Use the Force, read the source"
Xorg & widescreen problem!
« : 2007-07-27 23:27:53 »
Маю таку проблему: монітор Acer AL1916wa та систему Gentoo Linux 2007 профайл з Х системою:
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux C3Pio 2.6.21.1 #4 SMP Wed Jun 13 15:43:09 EEST 2007 i686
Build Date: 18 May 2007
і це все разом перестало працювати в рідній для мого дисплея роздільній здатності 1440х900.

Ось xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 2006

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:56:12 PST 2006

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

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "FALSE"
EndSection

Section "InputDevice"

    # generated from data in "/etc/conf.d/gpm"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,ua(winkeys)"
    Option         "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Acer AL1916W"
    HorizSync       31.0 - 84.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce4 MX 440 with AGP8X"
    Option         "FlatPanelProperties" "Scaling = aspect-scaled"
    Option         "UseEDID" "FALSE"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1440x900" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "enable"
EndSection
 
« Змінено: 2007-07-27 23:28:29 від infinity9 »
InfinitylX's space http://www.infinitylx.org.ua

Відсутній infinity9

  • Новачок
  • *
  • дописів: 25
  • Карма: +0/-0
  • "Use the Force, read the source"
Re: Xorg & widescreen problem!
« Відповідей #1 : 2007-07-27 23:41:37 »
лог файл /var/log/Xorg.0.log http://infinity9.org.ua/xlog

можливо перенесіть цю тему в розділ " Встановлення та початкове налаштування"

я тут новеньки і не дуже оріентуюсь в розділах.
« Змінено: 2007-07-28 00:01:14 від infinity9 »
InfinitylX's space http://www.infinitylx.org.ua

Відсутній DalekiyObriy

  • Літератор
  • ******
  • дописів: 1929
  • Карма: +5/-0
Re: Xorg & widescreen problem!
« Відповідей #2 : 2007-07-28 02:18:32 »
(--) NVIDIA(0): Connected display device(s) on GeForce4 MX 440 with AGP8X at
(--) NVIDIA(0):     PCI:1:0:0:
(--) NVIDIA(0):     CRT-0
(--) NVIDIA(0):     NVIDIA TV Encoder (TV-0)
(--) NVIDIA(0): CRT-0: 350.0 MHz maximum pixel clock
(--) NVIDIA(0): NVIDIA TV Encoder (TV-0): 350.0 MHz maximum pixel clock
(--) NVIDIA(0): TV encoder: NVIDIA
(II) NVIDIA(0): Assigned Display Device: CRT-0
(WW) NVIDIA(0): No valid modes for "1440x900"; removing.
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024"
(II) NVIDIA(0):     "1024x768"
(II) NVIDIA(0):     "800x600"
(II) NVIDIA(0):     "640x480"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
Fedora 35 (x86-64)

Відсутній infinity9

  • Новачок
  • *
  • дописів: 25
  • Карма: +0/-0
  • "Use the Force, read the source"
Re: Xorg & widescreen problem!
« Відповідей #3 : 2007-07-29 10:39:09 »
"Все геніальне просто"
(с)перто :-)

Необхідно було додати ось цю стрічку до файлу xorg.conf:
Section "Monitor"
.......
Modeline       "1440x900_60" 106.47 1440 1520 1672 1904 900 901 904 932 +HSy
nc +VSync
EndSection

Правда не знаю наскільки правильним є все після "" ......

Інформацію знайшов тут http://www.linuxquestions.org/questions/showthread.php?t=547918

Можливо хтось пояснить якого раніше працювало без Modeline а в пт зранку перестало працювати ??? :-?
InfinitylX's space http://www.infinitylx.org.ua

Відсутній rangel

  • Графоман
  • ****
  • дописів: 281
  • Карма: +0/-0
  • Python programmer
Re: Xorg & widescreen problem!
« Відповідей #4 : 2007-07-29 13:28:37 »
а відеокарта у вас яка?
Roman Suprotkin

Відсутній infinity9

  • Новачок
  • *
  • дописів: 25
  • Карма: +0/-0
  • "Use the Force, read the source"
Re: Xorg & widescreen problem!
« Відповідей #5 : 2007-07-30 11:10:13 »
Відео картка (народна) NVidia MX4 440.
InfinitylX's space http://www.infinitylx.org.ua

Відсутній rangel

  • Графоман
  • ****
  • дописів: 281
  • Карма: +0/-0
  • Python programmer
Re: Xorg & widescreen problem!
« Відповідей #6 : 2007-08-01 12:43:07 »
nvidia-settings ?
Roman Suprotkin