Hi all.

I run OpenBSD 6.3 with Xfce on my laptop.

Something fill the log /var/log/Xorg.0.log. with the repeted message
"WaitForSomething(): poll: Invalid argument", as :
----
$ tail -n25 /var/log/Xorg.0.log


[ 18934.693] WaitForSomething(): poll: Invalid argument
[ 18934.693] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
[ 18934.694] WaitForSomething(): poll: Invalid argument
----
the file grow up!

$ ls -al /var/log/Xorg.0.log


-rw-r--r--  1 root  wheel  5521735640 Apr  3 22:55 /var/log/Xorg.0.log

i use a custom xorg.conf:
----
Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"   "fr"  # "fr-oss" pour Feisty et +
    #Option        "XkbVariant" "latin9"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "Device"
        Identifier      "intel" #modesetting, or Intel Graphics
        Driver  "intel" #modesetting
        Option  "AccelMethod"   "sna"   #sna by default
        Option  "DDC"                   "true"  #true by default
        Option  "DRI"                   "true"
        Option  "HotPlug"               "true"
        Option  "NoAccel"               "false" #false by default
        Option  "RelaxedFencing"        "true"  #true if G33 Model & >
        Option  "SwapbuffersWait"       "true"  #true by default (avoid
tearing)
        Option  "TearFree"              "true"  #false by default
(avoid tearing)
        Option  "Throttle"              "true"  #true by default
        Option  "Tiling"                "true"  #true by default
        Option  "TripleBuffer"  "true"  #true by default
        #Option "VideoRAM"              ???
        Option  "VSync"                 "true"  #true by default
(avoid tearing)
EndSection

#Section "Extensions"
        # fixes tearing with vdpau/vsync
#       Option  "Composite"             "Disable"
#EndSection

Section "Monitor"
    Identifier             "Monitor0"
EndSection

Section "Screen"
    Identifier             "Screen0"
    Device                 "intel"
    Monitor                "Monitor0"
    DefaultDepth           24 #Choose the depth (16|24)
    SubSection             "Display"
        Depth              16
        Modes              "1920x1080" "1400x1050" "1290X1024"
"1280X960" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth               24
        Modes                           "1920x1080" "1400x1050"
"1290X1024" "1280X960" "1024x768" "800x600"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Screen0"
    #InputDevice   "Generic Keyboard"
    #InputDevice   "Configured Mouse"
EndSection
----

How can identify where is the problem?



-- 
~ " Fully Basic System Distinguish Life! " ~ " Libre as a BSD " +=<<<
----
<me>Stephane HUC as PengouinBSD or CIOTBSD</me>
<mail>b...@stephane-huc.net</mail>

Reply via email to