You are not logged in.

#1 2009-04-07 17:27:42

Hantabaru
Member
Registered: 2009-02-25
Posts: 58

[Solved] Problem with screen not refreshing.

Hi

I've got a problem with my arch 64 setup of which I am unsure as to the cause but wonder if it is linked to Xorg or the nvidia driver.

I have openbox installed with lxpanel.

The symptoms are:

1. When I boot up I lxpanel appears and disappears but is still there and only shows if I click on the different parts of it.

2. If I open K3b, Kile or TeXmaker (LaTeX editors) and use them, I often lose lxpanel and the screen does not seem to be able to refresh properly. Sometimes everything eventually refresh as shows conky again and my desktop wallpaper again but I have to run lxpanel again.

3. Sometimes everything that is open just slides down the screen and disappears. If I change to another desktop and back again then the screen comes back.

My Xorg.conf file is:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder62)  Thu Feb  5 00:09:30 PST 2009

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Tue Jan  6 09:43:54 PST 2009

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
#   Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "synaptics"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "Xkblayout" "no"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Nvidia Default Flat Panel"
    HorizSync       29.0 - 50.0
    VertRefresh     0.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400M G"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection

This is really annoying at the moment as it is the only things stopping me from using arch for doing presentations.

Any help is much appreciated,

Cheers

P.S. Machine specs are on my signature.

Last edited by Hantabaru (2009-04-08 20:26:51)

Offline

#2 2009-04-08 20:25:11

Hantabaru
Member
Registered: 2009-02-25
Posts: 58

Re: [Solved] Problem with screen not refreshing.

Well, it looks like I have solved my own problem.

It appears that the problem was with xcompmgr. When I stopped it loading all the problems I was having also stopped.

Hope that helps somebody else big_smile

Offline

Board footer

Powered by FluxBB