Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
KDM shows login screen on only 1 monitor
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
thunder7
n00b
n00b


Joined: 07 May 2006
Posts: 26
Location: Warsaw

PostPosted: Fri Jun 01, 2007 9:59 pm    Post subject: KDM shows login screen on only 1 monitor Reply with quote

I have problem with configuration of KDM. I can't edit kdmrc file to work with 2 monitors, I want to see login screen on both monitors.Now i can see on the first switched via DVI, on the other i can see black screen and cursor:( plesase help. This my xorg.conf:

Code:

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen  0 "Screen0" 0 0
        Screen  1 "Screen1" RightOf "Screen0"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "USB Mouse" "CorePointer"
         Option         "AIGLX" "false"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load    "dri"
        Load    "vbe"
        Load    "dbe"
        Load    "extmod"
        Load    "type1"
        Load    "freetype"
        Load    "record"
        Load    "ddc"
        Load    "i2c"
        Load    "glx"
        Load    "intl0"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "pl"
EndSection

Section "InputDevice"
        Identifier  "USB Mouse"
        Driver      "mouse"
        Option      "Protocol"     "IMPS/2"
        Option      "Device"       "/dev/input/mouse0"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "tv"
        Option      "VendorName" "ATI Proprietary Driver1"
        Option      "ModelName" "Generic Autodetecting Monitor1"
        DisplaySize             320 180
        Option "DPMS"
#       Modeline "Sam" 85.500 1360 1424 1536 1792 768 771 777 795 +Hsync +Vsync
Option          "IgnoreEDID"
EndSection

Section "Monitor"
        Identifier   "crt"
        Option      "VendorName" "ATI Proprietary Driver2"
        Option      "ModelName" "Generic Autodetecting Monitor2"
EndSection


Section "Device"
        Identifier  "ATI1"
        BusID       "PCI:1:0:0"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off
        Option      "CenterMode"   "off"
        Option      "PseudoColorVisuals" "off"
        Option      "Stereo"    "off"
        Option      "StereoSyncEnable" "1"
        Option  "FSAAEnable" "no"
        Option  "FSAAScale" "1"
        Option "ForceMonitors" "notv"
        Option "MonitorLayout" "crt,dfp"
        Option      "UseFastTLS" "0"
        Option    "BlockSignalsOnLock" "on"
        Option    "ForceGenericCpu" "no"
        Option    "ScreenOverlap"   "0"
        Option    "mtrr"   "off"
        Option    "UseInternalAGPGART" "no"

        Option      "EnablePrivateBackZ" "on"
        Option          "DesktopSetup"          "clone"
        Screen 0
EndSection

Section "Device"
        Identifier  "ATI2"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
        Screen      1
EndSection


Section "Screen"
        Identifier "Screen0"
        Device     "ATI1"
        Monitor    "tv"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x720"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "ATI2"
        Monitor    "crt"
        DefaultDepth     24
#       SubSection "Display"
#               Viewport   0 0
#               Depth     24
#               Modes    Modes "1152x864"
#       EndSubSection
EndSection


Section "DRI"
          Group "video"
        Mode         0666
EndSection


 Section "Extensions"
        Option      "Composite" "false"
 EndSection

_________________
Desktop: [2.6.21-arcon] [AMD Sempron 3000+ (s939)] [Asus a5nx] [2x512 MB RAM] [Gecube Extreme x550]
Laptop : [Asus AP075] [Core2Duo T5500] [1GB RAM] [80GB HDD]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum