| View previous topic :: View next topic |
| Author |
Message |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Fri Jun 22, 2012 10:24 pm Post subject: Does Anyone Have Gnome 3 Working With Multiple Monitors! |
|
|
Does anyone have gnome 3 working with Dual graphic Cards and multiple monitors specifically amd cards If so Please let me know how you did it I have been at this for a full week now and I am about to give up.PLEASE Let me know.Thanks.
All uppercase post title fixed by NeddySeagoon.
aortell24,
ALL UPPERCASE is considered SHOUTING and therefore it can be seen as offensive.
You are likely to get more help if you don't shout. |
|
| Back to top |
|
 |
olek Tux's lil' helper


Joined: 22 Oct 2011 Posts: 101
|
|
| Back to top |
|
 |
Xeggs n00b

Joined: 08 Jun 2012 Posts: 7
|
Posted: Sun Jun 24, 2012 12:49 pm Post subject: Re: Does Anyone Have Gnome 3 Working With Multiple Monitors! |
|
|
| aortell24 wrote: | | Does anyone have gnome 3 working with Dual graphic Cards and multiple monitors specifically amd cards If so Please let me know how you did it I have been at this for a full week now and I am about to give up.PLEASE Let me know.Thanks. |
Hey aortell24,
Have a look at my tutorial here: http://forums.gentoo.org/viewtopic-t-927868.html
This should get you through your multi-head setup. If
not, please post specifically what is going wrong,
otherwise it is hard for us to help you out. |
|
| Back to top |
|
 |
gorkypl Guru

Joined: 04 Oct 2010 Posts: 440 Location: Kraków, PL
|
Posted: Sun Jun 24, 2012 1:12 pm Post subject: |
|
|
Edited, I thought you were asking about open 'radeon' drivers. _________________ BTW, TWM FTW!
Last edited by gorkypl on Mon Jun 25, 2012 9:05 am; edited 1 time in total |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Sun Jun 24, 2012 8:19 pm Post subject: |
|
|
| I have multiple amd cards working perfectly under backtrack 5 r2 right now.Thanks you Xeggs I will look into that. |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Sun Jun 24, 2012 8:23 pm Post subject: |
|
|
| My problem is that every time I alter the xorg.conf file the gnome menu distorts so badly I have to reinstall gentoo just to get the menu the way it should be.The only way I can get gnome 3 to work is with the radeon drivers and then I only have one card with two monitors on it. |
|
| Back to top |
|
 |
Xeggs n00b

Joined: 08 Jun 2012 Posts: 7
|
Posted: Sun Jun 24, 2012 10:18 pm Post subject: |
|
|
Aortell24, can you please post your xorg.conf file?
Also what kind of error do you get when you make
modifications? Is it something in the trend of X server
could not read your conf file correctly? Or are not all
screens activated? Or something else maybe? |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Sun Jun 24, 2012 10:57 pm Post subject: |
|
|
I am using the radeon drivers which do not require a xorg.conf file all that is in there is the mouse remap for my mouse which is the cyborg rat 3 which requires a button remap section but other than that my xorg file is empty what happens is when I try editing it or using the fglrx drivers the top menu bar gets scrambled there are five or six copys of the menus and there is a big black bars acrooss the top and bottom of the screen every time I exit out of gnome back to the console and startx again the black bars get bigger.It reminds me of backtrack after I enable the second card in the catalyst control center it scrambles the menu but when I enable xinerama the menus go back the way are suppose to only in gnome 3 they stay scrambled when this happens the only way I can fix it is to reinstall gentoo with the radeon drivers .I will post a copy of the xorg.conf I tried to edit for gnome 3 but this also scrambled the menu.The only way I can get it to work is with the radeon drivers and not touching the xorg.Here is the xorg I tried to use. I have gnome 3 installed on my laptop and love it .Thanks alot for the replies.
| Code: |
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 1440 0
Screen "amdcccle-Screen[2]-0" 2880 0
Screen "amdcccle-Screen[2]-1" 0 0
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1440x900"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "1-Default monitor"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "640x480"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "1-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1440x900"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "1-CRT2"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1024x768"
Option "TargetRefresh" "85"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[2]-0"
Driver "fglrx"
Option "Monitor-CRT2" "1-CRT2"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[2]-1"
Driver "fglrx"
Option "Monitor-CRT1" "1-CRT1"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[2]-0"
Device "amdcccle-Device[2]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[2]-1"
Device "amdcccle-Device[2]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
|
|
| Back to top |
|
 |
hedmo l33t


Joined: 29 Aug 2009 Posts: 829 Location: halmstad
|
Posted: Mon Jun 25, 2012 7:20 am Post subject: Re: Does Anyone Have Gnome 3 Working With Multiple Monitors! |
|
|
| aortell24 wrote: | Does anyone have gnome 3 working with Dual graphic Cards and multiple monitors specifically amd cards If so Please let me know how you did it I have been at this for a full week now and I am about to give up.PLEASE Let me know.Thanks.
[/i] |
aortell24
i am using 2x XFX 6870 but in crossfire mode.i have been using Dual graphic Cards and multiple monitors with them to.
i am using ati-drivers with qt4 useflag.
why do you need Dual graphic Cards and multiple monitors
do you need one output per GPU-card or you can use one card for the monitors
regards hedmo |
|
| Back to top |
|
 |
Xeggs n00b

Joined: 08 Jun 2012 Posts: 7
|
Posted: Mon Jun 25, 2012 8:28 am Post subject: |
|
|
Aortell24, what are the names of the Graphics
Cards that you are using? It could be that you
cannot use fglrx since your GC's might not support
it. And is it true that you have five screens or did you
forget to disable some? |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Mon Jun 25, 2012 5:44 pm Post subject: |
|
|
I did a little trimming but I am not sure what is needed and what isnt.Is this any better.[update this will not startx it says no screens found]
| Code: |
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 1440 0
Screen "amdcccle-Screen[2]-0" 0 0
Screen "amdcccle-Screen[2]-1" 2880 0
EndSection
Section "Module"
EndSection
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
Section "InputClass"
Identifier "Mouse Remap"
MatchProduct "Saitek Cyborg R.A.T.3 Mouse"
MatchDevicePath "/dev/input/event*"
Option "ButtonMapping" "1 2 3 4 5 6 7 0 0 0 0 0 0 0"
EndSection
Section "Monitor"
Identifier "0-DFP1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1440x900"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
Option "XAANoOffscreenPixmaps" "true"
EndSection
Section "Monitor"
Identifier "1-CRT1"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1440x900"
Option "TargetRefresh" "60"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Monitor"
Identifier "1-CRT2"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
Option "PreferredMode" "1024x768"
Option "TargetRefresh" "85"
Option "Position" "0 0"
Option "Rotate" "normal"
Option "Disable" "false"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
Option "Monitor-DFP1" "0-DFP1"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[2]-0"
Driver "fglrx"
Option "Monitor-CRT1" "1-CRT1"
BusID "PCI:2:0:0"
EndSection
Section "Device"
Identifier "amdcccle-Device[2]-1"
Driver "fglrx"
Option "Monitor-CRT2" "1-CRT2"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[2]-0"
Device "amdcccle-Device[2]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "amdcccle-Screen[2]-1"
Device "amdcccle-Device[2]-1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
|
|
|
| Back to top |
|
 |
hedmo l33t


Joined: 29 Aug 2009 Posts: 829 Location: halmstad
|
Posted: Mon Jun 25, 2012 7:39 pm Post subject: |
|
|
| aortell24 wrote: | | I am using the radeon drivers which do not require a xorg.conf file all that is in there is the mouse remap for my mouse which is the cyborg rat 3 which requires a button remap section |
aortell24
the rest in your xorg.conf file is for x11-drivers/ati-drivers and you have xf86-video-ati
if you have xf86-video-ati i think you can do:
hedmo@mybox ~ $ su
Password:
mybox hedmo # Xorg -configure
and post that file(xorg.conf.new) to give better info and your /var/log/Xorg.0.log to
regards hedmo |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Mon Jun 25, 2012 10:27 pm Post subject: |
|
|
| Thanks for the reply but if I run Xorg -config it distorts the gnome 3 menu so badly the only way I can fix it i to reinstall Gentoo and gnome if I modify that file in any way the menus distorts it will display multiple copies of the menus i counted 8 copies of the gnome-fallback menu this last time I am currently in the process of reinstalling because I tried to modify the xorg file again .If I am the only person that has come across this I have to be doing something but what it is I dont know ? I know my cards are not the best but they could handle gnome 2 with compiz and cracking wifi with Opencl at the same time on backtrack, . |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Tue Jun 26, 2012 1:24 am Post subject: |
|
|
| I am very happy to say I have gnome light 3.2.1 installed with two of my three monitors working I put my two biggest monitors on my first card and compiled the radeon drivers into the kernel I am getting 1024x768 resolution on my second monitor which is way to big It is all that xrandr says my monitor is capable of which is not true but I am terrified to touch the xorg file so I guess I am just going to have to live with two monitors and terrible resolution on one you now I am starting wonder if I like gnome 3 this much? Yea I do! Any way for me to get xrandr to change the resolution with out touching the xorg.conf file. |
|
| Back to top |
|
 |
hedmo l33t


Joined: 29 Aug 2009 Posts: 829 Location: halmstad
|
Posted: Tue Jun 26, 2012 6:41 am Post subject: |
|
|
| aortell24 wrote: | | any way for me to get xrandr to change the resolution with out touching the xorg.conf file. |
aortell24
i dont want you to use the xorg.conf.new file.that file give me more info what xorg want to do with your setup.
your current xorg.conf file does not work for the xf86-video-ati (its skipping all but xinerama and your mouse) .
post the output of lspci and give os your Xorg.0.log and if you have made one "xorg.conf.new"
if your run Xorg -configure it will not distorts the gnome 3 menu.it will setup your hardware for xorg and place
that info the xorg.conf.new file.then we can see what we have to work with.
regards hedmo |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Tue Jun 26, 2012 3:36 pm Post subject: |
|
|
| I will do that as soon as I get home tonight thank you for the suggestion. |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Wed Jun 27, 2012 1:55 am Post subject: |
|
|
Here is lspci
| Code: |
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.6 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 7 (rev b5)
00:1c.7 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 8 (rev b5)
00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Z68 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV730XT [Radeon HD 4670]
01:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI Audio [Radeon HD 4000 series]
02:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV730XT [Radeon HD 4670]
02:00.1 Audio device: Advanced Micro Devices [AMD] nee ATI RV710/730 HDMI Audio [Radeon HD 4000 series]
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
04:00.0 USB controller: Etron Technology, Inc. EJ168 USB 3.0 Host Controller (rev 01)
|
Here is my xorg.log
| Code: |
[ 30.618]
X.Org X Server 1.12.2
Release Date: 2012-05-29
[ 30.618] X Protocol Version 11, Revision 0
[ 30.618] Build Operating System: Linux 3.3.8-gentoo x86_64 Gentoo
[ 30.618] Current Operating System: Linux GentooBox 3.3.8-gentoo #1 SMP PREEMPT Mon Jun 25 02:22:02 UTC 2012 x86_64
[ 30.618] Kernel command line: root=/dev/sda3
[ 30.618] Build Date: 25 June 2012 11:49:56PM
[ 30.618]
[ 30.618] Current version of pixman: 0.26.0
[ 30.618] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 30.618] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 30.618] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jun 26 19:54:49 2012
[ 30.652] (==) Using config file: "/etc/X11/xorg.conf"
[ 30.652] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 30.682] (==) No Layout section. Using the first Screen section.
[ 30.682] (==) No screen section available. Using defaults.
[ 30.682] (**) |-->Screen "Default Screen Section" (0)
[ 30.682] (**) | |-->Monitor "<default monitor>"
[ 30.682] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 30.682] (==) Automatically adding devices
[ 30.682] (==) Automatically enabling devices
[ 30.692] (WW) The directory "/usr/share/fonts/misc/" does not exist.
[ 30.692] Entry deleted from font path.
[ 30.692] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
[ 30.692] Entry deleted from font path.
[ 30.692] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
[ 30.692] Entry deleted from font path.
[ 30.692] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
[ 30.692] Entry deleted from font path.
[ 30.692] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[ 30.692] Entry deleted from font path.
[ 30.692] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[ 30.692] Entry deleted from font path.
[ 30.692] (==) FontPath set to:
[ 30.692] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 30.692] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 30.692] (II) Loader magic: 0x7d6ae0
[ 30.692] (II) Module ABI versions:
[ 30.692] X.Org ANSI C Emulation: 0.4
[ 30.692] X.Org Video Driver: 12.0
[ 30.692] X.Org XInput driver : 16.0
[ 30.692] X.Org Server Extension : 6.0
[ 30.692] (--) PCI:*(0:1:0:0) 1002:9490:1682:2931 rev 0, Mem @ 0xd0000000/268435456, 0xfbde0000/65536, I/O @ 0x0000ee00/256, BIOS @ 0x????????/131072
[ 30.692] (--) PCI: (0:2:0:0) 1002:9490:1682:2931 rev 0, Mem @ 0xe0000000/268435456, 0xfbce0000/65536, I/O @ 0x0000de00/256, BIOS @ 0x????????/131072
[ 30.692] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 30.692] (II) LoadModule: "extmod"
[ 30.729] (II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
[ 30.741] (II) Module extmod: vendor="X.Org Foundation"
[ 30.741] compiled for 1.12.2, module version = 1.0.0
[ 30.741] Module class: X.Org Server Extension
[ 30.741] ABI class: X.Org Server Extension, version 6.0
[ 30.741] (II) Loading extension MIT-SCREEN-SAVER
[ 30.741] (II) Loading extension XFree86-VidModeExtension
[ 30.741] (II) Loading extension XFree86-DGA
[ 30.741] (II) Loading extension DPMS
[ 30.741] (II) Loading extension XVideo
[ 30.741] (II) Loading extension XVideo-MotionCompensation
[ 30.741] (II) Loading extension X-Resource
[ 30.741] (II) LoadModule: "dbe"
[ 30.741] (II) Loading /usr/lib64/xorg/modules/extensions/libdbe.so
[ 30.742] (II) Module dbe: vendor="X.Org Foundation"
[ 30.742] compiled for 1.12.2, module version = 1.0.0
[ 30.742] Module class: X.Org Server Extension
[ 30.742] ABI class: X.Org Server Extension, version 6.0
[ 30.742] (II) Loading extension DOUBLE-BUFFER
[ 30.742] (II) LoadModule: "glx"
[ 30.742] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 30.761] (II) Module glx: vendor="X.Org Foundation"
[ 30.761] compiled for 1.12.2, module version = 1.0.0
[ 30.761] ABI class: X.Org Server Extension, version 6.0
[ 30.761] (==) AIGLX enabled
[ 30.761] (II) Loading extension GLX
[ 30.761] (II) LoadModule: "record"
[ 30.761] (II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
[ 30.761] (II) Module record: vendor="X.Org Foundation"
[ 30.761] compiled for 1.12.2, module version = 1.13.0
[ 30.761] Module class: X.Org Server Extension
[ 30.761] ABI class: X.Org Server Extension, version 6.0
[ 30.761] (II) Loading extension RECORD
[ 30.761] (II) LoadModule: "dri"
[ 30.761] (II) Loading /usr/lib64/xorg/modules/extensions/libdri.so
[ 30.785] (II) Module dri: vendor="X.Org Foundation"
[ 30.785] compiled for 1.12.2, module version = 1.0.0
[ 30.785] ABI class: X.Org Server Extension, version 6.0
[ 30.785] (II) Loading extension XFree86-DRI
[ 30.785] (II) LoadModule: "dri2"
[ 30.785] (II) Loading /usr/lib64/xorg/modules/extensions/libdri2.so
[ 30.785] (II) Module dri2: vendor="X.Org Foundation"
[ 30.785] compiled for 1.12.2, module version = 1.2.0
[ 30.785] ABI class: X.Org Server Extension, version 6.0
[ 30.785] (II) Loading extension DRI2
[ 30.785] (==) Matched ati as autoconfigured driver 0
[ 30.785] (==) Matched vesa as autoconfigured driver 1
[ 30.785] (==) Matched fbdev as autoconfigured driver 2
[ 30.785] (==) Assigned the driver to the xf86ConfigLayout
[ 30.785] (II) LoadModule: "ati"
[ 30.785] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 30.793] (II) Module ati: vendor="X.Org Foundation"
[ 30.793] compiled for 1.12.2, module version = 6.14.4
[ 30.793] Module class: X.Org Video Driver
[ 30.793] ABI class: X.Org Video Driver, version 12.0
[ 30.793] (II) LoadModule: "radeon"
[ 30.793] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[ 30.834] (II) Module radeon: vendor="X.Org Foundation"
[ 30.834] compiled for 1.12.2, module version = 6.14.4
[ 30.834] Module class: X.Org Video Driver
[ 30.834] ABI class: X.Org Video Driver, version 12.0
[ 30.840] (II) LoadModule: "vesa"
[ 30.862] (WW) Warning, couldn't open module vesa
[ 30.862] (II) UnloadModule: "vesa"
[ 30.862] (II) Unloading vesa
[ 30.862] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 30.862] (II) LoadModule: "fbdev"
[ 30.862] (WW) Warning, couldn't open module fbdev
[ 30.862] (II) UnloadModule: "fbdev"
[ 30.862] (II) Unloading fbdev
[ 30.862] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 30.862] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
ATI Mobility Radeon HD 4670, ATI FirePro M5750,
ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Mobility Radeon HD 5800 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
ATI Mobility Radeon Graphics, CEDAR,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
BARTS, BARTS, Mobility Radeon HD 6000 Series,
Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA
[ 30.864] (--) using VT number 7
[ 30.886] (II) [KMS] Kernel modesetting enabled.
[ 30.886] (II) RADEON(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 30.886] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[ 30.886] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 30.886] (==) RADEON(0): Default visual is TrueColor
[ 30.886] (==) RADEON(0): RGB weight 888
[ 30.886] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[ 30.886] (--) RADEON(0): Chipset: "ATI RV730XT [Radeon HD 4670]" (ChipID = 0x9490)
[ 30.886] (II) RADEON(0): PCIE card detected
[ 30.886] drmOpenDevice: node name is /dev/dri/card0
[ 30.886] drmOpenDevice: open result is 8, (OK)
[ 30.886] drmOpenByBusid: Searching for BusID pci:0000:01:00.0
[ 30.886] drmOpenDevice: node name is /dev/dri/card0
[ 30.886] drmOpenDevice: open result is 8, (OK)
[ 30.886] drmOpenByBusid: drmOpenMinor returns 8
[ 30.886] drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
[ 30.886] (II) Loading sub module "exa"
[ 30.886] (II) LoadModule: "exa"
[ 30.886] (II) Loading /usr/lib64/xorg/modules/libexa.so
[ 30.896] (II) Module exa: vendor="X.Org Foundation"
[ 30.896] compiled for 1.12.2, module version = 2.5.0
[ 30.896] ABI class: X.Org Video Driver, version 12.0
[ 30.896] (II) RADEON(0): KMS Color Tiling: enabled
[ 30.896] (II) RADEON(0): KMS Pageflipping: enabled
[ 30.896] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[ 31.045] (II) RADEON(0): Output DVI-0 has no monitor section
[ 31.058] (II) RADEON(0): Output DIN has no monitor section
[ 31.114] (II) RADEON(0): Output DVI-1 has no monitor section
[ 31.264] (II) RADEON(0): EDID for output DVI-0
[ 31.264] (II) RADEON(0): Printing probed modes for output DVI-0
[ 31.264] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 31.264] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 31.264] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 31.264] (II) RADEON(0): Modeline "848x480"x60.0 33.75 848 864 976 1088 480 486 494 517 +hsync +vsync (31.0 kHz e)
[ 31.264] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
[ 31.277] (II) RADEON(0): EDID for output DIN
[ 31.333] (II) RADEON(0): EDID for output DVI-1
[ 31.333] (II) RADEON(0): Manufacturer: DEL Model: f004 Serial#: 827672405
[ 31.333] (II) RADEON(0): Year: 2007 Week: 25
[ 31.333] (II) RADEON(0): EDID Version: 1.3
[ 31.333] (II) RADEON(0): Digital Display Input
[ 31.333] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 26
[ 31.333] (II) RADEON(0): Gamma: 2.20
[ 31.333] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off
[ 31.333] (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[ 31.333] (II) RADEON(0): Default color space is primary color space
[ 31.333] (II) RADEON(0): First detailed timing is preferred mode
[ 31.333] (II) RADEON(0): redX: 0.640 redY: 0.336 greenX: 0.293 greenY: 0.599
[ 31.333] (II) RADEON(0): blueX: 0.152 blueY: 0.068 whiteX: 0.313 whiteY: 0.329
[ 31.333] (II) RADEON(0): Supported established timings:
[ 31.333] (II) RADEON(0): 720x400@70Hz
[ 31.333] (II) RADEON(0): 640x480@60Hz
[ 31.333] (II) RADEON(0): 640x480@67Hz
[ 31.333] (II) RADEON(0): 640x480@72Hz
[ 31.333] (II) RADEON(0): 640x480@75Hz
[ 31.333] (II) RADEON(0): 800x600@56Hz
[ 31.333] (II) RADEON(0): 800x600@60Hz
[ 31.333] (II) RADEON(0): 800x600@72Hz
[ 31.333] (II) RADEON(0): 800x600@75Hz
[ 31.333] (II) RADEON(0): 832x624@75Hz
[ 31.333] (II) RADEON(0): 1024x768@60Hz
[ 31.333] (II) RADEON(0): 1024x768@70Hz
[ 31.333] (II) RADEON(0): 1024x768@75Hz
[ 31.333] (II) RADEON(0): 1280x1024@75Hz
[ 31.333] (II) RADEON(0): 1152x864@75Hz
[ 31.333] (II) RADEON(0): Manufacturer's mask: 0
[ 31.333] (II) RADEON(0): Supported standard timings:
[ 31.333] (II) RADEON(0): #0: hsize: 1440 vsize 900 refresh: 60 vid: 149
[ 31.333] (II) RADEON(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 31.333] (II) RADEON(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 31.333] (II) RADEON(0): #3: hsize: 1440 vsize 900 refresh: 75 vid: 3989
[ 31.333] (II) RADEON(0): Supported detailed timing:
[ 31.333] (II) RADEON(0): clock: 106.5 MHz Image Size: 408 x 255 mm
[ 31.333] (II) RADEON(0): h_active: 1440 h_sync: 1520 h_sync_end 1672 h_blank_end 1904 h_border: 0
[ 31.333] (II) RADEON(0): v_active: 900 v_sync: 903 v_sync_end 909 v_blanking: 934 v_border: 0
[ 31.333] (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 83 kHz, PixClock max 145 MHz
[ 31.333] (II) RADEON(0): Serial No: 7373176M1UGU
[ 31.333] (II) RADEON(0): Monitor name: DELL SE198WFP
[ 31.333] (II) RADEON(0): EDID (in hex):
[ 31.333] (II) RADEON(0): 00ffffffffffff0010ac04f055475531
[ 31.333] (II) RADEON(0): 1911010380291a78eec125a3564b9927
[ 31.333] (II) RADEON(0): 115054bfef809500714f8180950f0101
[ 31.333] (II) RADEON(0): 0101010101019a29a0d0518422305098
[ 31.333] (II) RADEON(0): 360098ff1000001c000000fd00384b1e
[ 31.333] (II) RADEON(0): 530e000a202020202020000000ff0037
[ 31.333] (II) RADEON(0): 3337333137364d3155475501000000fc
[ 31.333] (II) RADEON(0): 0044454c4c20534531393857465000c5
[ 31.333] (II) RADEON(0): Printing probed modes for output DVI-1
[ 31.333] (II) RADEON(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz eP)
[ 31.333] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 31.333] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 31.333] (II) RADEON(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
[ 31.333] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 31.333] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 31.333] (II) RADEON(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
[ 31.333] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 31.333] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
[ 31.333] (II) RADEON(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
[ 31.333] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 31.333] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 31.333] (II) RADEON(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
[ 31.333] (II) RADEON(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
[ 31.333] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 31.333] (II) RADEON(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
[ 31.333] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 31.333] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 31.333] (II) RADEON(0): Output DVI-0 connected
[ 31.333] (II) RADEON(0): Output DIN disconnected
[ 31.333] (II) RADEON(0): Output DVI-1 connected
[ 31.333] (II) RADEON(0): Using fuzzy aspect match for initial modes
[ 31.333] (II) RADEON(0): Output DVI-0 using initial mode 1024x768
[ 31.333] (II) RADEON(0): Output DVI-1 using initial mode 1024x768
[ 31.333] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 31.333] (II) RADEON(0): mem size init: gart size :1fdff000 vram size: s:40000000 visible:faac000
[ 31.333] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[ 31.333] (==) RADEON(0): DPI set to (96, 96)
[ 31.333] (II) Loading sub module "fb"
[ 31.333] (II) LoadModule: "fb"
[ 31.334] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 31.335] (II) Module fb: vendor="X.Org Foundation"
[ 31.335] compiled for 1.12.2, module version = 1.0.0
[ 31.335] ABI class: X.Org ANSI C Emulation, version 0.4
[ 31.335] (II) Loading sub module "ramdac"
[ 31.335] (II) LoadModule: "ramdac"
[ 31.335] (II) Module "ramdac" already built-in
[ 31.335] (--) Depth 24 pixmap format is 32 bpp
[ 31.350] (II) RADEON(0): [DRI2] Setup complete
[ 31.350] (II) RADEON(0): [DRI2] DRI driver: r600
[ 31.350] (II) RADEON(0): [DRI2] VDPAU driver: r600
[ 31.350] (II) RADEON(0): Front buffer size: 3072K
[ 31.350] (II) RADEON(0): VRAM usage limit set to 228254K
[ 31.350] (==) RADEON(0): Backing store disabled
[ 31.350] (II) RADEON(0): Direct rendering enabled
[ 31.350] (II) RADEON(0): Setting EXA maxPitchBytes
[ 31.350] (II) EXA(0): Driver allocated offscreen pixmaps
[ 31.350] (II) EXA(0): Driver registered support for the following operations:
[ 31.350] (II) Solid
[ 31.350] (II) Copy
[ 31.350] (II) Composite (RENDER acceleration)
[ 31.350] (II) UploadToScreen
[ 31.350] (II) DownloadFromScreen
[ 31.350] (II) RADEON(0): Acceleration enabled
[ 31.350] (==) RADEON(0): DPMS enabled
[ 31.350] (==) RADEON(0): Silken mouse enabled
[ 31.369] (II) RADEON(0): Set up textured video
[ 31.369] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[ 31.369] (II) RADEON(0): [XvMC] Extension initialized.
[ 31.369] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 31.379] (--) RandR disabled
[ 31.379] (II) Initializing built-in extension Generic Event Extension
[ 31.379] (II) Initializing built-in extension SHAPE
[ 31.379] (II) Initializing built-in extension MIT-SHM
[ 31.379] (II) Initializing built-in extension XInputExtension
[ 31.379] (II) Initializing built-in extension XTEST
[ 31.379] (II) Initializing built-in extension BIG-REQUESTS
[ 31.379] (II) Initializing built-in extension SYNC
[ 31.379] (II) Initializing built-in extension XKEYBOARD
[ 31.379] (II) Initializing built-in extension XC-MISC
[ 31.379] (II) Initializing built-in extension XINERAMA
[ 31.379] (II) Initializing built-in extension XFIXES
[ 31.379] (II) Initializing built-in extension RENDER
[ 31.379] (II) Initializing built-in extension RANDR
[ 31.379] (II) Initializing built-in extension COMPOSITE
[ 31.379] (II) Initializing built-in extension DAMAGE
[ 31.774] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 31.774] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 31.774] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 31.774] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 31.774] (II) AIGLX: Loaded and initialized r600
[ 31.774] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 31.808] (II) RADEON(0): Setting screen physical size to 270 x 203
[ 32.030] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 32.030] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 32.030] (II) LoadModule: "evdev"
[ 32.030] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 32.064] (II) Module evdev: vendor="X.Org Foundation"
[ 32.064] compiled for 1.12.2, module version = 2.7.0
[ 32.064] Module class: X.Org XInput Driver
[ 32.064] ABI class: X.Org XInput driver, version 16.0
[ 32.064] (II) Using input driver 'evdev' for 'Power Button'
[ 32.064] (**) Power Button: always reports core events
[ 32.064] (**) evdev: Power Button: Device: "/dev/input/event1"
[ 32.064] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 32.064] (--) evdev: Power Button: Found keys
[ 32.064] (II) evdev: Power Button: Configuring as keyboard
[ 32.064] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 32.064] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 32.064] (**) Option "xkb_rules" "evdev"
[ 32.064] (**) Option "xkb_model" "evdev"
[ 32.064] (**) Option "xkb_layout" "us"
[ 32.077] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 32.077] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 32.077] (II) Using input driver 'evdev' for 'Power Button'
[ 32.077] (**) Power Button: always reports core events
[ 32.077] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 32.077] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 32.077] (--) evdev: Power Button: Found keys
[ 32.077] (II) evdev: Power Button: Configuring as keyboard
[ 32.077] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[ 32.077] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 32.077] (**) Option "xkb_rules" "evdev"
[ 32.077] (**) Option "xkb_model" "evdev"
[ 32.077] (**) Option "xkb_layout" "us"
[ 32.078] (II) config/udev: Adding input device Saitek Cyborg R.A.T.3 Mouse (/dev/input/event3)
[ 32.078] (**) Saitek Cyborg R.A.T.3 Mouse: Applying InputClass "evdev pointer catchall"
[ 32.078] (**) Saitek Cyborg R.A.T.3 Mouse: Applying InputClass "Mouse Remap"
[ 32.078] (II) Using input driver 'evdev' for 'Saitek Cyborg R.A.T.3 Mouse'
[ 32.078] (**) Saitek Cyborg R.A.T.3 Mouse: always reports core events
[ 32.078] (**) evdev: Saitek Cyborg R.A.T.3 Mouse: Device: "/dev/input/event3"
[ 32.078] (**) evdev: Saitek Cyborg R.A.T.3 Mouse: ButtonMapping '1 2 3 4 5 6 7 0 0 0 0 0 0 0'
[ 32.078] (--) evdev: Saitek Cyborg R.A.T.3 Mouse: Vendor 0x6a3 Product 0xccc
[ 32.078] (--) evdev: Saitek Cyborg R.A.T.3 Mouse: Found 14 mouse buttons
[ 32.078] (--) evdev: Saitek Cyborg R.A.T.3 Mouse: Found scroll wheel(s)
[ 32.078] (--) evdev: Saitek Cyborg R.A.T.3 Mouse: Found relative axes
[ 32.078] (--) evdev: Saitek Cyborg R.A.T.3 Mouse: Found x and y relative axes
[ 32.078] (II) evdev: Saitek Cyborg R.A.T.3 Mouse: Configuring as mouse
[ 32.078] (II) evdev: Saitek Cyborg R.A.T.3 Mouse: Adding scrollwheel support
[ 32.078] (**) evdev: Saitek Cyborg R.A.T.3 Mouse: YAxisMapping: buttons 4 and 5
[ 32.078] (**) evdev: Saitek Cyborg R.A.T.3 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 32.078] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input3/event3"
[ 32.078] (II) XINPUT: Adding extended input device "Saitek Cyborg R.A.T.3 Mouse" (type: MOUSE, id 8)
[ 32.078] (II) evdev: Saitek Cyborg R.A.T.3 Mouse: initialized for relative axes.
[ 32.078] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) keeping acceleration scheme 1
[ 32.078] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) acceleration profile 0
[ 32.078] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) acceleration factor: 2.000
[ 32.078] (**) Saitek Cyborg R.A.T.3 Mouse: (accel) acceleration threshold: 4
[ 32.078] (II) config/udev: Adding input device Saitek Cyborg R.A.T.3 Mouse (/dev/input/mouse0)
[ 32.078] (II) No input driver specified, ignoring this device.
[ 32.078] (II) This device may have been added with another device file.
[ 32.078] (II) config/udev: Adding input device Dell Dell USB Keyboard (/dev/input/event2)
[ 32.078] (**) Dell Dell USB Keyboard: Applying InputClass "evdev keyboard catchall"
[ 32.078] (II) Using input driver 'evdev' for 'Dell Dell USB Keyboard'
[ 32.078] (**) Dell Dell USB Keyboard: always reports core events
[ 32.078] (**) evdev: Dell Dell USB Keyboard: Device: "/dev/input/event2"
[ 32.078] (--) evdev: Dell Dell USB Keyboard: Vendor 0x413c Product 0x2003
[ 32.078] (--) evdev: Dell Dell USB Keyboard: Found keys
[ 32.078] (II) evdev: Dell Dell USB Keyboard: Configuring as keyboard
[ 32.078] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1c.7/0000:04:00.0/usb3/3-1/3-1:1.0/input/input2/event2"
[ 32.078] (II) XINPUT: Adding extended input device "Dell Dell USB Keyboard" (type: KEYBOARD, id 9)
[ 32.078] (**) Option "xkb_rules" "evdev"
[ 32.078] (**) Option "xkb_model" "evdev"
[ 32.078] (**) Option "xkb_layout" "us"
[ 36.789] (II) RADEON(0): Allocate new frame buffer 2464x904 stride 2464
[ 36.789] (II) RADEON(0): VRAM usage limit set to 223188K
[ 197.755] (II) evdev: Power Button: Close
[ 197.755] (II) UnloadModule: "evdev"
[ 197.763] (II) evdev: Power Button: Close
[ 197.763] (II) UnloadModule: "evdev"
[ 197.776] (II) evdev: Saitek Cyborg R.A.T.3 Mouse: Close
[ 197.776] (II) UnloadModule: "evdev"
[ 197.789] (II) evdev: Dell Dell USB Keyboard: Close
[ 197.789] (II) UnloadModule: "evdev"
[ 197.792] Server terminated successfully (0). Closing log file.
|
I ran Xorg -configure twice both times the screen went black flashed a few times and I had to control alt delete to get rid of it. |
|
| Back to top |
|
 |
hedmo l33t


Joined: 29 Aug 2009 Posts: 829 Location: halmstad
|
Posted: Wed Jun 27, 2012 5:08 pm Post subject: |
|
|
aortell24
unless I'm wrong. I think it is not an easy task.are you after a "eyefinity" type of setup with your
2x radeon hd 4xxx cards and have one monitor on one card .if i am correct you will need a xorg.conf file.
in your xorg.log ,i did not find your other card.does all your screens start when you startx
regards hedmo |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Thu Jun 28, 2012 5:45 pm Post subject: |
|
|
Right now I am running backtrack 5 r2 which in case you are not fa-miler with(most people are not) it is a version of ubuntu 10.4 lucid.I have my main monitor on the first card this is my primary desktop with the menu on it. My other card has my left and right monitor on it they are just showing the wallpaper .I have guake open on my left monitor I use it as a terminal and the right monitor I usually have firefox on. the only monitor that contains any menu is my primary .I can move windows from monitor to monitor .and each monitor has its own wallpaper the wallpapers are the same but its not one big stretched image is what I am trying to say. I dont know what this is called but this is what I am trying to do on gnome 3 but it does not work.On backtrack I have to install the amd drivers which is like a bundle file downloaded from amd .I pretty much have to have amdcccle to do this on backtrack but with xinerama enabled it all works perfectly on backtrack.Now if I uncheck
the xinerama option in amdccle on backtrack the menu on my primary screen distorts and shows like five or six copies of the menu this is what happens to the gnome 3 menu when I run the fglrx drivers or if I edit the xorg.conf file on gnome 3 the only difference is on backtrack if i enable xinerama the menu is fixed and everything works perfectly.This is not the case with gnome 3 I have to reinstall gentoo and use the radeon drivers to get the menus correctly displayed again.I have gnome 3 installed on my laptop and i really love it I just cant go from having 3 monitors to one.I am not sure if this is eyefinity or not but this is what I am tring to get to.I think the option in the amdcccle is called single display multiple desktops.But the only display that has any menus on it is the primary
display and this is the one on my first card.Thanks for the replies I hope this clears up what I am trying to do .On my current setup on backtrack all my monitors do start or turn on when i startx but while it is booting and before startx only my primary the first card are on. |
|
| Back to top |
|
 |
hedmo l33t


Joined: 29 Aug 2009 Posts: 829 Location: halmstad
|
Posted: Thu Jun 28, 2012 8:28 pm Post subject: |
|
|
aortell24
amdccle is for the x11-driver/ati-drivers and you have to set the qt4 useflag in make.conf to have it .
i have that setup on my box with the ati-driver but on one card. the name of it is multi-display desktop(s) with 1,2,3. i had the samesetup with my old 2x2900xt but i did not manage to get it up to 100% stable.for xf86-video-ati i did not get it to work at all on my 2x2900xt but now it can be possible i think.if you want to use the xf86-video-ati i think you need to set it up like this:
http://ubuntuforums.org/showthread.php?t=1551966
but for ati-drivers it can bee more easy if you want a setup like mine http://www.youtube.com/watch?v=WlM2Bik98Y8
regards hedmo |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Thu Jun 28, 2012 9:42 pm Post subject: |
|
|
| That is really cool is that 3 different monitors?Hey you use KDE have you seen the gentoo live cd, what is that clear screenlet deal on the desktop that shows you what is in that directory, also there is a another one on the desktop right next to it that the gentoo news is displayed on I looked in the /var/lib/portage/world file to see what it was called but couldnt find it I really like that .I had KDE on slackware working with both cards I never thought about using KDE.The only problem with that is I was told you cant use xinerama with compiz I couldnt get it working on backtrack .Do you have xinerama enabled? |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Thu Jun 28, 2012 10:40 pm Post subject: |
|
|
| I am happy with the gnome 3 set up with just two monitors I just need to change the resolution on my second monitor gnome sets it as 1024x768 and thats way to big.How do I do that with out changin the xorg file. |
|
| Back to top |
|
 |
BillWho Veteran


Joined: 03 Mar 2012 Posts: 1576 Location: US
|
Posted: Fri Jun 29, 2012 12:52 am Post subject: |
|
|
Check your list of supported screen sizes with xrandr and set it with xrandr --output VGA-0 --mode 1280x1024_60.00
You can add the line to ~/.xprofile to set it on startup
Good luck  _________________ Good luck
Since installing gentoo, my life has become one long emerge  |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Fri Jun 29, 2012 12:57 am Post subject: |
|
|
| Thank you very much I will give that a try. |
|
| Back to top |
|
 |
aortell24 Tux's lil' helper


Joined: 15 Jun 2012 Posts: 93
|
Posted: Fri Jun 29, 2012 2:37 am Post subject: |
|
|
| BillWho thank you very much that worked perfectly I am so happy I have a working Gnome 3 desktop with two monitors with proper resolution maybe some day I can get my second card and third monitor working but this is great thanks alot man. |
|
| Back to top |
|
 |
|
|
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
|
|