Monday, August 18, 2008

Orbis-tertius /etc/X11/xorg.conf file

Trying to get the NVIDIA video card to actually, work, you know...


# 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 "Screen"
Identifier "Default Screen"
Monitor "AOC Spectrum 4Vn"
Device "NV11 [GeForce2 MX/MX 400]"
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1024x768" "800x600"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1024x768" "800x600"
Viewport 0 0
EndSubSection
SubSection "Display"
Depth 32
Modes "1280x1024" "1280x960" "1024x768" "800x600"
Viewport 0 0
EndSubSection
Option "AddARGBGLXVisuals" "True"
Defaultdepth 24
Option "AddARGBGLXVisuals" "True"
EndSection
Section "Device"
Identifier "NV11 [GeForce2 MX/MX 400]"
# Driver "nv"
Driver "nvidia"
Busid "PCI:1:0:0"
Videoram 65536
Option "NoLogo" "False"
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 "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
EndSection

Section "Module"
Load "glx"
EndSection

Section "Monitor"
Identifier "AOC Spectrum 4Vn"
Vendorname "Aoc Spectrum"
Modelname "aocd350"
Horizsync 30.0-50.0
Vertrefresh 50.0-100.0
EndSection

## 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 #

Labels: , , ,

0 Comments:

Post a Comment

<< Home