# xorg configuration file for Sony Vaio PCG-Z600RE laptop # # Latest version can be found here: # # htpp://svan.redbrick.dcu.ie/configs/ # # Sarunas Vancevicius Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Files" EndSection Section "Module" Load "freetype" # Load "xtt" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "speedo" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Emulate3Buttons" Option "Device" "/dev/psm0" Option "Buttons" "5" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "inspiron" Option "XkbLayout" "gb" Option "XkbRules" "xorg" EndSection Section "Monitor" ### Uncomment if you don't want to default to DDC: # HorizSync 31.5 - 48.5 # VertRefresh 50.0 - 70.0 Identifier "Monitor0" EndSection Section "Device" Identifier "Card0" Driver "neomagic" ChipSet "neo2200" Card "neomagic neo2200" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" EndSubSection EndSection