You are not logged in.

#1 2007-07-08 00:58:41

iggy
Member
From: Germany, L.E. - Leipzig
Registered: 2004-10-17
Posts: 367

e17 crashes when opening "sreen resolution" dialog

hello!

i have a problem for a long time. when i want to open the screen resolution dialog e17 freezes. i can move the mouse and kill the xserver by strg-alt-backspace, but enlightenment is not responding. anyone here with the same problem?

another thing is, that actually the file-management does not work. i cant set a new wallpaper or use the build in file browser. here is my xorg.conf. i even tried it with deleting the .e directory.

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "touchpad" "CorePointer"
    InputDevice    "usbmouse" "SendCoreEvents"
    Option           "AIGLX" "off"
    Option         "Xinerama" "1"
    Option       "RandR" "on"
EndSection

#################################################

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"

    FontPath   "/usr/share/fonts/misc/
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/TrueType/"
    FontPath   "/usr/share/fonts/freefont/"

    ModulePath "/usr/lib/xorg/modules"
EndSection

#################################################

Section "Module"
        Load            "dbe"
    Load            "type1"
    Load        "extmod"
    Load        "freetype"
    Load        "glx"
    Load        "xtrap"
EndSection

#################################################

Section "InputDevice"
    Identifier    "touchpad"
    Driver    "synaptics"
    Option "Protocol"    "auto-dev"
    Option "Device"      "/dev/input/mice"
    Option "SHMConfig" "on"
    Option "HorizScrollDelta" "0"

EndSection

Section "InputDevice"
    Identifier    "usbmouse"
    Driver    "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"    "/dev/input/mice"
    Option "Buttons"    "5"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "de"
#    Option         "XkbVariant" "nodeadkeys"
EndSection

#################################################

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "AUO"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Maxdata (RogenTech) B101925"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

#################################################

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    BoardName      "GeForce Go 7300"
    BusID          "PCI:1:0:0"
    Screen          0

#    Option         "NVAgp" "3"
#    Option         "TripleBuffer" "True"
#    Option         "Coolbits" "1"
#    Option       "AddARGBGLXVisuals"    "True"
    Option       "NoLogo"        "True"
#    Option       "RenderAccel"    "True"
    Option       "AllowGLXWithComposite"    "True"
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    BoardName      "GeForce Go 7300"
    BusID          "PCI:1:0:0"
    Screen          1

#    Option       "AddARGBGLXVisuals"    "True"
    Option       "NoLogo"        "True"
    Option       "AllowGLXWithComposite"    "True"
EndSection

#################################################

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP: 1280x800 +0+0; DFP: 1024x768 +0+0; DFP: 800x600 +0+0; DFP: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

#################################################

Section "Extensions"
    Option "Composite" "True"
#    Option "RENDER" "True"
EndSection

sorry for my bad english smile

Offline

Board footer

Powered by FluxBB