Sollte man heute in "/etc/X11/xorg.conf.d/" aufteilen können habe ich bei gentoo mit dem nvidia module nie ausprobiert, bei fedora nutze ich das nouveau module.disi wrote:...
@fuchur, sollte nicht eine einzelne Datei /etc/X11/xorg.conf.d/nvidia-peng.confreichen?Code: Select all
Section "Device" Identifier "Card0" Driver "nvidia" EndSection
Bei fedora mit nouveau habe ich nur "/etc/X11/xorg.conf.d/00-system-setup-keyboard.conf" mit
Code: Select all
# This file is autogenerated by system-setup-keyboard. Any
# modifications will be lost.
Section "InputClass"
Identifier "system-setup-keyboard"
MatchIsKeyboard "on"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "terminate:ctrl_alt_bksp,"
EndSectionIn nutze aber bei gentoo noch weiter die "/etc/X11/xorg.conf"
(und Beelzebub_ laut logs auch).
Hat den Vorteil das ich mein unterschiedliche "ServerLayout" besser verwalten kann (ob twinview oder xinerame oder aber ein Xserver pro Monitor usw.).
Je nachdem wie ich mein Xorg starte bzw. welches "ServerLayout" an erster stelle steht und abgearbeitet wird. Ist für mich halt übersichtlicher.
Wenn ich nur ein Monitor haben möchte habe ich für meine Nvidia Karte folgendes in der xorg.conf
Code: Select all
Section "ServerLayout"
Identifier "ONE-SCREEN"
Screen 0 "SCREEN_0"
InputDevice "MOUSE_0" "CorePointer"
InputDevice "KEYBOARD_0" "CoreKeyboard"
Option "AIGLX" "on"
EndSection
Section "ServerFlags"
Option "allowmouseopenfail"
Option "AllowEmptyInput" "off"
Option "AutoAddDevices" "off"
EndSection
Section "InputDevice"
Identifier "KEYBOARD_0"
# Driver "kbd"
Driver "keyboard"
Option "CoreKeyboard"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
# Option "XkbLayout" "us_intl"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "MOUSE_0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA_0"
# Driver "nouveau"
Driver "nvidia"
# Driver "nv"
# Driver "vesa"
# 0 : disable agp
# 1 : use NVIDIA's internal AGP support, if possible
# 2 : use AGPGART, if possible
# 3 : use any agp support (try AGPGART, then NVIDIA's AGP)
Option "NvAGP" "2"
Option "NoLogo" "on"
Option "DPMS" "on"
# Option "HWcursor" "off"
Option "DynamicTwinView" "off"
Option "RenderAccel" "on"
Option "AllowGLXWithComposite" "on"
Option "AddARGBGLXVisuals" "on"
Option "XAANoOffscreenPixmaps" "on"
Option "RandRRotation" "on"
Option "CursorShadow" "on"
# Option "DisableGLXRootClipping""on"
# Option "DRI" "on"
# VideoRam 131072
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "SCREEN_0"
Device "NVIDIA_0"
Monitor "MONITOR_1"
# DefaultDepth 24
# DefaultDepth 32
# DefaultFbBpp 32
# DefaultDepth 16
# DefaultFbBpp 16
SubSection "Display"
Depth 8
Modes "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
EndSubSection
SubSection "Display"
Depth 16
Modes "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
EndSubSection
SubSection "Display"
Depth 32
Modes "1920x1080" "1680x1050" "1440x900" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x512" "640x480" "512x384" "400x300" "320x240"
EndSubSection
EndSectionMfG




