Начнем с того, что X Window у меня запускался. Вот только делал он это с видеокартой vesa без аппаратного ускорения 3D, что мне не нравилось, так как предполагается запуск игр. У меня ATi Radeon X1800 GTO2. Я спросил на одном irc чате, какие драйвера мне нужны. Мне и подсказали - раз у меня ASP LInux 9, значит XFree версии 4.3 так что мне надо пакет fglrx_4_3_0-8.35.5-1.i386.rpm, дали ссылку на его скачивания. Пакет я вроде бы поставил. Затем зашел в папку, /etc/modules/fglrx (может и не она, короче папка со всеми модклями) и запутил там скрипт make_install.sh. Он вроде бы всё выполнил. Затем aticonfig --initial. Он вроде бы всё сделал. Вот только теперь иксы не запускаются... При попытке заупска чёрный экран. И redhat-config-xfree86 тоже с теми же симптомами (чёрный экран). Вообщем, что делать?
ЗЫ Имеенно для запуска иксов с аппаратным 3D ускорением с этими дровами. Просто запустить я и так смогу, восстановиви XF86Config из бэкапа.
Проблемы X Window (Помогите решить)
Модератор: Модераторы разделов
-
- Сообщения: 261
- ОС: Mandriva 2010 PP
Re: Проблемы X Window
а /var/log/messages что выдаёт?
и при установке проблемм с зависимостями не было?
и при установке проблемм с зависимостями не было?
-
- Бывший модератор
- Сообщения: 3491
- Статус: ...
- ОС: OS X, GNU_и_не_только/Linux
Re: Проблемы X Window
Не, нам нужен лог исксов, т.е. /var/log/XFree86.0.log + покажите конфиг(/etc/X11/XF86Config-4, если у вас XFree)
My god... it's full of stars!...
-
- Сообщения: 29
- ОС: ASPLinux 11.2
Re: Проблемы X Window
и при установке проблемм с зависимостями не было?
Была одна. Требовался libexpat.so.1. Нашел пакет с этой библиотекой, поставил, лично убедился, что библиотека на месте. После этого всё равно ругался, поэтому поставил --nodeps.
/var/log/messages(только сегодняшний день):
http://gtmaster.jino-net.ru/messages
/var/log/XFree86.0.log:
http://gtmaster.jino-net.ru/XFree86.0.log
(Вставил ссылками чтобы не перегружать форум - объмный файлы)
/etc/X11/XF86Config:
Код:
# XFree86 4 configuration created by redhat-config-xfree86
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 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 "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "ru,us"
Option "XkbOptions" "grp:shift_toggle,grp_led:scroll"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "InputDevice"
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
Identifier "DevInputMice"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "SyncMaster"
DisplaySize 340 270
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "VESA driver (generic)"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
-
- Бывший модератор
- Сообщения: 3491
- Статус: ...
- ОС: OS X, GNU_и_не_только/Linux
-
- Сообщения: 29
- ОС: ASPLinux 11.2
Re: Проблемы X Window
Удалил. И ещё в секции Screee с идентификатором Screen0 поменял Device на aticonfig-Device[0], потому что ругалось.
Не помогло - всё тоот же чёрный экран при попытке запустить иксы.
Не помогло - всё тоот же чёрный экран при попытке запустить иксы.