Friday, March 13, 2009

Orbis Tertius high resolution

The '/etc/X11/xorg.conf' file from Orbis Tertius, configured last night to use the Samsung widescreen monitor:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder57) Mon Oct 27 14:37:20 PST 2008

# 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
## This seems to be not doing anything, that is, not having any effect,
## disabled for the moment
#Section "Extensions"
# Option "RENDER" "true"
# Option "DAMAGE" "true"
# Option "Composite" "Enable"
#EndSection
# EoF #

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard" "CoreKeyboard"
InputDevice "PS2 Mouse"
EndSection

Section "Module"
Load "glx"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "PS2 Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ExplorerPS/2"
EndSection

Section "Monitor"
Identifier "Samsung SyncMaster 920NW"
VendorName "Samsung"
ModelName "920NW"
HorizSync 30-81
VertRefresh 56-75
EndSection


Section "Device"
Identifier "NV11 [GeForce2 MX/MX 400]"
Driver "nvidia"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "NV11 [GeForce2 MX/MX 400]"
Monitor "Samsung SyncMaster 920NW"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "False"
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 32
Modes "1280x1024" "1280x960" "1024x768" "800x600"
EndSubSection
EndSection

Another related post Ubuntu on high resolution, this was using the Hardy and the official Ubuntu supported NVIDIA drivers.

Labels: , , , ,

0 Comments:

Post a Comment

<< Home