LINUX.ORG.RU

NVIDIA - разрешение


0

0

Здрасьте!
Поставил недавно Федору 3.
Разрешение у моего экрана 1440x900 - немного специфическое. Поправил xorg.conf - все рульно работало.
При установке в xorg.conf прописались дрова 'nv' (GeForce FX 5200). Вроде все работает нормально. Но ни одна игра не пашет - жутко глючит.
Скачал я с nvidia.com последние дрова, установил по инструкции. В xorg.conf прописал 'nvidia' вместо 'nv'. Стали использоваться дрова от nvidia. Игрушки работают и все такое, но...
Не могу добиться нормального разрешения экрана! То есть, стоит поменять дрова обратно на 'nv' - разрешение нормальное, меняю на 'nvidia' - разрешение маленькое и больше не устанавливается. В чем трабла? 

Ответ на: комментарий от mikhail

Vot on, rodimyj:
---------------------------
# Xorg configuration created by system-config-display

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

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of the 
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	FontPath     "unix/:7100"
EndSection

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

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#	Option	"Xleds"		"1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#	Option	"XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#	Option	"XkbModel"	"pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#	Option	"XkbModel"	"microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#	Option	"XkbLayout"	"de"
# or:
#	Option	"XkbLayout"	"de"
#	Option	"XkbVariant"	"nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#	Option	"XkbOptions"	"ctrl:swapcaps"
# Or if you just want both to be control, use:
#	Option	"XkbOptions"	"ctrl:nocaps"
#
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "pl"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	Option	    "Device" "/dev/input/mice"
	Option	    "ZAxisMapping" "4 5"
	Option	    "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "LCD Panel 1440x900"
	HorizSync    31.5 - 100.0
	VertRefresh  59.0 - 75.0
	Option	    "dpms"
EndSection

Section "Monitor"
      Identifier   "lenia"
      VendorName   "Lenia"
      ModelName    "Toshiba"
      HorizSync 31.5 - 100.0
      VertRefresh 59.0 - 75.0
      Option        "dpms"    
     ModeLine "1440x900" 137.61 1440 1504 1824 1952 900 902 914 940 #75Hz
   EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nv"
	VendorName  "Videocard vendor"
	BoardName   "NVIDIA GeForce FX Go5200"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	Monitor    "lenia"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     16
		Modes    "1440x900" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
		Modes    "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

Leonti
() автор топика
Ответ на: комментарий от Selecter

Ne, ne menial. Menial tolko 'nv' na 'nvidia' i obratno...

Leonti
() автор топика
Ответ на: комментарий от anonymous

Попробовал, вот что он выдал:
# 1440x900 @ 75.00 Hz (GTF) hsync: 70.50 kHz; pclk: 136.49 MHz
  Modeline "1440x900_75.00"  136.49  1440 1536 1688 1936  900 901 904 940  -HSync +Vsync
Заменил нужные строчки - результат тот же :(

Leonti
() автор топика
Ответ на: комментарий от anonymous

Vot interesnyj moment:
-------------------------------
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.8.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.7
(WW) NVIDIA(0): The user specified HorizSync "31.500-100.000" has been
(WW) NVIDIA(0):      adjusted to "31.500-55.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified HorizSync "29.000-55.000")
(WW) NVIDIA(0): The user specified VertRefresh "59.000-75.000" has been
(WW) NVIDIA(0):      adjusted to "59.000-60.000" (the intersection with
(WW) NVIDIA(0):      EDID-specified VertRefresh "0.000-60.000"
(II) NVIDIA(0): Monitor0: Using hsync range of 31.50-55.00 kHz
(II) NVIDIA(0): Monitor0: Using vrefresh range of 59.00-60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 400.00 MHz
(II) NVIDIA(0): Not using mode "1440x900" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
--------------------
Poczemu on tak delaet?

Leonti
() автор топика
Ответ на: комментарий от JB

Да я вроде как вижу, что написано...
Но почему? Со стандартными дровами этого не происходит! Что делать?

Leonti
() автор топика
Ответ на: комментарий от Leonti

Так ни у кого пока еще идей нет? А то я до сих пор с этой проблемой мучаюсь :(
Интересно бы найти человека, у которого такой-же экран...

Leonti
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.