Отправляет email-рассылки с помощью сервиса Sendsay

Здрасте..
Встал вопрос - есть стоячий Линух Mandrake 9.0 final rus
есть монитор samsung syncmaster 955df
есть видео asus gforce 4 ti 4200
Как мне зоставить X-ы работать.
Ну не понимаю я что надо писать в XFConfig4.
Я уже и дрова nvidia качнул и даже :)) поставил - а у самсунга на
сайте ноль информации. Кто что может посоветовать по поводу настройки
монитора?? HELPLPLPLPLPPL

-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: http://subscribe.ru/member/unsub?grp=comp.soft.linux.discuss&email=
http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   Wed, 29 Oct 2003 11:25:12 +0200 (#13133)

 

Ответы:

Привет!

В составе дров от nvidia есть пример файла XFConfig4, лежит
где-то в /usr/share/GLX-... что-то там, точно не помню.
Поставь его, иксы запустятся, а дальше используй
какую-нибудь GUI утиль для настройки иксов.

Роман

On Wed, 29 Oct 2003 11:25:12 +0200
иван иванов <solaris_oce***@t*****.by> wrote:

-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: http://subscribe.ru/member/unsub?grp=comp.soft.linux.discuss&email=
http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   Wed, 29 Oct 2003 13:39:12 +0400 (#13142)

 

В сообщении от 29 Октябрь 2003 14:39 Roman V. Shumikhin написал(a):

Например запустить X -configure под рутом и скопировать /root/XF86Config.new
в
/etc/X11/XF86Config

4.3.0+ весьма здраво детектит оборудование.

Ответить   Stanislav Karchebny Wed, 29 Oct 2003 14:45:18 +0500 (#13146)

 

Руками ничего туда писать не надо (особенно, если не знаешь).

Можно запустить xf86config. Это скрипт настраивающий иксы. После запуска
надо честно ответить на все вопросы (по английски). После завершения
сказать startx и любоваться на запущенные иксы.

Также можно запустить xf86cfg -xf86config <ваш_конфиг_иксов_где_он_лежит>
Но эта утилита с глюками. Запускается только когда все нормально (по
крайней мере у меня - X-4.1) Для X-4.3 вроде работал нормально.

У мандрейка, насколько я помню, была своя утилита конфигурирования иксов.
Вроде Xconfigurator.

А вот по поводу монитора, необходимо только правильно указать частоты при
настройке иксов. Для xf86config надо выбрать тип монитора. Тут монитор
может или работать или нет (сообщение о превышении частоты развертки на
экране монитора). В последнем случае надо нажать Crtl+Alt+BackSpace для
завершения иксов и сконфигурировать иксы снова, указав более низкие
требования.

-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: http://subscribe.ru/member/unsub?grp=comp.soft.linux.discuss&email=
http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   d2r Wed, 29 Oct 2003 11:47:52 +0200 (#13149)

 

В сообщении от 29 Октябрь 2003 14:47 d2r написал(a):

Лучше всего надыбать их в гугле. Параметры иксов - VertRefresh и HorizSync

Ответить   Stanislav Karchebny Wed, 29 Oct 2003 14:54:29 +0500 (#13172)

 

Еще проще зайти на сайте Nvidia там есть samples
можеш взять мой
##########################################################################
# Sample XF86Config file for NVIDIA XFree86 drivers.
#
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
#
# Be sure to replace the monitor values with correct values for your
# monitor!
##########################################################################

# **********************************************************************
# Files section. This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/encodings"
FontPath "/usr/X11R6/lib/X11/fonts/util"

# 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.

RgbPath "/usr/X11R6/lib/X11/rgb"
# FontPath "unix/:-1"

# The module search path. The default path is shown here.

# ModulePath "/usr/X11R6/lib/modules"

EndSection

##########################################################################
# Server flags section.
##########################################################################

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
#NoTrapSignals

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.
#DontZap

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences. This allows clients to receive these key events.
#DontZoom

# This allows the server to start up even if the
# mouse device can't be opened/initialised.
AllowMouseOpenFail

EndSection

##########################################################################
# Input devices
##########################################################################

#
# Keyboard section
#
Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "250 30"

Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:ctrl_shift_toggle,grp_led:scroll"

EndSection

#
# Pointer section
#
Section "InputDevice"

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"

EndSection

##########################################################################
# Module section
##########################################################################

Section "Module"

Load "dbe"

# Load the glx module.
Load "glx"

Load "extmod"

Load "type1"
Load "freetype"
EndSection

##########################################################################
# Monitor section
##########################################################################

Section "Monitor"

Identifier "MyMonitor"
VendorName "Mitsubisi"
ModelName "Diamond Plus 120u"

# be sure to replace these values with values appropriate for your
# monitor!
HorizSync 31-82
VertRefresh 55-120
Option "DPMS" "on"

EndSection

##########################################################################
# Graphics device section(s)
##########################################################################

Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command.
BusID "PCI:1:0:0"
EndSection

Section "Device"
Identifier "NV PCI"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command.
BusID "PCI:0:13:0"
EndSection

Section "Device"
Identifier "NV AGP TwinView"
VendorName "nvidia"
Driver "nvidia"
# update this with the PCI id of your card. Consult the output
# of the 'lspci' command.
BusID "PCI:1:0:0"

# sample twinview setup
Option "TwinView"
# be sure to replace the HorizSync and VertRefresh with correct values
# for your monitor! Option "SecondMonitorHorizSync" "31-82"
Option "SecondMonitorVertRefresh" "55-120"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1280x1024,1280x1024;
1024x768,1024x768"
Option "ConnectedMonitor" "crt,crt"
EndSection

##########################################################################
# Screen sections
##########################################################################

#
# screen section for an nvidia AGP card
#
Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubsection

EndSection

#
# screen section for an nvidia PCI card
#
Section "Screen"
Identifier "Screen PCI"
Device "NV PCI"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

#
# screen section for an nvidia AGP TwinView card
# (look at the appropriate Device section)
#
Section "Screen"
Identifier "Screen AGP TwinView"
Device "NV AGP TwinView"
Monitor "MyMonitor"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x400"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
EndSection

##########################################################################
# ServerLayout sections
# (invoke using the '-layout' option of 'startx'.
##########################################################################

#
# just one agp card
#
Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# just one pci card
#
Section "ServerLayout"
Identifier "PCI"
Screen "Screen PCI"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# 2 cards, non twinview
#
Section "ServerLayout"
Identifier "Both"
Screen "Screen AGP"
Screen "Screen PCI" LeftOf "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# just one agp twinview card
#
Section "ServerLayout"
Identifier "AGPTwinView"
Screen "Screen AGP TwinView"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

#
# 2 cards, one agp twinview and one pci (3 monitors total)
#
Section "ServerLayout"
Identifier "BothTwinView"
Screen "Screen AGP TwinView"
Screen "Screen PCI" LeftOf "Screen AGP TwinView"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection

-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: http://subscribe.ru/member/unsub?grp=comp.soft.linux.discuss&email=
http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   Wed, 29 Oct 2003 23:41:41 +0600 (#13545)

 

посмотри здесь http://linux-trabla.narod.ru

-*Информационный канал Subscribe.Ru
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Отписаться: http://subscribe.ru/member/unsub?grp=comp.soft.linux.discuss&email=
http://subscribe.ru/ mailto:ask@subscribe.ru

Ответить   v Thu, 30 Oct 2003 15:50:56 +0200 (#14044)