You are not logged in.

#1 2008-10-22 14:15:10

takedown
Member
From: Argentina
Registered: 2008-08-31
Posts: 219

Reading logs

Reading logs I find the following entries that can not solve:
1)
/var/log/Xorg.0.log: (Each entry repeated many times)

(EE) Error compiling keymap (server-0)
(EE) XKB: Couldn't compile keymap

2)
/var/log/kdm.log: (Each entry repeated many times, NN is a number)

AUDIT: Sun Oct 19 02:15:32 2008: 2509 X: client NN rejected from local host (uid 0)
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Duplicate shape name ""
>                   Using last definition

> Error:            Section defined without a name
>                   Definition ignored

> Warning:          Multiple doodads named ""
>                   Using first definition

/etc/rc.conf:

KEYMAP="es"

/etc/X11/xorg.conf

###################################################
# Files and Modules
###################################################
Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/cyrillic"
EndSection

Section "Module"
    Load  "ddc"
    Load  "dbe"
    Load  "extmod"
    Load  "glx"
    Load  "freetype"
    Load  "record"
EndSection


###################################################
# Flags
###################################################

Section "ServerFlags"
    Option "DefaultServerLayout" "Monitor"
    Option "AllowMouseOpenFail"  "true"
EndSection


###################################################
# Input
###################################################
Section "InputDevice"
    Identifier  "Keyboard"
    Driver      "keyboard"
        Option      "CoreKeyboard"
    Option      "XkbRules"     "xorg"
    Option      "XkbModel"     "pc105"
    Option      "XkbLayout"    "es"
EndSection

Section "InputDevice"
    Identifier  "PS/2 Mouse"
    Driver      "mouse"
    Option      "Protocol"             "auto"
    Option      "ZAxisMapping"     "4 5"
    Option      "Device"               "/dev/psaux"
    Option      "Emulate3Buttons" "true"
    Option      "Emulate3Timeout" "70"
    Option      "SendCoreEvents"  "true"
EndSection

Section "InputDevice"
        Identifier  "USB Mouse"
        Driver      "mouse"
        Option      "Device"                "/dev/input/mice"
    Option      "SendCoreEvents"  "true"
        Option      "Protocol"              "IMPS/2"
        Option      "ZAxisMapping"      "4 5"
        Option      "Buttons"               "5"
EndSection


###################################################
# Monitors & Tv
###################################################
Section "Monitor"
    Identifier   "Samsung"
    ModelName    "SyncMaster 920nw"
    Option       "DPMS"
    Option       "ConnectedMonitor"    "CRT"
    HorizSync    30-81
    VertRefresh  56-75
    Option       "DPMS" #nvidia-setting
    DisplaySize  380 238
EndSection

Section "Monitor"
    Identifier   "tv"
     HorizSync    30-50
     VertRefresh  60
EndSection

###################################################
# Devices
###################################################
Section "Device"
    Identifier  "NV"
    VendorName  "nVIDIA Corporation C51PV"
    BoardName   "nVidia Corporation C51PV [GeForce 6150]"
    Driver      "nvidia"
    BusID       "PCI:0:5:0"

    Option      "ConnectedMonitor"  "CRT"
    Option      "UseEdidDpi"        "False"
    Option      "NoLogo"            "True"
    Option      "DamageEvents"      "True"
    Option      "AddARGBGLXVisuals" "True"
    Option      "BackingStore"             "True"
    #Option      "NoUseBios"

    # FOR TESTING
    Option      "TripleBuffer"             "True"
    Option      "RenderAccel"              "True"
    Option      "UseCompositeWrapper"      "True" 
    Option      "PixmapCacheSize"          "2500000"
    Option      "AllowSHMPixmaps"          "0"
    Option      "OnDemandVBlankInterrupts" "True"
    # END TESTING
EndSection

###################################################
# Layout nvidia@monitor
###################################################
Section "Screen"
    Identifier "nVidia-Samsung"
    Device     "NV"
    Monitor    "Samsung"
    DefaultColorDepth 24
    SubSection "Display"
        Depth 24
        Modes "1440x900"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier     "Monitor"
    Screen         0  "nVidia-Samsung" 0 0
    InputDevice    "Keyboard" "CoreKeyboard"
    InputDevice    "PS/2 Mouse" "CorePointer"
EndSection

###################################################
# END OF XORG CONFIG FILE
###################################################

3)
/var/log/errors.log: (Each entry repeated many times)

Oct 22 11:33:25 black-power kdm_greet[5264]: Cannot open default user face

any ideas? Thank you and forgive my poor English

Offline

Board footer

Powered by FluxBB