xorg.conf
Доброго времени суток!
В КДЕ у меня в настройках разрешения хоть убей не выставляется
разрешение выше 1024х768, хотя в xorg.conf оно вроде прописано.
видео: asus v7100 (nvidia geforce 2)
монитор: benq fp91g+
При этом винда спокойно держит разрешения 1280x1024.
Сначала думал, что проблема КДЕ. Но после того, как перегрузился в гном
увидел, что там точно такие же значение: от 1024х* и ниже, причем цифры,
которых отродясь в xorg.conf не было.
С уважением,
Лобанов Валерий
xorg.conf:
/************************************************************************/
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the font modules
Load "type1"
Load "freetype"
#Load "speedo"
# This loads the GLX module
Load "glx"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "benq"
HorizSync 31.5 - 50.0
VertRefresh 40-90
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "nvidia"
Driver "nvidia"
VideoRam 33428
# Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
Identifier "Screen 1"
Device "nvidia"
Monitor "benq"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024"
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
Section "ServerLayout"
# The Identifier line must be present
Identifier "Simple Layout"
Screen "Screen 1"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 21880; Возраст листа: 803; Участников: 1438
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/449150
Здравствуйте, Лобанов.
Вы писали 4 октября 2005 г., 14:59:43:
Вообще можно запустить один только х-сервер и любоваться экраном с
необходимым разрешенеие. Кde, Gnome и прочие менеджеры рабочего стола
тут непричем.
Именно в xorg мне помогло ковыряние этих параметров.