Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Пользователь


Сообщения: 110
Благодарности: 1

Профиль | Отправить PM | Цитировать


Лог этот создается при запуске. При этом в режим 1024x768 при частотах 68.7 КГц - 85.0 Гц монитор переходит нормально.

Насколько я понимаю, default mode отличается от используемого реально. Поэтому "not using default mode".

Вот файл конфига. Создан с помощью xf86config и подправлен в сторону драйвера nvidia так, как написано в их readme, идущем вместе с драйвером.

--- cut ---
Section "Module"
   Load        "dbe"  # Double buffer extension
   SubSection  "extmod"
     Option    "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection
   Load        "type1"
   Load        "freetype"
   Load       "glx"
EndSection

Section "Files"
   RgbPath"/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/local/"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"

EndSection

Section "InputDevice"
   Identifier"Keyboard1"
   Driver"Keyboard"
   Option "AutoRepeat" "500 30"
   Option "XkbRules""xfree86"
   Option "XkbModel""pc105"
   Option "XkbLayout""us"
EndSection

Section "InputDevice"
   Identifier"Mouse1"
   Driver"mouse"
   Option "Protocol"    "MouseSystems"
   Option "Device"      "/dev/gpmdata"
   Option "Emulate3Buttons"
EndSection

Section "Monitor"
   Identifier  "Digital Vision PRO 1797F"
   HorizSync   31.5-91.1
   VertRefresh 60-85
EndSection

Section "Device"
   Identifier"Standard VGA"
   VendorName"Unknown"
   BoardName"Unknown"
   Driver     "vga"
EndSection

Section "Device"
   Identifier  "GeForce4"
   Driver      "nvidia"
   VideoRam    65535
EndSection

Section "Screen"
   Identifier  "Screen 1"
   Device      "GeForce4"
   Monitor     "Digital Vision PRO 1797F"
   DefaultDepth 16

   Subsection "Display"
       Depth       16
       Modes       "1024x768"
       ViewPort    0 0
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier  "Simple Layout"
   Screen "Screen 1"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
EndSection
--- cut ---

Отправлено: 10:40, 03-05-2003 | #7