You are not logged in.
Hi!
Ive just installed a second videocard, a asus eah4350, the first one is an onboard intel mobile express 945GM/GMS and i am having some trouble configuring X to handle them.. What happens is that when and after booting only the new (asus) card is used and my two new monitors works nicely (itd be great if all three of them worked though). but after that it just craps out..
ive tried with the now outcommented parts in xorg.conf but still, all that happens when i startx is that the two monitors connected to the new card ("Monitor1&2") turns blank except for a marker in the upper left corner, the third one looks trey weird (one pixel wide red, green and blue stripes zigzagging across the screen) and the system turns completely unresponsive. im pretty much stumped here.. any help would be greatly appreciated!
heres the xorg.conf:
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "extmod"
Load "record"
Load "dri2"
# Load "dri"
Load "dbe"
Load "drm"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "logicordless"
Option "XkbLayout" "se"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Device"
# Option "HWCursor" "Off"
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
BusID "PCI:0:2:0"
# DRI messes up some opengl rendering..
# Option "NoDRI"
# Option "AccelMethod" "UXA"
# Option "HWCursor" "off"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "radeon"
VendorName "ATI Technologies RV710"
BoardName "Radeon HD EAH4350"
BusID "PCI:2:0:0"
# Option "AccelMethod" "EXA"
# Option "DRI" "on"
# Option "MergedFB" "on"
Screen 1
EndSection
Section "Device"
Identifier "Card2"
Driver "radeon"
VendorName "ATI Technologies RV710"
BoardName "Radeon HD EAH4350"
BusID "PCI:2:0:0"
# Option "AccelMethod" "EXA"
# Option "DRI" "on"
# Option "MergedFB" "on"
Screen 2
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "SyncMaster 2232BW"
# Option "Enabled" "true"
EndSection
Section "Monitor"
Identifier "Monitor1" # left one
VendorName "Benq"
ModelName "G2222HDL"
# Option "Enabled" "true"
EndSection
Section "Monitor"
Identifier "Monitor2" # right one
VendorName "Benq"
ModelName "G2222HDL"
# Option "Enabled" "true"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "ServerFlags"
Option "DontZap" "false"
# Option "Xinerama" "on"
# Option "Clone" "off"
EndSection
#Section "DRI"
# Mode 0666
#EndSection
Section "InputClass"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
Screen 2 "Screen2" RightOf "Screen0"
Option "Xinerama"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSectionxorg.log:
[ 1921.606]
X.Org X Server 1.9.0
Release Date: 2010-08-20
[ 1921.626] X Protocol Version 11, Revision 0
[ 1921.633] Build Operating System: Linux 2.6.34-ARCH x86_64
[ 1921.640] Current Operating System: Linux m3 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
[ 1921.648] Kernel command line: root=/dev/disk/by-uuid/6ebdf609-0eca-4b31-9784-f6fee6ced4cf ro vga=0x031b
[ 1921.655] Build Date: 24 August 2010 01:44:37PM
[ 1921.663]
[ 1921.671] Current version of pixman: 0.18.4
[ 1921.679] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 1921.695] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 1921.721] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Oct 3 22:24:19 2010
[ 1921.738] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 1921.747] (==) No Layout section. Using the first Screen section.
[ 1921.747] (==) No screen section available. Using defaults.
[ 1921.747] (**) |-->Screen "Default Screen Section" (0)
[ 1921.747] (**) | |-->Monitor "<default monitor>"
[ 1921.747] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 1921.747] (==) Automatically adding devices
[ 1921.747] (==) Automatically enabling devices
[ 1921.747] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 1921.747] Entry deleted from font path.
[ 1921.747] (==) FontPath set to:
/usr/share/fonts/misc/,
/usr/share/fonts/TTF/,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
[ 1921.747] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 1921.747] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 1921.747] (II) Loader magic: 0x7d4880
[ 1921.748] (II) Module ABI versions:
[ 1921.748] X.Org ANSI C Emulation: 0.4
[ 1921.748] X.Org Video Driver: 8.0
[ 1921.748] X.Org XInput driver : 11.0
[ 1921.748] X.Org Server Extension : 4.0
[ 1921.749] (--) PCI: (0:0:2:0) 8086:27a2:8086:7270 rev 3, Mem @ 0xc0380000/524288, 0xa0000000/268435456, 0xc0400000/262144, I/O @ 0x000030f0/8
[ 1921.749] (--) PCI:*(0:2:0:0) 1002:954f:1043:02a8 rev 0, Mem @ 0xb0000000/268435456, 0xc0100000/65536, I/O @ 0x00001000/256, BIOS @ 0x????????/131072
[ 1921.749] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 1921.749] (II) LoadModule: "extmod"
[ 1921.749] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[ 1922.098] (II) Module extmod: vendor="X.Org Foundation"
[ 1922.098] compiled for 1.9.0, module version = 1.0.0
[ 1922.098] Module class: X.Org Server Extension
[ 1922.098] ABI class: X.Org Server Extension, version 4.0
[ 1922.098] (II) Loading extension MIT-SCREEN-SAVER
[ 1922.098] (II) Loading extension XFree86-VidModeExtension
[ 1922.098] (II) Loading extension XFree86-DGA
[ 1922.098] (II) Loading extension DPMS
[ 1922.098] (II) Loading extension XVideo
[ 1922.098] (II) Loading extension XVideo-MotionCompensation
[ 1922.098] (II) Loading extension X-Resource
[ 1922.098] (II) LoadModule: "dbe"
[ 1922.098] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[ 1922.107] (II) Module dbe: vendor="X.Org Foundation"
[ 1922.107] compiled for 1.9.0, module version = 1.0.0
[ 1922.107] Module class: X.Org Server Extension
[ 1922.107] ABI class: X.Org Server Extension, version 4.0
[ 1922.107] (II) Loading extension DOUBLE-BUFFER
[ 1922.107] (II) LoadModule: "glx"
[ 1922.107] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 1922.120] (II) Module glx: vendor="X.Org Foundation"
[ 1922.120] compiled for 1.9.0, module version = 1.0.0
[ 1922.120] ABI class: X.Org Server Extension, version 4.0
[ 1922.120] (==) AIGLX enabled
[ 1922.120] (II) Loading extension GLX
[ 1922.121] (II) LoadModule: "record"
[ 1922.121] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[ 1922.122] (II) Module record: vendor="X.Org Foundation"
[ 1922.122] compiled for 1.9.0, module version = 1.13.0
[ 1922.122] Module class: X.Org Server Extension
[ 1922.122] ABI class: X.Org Server Extension, version 4.0
[ 1922.122] (II) Loading extension RECORD
[ 1922.122] (II) LoadModule: "dri"
[ 1922.122] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[ 1922.123] (II) Module dri: vendor="X.Org Foundation"
[ 1922.123] compiled for 1.9.0, module version = 1.0.0
[ 1922.123] ABI class: X.Org Server Extension, version 4.0
[ 1922.123] (II) Loading extension XFree86-DRI
[ 1922.123] (II) LoadModule: "dri2"
[ 1922.123] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[ 1922.124] (II) Module dri2: vendor="X.Org Foundation"
[ 1922.124] compiled for 1.9.0, module version = 1.2.0
[ 1922.124] ABI class: X.Org Server Extension, version 4.0
[ 1922.124] (II) Loading extension DRI2
[ 1922.124] (==) Matched ati as autoconfigured driver 0
[ 1922.124] (==) Matched vesa as autoconfigured driver 1
[ 1922.124] (==) Matched fbdev as autoconfigured driver 2
[ 1922.124] (==) Assigned the driver to the xf86ConfigLayout
[ 1922.124] (II) LoadModule: "ati"
[ 1922.124] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 1922.124] (II) Module ati: vendor="X.Org Foundation"
[ 1922.124] compiled for 1.9.0, module version = 6.13.2
[ 1922.124] Module class: X.Org Video Driver
[ 1922.124] ABI class: X.Org Video Driver, version 8.0
[ 1922.124] (II) LoadModule: "radeon"
[ 1922.124] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 1922.124] (II) Module radeon: vendor="X.Org Foundation"
[ 1922.124] compiled for 1.9.0, module version = 6.13.2
[ 1922.124] Module class: X.Org Video Driver
[ 1922.124] ABI class: X.Org Video Driver, version 8.0
[ 1922.124] (II) LoadModule: "vesa"
[ 1922.124] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 1922.125] (II) Module vesa: vendor="X.Org Foundation"
[ 1922.125] compiled for 1.9.0, module version = 2.3.0
[ 1922.125] Module class: X.Org Video Driver
[ 1922.125] ABI class: X.Org Video Driver, version 8.0
[ 1922.125] (II) LoadModule: "fbdev"
[ 1922.125] (WW) Warning, couldn't open module fbdev
[ 1922.125] (II) UnloadModule: "fbdev"
[ 1922.125] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 1922.134] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
...
ATI Radeon HD 5450, CEDAR
[ 1922.136] (II) VESA: driver for VESA chipsets: vesa
[ 1922.136] (--) using VT number 7
[ 1922.181] (II) [KMS] Kernel modesetting enabled.
[ 1922.181] (WW) Falling back to old probe method for vesa
[ 1922.208] (II) RADEON(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 1922.208] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[ 1922.208] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 1922.208] (==) RADEON(0): Default visual is TrueColor
[ 1922.208] (==) RADEON(0): RGB weight 888
[ 1922.208] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[ 1922.208] (--) RADEON(0): Chipset: "ATI Radeon HD 4350" (ChipID = 0x954f)
[ 1922.208] (II) RADEON(0): PCIE card detected
[ 1922.208] drmOpenDevice: node name is /dev/dri/card0
[ 1922.208] drmOpenDevice: open result is 10, (OK)
[ 1922.476] drmOpenByBusid: Searching for BusID pci:0000:02:00.0
[ 1922.476] drmOpenDevice: node name is /dev/dri/card0
[ 1922.476] drmOpenDevice: open result is 10, (OK)
[ 1922.476] drmOpenByBusid: drmOpenMinor returns 10
[ 1922.476] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[ 1922.476] drmOpenDevice: node name is /dev/dri/card1
[ 1922.476] drmOpenDevice: open result is 10, (OK)
[ 1922.476] drmOpenByBusid: drmOpenMinor returns 10
[ 1922.476] drmOpenByBusid: drmGetBusid reports pci:0000:02:00.0
[ 1922.476] (II) RADEON(0): R6xx+ KMS Color Tiling requires radeon drm 2.6.0 or newer
[ 1922.476] (II) RADEON(0): KMS Color Tiling: disabled
[ 1922.490] (II) RADEON(0): Output VGA-1 has no monitor section
[ 1922.551] (II) RADEON(0): Output HDMI-0 has no monitor section
[ 1922.613] (II) RADEON(0): Output DVI-0 has no monitor section
[ 1922.626] (II) RADEON(0): EDID for output VGA-1
[ 1922.711] (II) RADEON(0): EDID for output HDMI-0
[ 1922.711] (II) RADEON(0): Manufacturer: BNQ Model: 785a Serial#: 21573
[ 1922.711] (II) RADEON(0): Year: 2010 Week: 17
[ 1922.711] (II) RADEON(0): EDID Version: 1.3
[ 1922.711] (II) RADEON(0): Digital Display Input
[ 1922.711] (II) RADEON(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 1922.711] (II) RADEON(0): Gamma: 2.20
[ 1922.711] (II) RADEON(0): DPMS capabilities: Off
[ 1922.711] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1922.711] (II) RADEON(0): Default color space is primary color space
[ 1922.711] (II) RADEON(0): First detailed timing is preferred mode
[ 1922.711] (II) RADEON(0): redX: 0.651 redY: 0.334 greenX: 0.286 greenY: 0.600
[ 1922.711] (II) RADEON(0): blueX: 0.152 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
[ 1922.711] (II) RADEON(0): Supported established timings:
[ 1922.711] (II) RADEON(0): 720x400@70Hz
[ 1922.711] (II) RADEON(0): 640x480@60Hz
[ 1922.711] (II) RADEON(0): 640x480@67Hz
[ 1922.711] (II) RADEON(0): 640x480@72Hz
[ 1922.711] (II) RADEON(0): 640x480@75Hz
[ 1922.711] (II) RADEON(0): 800x600@56Hz
[ 1922.711] (II) RADEON(0): 800x600@60Hz
[ 1922.711] (II) RADEON(0): 800x600@72Hz
[ 1922.711] (II) RADEON(0): 800x600@75Hz
[ 1922.711] (II) RADEON(0): 832x624@75Hz
[ 1922.711] (II) RADEON(0): 1024x768@60Hz
[ 1922.711] (II) RADEON(0): 1024x768@70Hz
[ 1922.711] (II) RADEON(0): 1024x768@75Hz
[ 1922.711] (II) RADEON(0): 1280x1024@75Hz
[ 1922.711] (II) RADEON(0): 1152x864@75Hz
[ 1922.711] (II) RADEON(0): Manufacturer's mask: 0
[ 1922.711] (II) RADEON(0): Supported standard timings:
[ 1922.711] (II) RADEON(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
[ 1922.711] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1922.711] (II) RADEON(0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 1922.711] (II) RADEON(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 1922.711] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 1922.711] (II) RADEON(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 1922.711] (II) RADEON(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 1922.711] (II) RADEON(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 1922.711] (II) RADEON(0): Supported detailed timing:
[ 1922.711] (II) RADEON(0): clock: 148.5 MHz Image Size: 478 x 269 mm
[ 1922.711] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1922.711] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 1922.711] (II) RADEON(0): Serial No: W4A01054026
[ 1922.711] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 215 MHz
[ 1922.711] (II) RADEON(0): Monitor name: BenQG2222HDL
[ 1922.711] (II) RADEON(0): EDID (in hex):
[ 1922.711] (II) RADEON(0): 00ffffffffffff0009d15a7845540000
[ 1922.711] (II) RADEON(0): 1114010380301b782ee615a655499927
[ 1922.711] (II) RADEON(0): 135054bfef807100714f81c081008140
[ 1922.711] (II) RADEON(0): 9500950fb300023a801871382d40582c
[ 1922.711] (II) RADEON(0): 4500de0d1100001e000000ff00573441
[ 1922.711] (II) RADEON(0): 30313035343032360a20000000fd0032
[ 1922.711] (II) RADEON(0): 4c185315000a202020202020000000fc
[ 1922.711] (II) RADEON(0): 0042656e51473232323248444c0a0037
[ 1922.711] (II) RADEON(0): Printing probed modes for output HDMI-0
[ 1922.711] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 1922.711] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 1922.712] (II) RADEON(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 1922.712] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 1922.712] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 1922.712] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 1922.712] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 1922.712] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 1922.712] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 1922.712] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 1922.712] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 1922.712] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 1922.712] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 1922.712] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 1922.712] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 1922.712] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 1922.773] (II) RADEON(0): EDID for output DVI-0
[ 1922.773] (II) RADEON(0): Manufacturer: BNQ Model: 785a Serial#: 21573
[ 1922.773] (II) RADEON(0): Year: 2010 Week: 17
[ 1922.773] (II) RADEON(0): EDID Version: 1.3
[ 1922.773] (II) RADEON(0): Digital Display Input
[ 1922.773] (II) RADEON(0): Max Image Size [cm]: horiz.: 48 vert.: 27
[ 1922.773] (II) RADEON(0): Gamma: 2.20
[ 1922.773] (II) RADEON(0): DPMS capabilities: Off
[ 1922.773] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 1922.773] (II) RADEON(0): Default color space is primary color space
[ 1922.773] (II) RADEON(0): First detailed timing is preferred mode
[ 1922.773] (II) RADEON(0): redX: 0.651 redY: 0.334 greenX: 0.286 greenY: 0.600
[ 1922.773] (II) RADEON(0): blueX: 0.152 blueY: 0.075 whiteX: 0.313 whiteY: 0.329
[ 1922.773] (II) RADEON(0): Supported established timings:
[ 1922.773] (II) RADEON(0): 720x400@70Hz
[ 1922.773] (II) RADEON(0): 640x480@60Hz
[ 1922.773] (II) RADEON(0): 640x480@67Hz
[ 1922.773] (II) RADEON(0): 640x480@72Hz
[ 1922.773] (II) RADEON(0): 640x480@75Hz
[ 1922.773] (II) RADEON(0): 800x600@56Hz
[ 1922.773] (II) RADEON(0): 800x600@60Hz
[ 1922.773] (II) RADEON(0): 800x600@72Hz
[ 1922.773] (II) RADEON(0): 800x600@75Hz
[ 1922.773] (II) RADEON(0): 832x624@75Hz
[ 1922.773] (II) RADEON(0): 1024x768@60Hz
[ 1922.773] (II) RADEON(0): 1024x768@70Hz
[ 1922.773] (II) RADEON(0): 1024x768@75Hz
[ 1922.773] (II) RADEON(0): 1280x1024@75Hz
[ 1922.773] (II) RADEON(0): 1152x864@75Hz
[ 1922.773] (II) RADEON(0): Manufacturer's mask: 0
[ 1922.773] (II) RADEON(0): Supported standard timings:
[ 1922.773] (II) RADEON(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
[ 1922.773] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 1922.773] (II) RADEON(0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
[ 1922.773] (II) RADEON(0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
[ 1922.774] (II) RADEON(0): #4: hsize: 1280 vsize 960 refresh: 60 vid: 16513
[ 1922.774] (II) RADEON(0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 1922.774] (II) RADEON(0): #6: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 1922.774] (II) RADEON(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
[ 1922.774] (II) RADEON(0): Supported detailed timing:
[ 1922.774] (II) RADEON(0): clock: 148.5 MHz Image Size: 478 x 269 mm
[ 1922.774] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
[ 1922.774] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
[ 1922.774] (II) RADEON(0): Serial No: W4A00217026
[ 1922.774] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 215 MHz
[ 1922.774] (II) RADEON(0): Monitor name: BenQG2222HDL
[ 1922.774] (II) RADEON(0): EDID (in hex):
[ 1922.774] (II) RADEON(0): 00ffffffffffff0009d15a7845540000
[ 1922.774] (II) RADEON(0): 1114010380301b782ee615a655499927
[ 1922.774] (II) RADEON(0): 135054bfef807100714f81c081008140
[ 1922.774] (II) RADEON(0): 9500950fb300023a801871382d40582c
[ 1922.774] (II) RADEON(0): 4500de0d1100001e000000ff00573441
[ 1922.774] (II) RADEON(0): 30303231373032360a20000000fd0032
[ 1922.774] (II) RADEON(0): 4c185315000a202020202020000000fc
[ 1922.774] (II) RADEON(0): 0042656e51473232323248444c0a0037
[ 1922.774] (II) RADEON(0): Printing probed modes for output DVI-0
[ 1922.774] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
[ 1922.774] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
[ 1922.774] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
[ 1922.774] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
[ 1922.774] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
[ 1922.774] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
[ 1922.774] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
[ 1922.774] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz)
[ 1922.774] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
[ 1922.774] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
[ 1922.774] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
[ 1922.774] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
[ 1922.774] (II) RADEON(0): Output VGA-1 disconnected
[ 1922.774] (II) RADEON(0): Output HDMI-0 connected
[ 1922.774] (II) RADEON(0): Output DVI-0 connected
[ 1922.774] (II) RADEON(0): Using exact sizes for initial modes
[ 1922.774] (II) RADEON(0): Output HDMI-0 using initial mode 1920x1080
[ 1922.774] (II) RADEON(0): Output DVI-0 using initial mode 1920x1080
[ 1922.774] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 1922.774] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:20000000 visible:1f7d7000
[ 1922.774] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[ 1922.789] (==) RADEON(0): DPI set to (96, 96)
[ 1922.789] (II) Loading sub module "fb"
[ 1922.789] (II) LoadModule: "fb"
[ 1922.789] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 1922.806] (II) Module fb: vendor="X.Org Foundation"
[ 1922.806] compiled for 1.9.0, module version = 1.0.0
[ 1922.806] ABI class: X.Org ANSI C Emulation, version 0.4
[ 1922.806] (II) Loading sub module "ramdac"
[ 1922.806] (II) LoadModule: "ramdac"
[ 1922.806] (II) Module "ramdac" already built-in
[ 1922.806] (II) Loading sub module "exa"
[ 1922.806] (II) LoadModule: "exa"
[ 1922.807] (II) Loading /usr/lib/xorg/modules/libexa.so
[ 1922.820] (II) Module exa: vendor="X.Org Foundation"
[ 1922.820] compiled for 1.9.0, module version = 2.5.0
[ 1922.820] ABI class: X.Org Video Driver, version 8.0
[ 1922.820] (II) UnloadModule: "vesa"
[ 1922.820] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 1922.820] (--) Depth 24 pixmap format is 32 bpp
[ 1922.820] (II) RADEON(0): [DRI2] Setup complete
[ 1922.820] (II) RADEON(0): [DRI2] DRI driver: r600
[ 1922.820] (II) RADEON(0): Front buffer size: 8704K
[ 1922.820] (II) RADEON(0): VRAM usage limit set to 456505K
[ 1922.852] (==) RADEON(0): Backing store disabled
[ 1922.852] (II) RADEON(0): Direct rendering enabled
[ 1922.853] (II) RADEON(0): Setting EXA maxPitchBytes
[ 1922.853] (II) EXA(0): Driver allocated offscreen pixmaps
[ 1922.853] (II) EXA(0): Driver registered support for the following operations:
[ 1922.854] (II) Solid
[ 1922.854] (II) Copy
[ 1922.854] (II) Composite (RENDER acceleration)
[ 1922.854] (II) UploadToScreen
[ 1922.854] (II) DownloadFromScreen
[ 1922.854] (II) RADEON(0): Acceleration enabled
[ 1922.854] (==) RADEON(0): DPMS enabled
[ 1922.854] (==) RADEON(0): Silken mouse enabled
[ 1922.854] (II) RADEON(0): Set up textured video
[ 1922.854] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 1922.855] (--) RandR disabled
[ 1922.855] (II) Initializing built-in extension Generic Event Extension
[ 1922.855] (II) Initializing built-in extension SHAPE
[ 1922.855] (II) Initializing built-in extension MIT-SHM
[ 1922.855] (II) Initializing built-in extension XInputExtension
[ 1922.855] (II) Initializing built-in extension XTEST
[ 1922.855] (II) Initializing built-in extension BIG-REQUESTS
[ 1922.855] (II) Initializing built-in extension SYNC
[ 1922.855] (II) Initializing built-in extension XKEYBOARD
[ 1922.855] (II) Initializing built-in extension XC-MISC
[ 1922.855] (II) Initializing built-in extension SECURITY
[ 1922.855] (II) Initializing built-in extension XINERAMA
[ 1922.855] (II) Initializing built-in extension XFIXES
[ 1922.855] (II) Initializing built-in extension RENDER
[ 1922.855] (II) Initializing built-in extension RANDR
[ 1922.855] (II) Initializing built-in extension COMPOSITE
[ 1922.855] (II) Initializing built-in extension DAMAGE
[ 1922.954] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 1922.954] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 1922.954] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 1922.954] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 1922.954] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 1922.954] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r600_dri.so
[ 1922.954] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 1922.968] (II) RADEON(0): Setting screen physical size to 508 x 285
[ 1923.579] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 1923.579] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1923.579] (II) LoadModule: "evdev"
[ 1923.579] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 1923.591] (II) Module evdev: vendor="X.Org Foundation"
[ 1923.591] compiled for 1.9.0, module version = 2.5.0
[ 1923.591] Module class: X.Org XInput Driver
[ 1923.591] ABI class: X.Org XInput driver, version 11.0
[ 1923.591] (**) Power Button: always reports core events
[ 1923.591] (**) Power Button: Device: "/dev/input/event1"
[ 1923.599] (--) Power Button: Found keys
[ 1923.599] (II) Power Button: Configuring as keyboard
[ 1923.599] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 1923.599] (**) Option "xkb_rules" "evdev"
[ 1923.600] (**) Option "xkb_model" "evdev"
[ 1923.600] (**) Option "xkb_layout" "us"
[ 1923.631] (II) config/udev: Adding input device Video Bus (/dev/input/event2)
[ 1923.631] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 1923.631] (**) Video Bus: always reports core events
[ 1923.631] (**) Video Bus: Device: "/dev/input/event2"
[ 1923.639] (--) Video Bus: Found keys
[ 1923.639] (II) Video Bus: Configuring as keyboard
[ 1923.639] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[ 1923.639] (**) Option "xkb_rules" "evdev"
[ 1923.639] (**) Option "xkb_model" "evdev"
[ 1923.639] (**) Option "xkb_layout" "us"
[ 1923.642] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 1923.642] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 1923.642] (**) Power Button: always reports core events
[ 1923.642] (**) Power Button: Device: "/dev/input/event0"
[ 1923.649] (--) Power Button: Found keys
[ 1923.649] (II) Power Button: Configuring as keyboard
[ 1923.649] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[ 1923.649] (**) Option "xkb_rules" "evdev"
[ 1923.649] (**) Option "xkb_model" "evdev"
[ 1923.649] (**) Option "xkb_layout" "us"
[ 1923.651] (II) config/udev: Adding input device HDA Intel Line In at Ext Rear Jack (/dev/input/event3)
[ 1923.651] (II) No input driver/identifier specified (ignoring)
[ 1923.651] (II) config/udev: Adding input device HDA Intel HP Out at Ext Rear Jack (/dev/input/event4)
[ 1923.651] (II) No input driver/identifier specified (ignoring)
[ 1923.654] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event5)
[ 1923.654] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 1923.654] (**) Logitech USB Receiver: always reports core events
[ 1923.654] (**) Logitech USB Receiver: Device: "/dev/input/event5"
[ 1923.663] (--) Logitech USB Receiver: Found keys
[ 1923.663] (II) Logitech USB Receiver: Configuring as keyboard
[ 1923.663] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[ 1923.663] (**) Option "xkb_rules" "evdev"
[ 1923.663] (**) Option "xkb_model" "evdev"
[ 1923.663] (**) Option "xkb_layout" "us"
[ 1923.663] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event6)
[ 1923.663] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[ 1923.663] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[ 1923.663] (**) Logitech USB Receiver: always reports core events
[ 1923.663] (**) Logitech USB Receiver: Device: "/dev/input/event6"
[ 1923.676] (--) Logitech USB Receiver: Found 20 mouse buttons
[ 1923.676] (--) Logitech USB Receiver: Found scroll wheel(s)
[ 1923.676] (--) Logitech USB Receiver: Found relative axes
[ 1923.676] (--) Logitech USB Receiver: Found x and y relative axes
[ 1923.676] (--) Logitech USB Receiver: Found keys
[ 1923.676] (II) Logitech USB Receiver: Configuring as mouse
[ 1923.676] (II) Logitech USB Receiver: Configuring as keyboard
[ 1923.676] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[ 1923.676] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 1923.676] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
[ 1923.676] (**) Option "xkb_rules" "evdev"
[ 1923.676] (**) Option "xkb_model" "evdev"
[ 1923.676] (**) Option "xkb_layout" "us"
[ 1923.677] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[ 1923.677] (**) Logitech USB Receiver: (accel) acceleration profile 0
[ 1923.677] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[ 1923.677] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[ 1923.677] (II) Logitech USB Receiver: initialized for relative axes.
[ 1923.677] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
[ 1923.677] (II) No input driver/identifier specified (ignoring)edit: Might also mention that i use Arch64 on a mac mini
Last edited by sluggo (2010-10-04 16:43:59)
// sluggo
Offline
Been fiddling around and stumbled upon this thread.. seemed very promising, however absolutely no difference when trying to adapt the linked posts xorg.conf to my setup.
Starting to suspect there is some trouble with the intel/ati-driver-combo since everything turns totally unresponsive and the intel-connected monitor still just gives me the zig-zags.
OT:
My intention is not just to bump the thread but mainly to update the status of the problem, i hope im not breaking the forum-etiquette here.
// sluggo
Offline
ive gotten the two radeon-minotors running but not together with the intel-one (can also get it to run the other way around) but when i try to combine them i still get the total-freeze. this is monumentally frustrating.. any ideas are more than welcome! will update with the configs tomorrow morning.
// sluggo
Offline