The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"Не получается поменять на нужное разришение"
Вариант для распечатки  
Пред. тема | След. тема 
Форум Открытые системы на сервере (Пользовательские проблемы / FreeBSD)
Изначальное сообщение [ Отслеживать ]

"Не получается поменять на нужное разришение"  +/
Сообщение от metnek (ok) on 26-Май-11, 23:38 
Всем привет!
Все перепробывал. Не получается сделать правильное разрашение!
Нужное разрешение 1920х1080
вот что я писал в ручную:
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    ModulePath   "/usr/local/lib/xorg/modules"
    FontPath     "/usr/local/lib/X11/fonts/misc/"
    FontPath     "/usr/local/lib/X11/fonts/TTF/"
    FontPath     "/usr/local/lib/X11/fonts/OTF"
    FontPath     "/usr/local/lib/X11/fonts/Type1/"
    FontPath     "/usr/local/lib/X11/fonts/100dpi/"
    FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
    Load  "dbe"
#    Load  "dri"
#    Load  "dri2"
    Load  "extmod"
    Load  "record"
    Load  "glx"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/sysmouse"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
#    VendorName   "Monitor Vendor"
#    ModelName    "Monitor Model"
          # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
      Modeline "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 1118 -HSync +Vsync
EndSection

Section "Device"
    Identifier  "Card0"
    Driver      "nvidia"
    VendorName  "nVidia Corporation"
    BoardName   "G98 [GeForce 8400GS]"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
        DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes     "1920x1080_60.00"
    EndSubSection
EndSection


Было все страшным, большим и растянутым.
Воспользовался nvidia-settings
Его конфиг таков:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 270.18  (root@)  ゙ナヤラナメヌ, 26 ヘチム 2011 ヌ. 19:21:24 (UTC)

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 270.18  (root@)  Tue May 24 18:42:45 UTC 2011

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option         "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/local/lib/xorg/modules"
    FontPath        "/usr/local/lib/X11/fonts/misc/"
    FontPath        "/usr/local/lib/X11/fonts/TTF/"
    FontPath        "/usr/local/lib/X11/fonts/OTF"
    FontPath        "/usr/local/lib/X11/fonts/Type1/"
    FontPath        "/usr/local/lib/X11/fonts/100dpi/"
    FontPath        "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"

#    Load  "dri2"
    Load           "dbe"
#    Load  "dri"
    Load           "extmod"
    Load           "record"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/sysmouse"
    Option         "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"

#    VendorName   "Monitor Vendor"
#    ModelName    "Monitor Model"
          # 1920x1080 @ 60.00 Hz (GTF) hsync: 67.08 kHz; pclk: 172.80 MHz
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CRT-1"
    HorizSync       10.0 - 83.0
    VertRefresh     50.0 - 76.0
    ModeLine       "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -hsync +vsync
    Option         "PreferredMode" "1920x1080"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G98 [GeForce 8400GS]"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400GS"
EndSection

Section "Screen"

# Removed Option "metamodes" "1400x1050 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1400x1050_60 +0+0; 1400x1050 +0+0"
    Option         "NoLogo" "True"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Что делать подскажит пжлста! :)

Ответить | Правка | Cообщить модератору

Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "Не получается поменять на нужное разришение"  +/
Сообщение от PavelR (??) on 27-Май-11, 00:37 
> Всем привет!
> Все перепробывал. Не получается сделать правильное разрашение!
> Нужное разрешение 1920х1080

FreeBSD на сервере не требует X-ов в принципе, не то что в разрешении 1920х1080.


> Что делать подскажит пжлста! :)

Удалять иксы.

Ответить | Правка | ^ к родителю #0 | Наверх | Cообщить модератору

2. "Не получается поменять на нужное разришение"  +/
Сообщение от metnek (ok) on 27-Май-11, 00:40 
>> Всем привет!
>> Все перепробывал. Не получается сделать правильное разрашение!
>> Нужное разрешение 1920х1080
> FreeBSD на сервере не требует X-ов в принципе, не то что в
> разрешении 1920х1080.
>> Что делать подскажит пжлста! :)
> Удалять иксы.

Мне нужны например для wine
там radmin viewer запускать !
Подскажите как сделать плз!

Ответить | Правка | ^ к родителю #1 | Наверх | Cообщить модератору

3. "Не получается поменять на нужное разришение"  +/
Сообщение от metnek (ok) on 28-Май-11, 10:21 
>>> Всем привет!
>>> Все перепробывал. Не получается сделать правильное разрашение!
>>> Нужное разрешение 1920х1080
>> FreeBSD на сервере не требует X-ов в принципе, не то что в
>> разрешении 1920х1080.
>>> Что делать подскажит пжлста! :)
>> Удалять иксы.
> Мне нужны например для wine
> там radmin viewer запускать !
> Подскажите как сделать плз!

Удивительно проблема решилась изменением не modeline
а HorizSync  20.0 - 155.0
  VertRefRefresh 60.0 - 215.0

Ответить | Правка | ^ к родителю #2 | Наверх | Cообщить модератору

Архив | Удалить

Рекомендовать для помещения в FAQ | Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2025 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру