You are not logged in.

#1 2008-11-20 00:09:47

archdave
Member
From: St. Louis, MO
Registered: 2008-02-26
Posts: 99
Website

Kdm background and dual monitor

Currently I am using x86_64 with Kdemod (kde4) and a dual monitor setup (twinview with screen #1 at 1680x1050 and screen #2 at 1280x1024 for a combined 2960x1050 desktop).

It appears that the kdm background uses the file  /usr/share/apps/kdm/themes/oxygen/background.svg with a size of 1280x800.

After booting when kdm is displayed the above image does not scale/streach to the 2960x1050 total desktop size, but instead covers all of screen#1 and only approximately a 1/3 to 1/2 of screen #2.

After logging in I get a 1680x1050 background on screen #1 and a 1280x1024 background on screen #2 (indivually set using Desktop Settings).

What needs to be done to get the login background.svg image to either fit in screen #1 or streach to fill both screens?

My xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:13:37 PDT 2008

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"
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"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL 1905FP"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 76.0
    ModeLine       "1280x1024" 108.000 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8300 GS"
    Option  "NoLogo" "True"
    Option  "RenderAccel" "True"
    Option  "TripleBuffer" "True"
    Option  "BackingStore" "True"
    Option  "PixmapCacheSize" "300000"
    Option  "OnDemandVBlankInterrupts" "True"
EndSection

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

Running GNU/Linux Arch (Core Dump) x86_64 on System Dell-a-zoid
on Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz

Offline

Board footer

Powered by FluxBB