Крымский форум (Crimea-Board) Поиск Участники Помощь Текстовая версия Crimea-Board.Net
Здравствуйте Гость .:: Вход :: Регистрация ::. .:: Выслать повторно письмо для активации  
 
> Рекламный блок.
 

Реклама на форуме

 
> Ваша реклама, здесь
 
 
 

  Start new topic Start Poll 

> Установить видеорежим под Ubuntu
GSMmaster |
Дата 11 Июня, 2009, 0:51
Quote Post



Unregistered









Есть 40" LCD-панель, производителем заявлено разрешение 1366x768. Мучусь второй день, не могу под ubuntu выставить нужный видеорежим.
Кто может помочь?

xorg.conf имеет такой вид:
Код

cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig

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

Section "Files"
   RgbPath         "/etc/X11/rgb"
   ModulePath      "/usr/lib/xorg/modules"
   FontPath        "/usr/share/fonts/X11/misc"
   FontPath        "/usr/share/fonts/X11/cyrillic"
   FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath        "/usr/share/fonts/X11/Type1"
   FontPath        "/usr/share/fonts/X11/100dpi"
   FontPath        "/usr/share/fonts/X11/75dpi"
   FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load           "extmod"
   Load           "dbe"
   Load           "record"
   Load           "xtrap"
   Load           "glx"
EndSection

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

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

Section "Monitor"
   Identifier     "Monitor0"
   VendorName     "Monitor Vendor"
   ModelName      "Monitor Model"
EndSection

Section "Device"

       ### Available Driver options are:-
       ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
       ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
       ### [arg]: arg optional
       #Option     "SWcursor"                  # [<bool>]
       #Option     "HWcursor"                  # [<bool>]
       #Option     "NoAccel"                   # [<bool>]
       #Option     "ShadowFB"                  # [<bool>]
       #Option     "UseFBDev"                  # [<bool>]
       #Option     "Rotate"                    # [<str>]
       #Option     "VideoKey"                  # <i>
       #Option     "FlatPanel"                 # [<bool>]
       #Option     "FPDither"                  # [<bool>]
       #Option     "CrtcNumber"                # <i>
       #Option     "FPScale"                   # [<bool>]
       #Option     "FPTweak"                   # <i>
       #Option     "DualHead"                  # [<bool>]
   Identifier     "Card0"
   Driver         "nvidia"
   VendorName     "nVidia Corporation"
   BoardName      "Unknown Board"
EndSection

Section "Screen"
   Identifier     "Screen0"
   Device         "Card0"
   Monitor        "Monitor0"
   SubSection     "Display"
       Viewport    0 0
   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
   EndSubSection
EndSection
32/   
Бобер | Бездомный
Реклама двигатель прогресса       
Quote Post



А кому сча лехко?
Group Icon
















_________________
Желающим разместить рекламу смотреть сюдой
/   
exn |
Дата 11 Июня, 2009, 12:20
Quote Post



Unregistered









Заработает только в случае если железо поддерживает 1366x768. Вообще Xorg.0.log зааттачить не мешало бы, после запуска иксов естно.


Код

# nvidia-xconfig: X configuration file generated by nvidia-xconfig

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

Section "Files"
  RgbPath         "/etc/X11/rgb"
  ModulePath      "/usr/lib/xorg/modules"
  FontPath        "/usr/share/fonts/X11/misc"
  FontPath        "/usr/share/fonts/X11/cyrillic"
  FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
  FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
  FontPath        "/usr/share/fonts/X11/Type1"
  FontPath        "/usr/share/fonts/X11/100dpi"
  FontPath        "/usr/share/fonts/X11/75dpi"
  FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
  Load           "extmod"
  Load           "dbe"
  Load           "record"
  Load           "xtrap"
  Load           "glx"
EndSection

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

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

Section "Monitor"
  Identifier     "Monitor0"
  VendorName     "Monitor Vendor"
  ModelName      "Monitor Model"
EndSection

Section "Device"

      ### Available Driver options are:-
      ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
      ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
      ### [arg]: arg optional
      #Option     "SWcursor"                  # [<bool>]
      #Option     "HWcursor"                  # [<bool>]
      #Option     "NoAccel"                   # [<bool>]
      #Option     "ShadowFB"                  # [<bool>]
      #Option     "UseFBDev"                  # [<bool>]
      #Option     "Rotate"                    # [<str>]
      #Option     "VideoKey"                  # <i>
      #Option     "FlatPanel"                 # [<bool>]
      #Option     "FPDither"                  # [<bool>]
      #Option     "CrtcNumber"                # <i>
      #Option     "FPScale"                   # [<bool>]
      #Option     "FPTweak"                   # <i>
      #Option     "DualHead"                  # [<bool>]
  Identifier     "Card0"
  Driver         "nvidia"
  VendorName     "nVidia Corporation"
  BoardName      "Unknown Board"
EndSection

Section "Screen"
  Identifier     "Screen0"
  Device         "Card0"
  Monitor        "Monitor0"
  DefaultDepth 24
  SubSection     "Display"
      Viewport    0 0
      Depth       24
      Virtual   1366 768
  EndSubSection
EndSection
9/   
GSMmaster |
Дата 11 Июня, 2009, 13:30
Quote Post



Unregistered









Видяха Geforce 9400 gt, может быть получится 1360x768 - для моника тоже ОК.
6/   
GSMmaster |
Дата 11 Июня, 2009, 21:56
Quote Post



Unregistered









Vot log:
http://crimea-bard.info/temp/Xorg.0.log
44/   
exn |
Дата 11 Июня, 2009, 22:06
Quote Post



Unregistered









упс 1366 768 надо быб заменить, очепятлся smile.gif
3/   
alexk |
Дата 11 Июня, 2009, 23:20
Quote Post



Unregistered









Хм...

Many Wide XGA panels do not advertise their native resolution in the standard timing descriptors, instead offering only a resolution of 1280×768. Some panels advertise a resolution only slightly smaller than the native, such as 1360×765. For these panels to be able to show a pixel perfect image, the EDID data must be ignored by the display driver or the driver must correctly interpret the DTD and be able to resolve resolutions whose size is not divisible by 8.

http://en.wikipedia.org/wiki/Extended_disp...tification_data

может попробовать выключить получение информации о разрешении из EDID:
Option "ModeValidation" "NoEdidModes"

Более подробно об оциях nvidia драйвера здесь:
http://http.download.nvidia.com/XFree86/Li...appendix-d.html
8/   
GSMmaster |
Дата 11 Июня, 2009, 23:46
Quote Post



Unregistered









В общем, пока безрезультатно... Не могу выставить сей видеорежим, хоть стреляй. sad.gif

Заводской режим - на коробке написано - именно 1366x768.
26/   
GSMmaster |
Дата 12 Июня, 2009, 2:34
Quote Post



Unregistered









alexk
Спасибо за подсказку!

Вылечило вот это:


Option "UseEDIDFreqs" "FALSE"
Option "NoBandWidthTest" "TRUE"
Option "ExactModeTimingsDVI" "TRUE"
Option "ModeValidation" "NoEdidModes, NoMaxPClkCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck"
3/   

Topic Options Start new topic Start Poll 

 



[ Script Execution time: 0.0119 ]   [ 12 queries used ]   [ GZIP включён ]






Политика конфиденциальности

Top