Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: запуск X-Window
Показать сообщение отдельно

Аватара для Belansky

Юниксоид


Сообщения: 3001
Благодарности: 45

Профиль | Отправить PM | Цитировать


Odissey_k
Вот пример работающего конфига:
Код: Выделить весь код
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF_RU/"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

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

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	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" "auto"
	Option	    "Device" "/dev/sysmouse"
	Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
#	DisplaySize	  1280  1024	# mm
	Identifier   "Monitor0"
	VendorName   "Sansung"
	ModelName    "SyncMaster710n"
 	HorizSync 30-85
 	VertRefresh 50-160
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI"
	BoardName   "Rage XL AGP 2X"
	ChipSet     "ati"
	ChipId      0x474d
	ChipRev     0x65
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultColorDepth 24

        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

-------
Косово je Србиjа!


Отправлено: 12:55, 09-12-2005 | #16

Название темы: запуск X-Window