Mój internet

8:53 pm

xorg.conf

Kategoria wpisu: Linux — Markos @ 8:53 pm

Na moim desktopie taki xorg.conf daje znakomite rezultaty. Oto i on:

Section “ServerLayout”

Identifier “X.org Configured”

Screen 0 “Screen0″ 0 0

InputDevice “Mouse0″ “CorePointer”

InputDevice “Keyboard0″ “CoreKeyboard”

EndSection

Section “Files”

RgbPath “/usr/share/X11/rgb”

ModulePath “/usr/lib64/xorg/modules”

FontPath “/usr/share/fonts/misc/”

FontPath “/usr/share/fonts/TTF/”

FontPath “/usr/share/fonts/OTF”

FontPath “/usr/share/fonts/Type1/”

FontPath “/usr/share/fonts/100dpi/”

FontPath “/usr/share/fonts/75dpi/”

EndSection

Section “Module”

# Load “dri”

Load “dbe”

Load “extmod”

Load “xtrap”

Load “glx”

Load “record”

Load “GLcore”

Load “type1″

Load “freetype”

EndSection

Section “InputDevice”

Identifier “Keyboard0″

Driver “kbd”

Option “CoreKeyboard”

Option “XkbRules” “xorg”

Option “XkbModel” “pc105″

Option “XkbLayout” “pl”

EndSection

Section “InputDevice”

Identifier “Mouse0″

Driver “mouse”

Option “Protocol” “auto”

Option “Device” “/dev/input/mice”

Option “ZAxisMapping” “4 5 6 7″

EndSection

Section “Monitor”

Identifier “Monitor0″

VendorName “Monitor Vendor”

ModelName “Monitor Model”

EndSection

Section “Device”

### Available Driver options are:-

### Values: <i>: integer, <f>: float, <bool>: “True”/”False”,

### <string>: “String”, <freq>: “<f> Hz/kHz/MHz”

### [arg]: arg optional

#Option “SWcursor” # [<bool>]

#Option “HWcursor” # [<bool>]

#Option “NoAccel” # [<bool>]

#Option “ShadowFB” # [<bool>]

#Option “UseFBDev” # [<bool>]

#Option “Rotate” # [<str>]

#Option “VideoKey” # <i>

#Option “FlatPanel” # [<bool>]

#Option “FPDither” # [<bool>]

#Option “CrtcNumber” # <i>

#Option “FPScale” # [<bool>]

#Option “FPTweak” # <i>

Identifier “Card0″

Driver “nvidia”

VendorName “nVidia Corporation”

BoardName “G70 [GeForce 7600 GT]”

BusID “PCI:2:0:0″

Option “AddARGBGLXVisuals” “true”

Option “UseEvents” “false”

Option “RenderAccel” “true”

EndSection

Section “Extensions”

Option “Composite” “enable”

EndSection

Section “Screen”

Identifier “Screen0″

Device “Card0″

Monitor “Monitor0″

SubSection “Display”

Viewport 0 0

Depth 1

# Modes “1024×768″

EndSubSection

SubSection “Display”

Viewport 0 0

Depth 4

# Modes “1024×768″

EndSubSection

SubSection “Display”

Viewport 0 0

Depth 8

# Modes “1024×768″

EndSubSection

SubSection “Display”

Viewport 0 0

Depth 15

# Modes “1024×768″

EndSubSection

SubSection “Display”

Viewport 0 0

Depth 16

# Modes “1024×768″

EndSubSection

SubSection “Display”

Viewport 0 0

Depth 24

# Modes “1024×768″

EndSubSection

EndSection

Strona stworzona przy pomocy WordPress