You are not logged in.

#1 2006-02-27 19:04:01

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Xorg7 + radeon + xinerama

This is my second computer upgrading to Xorg7. With the first one, a laptop, everything woks fine, but with this one I got a problem. I am using the free radeon driver and xinerama, and I have done the needed steps in from the wiki. The problem is that one of my screens goes black, when X starts up. Both are working in console and in clone mode. So there got to be xinerama releated. Everything worked perfectly before the upgrade.

Xinerama is actually working, the only problem is that the screen is black. I can move windows from the working screen an to the black one. The mouse does not stop at the edge and so on.

UPDATE: Ok, now i made a screenshoot and the screenshot shows my whole desktop. This got to be a driver problem. Anyone running xinerama + free ati-drivers?

My xorg.conf:

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc:unscaled"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/PEX"
    FontPath     "/usr/share/fonts/artwiz-fonts"
    FontPath     "/usr/share/fonts/cyrillic"
    FontPath     "/usr/share/fonts/Type1"
    FontPath     "/usr/share/fonts/ttf/western"
    FontPath     "/usr/share/fonts/ttf/decoratives"
    FontPath     "/usr/share/fonts/truetype"
    FontPath     "/usr/share/fonts/truetype/openoffice"
    FontPath     "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath     "/usr/share/fonts/latex-ttf-fonts"
    FontPath     "/usr/share/fonts/defoma/CID"
    FontPath     "/usr/share/fonts/defoma/TrueType"
EndSection

Section "Module"
   Load   "bitmap"
   Load   "dbe"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "record"
   Load   "type1"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "keyboard"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "no"
EndSection

Section "InputDevice"
  Identifier "Configured Mouse"
  Driver "evdev"
  Option "Device" "/dev/input/event2"
EndSection

#Section "InputDevice"
#  Identifier "Configured Mouse"
#  Driver "mouse"
#  Option "Protocol" "evdev"
#  Option "Dev Name" "Logitech USB Receiver" # cat /proc/bus/input/devices
#  Option "Dev Phys" "usb-0000:00:02.0-2.1/input1" # cat /proc/bus/input/devices
#  Option "Device" "/dev/input/event2" # (/dev/input/mice also appears to work)
#  Option "Buttons" "10"
#  Option "ZAxisMapping" "9 10"
#  Option "Resolution" "800"
#EndSection

Section "Device"
   Identifier   "D1"
   Driver      "radeon"
   BusID      "PCI:2:0:0"
   Screen 0
EndSection

Section "Monitor"
   Identifier   "M1"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "S1"
   Device      "D1"
   Monitor      "M1"
   DefaultDepth   24
   SubSection "Display"
      Depth      24
      Modes      "1280x1024"
   EndSubSection
EndSection

Section "Device"
   Identifier   "D2"
   Driver      "radeon"
   BusID      "PCI:2:0:0"
   Screen 1
EndSection

Section "Monitor"
   Identifier   "M2"
   Option      "DPMS"
EndSection

Section "Screen"
   Identifier   "S2"
   Device      "D2"
   Monitor      "M2"
   DefaultDepth   24
   SubSection "Display"
      Depth      24
      Modes      "1600x1200"
   EndSubSection
EndSection

Section "ServerFlags"
    Option "Xinerama"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   Screen      "S1" 0 88
   Screen      "S2" 1280 0
EndSection

Section "DRI"
   Mode   0666
EndSection 

Offline

#2 2006-03-09 09:16:51

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: Xorg7 + radeon + xinerama

Still the same problem. Anyone here running xinerama and the free radeon drivers, if so could anyone post their working xorg.cong here.

Offline

#3 2006-03-09 10:50:49

High|ander
Member
From: Skövde, Sweden
Registered: 2005-10-28
Posts: 188
Website

Re: Xorg7 + radeon + xinerama

Is it not

Option "Xinerama" "on"

When death smiles at you, all you can do is smile back!
Blog

Offline

#4 2006-03-09 11:35:54

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: Xorg7 + radeon + xinerama

High|ander wrote:

Is it not

Option "Xinerama" "on"

No, it did not make any difference. I belive my xorg.conf is correct, and that it is the driver that is broken. As said before xinerama is "working", but one screen is black. If I open a window an move it off screen, then i can see it in the pager. And if i take a screenshot it shows the entire desktop. And it is not a hw-problem I belive, since both screens is working in console-mode and clone-mode.

If there is none here with a working setup, maybe I should file a bug?

Offline

#5 2006-03-09 15:32:19

Blind
Member
From: Desert mountain
Registered: 2005-02-06
Posts: 386

Re: Xorg7 + radeon + xinerama

FYI: I have the exactly same problem.

Offline

#6 2006-03-11 14:01:19

lessthanjake
Member
From: Norway
Registered: 2005-11-09
Posts: 319
Website

Re: Xorg7 + radeon + xinerama

Offline

#7 2006-03-11 18:41:29

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: Xorg7 + radeon + xinerama

Please try the mergedFB workaround as stated in the bugreport.

Offline

Board footer

Powered by FluxBB