Показать сообщение отдельно
Старый 03.10.2004, 05:37     # 4
V@nya
Full Member
 
Аватар для V@nya
 
Регистрация: 20.07.2002
Адрес: Находка
Сообщения: 740

V@nya Луч света в тёмном царствеV@nya Луч света в тёмном царствеV@nya Луч света в тёмном царствеV@nya Луч света в тёмном царствеV@nya Луч света в тёмном царствеV@nya Луч света в тёмном царстве
Уже вижу, что ошибка в строке Option "XkbRules" "xfree86" У тебя xorg а не xfree, удали строку.
Вот рабочий конфиг (делал ручками):
Цитата:
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "SyncMaster"
DisplaySize 320 240
HorizSync 30.0 - 96.0
VertRefresh 50.0 - 160.0
Option "dpms"

# 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
Modeline "1024x768_100" 113.31 1024 1096 1208 1392 768 769 772 814 +HSync +Vsync

EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "ATI Radeon 9000"
EndSection

Section "Device"
Identifier "ATI Graphics Adapter"
Driver "fglrx"
Screen 0
BusID "PCI:1:0:0" # vendor=1002, device=496e
Option "FSAAMSPosY1" "0.000000"
Option "StereoSyncEnable" "1"

# ### generic DRI settings ###
# === disable PnP Monitor ===
#Option "NoDDC"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX2" "0.000000"

# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAADisableGamma" "no"

# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
Option "ForceGenericCPU" "no"
Option "GammaCorrectionII" "0x00000000"

# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "VRefresh2" "unspecified"

# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
Option "FSAAMSPosY5" "0.000000"
Option "IgnoreEDID" "off"

# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
# will be disabled automatically
Option "OpenGLOverlay" "off"
Option "FSAACustomizeMSPos" "no"
Option "FSAAScale" "1"

# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
Option "DesktopSetup" "0x00000000"
Option "HSync2" "unspecified"
Option "TVHStartAdj" "0"

# === FSAA Management ===
Option "FSAAEnable" "no"
Option "FSAAMSPosX0" "0.000000"
Option "no_dri" "no"
Option "GammaCorrectionI" "0x00000000"
Option "FSAAMSPosX1" "0.000000"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "MonitorLayout" "AUTO, AUTO"

# === disable/enable XAA/DRI ===
Option "no_accel" "no"

# === Misc Options ===
Option "UseFastTLS" "0"

# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "FSAAMSPosY3" "0.000000"
Option "TVColorAdj" "0"
Option "TVVPosAdj" "0"
Option "TVStandard" "NTSC-M"
Option "FSAAMSPosY2" "0.000000"

# === TV-out Management ===
Option "NoTV" "yes"
Option "TVHPosAdj" "0"
Option "TVHSizeAdj" "0"

# === QBS Management ===
Option "Stereo" "off"
Option "ScreenOverlap" "0"
Option "FSAAMSPosX3" "0.000000"
Option "TVVSizeAdj" "0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "ATI Graphics Adapter"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768_100" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection
V@nya вне форума