Setting VGA di Ubuntu 8.04

Tinggal edit di /etc/X11/xorg.conf
edit seperti dibawah ini:

# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
Option "XkbVariant" "us"
Option "XkbOptions" "us"
EndSection

Section "Files"
ModulePath "/usr/lib/xorg/modules/"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "A2" # []
#Option "NoAccel" # []
#Option "HWCursor" # []
#Option "SWCursor" # []
#Option "ShadowFB" # []
#Option "Rotate" # []
#Option "UseBIOS" # []
#Option "VideoRAM" #
#Option "ActiveDevice" # []
#Option "LCDDualEdge" # []
#Option "BusWidth" # []
#Option "Center" # []
#Option "PanelSize" # []
#Option "TVDotCrawl" # []
#Option "TVType" # []
#Option "TVOutput" # []
#Option "TVVScan" # []
#Option "TVHScale" # []
#Option "TVEncoder" # []
#Option "Refresh" #
#Option "DisableVQ" # []
#Option "NoDDCValue" # []
#Option "Cap0Deinterlace" # []
#Option "Cap1Deinterlace" # []
#Option "Cap0FieldSwap" # []
#Option "DRIXINERAMA" # []
Identifier "Card0"
Driver "via"
VendorName "Via"
BoardName "cle266"
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "LN40A530"
HorizSync 30.0 - 60.0
VertRefresh 60.0 - 75.0
EndSection

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

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1920x1080" "1280x720" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
EndSection

------------------------------------------------akhir-------------------------------------------------------------
ctt: sesuaikan dengan jenis monitor yang digunakan.
link: ubuntuforum.org

0 comments: