LINUX.ORG.RU

Где взять xorg.conf?


0

0

Как получить конфиг с которым работает XOrg?
Ситуация: скомпилил генту, xorg, kde. Xorg не настраивал, конфиг не создавал. Просто набрал startx и все запустилось.
Отсюда вопрос, иксы запустились с каким-то конфигом по-умолчанию? Как его получить в текстовый файл? Ну, чтобы раскладку там поправить.
Просто уж хорошо все работает, DRI тоже, так что ломать не хочется.


Ответ на: комментарий от Drisch

Нету его там. Был бы - не спрашивал.

Selena / # ls /etc/X11/ -l
итого 44
-rwxr-xr-x 1 root root 1496 Фев 13 09:42 chooser.sh
drwxr-xr-x 2 root root 4096 Фев 22 05:25 Sessions
-rwxr-xr-x 1 root root 922 Фев 13 09:42 startDM.sh
drwxr-xr-x 2 root root 4096 Фев 23 02:07 xdm
drwxr-xr-x 3 root root 4096 Фев 20 04:24 xinit
-rw-r--r-- 1 root root 842 Фев 20 07:22 xloadimagerc
-rw-r--r-- 1 root root 18567 Фев 23 12:21 xorg.conf.example

Slader
() автор топика

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "type1"
Load "vbe"
load "glx"
# load "GLcore"
load "v4l"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
option "CoreKeyboard"
option "XkbRules" "xorg"
option "XkbModel" "pc105"
option "XkbLayout" "es,ru"
option "XkbOptions" "grp:shifts_toggle,grp_led:scroll"
option "XkbVariant" "winkeys"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "4 5"
option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
option "Device" "/dev/wacom"# Change to
option "Type" "stylus"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
option "Device" "/dev/wacom"# Change to
option "Type" "eraser"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
option "Device" "/dev/wacom"# Change to
option "Type" "cursor"
option "ForceDevice" "ISDV4"# Tablet PC ONLY
# /dev/input/event
# for USB
EndSection

Section "Device"
identifier "Intel Corporation 82865G Integrated Graphics Controller"
boardname "i810"
busid "PCI:0:2:0"
driver "i810"
Option "XAANoOffscreenPixmaps"
screen 0
EndSection

Section "Monitor"
identifier "AL1515"
vendorname "Plug 'n' Play"
modelname "Plug 'n' Play"
modeline "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
modeline "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
modeline "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
modeline "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82865G Integrated Graphics Controller"
Monitor "AL1515"
DefaultDepth 24
SubSection "Display"
depth 24
# virtual 1280 960
modes "1024x768@75" "1024x768@70" "1024x768@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
Option "AIGLX" "true"
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "DRI"
Mode 0666
EndSection
Section "ServerFlags"
EndSection



Ну возьми этот, и подправь.

qsloqs ★★
()

Вообще-то /etc/X11/xorg.conf.example это пример xorg.conf, название специально такое запутанное. Где взять xorg.conf не скажу.

Rikz ★★★
()
Ответ на: комментарий от Rikz

Мне нужен был не какой-либо конфиг, а тот, с которым работает мой xorg-server в данный момент.

Slader
() автор топика

Последние X-ы умеют пускаться без конфигурационного файла. Сгененрировать его можно командой X -configure

annoynimous ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.