Помогите настроить X-сервер
есть скрипт: xf86config
gui не рекомендую)
gui не рекомендую)
Так я когда сообщение об ошибке увидел, подумал щас запущу xf86config и все будет ок. Но у меня нет такого файла на диске.
разве в ASP тоже отключен скрипт xf86config как и у РедХат?
тогда: vi /etc/X11/XF86Config (кажется там все подробно прокоментированы)
тогда: vi /etc/X11/XF86Config (кажется там все подробно прокоментированы)
Чувак, ты сообщение об ошибке увидел, а мы нет.
>В XF86Config пропала информация о рефрешах монитора.
Modeline чтоли?
если у тебя дорстаточно новый монитор и иксы не меньше 4.3.0 (а в ASP9 вроде такие то эта информация не нужна
Modeline чтоли?
если у тебя дорстаточно новый монитор и иксы не меньше 4.3.0 (а в ASP9 вроде такие то эта информация не нужна
xf86cfg запусти он должен твое железо сам определить
>Modeline чтоли?
>если у тебя дорстаточно новый монитор и иксы не меньше 4.3.0 (а в ASP9 вроде такие то эта информация не нужна
И как при этом XF86Config выглядит? Что-то я проглядел, видать, в документации.
Может, кинешь примерчик?
>если у тебя дорстаточно новый монитор и иксы не меньше 4.3.0 (а в ASP9 вроде такие то эта информация не нужна
И как при этом XF86Config выглядит? Что-то я проглядел, видать, в документации.
Может, кинешь примерчик?AFAIR просто стереть/закомментировать все ModeLine
Есть программка Xconfigurator.
Попробуй...
Попробуй...
Программ типа Xconfigurator b xf86cfg у меня нет. Вообще есть у кого-нибудь информация, как по обычной частоте и разрешению составить строчку Modeline?
>Вообще есть у кого-нибудь информация, как по обычной частоте и разрешению составить строчку Modeline?
Проще всего так
Проще всего так

Спасибо. Можно было догадаться. 

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "i810"
VideoRam 8192
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-92
VertRefresh 50-60
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
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
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,ru"
Option "XkbOptions" "grp:ctrl_shift_toggle"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "i810"
VideoRam 8192
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 30-92
VertRefresh 50-60
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
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
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
>xf86cfg у меня нет.
а куда оно делось? оно же входит в оригинальные иксы с xfree86.org! или редхатчики и тут что-то подхачили?
а куда оно делось? оно же входит в оригинальные иксы с xfree86.org! или редхатчики и тут что-то подхачили?
Оставить комментарий
avinir60
После настройки мышки с помощью mouse-config не запускается X-сервер. В XF86Config пропала информация о рефрешах монитора. Настраивать вручную я не умею - не знаю правильных значений. У меня стоит ASPLinux 9