/etc/X11/xorg.conf untuk mengaktifkan driver Nvidia GeForce FX5500 di Ubuntu 9.10 (Karmic)
Posted by in Tutorial# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************
Section “ServerFlags”
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section “Module”
Load “dbe” # Double-Buffering Extension
Load “v4l” # Video for Linux
Load “extmod”
Load “glx” # 3D layer
Load “dri” # direct rendering
EndSection
Section “InputDevice”
Identifier “Keyboard1″
Driver “kbd”
Option “XkbModel” “pc105″
Option “XkbLayout” “us”
Option “XkbOptions” “compose:rwin”
EndSection
Section “InputDevice”
Identifier “Mouse1″
Driver “mouse”
Option “Protocol” “ExplorerPS/2″
Option “Device” “/dev/input/mice”
EndSection
Section “Monitor”
Identifier “monitor1″
VendorName “Plug’n Play”
ModelName “”
HorizSync 31-64
VertRefresh 59-75
# Monitor preferred modeline (59.9 Hz vsync, 44.8 kHz hsync, ratio 16/9, 97 dpi)
ModeLine “1280×720″ 74.5 1280 1344 1472 1664 720 723 728 748 +hsync -vsync
# TV fullscreen mode or DVD fullscreen output.
# 768×576 @ 79 Hz, 50 kHz hsync
ModeLine “768×576″ 50.00 768 832 846 1000 576 590 595 630
# 768×576 @ 100 Hz, 61.6 kHz hsync
ModeLine “768×576″ 63.07 768 800 960 1024 576 578 590 616
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine “1280x720_120″ 161.56 1280 1376 1512 1744 720 721 724 772 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine “1280x720_100″ 131.85 1280 1368 1504 1728 720 721 724 763 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine “1280x720_85″ 110.01 1280 1360 1496 1712 720 721 724 756 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine “1280x720_75″ 95.65 1280 1352 1488 1696 720 721 724 752 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine “1280x720_60″ 74.48 1280 1336 1472 1664 720 721 724 746 -HSync +Vsync
# modeline generated by gtf(1) [handled by XFdrake]
ModeLine “1280x720_50″ 60.47 1280 1328 1456 1632 720 721 724 741 -HSync +Vsync
EndSection
Section “Device”
Identifier “device1″
VendorName “NVIDIA”
BoardName “NVIDIA GeForce FX5500″
Driver “nvidia”
EndSection
Section “Screen”
Identifier “screen1″
Device “device1″
Monitor “monitor1″
DefaultColorDepth 24
Subsection “Display”
Depth 8
Modes “1280×720″
EndSubsection
Subsection “Display”
Depth 15
Modes “1280×720″
EndSubsection
Subsection “Display”
Depth 16
Modes “1280×720″
EndSubsection
Subsection “Display”
Depth 24
Modes “1280×720″
EndSubsection
EndSection
Section “ServerLayout”
Identifier “layout1″
InputDevice “Keyboard1″ “CoreKeyboard”
InputDevice “Mouse1″ “CorePointer”
Screen “screen1″
EndSection
by: Setiajie Cahyadi
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

