LINUX.ORG.RU

Не доступен видеорежим 1280x1024 [Kubuntu]

 


0

0

Не доступен видеорежим 1280x1024.
Максимальный 1024x768(а у меня LCD).

Я пробовал закачать драйверы от NVIDIA, менять тип монитора.
Но это не помогает.

Distro: Kubuntu 7.04, AMD64, DVD
Video: NVIDIA GeForce 7600 GT
Monitor: Samsung SyncMaster 740 BF (LCD, рабочее 1280x1024)

P. S. Я новичок в Linux. Работал в DOS и Windows.

/etc/X11/xorg.conf

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. M24 1P [Radeon Mobility X600]"
        Monitor         "Generic Monitor"
        DefaultDepth    24

        SubSection "Display"
                Depth           16
                Modes           "1280x768" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x768" "1024x768" "800x600"
        EndSubSection
EndSection

Сделай у себя по аналогии

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

Изначально в конфиге было:
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GT]"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
depth 24
modes "1280x1024@60" "1280x960@75" "1280x960@60" "1400x1050@60" "1280x1024@75" "1600x1200@65" "1152x864@75" "1600x1200@60" "1024x768@60" "1024x768@70" "1024x768@75" "832x624@75" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection

После прогона через dpkg-reconfigure xserver-xorg исчезло указание частоты. А проблема осталась. В "KDE->Настройка системы->Монитор и дисплей" по прежнему макс 1024x768. Может в конфигах где-то установить видеорежим?

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

Опция уже была там есть. Я попробовал закоментировать эту строку, но ничего не изменилось. Проблема осталась.

Мне вообще кажется, что эти настройки игнорируются. При выборе средствами KDE и по команде xrandr доступен список из 15 видережимов(макс 1024x768) с разными частотами. В конфиге же прописаны только 4 видережима без указания частот.

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

Не морочь голову, закинь сюда Х-овый конфиг, только перед нажатием кнопки "Post/Поместить" выбери "Preformatted text"

sdio ★★★★★
()
Ответ на: комментарий от sdio

Файл /etc/X11/xorg.conf
Section "Monitor"
	Identifier	"Generic Monitor"
 	Option		"DPMS"
	HorizSync	28-64
	VertRefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G70 [GeForce 7600 GT]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection


>xrandr
 SZ:    Pixels          Physical       Refresh
*0   1024 x 768    ( 342mm x 270mm )  *50   53   54
 1    800 x 600    ( 267mm x 211mm )   51   58   59   60   61   62
 2    640 x 480    ( 213mm x 169mm )   52   67   68   69
 3    960 x 600    ( 320mm x 211mm )   55
 4    840 x 525    ( 280mm x 185mm )   56
 5    832 x 624    ( 278mm x 220mm )   57
 6    800 x 512    ( 267mm x 180mm )   63
 7    720 x 450    ( 240mm x 158mm )   64
 8    640 x 512    ( 213mm x 180mm )   65   66
 9    640 x 400    ( 213mm x 141mm )   70
 10   640 x 384    ( 213mm x 135mm )   71
 11   576 x 432    ( 192mm x 152mm )   72
 12   512 x 384    ( 171mm x 135mm )   73   74   75
 13   416 x 312    ( 139mm x 110mm )   76
 14   400 x 300    ( 133mm x 105mm )   77   78   79   80
 15   320 x 240    ( 106mm x  84mm )   81   82   83
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none

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

>HorizSync 28-64
HorizSync 28-81 (надо как минимум 65)

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

В результате правки на вкладке с выбором монитора появился custom 1 с заданными параметрами. Но 1024x768 по прежнему максимум.
Возможно мне следует начать с другого дистрибутива? Или эта проблема будет везеде?

Конфиг целиком:
Section "Files"
	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"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,ru"
	Option		"XkbVariant"	","
	Option		"XkbOptions"	"grp:caps_toggle,lv3:ralt_switch,grp_led:sc
roll"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"nVidia Corporation G70 [GeForce 7600 GT]"
	Driver		"nvidia"
	BusID		"PCI:7:0:0"
EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-81
	VertRefresh	56-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G70 [GeForce 7600 GT]"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus"	"SendCoreEvents"
	InputDevice     "cursor"	"SendCoreEvents"
	InputDevice     "eraser"	"SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

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

Иксы не перезапускал, думал достаточно перезагрузки компа. Теперь я смог поэксперементировать методом проб и ошибок(в случае ошибок пришлось из консоли восстанавливать).

Я пробовал использовать комерческий драйвер NVIDIA, задавать ModeLine из конфигов, конфигуратор(указанный в xorg.conf). Моего монитора, кстати, в списках мониторов нет, и я не знаю где найти драйвер/конфиг к нему. Все что мне удалось добиться это virtual 1280x1024(это 1024x768 c прокруткой). Соответсвенно Изображение по прежнему смазывается из-за неродного режима.

Есть ли автоматические конфигураторы? Или можете посоветовать небольшой дистрибутив, который сможет создать правильный xorg.conf?

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