Вапрос по Xfree86

Knoppix

Модераторы: Warderer, Модераторы разделов

Аватара пользователя
omiron
Сообщения: 33

Вапрос по Xfree86

Сообщение omiron »

У меня такой вапрос ... после установки debian sarge .... и настройке xfree86 вроде всё пашит нармально при включении компа грузится kdm и нармально в хожу в kde разришение 1024х768 ... как и указано в конфиге xfree но ... но если создатьфайлы в пользовательском каталоге .xsession или .xinitrc и в ручную дописать туда exec startkde тогда при наборие каманды startx запускается kde но с разришением 800х600 .. но в настройках показывает то что у тебя перед глазами 1024 ... .кто сталкивался с таким ... ??? и что можно изменить в этом случае
Debian3.1(Sarge)/FreeBSD5.4........
Спасибо сказали:
Аватара пользователя
clx
Сообщения: 3121
Статус: Think Different !
ОС: Mac OS X

Re: Вапрос по Xfree86

Сообщение clx »

Приаттач конфиг Х.
Аффтар выпий йаду.
iMac 20" Core Duo.
Спасибо сказали:
Аватара пользователя
omiron
Сообщения: 33

Re: Вапрос по Xfree86

Сообщение omiron »

# XF86Config-4 (XFree86 X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
# cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
# md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum
# dpkg-reconfigure xserver-xfree86

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/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
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"
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 "sis"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28-49
VertRefresh 43-72
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
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
Debian3.1(Sarge)/FreeBSD5.4........
Спасибо сказали:
Аватара пользователя
Aectann
Бывший модератор
Сообщения: 3491
Статус: ...
ОС: OS X, GNU_и_не_только/Linux

Re: Вапрос по Xfree86

Сообщение Aectann »

omiron писал(а):
27.10.2005 14:48
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
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 "Screen"
    Identifier    "Default Screen"
    Device        "Generic Video Card"
    Monitor        "Generic Monitor"
    DefaultDepth    24
SubSection "Display"
        Depth        24
        Modes        "1024x768"
    EndSubSection


P.S.
omiron писал(а):
27.10.2005 14:48
HorizSync 28-49
VertRefresh 43-72


Это у тебя максимальное разрешение? Поставь на максимум(только не перестарайся :D )
My god... it's full of stars!...
Спасибо сказали:
Аватара пользователя
omiron
Сообщения: 33

Re: Вапрос по Xfree86

Сообщение omiron »

Гы поставил себе вчера X.org таже самая байда из kdm грузит 1024x768 из startx 800ч600
Debian3.1(Sarge)/FreeBSD5.4........
Спасибо сказали:
Аватара пользователя
Aectann
Бывший модератор
Сообщения: 3491
Статус: ...
ОС: OS X, GNU_и_не_только/Linux

Re: Вапрос по Xfree86

Сообщение Aectann »

Было такое. Всё решилось так, как описано в моём предыдущем посте.
My god... it's full of stars!...
Спасибо сказали:
Аватара пользователя
omiron
Сообщения: 33

Re: Вапрос по Xfree86

Сообщение omiron »

хз ... сделал как ты сказал всё по проежнему осталось ...
а после перестановки на x.org имеется проблема со шрифтами ... хотя все дириктории в конфиге указаны .....но всёравно все буквы были квадратиками
Debian3.1(Sarge)/FreeBSD5.4........
Спасибо сказали:
Аватара пользователя
Aectann
Бывший модератор
Сообщения: 3491
Статус: ...
ОС: OS X, GNU_и_не_только/Linux

Re: Вапрос по Xfree86

Сообщение Aectann »

Язык какой при установке системы ставил?
My god... it's full of stars!...
Спасибо сказали:
Аватара пользователя
sergius
Сообщения: 782

Re: Вапрос по Xfree86

Сообщение sergius »

omiron писал(а):
28.10.2005 20:45
хз ... сделал как ты сказал всё по проежнему осталось ...

Значит что-то сделал не так!
Они от сюда берут эти параметры. Больше их нигде нет. Если будет только 1024х768, то занчит будет 1024х768 или просто не загрузиться с ошибкой.
Проверь еще раз.
Спасибо сказали:
Аватара пользователя
bytex
Сообщения: 382
ОС: Kubuntu Linux 6.06

Re: Вапрос по Xfree86

Сообщение bytex »

Кто знает, в чём может быть дело, если монитор без проблем работает под 1280x1024, а на 1024x768 выдаёт "out of range"? Значения писал сразу в конфиг.
Всё приходит с опытом.
Спасибо сказали:
Аватара пользователя
serg_sk
Бывший модератор
Сообщения: 2749
Статус: <3 Anime
ОС: Gentoo Linux <3

Re: Вапрос по Xfree86

Сообщение serg_sk »

моделайн пропиши.

Код: Выделить всё

serg_sk@Elvenhome ~ $ gtf 1024 768 100

  # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
  Modeline "1024x768_100.00"  113.31  1024 1096 1208 1392  768 769 772 814  -HSync +Vsync
Не ждали?! А я приперся!
Помойка Gentoo'шника
-------
Спасибо сказали:
Аватара пользователя
bytex
Сообщения: 382
ОС: Kubuntu Linux 6.06

Re: Вапрос по Xfree86

Сообщение bytex »

Делал.
Всё приходит с опытом.
Спасибо сказали:
Аватара пользователя
serg_sk
Бывший модератор
Сообщения: 2749
Статус: <3 Anime
ОС: Gentoo Linux <3

Re: Вапрос по Xfree86

Сообщение serg_sk »

и? параметры моника прописывал? дрова nvidia?
Конфиг хоть покажи.
Не ждали?! А я приперся!
Помойка Gentoo'шника
-------
Спасибо сказали: