You are not logged in.

#1 2011-02-23 05:36:00

DrMerlot
Member
Registered: 2010-11-26
Posts: 2

Two sessions with GT 430

I want to start off by saying that I am LOVING Arch! Thank you to everyone who has contributed to this wonderful distro!

I am currently trying to get my machine setup so I have two separate sessions, one to my monitor and wired keyboard/mouse, and the other to my HDMI output and wireless keyboards and mice. I have had some success, but am running into a little problem. Right now my wireless keyboards are still feeding to my monitor's session, and I am not seeing any video to my HDMI.

My Xorg.0.log only contains two warnings:

(WW) Wireless Keyboard/Mouse: ignoring absolute axes.
(WW) Logitech USB Receiver: ignoring absolute axes.

But gdm/:0-greeter.log has quite a few more

(gdm-simple-greeter:1572): Gtk-WARNING **: gtkwidget.c:5676: widget not within a GtkWindow
** (gdm-simple-greeter:1572): WARNING **: Unable to read from file /etc/arch-release
** (gdm-simple-greeter:1572): WARNING **: Unable to load CK history: no seat-id found
** (gnome-power-manager:1571): WARNING **: Failed to send buffer
(gnome-power-manager:1571): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-power-manager:1571): atk-bridge-WARNING **: IOR not set.
(gnome-power-manager:1571): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-power-manager:1571): atk-bridge-WARNING **: IOR not set.
** (gdm-simple-greeter:1572): WARNING **: Failed to send buffer
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started at session startup.
(gnome-settings-daemon:1554): atk-bridge-WARNING **: IOR not set.
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in
(polkit-gnome-authentication-agent-1:1573): polkit-gnome-1-WARNING **: Error enumerating temporary authorizations: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Cannot determine session the caller is in

I am using the following xorg.conf and gdm/custom.conf

xorg

Section "Files"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Device" "/dev/input/mouse0"
EndSection

Section "InputDevice"
    # Logitech Wireless
    Identifier     "Mouse1"
    Driver         "mouse"
    Option         "Device" "/dev/input/mouse1"
EndSection

Section "InputDevice"
    # IOGear Wireless
    Identifier     "Mouse2"
    Driver         "mouse"
    Option         "Device" "/dev/input/mouse2"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "Device"   "/dev/input/event0"
EndSection

Section "InputDevice"
    # Logitech wireless
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "Device"   "/dev/input/event6"
EndSection

Section "InputDevice"
    # Iogear wireless
    Identifier     "Keyboard2"
    Driver         "kbd"
    Option         "Device"   "/dev/input/event8"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "LG Electronics L1932TQ"
    HorizSync       30.0 - 71.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "DENON, Ltd. DENON-AVAMP"
    HorizSync       15.0 - 68.0
    VertRefresh     23.0 - 61.0
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 430"
    Option         "RenderAccel" "true"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GT 430"
    Option         "RenderAccel" "true"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-0: 1280x1024 +0+0; DFP-0: 1024x768 +0+0; DFP-0: 800x600 +0+0; DFP-0: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "DFP-1: 1920x1080_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enabled"
EndSection

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

Section "ServerLayout"
    Identifier     "Layout1"
    Screen      0  "Screen1" 0 0
    InputDevice    "Keyboard1"
    InputDevice    "Mouse1" "CorePointer"
    InputDevice    "Keyboard2" "CoreKeyboard"
    InputDevice    "Mouse2"
    Option         "AllowEmptyInput" "false"
EndSection

gdm/custom.conf

[daemon]

[security]

[xdmcp]

[greeter]

[chooser]

[debug]

[servers]
0=Standard -layout Layout0 vt7
0=TV -layout Layout1 vt12

If someone could point me in the right direction, I would greatly appreciate it.

Thank you

Offline

#2 2011-02-26 04:08:23

DrMerlot
Member
Registered: 2010-11-26
Posts: 2

Re: Two sessions with GT 430

Bump .... one last run to see if anyone can help me out.

Thanks

Offline

Board footer

Powered by FluxBB