Announcement

Collapse
No announcement yet.

Strange Dual-head problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Strange Dual-head problem

    OK here's the problem...
    I am running a dual head configuration with a 15" and a 17" LCD monitors. The system works like a champ except for 2 problems...

    When I first turn on the computer and boot into Kubuntu, I get no display! The primary display has a green light indicating that there is a signal but there is nothing on the screen, the secondary display has only an orange light indicating that there is no signal. Normally I would say that there is something wrong with my xorg.conf file but here is where it gets weird... after I hit the reboot (not turn off then back on) the computer either after booting into windows and rebooting or just hitting the reset button after the displays go blank, it will boot just fine into my dual-head display.

    When both displays are blank I cannot even switch into console mode and I hear no startup sounds.
    I am running an ATI Radeon 9600 with Kubuntu Dapper Drake 64Bit.

    I have been pounding my head against the wall on this problem for a couple of months and still cant get it to work.

    Anyone have any suggestions for me to try?

    #2
    Re: Strange Dual-head problem

    My guess would be that you have found a bug in Dapper. I would suspect that handling dual head displays is something that is not high on the list of the developers who are planning to release Dapper in June. I would (a) report the problem to the developers, and (b) go back to using Breezy until Dapper is closer to its release.

    Comment


      #3
      Re: Strange Dual-head problem

      I think I had the same problem.  I found that it occurred when using the fglrx drivers.  So I changed the fglrx entry in xorg.conf to ati.  Works fine except the mouse pointer stays the same as it is when it leaves the primary monitor. (i.e. If it's a normal pointer it won't change to a hand over web links and if it changes to a resize pointer it will stay like that).

      I'm hoping the mouse issue is a Dapper problem but fglrx on two screens would be nice!

      Actually, I've just had a go at changing to fglrx and X starts ok but the windows get all messed up.

      Here's my xorg.conf working with the mouse problem using ati:

      Code:
      Section "Files"
      	FontPath	"/usr/share/X11/fonts/misc"
      	FontPath	"/usr/share/X11/fonts/cyrillic"
      	FontPath	"/usr/share/X11/fonts/100dpi/:unscaled"
      	FontPath	"/usr/share/X11/fonts/75dpi/:unscaled"
      	FontPath	"/usr/share/X11/fonts/Type1"
      	FontPath	"/usr/share/X11/fonts/100dpi"
      	FontPath	"/usr/share/X11/fonts/75dpi"
      	# path to defoma fonts
      	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
      EndSection
      
      Section "Module"
      	Load	"bitmap"
      	Load	"ddc"
      	Load	"dri"
      	Load	"extmod"
      	Load	"freetype"
      	Load	"glx"
      	Load	"int10"
      	Load	"type1"
      	Load	"vbe"
      EndSection
      
      Section "InputDevice"
      	Identifier	"Generic Keyboard"
      	Driver		"kbd"
      	Option		"CoreKeyboard"
      	Option		"XkbRules"	"xorg"
      	Option		"XkbModel"	"pc105"
      	Option		"XkbLayout"	"gb"
      	Option		"XkbOptions"	"altwin:meta_win"
      EndSection
      
      Section "InputDevice"
      	Identifier	"Configured Mouse"
      	Driver		"mouse"
      	Option		"CorePointer"
      	Option		"Device"		"/dev/input/mice"
      	Option		"Protocol"		"ExplorerPS/2"
      	Option		"ZAxisMapping"		"4 5"
      EndSection
      
      Section "InputDevice"
        Driver        "wacom"
        Identifier    "stylus"
        Option        "Device"        "/dev/wacom"          # Change to 
                                                            # /dev/input/event
                                                            # for USB
        Option        "Type"          "stylus"
        Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
      EndSection
      
      Section "InputDevice"
        Driver        "wacom"
        Identifier    "eraser"
        Option        "Device"        "/dev/wacom"          # Change to 
                                                            # /dev/input/event
                                                            # for USB
        Option        "Type"          "eraser"
        Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
      EndSection
      
      Section "InputDevice"
        Driver        "wacom"
        Identifier    "cursor"
        Option        "Device"        "/dev/wacom"          # Change to 
                                                            # /dev/input/event
                                                            # for USB
        Option        "Type"          "cursor"
        Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
      EndSection
      
      Section "Device"
      	Identifier	"ATI Technologies, Inc. RV350 AP [Radeon 9600]"
      	Driver		"ati"
      	BusID		"PCI:1:0:0"
      	Screen 0
      EndSection
      
      Section "Device"
              Identifier      "ATI Technologies, Inc. RV350 AP [Radeon 9600] 2"
              Driver          "ati"
              BusID           "PCI:1:0:0"
              Screen 1
      EndSection
      
      Section "Monitor"
      	Identifier	"Philips 170C"
      	Option		"DPMS"
      EndSection
      
      Section "Monitor"
              Identifier      "Philips 170C5"
              Option          "DPMS"
      EndSection
      
      Section "Screen"
      	Identifier	"Default Screen"
      	Device		"ATI Technologies, Inc. RV350 AP [Radeon 9600]"
      	Monitor		"Philips 170C"
      	DefaultDepth	24
      	SubSection "Display"
      		Depth		1
      		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth		4
      		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth		8
      		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth		15
      		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth		16
      		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      	SubSection "Display"
      		Depth		24
      		Modes		"1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
      	EndSubSection
      EndSection
      
      Section "Screen"
              Identifier      "Second Screen"
              Device          "ATI Technologies, Inc. RV350 AP [Radeon 9600] 2"
              Monitor         "Philips 170C5"
              DefaultDepth    24
              SubSection "Display"
                      Depth           1
                      Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
              EndSubSection
              SubSection "Display"
                      Depth           4
                      Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
              EndSubSection
              SubSection "Display"
                      Depth           8
                      Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
              EndSubSection
              SubSection "Display"
                      Depth           15
                      Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
              EndSubSection
              SubSection "Display"
                      Depth           16
                      Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
              EndSubSection
              SubSection "Display"
                      Depth           24
                      Modes           "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
              EndSubSection
      EndSection
      
      Section "ServerLayout"
      	Identifier	"Dual Head Layout"
      	Screen		0 "Default Screen" 0 0
      	Screen		1 "Second Screen" LeftOf "Default Screen"
      	InputDevice	"Generic Keyboard"
      	InputDevice	"Configured Mouse"
      	InputDevice     "stylus" "SendCoreEvents"
      	InputDevice     "cursor" "SendCoreEvents"
      	InputDevice     "eraser" "SendCoreEvents"
      EndSection
      
      Section "ServerFlags"
      	Option	"Xinerama" "ON"
      EndSection
      
      Section "DRI"
      	Mode	0666
      EndSection
      www.expensivegadgets.com<br />www.expensivehifi.com<br />www.howtosetuponlinebusiness.com<br />www.xalen.co.uk

      Comment

      Working...
      X