Показать полную графическую версию : запуск X-Window
не удается запустить иксы.
FreeBSD 5.2.1
при запуске xf86cfg - на мониторе появляестя табличка что данная развертка не поддерживается.
Вручную пробывал настаивать примерно среднии характеристики, тоже не помогло.
нашел ссылку _http://www.freebsd.org/doc/ru_RU.KOI8-R/books/handbook/x-config.html
по инстукции дошел до
# XFree86 -xf86config XF86Config.new
у меня опять монитор не поддерживает развертку.
куда стучаться?
Belansky
30-11-2005, 11:44
zloy7
Какой монитор?
Иксовый конфиг в студию.
Монитор Mitsubishi Diamond Pro 710
и Sony Multiscan E100
иксовый конфиг выложить не могу, не знаю как с одного компа на другой перекинуть, могу выдернуть нужные места.
Belansky
30-11-2005, 14:45
иксовый конфиг выложить не могу, не знаю как с одного компа на другой перекинуть
С помощью какого-либо носителя, дискеты, например.
как выкладывать , прямо в открытую? или можно как прикрепить к форуму?
пока попробую вспомнить как монтируются флоппи...
...посмотреть диапазоны горизонтальной и вертикальной развертки для монитора на сайте производителя и 'подсунуть' их xorg.conf...
не удается смонтировать флоппи
mount_msdosfs -o rw -L ru_RU.KOI8-R -D 866 -W koi2dos /dev/fd0 /mnt/floppy
выдает ошибку:
mount_msdosfs: /mnt/floppy: No such file or directory
# mkdir /etc/floppy, а вот параметры монтирования и перекодировки лучше 'засунуть' в /etc/fstab
# mkdir /etc/floppy создал
/etc/fstab дописываю файл:
/dev/fd0*/floppy*(FStype)*rw*(Dump)*(Pass#)
где * табуляция
а что писать в (FStype),(Dump),(Pass#)?
# XFree86 -configure
получился файл XF86Config.new вот он:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
EndSection
Section "Monitor"
#DisplaySize 280 220 # mm
Identifier "Monitor0"
VendorName "SNY"
ModelName "CPD-E100E"
Option "DPMS"
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 "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
Identifier "Card0"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
EndSection
есть еще файл XFree86.0.log но длинный....
Belansky
01-12-2005, 10:21
zloy7
Это лишь шаблон конфига, его еще до ума доводить нужно.
Вам нужно будет отредактировать секцию клавы:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Нужно будет отредактировать секцию мыши:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
В секцию монитора добавить значения вертикальной и горизонтальной развертки, согласно документации на монитор. Например,
HorizSync 30-85
VertRefresh 50-160
В секцию Screen добавить
DefaultColorDepth 24
И дальше внести изменения в подсекцию Display:
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
Дерзайте. :)
# XFree86 -xf86config XF86Config.new
заработало!
Belansky
05-12-2005, 10:26
zloy7
Так и должно было быть.
Odissey_k
08-12-2005, 16:08
Народ помогите!!!
Внимательно причитал советы из этой ветки форума- не помогло!!!
У меня ATI Radeon 9200, 17" Mitsubishi 750 sb
FreeBSD 5.2.1
Пробовал изменить драйвер видеокарты на ATI. ATI Radeon, VESA
Пробовал выбрать мой монитор и другие (SVGA...)
KDE грузится только с FV 60 Hz! Ну так же нельзя!!
Помогите разобраться!
Belansky
09-12-2005, 12:55
Odissey_k
Вот пример работающего конфига:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/TTF_RU/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
Section "Module"
Load "extmod"
Load "glx"
Load "dri"
Load "dbe"
Load "record"
Load "xtrap"
Load "type1"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
# DisplaySize 1280 1024 # mm
Identifier "Monitor0"
VendorName "Sansung"
ModelName "SyncMaster710n"
HorizSync 30-85
VertRefresh 50-160
Option "DPMS"
EndSection
Section "Device"
Identifier "Card0"
Driver "ati"
VendorName "ATI"
BoardName "Rage XL AGP 2X"
ChipSet "ati"
ChipId 0x474d
ChipRev 0x65
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection
Odissey_k
09-12-2005, 15:37
Спасибо за ответ!
Сделал как Вы посоветовали!
пишет - no screen found...
Методом исключения новых строк выяснил причину - не нравится строка:
Section "Device"
Driver "ati"
Не принимает и "ATI", "Ati" хотя я смотрел вроде драйвер для Ati Radeon есть-
Просто ATI и ATI Radeon, их тоже пробовал, не помогло.
Еще уточнение к моей конфигурации - не Xorg а XFree86.
Odissey_k
09-12-2005, 16:16
Всем спасибо!
Заработало!!!
Значит так:
Section "Device"
Driver "ati"
VendorName "ATI Technologies Inc"
BoadrName "ATI Radeon"
ChipID 0x514D
BusID "PCI:1:0:0"
И все Отлично - 85Hz!
Belansky
10-12-2005, 08:28
Odissey_k
Вот и отлично! :up:
Путем экспериментов на основе рабочего конфига Вы добились работоспособности Вашей системы. Так и поступают ищущие люди.
Odissey_k
и мои поздравления и отдельное спасибо за выложенное решение :)
обществу явно пригодится :)
© OSzone.net 2001-2012
vBulletin v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.