# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
I would think not based on that.
Moderators: b1o, jkerr82508
# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.
Code: Select all
# cat /media/b8036618-3036-4ec9-b50c-546fcf082db3/etc/gdm/custom.conf
[daemon]
timedloginenable=False
automaticlogin=None
automaticloginenable=False
timedlogindelay=30
greeter=/usr/lib/gdm/gdmgreeter
timedlogin=None
TimedLoginEnable=true
TimedLogin=dedanna
TimedLoginDelay=10
Greeter=/usr/lib/gdm/gdmgreeter
[gui]
[chooser]
[servers]
[debug]
[greeter]
defaultwelcome=false
welcome=Arch Linux
graphicaltheme=Arch_Family
graphicalthemes=happygnome/:circles
graphicalthemerand=true
defaultface=/usr/share/pixmaps/faces/butterfly.png
Browser=true
GraphicalTheme=happygnome-list
GraphicalThemes=happygnome-list
GraphicalThemeRand=true
DefaultWelcome=false
Welcome=Arch Linux 2010 or die!
[security]
allowroot=true
retrydelay=3
RetryDelay=2
AllowRoot=true
[xdmcp]Code: Select all
# yum install system-switch-displaymanager-gnome switchdesk-guiCode: Select all
graphicaltheme=Arch_Family
Code: Select all
# Xorg configuration created by livna-config-display
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "ServerFlags"
Option "AIGLX" "on"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from data in "/etc/sysconfig/keyboard"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster 731B"
HorizSync 28.0 - 33.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSectionCode: Select all
# cat /media/f8f920a9-3781-42af-ab46-208b8e5fb908/var/log/Xorg.0.log | grep EE
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 180.212] (II) Loading extension MIT-SCREEN-SAVER
[ 180.290] (EE) NVIDIA(0): Version mismatch detected between the NVIDIA X driver and the
[ 180.290] (EE) NVIDIA(0): NVIDIA GLX module. X driver version: 195.36.31; GLX
[ 180.290] (EE) NVIDIA(0): module version: 256.53. Please try reinstalling the
[ 180.290] (EE) NVIDIA(0): NVIDIA driver.
[ 180.295] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
[ 180.295] (EE) NVIDIA(0): system's kernel log for additional error messages and
[ 180.295] (EE) NVIDIA(0): consult the NVIDIA README for details.
[ 180.295] (EE) NVIDIA(0): *** Aborting ***
[ 180.295] (EE) Screen(s) found, but none have a usable configuration.