Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as text by Odmin ( 15 years ago )
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
	Identifier	"Configured Video DeviceL"
        Driver                "ati"
	Option "DisableGLXRootClipping" "true"
        Option "AddARGBGLXVisuals" "true"
	Option "AllowGLXWithComposite" "true"
	Screen 0
EndSection

Section "Device"
	Identifier	"Configured Video DeviceR"
        Driver                "ati"
	Option "DisableGLXRootClipping" "true"
        Option "AddARGBGLXVisuals" "true"
	Option "AllowGLXWithComposite" "true"
	Screen 1
EndSection

Section "Monitor"
	Identifier	"Configured MonitorL"
EndSection

Section "Monitor"
	Identifier	"Configured MonitorR"
EndSection

Section "Screen"
	Identifier	"Default ScreenL"
	Monitor		"Configured MonitorL"
	Device		"Configured Video DeviceL"
EndSection


Section "Screen"
	Identifier	"Default ScreenR"
	Monitor		"Configured MonitorR"
	Device		"Configured Video DeviceR"
EndSection


Section "DRI"
	MODE 0666
EndSection

Section "Extensions"
	Option 		"Composite" "Enabled"
EndSection

Section "Module"
    Load        "dbe"  	# Double buffer extension
    Load        "type1"
    Load        "freetype"
    Load        "glx"
    Load        "dri"
EndSection

Section "InputDevice"
	Identifier "Mouse1"
	Driver "mouse"
	Option "Protocol" "IMPS/2"
	Option "Device" "/dev/psaux"
	Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
	Identifier "Generic Keyboard"
	Driver "keyboard"
	Option "CoreKeyboard"
	Option "XkbRules" "xorg"
	Option "XkbModel" "pc105"
	Option "XkbLayout" "us,ru(winkeys)"
#	Option "XkbVariant" ",winkeys"
	Option "XkbOption" "grp:ctrl_shift_toggle, grp_led:scroll"
EndSection

Section "ServerLayout"

	Identifier "Default Layout"

	screen 0 "Default ScreenL" 0 0

	screen 1 "Default ScreenR" RightOf "Default ScreenL"

EndSection

 

Revise this Paste

Your Name: Code Language: