CentOS Icon CentOS Logo
CentOS Text
   
  
www.centos.org Forum Index
   CentOS 6 - Hardware Support
  [RESOLVED] ATI Radeon 5450 and two monitors (and a partridge in a pear tree).

 

 Bottom   Previous Topic   Next Topic
  •  Rate Thread
      Rate this Thread
      Excellent
      Good
      Average
      Bad
      Terrible
Poster Thread
  •  taylorkh
      taylorkh
[RESOLVED] ATI Radeon 5450 and two monitors (and a partridge in a pear tree).
#1
Regular Board Member
Joined: 2010/11/24
From North Carolina, USA
Posts: 227
I am building a 6.2 Desktop install for my Dell XPS 8000. The machine has an ATI Radeon 5450 card with two monitors. Here is how the monitors are setup under Ubunu 10.04 and how I want them on CentOS.

Left monitor, connected by VGA cable, 1280 x 1024
Right monitor, connected by DVI cable, 1680 x 1050

I have two separate desktops. I am NOT using Xinerama
The Display Manager (Catalyst Control Center on Ubuntu) tells me that I have Multi-Display of type "Single display desktop (Multi-desktop)".
I have separate and distinct panels on each monitor. The login dialog appears on the left monitor and it is the default Desktop (that is if I create a file on the right monitor Desktop, it appears on the left).

Back to CentOS.

The default driver recognized the card and monitors. However, I had only one panel and it was on the right monitor. I swapped the monitors using the Preferences; Display app and moved the main "Desktop" to the left but the panel stayed on the right monitor. I then downloaded the appropriate driver from ATI. I am now stuck with two identical displays and do not seem to be able to select "Multi-desktop" in the ATI app (yes I am running it with root permissions). I have posted the xorg.conf files below using the instructions on inserting formatted code although the forum is not formatting it for me in preview mode.

As to the Ubuntu xorg.conf... It started in Ubuntu 9.10 with an nVIdia card and a lot of pick and shovel tweaking. I copied the file back onto a fresh 10.04 install as I could not reproduce it with the nVidia tool. When I changed to an ATI card I again replaced the xorg.conf with this monstrosity and after some kicking and stomping it has been working fine. I built a CentOS 6.0 install some time back. I do not remember if I simply copied the xorg.conf file to it or not. I (think) I have the 6.0 install on a hard drive in front of me and I will try booting the PC with it.

I can of course continue to use my legacy xorg.conf. I have a backup copy in my safe deposit box at the bank Seriously, it is on my monthly and yearly backup disks. But I would really rather learn how to configure my displays from a new install. Any advise?

TIA,

Ken

CentOS xorg.conf

Section "ServerLayout"
	Identifier     "aticonfig Layout"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]-0"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]-0"
	Device     "aticonfig-Device[0]-0"
	Monitor    "aticonfig-Monitor[0]-0"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Ubuntu xorg.conf

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@yellow)  Fri Apr  9 11:51:21 UTC 2010

Section "ServerLayout"
	Identifier     "Layout0"
	Screen      0  "aticonfig-Screen[0]-0" 0 0
	Screen         "amdcccle-Screen[1]-1" 1280 0
	InputDevice    "Keyboard0" "CoreKeyboard"
	InputDevice    "Mouse0" "CorePointer"
	Option	    "Xinerama" "off"
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

Section "ServerFlags"
	Option	    "Xinerama" "off"
EndSection

Section "InputDevice"

    # generated from default
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/psaux"
	Option	    "Emulate3Buttons" "no"
	Option	    "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"

    # generated from default
	Identifier  "Keyboard0"
	Driver      "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
	Identifier   "Monitor0"
	VendorName   "Unknown"
	ModelName    "Acer X223W"
	HorizSync    30.0 - 83.0
	VertRefresh  56.0 - 76.0
	Option	    "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
	Identifier   "Monitor1"
	VendorName   "Unknown"
	ModelName    "Samsung SyncMaster"
	HorizSync    30.0 - 81.0
	VertRefresh  56.0 - 75.0
	Option	    "DPMS"
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" "1680x1050"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection

Section "Monitor"
	Identifier   "0-DFP2"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1024x768"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection

Section "Monitor"
	Identifier   "0-CRT2"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
	Option	    "PreferredMode" "1280x1024"
	Option	    "TargetRefresh" "60"
	Option	    "Position" "0 0"
	Option	    "Rotate" "normal"
	Option	    "Disable" "false"
EndSection

Section "Device"
	Identifier  "Device0"
	Driver      "nvidia"
	VendorName  "NVIDIA Corporation"
	BoardName   "GeForce GT 220"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "Device1"
	Driver      "nvidia"
	VendorName  "NVIDIA Corporation"
	BoardName   "GeForce GT 220"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]-0"
	Driver      "fglrx"
	Option	    "Monitor-CRT2" "0-CRT2"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "amdcccle-Device[1]-1"
	Driver      "fglrx"
	Option	    "Monitor-DFP1" "0-DFP1"
	BusID       "PCI:1:0:0"
	Screen      1
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Device0"
	Monitor    "Monitor0"
	DefaultDepth     24
	Option	    "TwinView" "0"
	Option	    "metamodes" "DFP-0: nvidia-auto-select +0+0"
	SubSection "Display"
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Device1"
	Monitor    "Monitor1"
	DefaultDepth     24
	Option	    "TwinView" "0"
	Option	    "metamodes" "DFP-1: nvidia-auto-select +0+0"
	SubSection "Display"
		Depth     24
	EndSubSection
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[1]-1"
	Device     "amdcccle-Device[1]-1"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Here is my system info

Information for general problems.
== BEGIN uname -rmi ==
2.6.32-220.17.1.el6.x86_64 x86_64 x86_64
== END   uname -rmi ==

== BEGIN rpm -qa \*-release\* ==
centos-release-6-2.el6.centos.7.x86_64
== END   rpm -qa \*-release\* ==

== BEGIN cat /etc/redhat-release ==
CentOS release 6.2 (Final)
== END   cat /etc/redhat-release ==

== BEGIN getenforce ==
Enforcing
== END   getenforce ==

== BEGIN free -m ==
             total       used       free     shared    buffers     cached
Mem:          7864        970       6893          0         69        396
-/+ buffers/cache:        504       7359
Swap:            0          0          0
== END   free -m ==

== BEGIN rpm -qa yum\* rpm-\* python | sort ==
python-2.6.6-29.el6.x86_64
rpm-libs-4.8.0-19.el6_2.1.x86_64
rpm-python-4.8.0-19.el6_2.1.x86_64
yum-3.2.29-22.el6.centos.2.noarch
yum-metadata-parser-1.1.2-16.el6.x86_64
yum-plugin-fastestmirror-1.1.30-10.el6.noarch
yum-plugin-security-1.1.30-10.el6.noarch
yum-utils-1.1.30-10.el6.noarch
== END   rpm -qa yum\* rpm-\* python | sort ==

== BEGIN ls /etc/yum.repos.d ==
CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-Media.repo
== END   ls /etc/yum.repos.d ==

== BEGIN cat /etc/yum.conf ==
[main]
cachedir=/var/cache/yum/$basearch/$releasever
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
installonly_limit=5
bugtracker_url=http://bugs.centos.org/set_project.php?project_id=16&ref=http://bugs.centos.org/bug_report_page.php?category=yum
distroverpkg=centos-release

#  This is the default, if you make this bigger yum won't see if the metadata
# is newer on the remote and so you'll "gain" the bandwidth of not having to
# download the new metadata and "pay" for it by yum not having correct
# information.
#  It is esp. important, to have correct metadata, for distributions like
# Fedora which don't keep old packages around. If you don't like this checking
# interupting your command line usage, it's much better to have something
# manually check the metadata once an hour (yum-updatesd will do this).
# metadata_expire=90m

# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
== END   cat /etc/yum.conf ==

== BEGIN yum repolist all ==
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
 * base: centos.mirror.nac.net
 * extras: mirror.vcu.edu
 * updates: mirror.vcu.edu
repo id                     repo name                             status
base                        CentOS-6 - Base                       enabled: 6,294
c6-media                    CentOS-6 - Media                      disabled
centosplus                  CentOS-6 - Plus                       disabled
contrib                     CentOS-6 - Contrib                    disabled
debug                       CentOS-6 - Debuginfo                  disabled
extras                      CentOS-6 - Extras                     enabled:     6
updates                     CentOS-6 - Updates                    enabled: 1,117
repolist: 7,417
== END   yum repolist all ==

== BEGIN egrep 'include|exclude' /etc/yum.repos.d/*.repo ==
== END   egrep 'include|exclude' /etc/yum.repos.d/*.repo ==

== BEGIN sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==
== END   sed -n -e "/^\[/h; /priority *=/{ G; s/\n/ /; s/ity=/ity = /; p }" /etc/yum.repos.d/*.repo | sort -k3n ==

== BEGIN cat /etc/fstab ==

#
# /etc/fstab
# Created by anaconda on Wed Jun 13 13:36:34 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=06d78b9f-6a0d-404c-b659-aa4d7eb664c1 /                       ext4    defaults        1 1
UUID=31dc1898-760a-4cb5-9bd3-97c935a99c18 /data                   ext4    defaults        1 2
UUID=89de4289-d06c-480c-b60f-479f55e2bd03 /home                   ext4    defaults        1 2
UUID=154d9e0f-9764-45fe-9a1d-52134f5790d4 /quitelarge             ext4    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
== END   cat /etc/fstab ==

== BEGIN df -h ==
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              16G  3.4G   12G  23% /
tmpfs                 3.9G  124K  3.9G   1% /dev/shm
/dev/sda3              94G  1.4G   88G   2% /data
/dev/sda2             7.9G  289M  7.2G   4% /home
/dev/sdg1             7.5G  932M  6.6G  13% /media/5989-FBB0
== END   df -h ==

== BEGIN fdisk -lu ==

Disk /dev/sdb: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000f1ec7

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *          63  1465144064   732572001   83  Linux

Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders, total 250069680 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005e6c9

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048    33556479    16777216   83  Linux
/dev/sda2        33556480    50333695     8388608   83  Linux
/dev/sda3        50333696   250068991    99867648   83  Linux

Disk /dev/sdg: 8011 MB, 8011120640 bytes
247 heads, 62 sectors/track, 1021 cylinders, total 15646720 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000b3491

   Device Boot      Start         End      Blocks   Id  System
/dev/sdg1   *          62    15635593     7817766    c  W95 FAT32 (LBA)
== END   fdisk -lu ==

== BEGIN blkid ==
/dev/sda1: UUID="06d78b9f-6a0d-404c-b659-aa4d7eb664c1" TYPE="ext4" 
/dev/sda2: UUID="89de4289-d06c-480c-b60f-479f55e2bd03" TYPE="ext4" 
/dev/sda3: UUID="31dc1898-760a-4cb5-9bd3-97c935a99c18" TYPE="ext4" 
/dev/sdb1: LABEL="quitelarge" UUID="154d9e0f-9764-45fe-9a1d-52134f5790d4" TYPE="ext4" 
/dev/sdg1: UUID="5989-FBB0" TYPE="vfat" 
== END   blkid ==

== BEGIN cat /proc/mdstat ==
Personalities : 
unused devices: <none>
== END   cat /proc/mdstat ==

== BEGIN pvs ==
== END   pvs ==

== BEGIN vgs ==
  No volume groups found
== END   vgs ==

== BEGIN lvs ==
  No volume groups found
== END   lvs ==

== BEGIN rpm -qa kernel\* | sort ==
kernel-2.6.32-220.17.1.el6.x86_64
kernel-2.6.32-220.el6.x86_64
kernel-firmware-2.6.32-220.17.1.el6.noarch
== END   rpm -qa kernel\* | sort ==

== BEGIN lspci -nn ==
00:00.0 Host bridge [0600]: Intel Corporation Core Processor DMI [8086:d131] (rev 11)
00:03.0 PCI bridge [0604]: Intel Corporation Core Processor PCI Express Root Port 1 [8086:d138] (rev 11)
00:08.0 System peripheral [0880]: Intel Corporation Core Processor System Management Registers [8086:d155] (rev 11)
00:08.1 System peripheral [0880]: Intel Corporation Core Processor Semaphore and Scratchpad Registers [8086:d156] (rev 11)
00:08.2 System peripheral [0880]: Intel Corporation Core Processor System Control and Status Registers [8086:d157] (rev 11)
00:08.3 System peripheral [0880]: Intel Corporation Core Processor Miscellaneous Registers [8086:d158] (rev 11)
00:10.0 System peripheral [0880]: Intel Corporation Core Processor QPI Link [8086:d150] (rev 11)
00:10.1 System peripheral [0880]: Intel Corporation Core Processor QPI Routing and Protocol Registers [8086:d151] (rev 11)
00:1a.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b3c] (rev 05)
00:1b.0 Audio device [0403]: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio [8086:3b56] (rev 05)
00:1c.0 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 [8086:3b42] (rev 05)
00:1c.1 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 [8086:3b44] (rev 05)
00:1c.4 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 [8086:3b4a] (rev 05)
00:1c.5 PCI bridge [0604]: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 [8086:3b4c] (rev 05)
00:1d.0 USB controller [0c03]: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller [8086:3b34] (rev 05)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev a5)
00:1f.0 ISA bridge [0601]: Intel Corporation 5 Series Chipset LPC Interface Controller [8086:3b02] (rev 05)
00:1f.2 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA IDE Controller [8086:3b20] (rev 05)
00:1f.3 SMBus [0c05]: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller [8086:3b30] (rev 05)
00:1f.5 IDE interface [0101]: Intel Corporation 5 Series/3400 Series Chipset 2 port SATA IDE Controller [8086:3b26] (rev 05)
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Cedar PRO [Radeon HD 5450] [1002:68f9]
01:00.1 Audio device [0403]: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series] [1002:aa68]
03:00.0 FireWire (IEEE 1394) [0c00]: VIA Technologies, Inc. VT6315 Series Firewire Controller [1106:3403]
05:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe [14e4:1692] (rev 01)
06:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
== END   lspci -nn ==

== BEGIN lsusb ==
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 003: ID 0a81:0205 Chesen Electronics Corp. PS/2 Keyboard+Mouse Adapter
Bus 001 Device 004: ID 046d:c404 Logitech, Inc. TrackMan Wheel
Bus 002 Device 003: ID 18e3:9106 Fitipower Integrated Technology Inc 
Bus 002 Device 005: ID 13fe:1f00 Kingston Technology Company Inc. DataTraveler 2.0 4GB Flash Drive / Patriot Xporter 32GB (PEF32GUSB) Flash Drive
== END   lsusb ==

== BEGIN rpm -qa kmod\* kmdl\* ==
== END   rpm -qa kmod\* kmdl\* ==

== BEGIN ifconfig -a ==
eth0      Link encap:Ethernet  HWaddr 00:25:64:E8:18:2C  
          inet addr:192.168.0.112  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::225:64ff:fee8:182c/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:4197 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3350 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:5026580 (4.7 MiB)  TX bytes:350520 (342.3 KiB)
          Interrupt:17 

eth1      Link encap:Ethernet  HWaddr 00:30:BD:21:CD:8C  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:22 Base address:0xcc00 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:960 (960.0 b)  TX bytes:960 (960.0 b)

== END   ifconfig -a ==

== BEGIN brctl show ==
bridge name	bridge id		STP enabled	interfaces
== END   brctl show ==

== BEGIN route -n ==
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth0
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 eth0
== END   route -n ==

== BEGIN sysctl -a | grep .rp_filter ==
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.all.arp_filter = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.arp_filter = 0
net.ipv4.conf.lo.rp_filter = 1
net.ipv4.conf.lo.arp_filter = 0
net.ipv4.conf.eth0.rp_filter = 1
net.ipv4.conf.eth0.arp_filter = 0
net.ipv4.conf.eth1.rp_filter = 1
net.ipv4.conf.eth1.arp_filter = 0
== END   sysctl -a | grep .rp_filter ==

== BEGIN ip rule show ==
0:	from all lookup local 
32766:	from all lookup main 
32767:	from all lookup default 
== END   ip rule show ==

== BEGIN ip route show ==
192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.112 
169.254.0.0/16 dev eth0  scope link  metric 1002 
default via 192.168.0.1 dev eth0  proto static 
== END   ip route show ==

== BEGIN cat /etc/resolv.conf ==
# Generated by NetworkManager
nameserver 192.168.0.1
== END   cat /etc/resolv.conf ==

== BEGIN egrep 'net|hosts' /etc/nsswitch.conf ==
#hosts:     db files nisplus nis dns
hosts:      files dns
#networks:   nisplus [NOTFOUND=return] files
#netmasks:   nisplus [NOTFOUND=return] files     
netmasks:   files
networks:   files
netgroup:   nisplus
== END   egrep 'net|hosts' /etc/nsswitch.conf ==

== BEGIN chkconfig --list | grep -Ei 'network|wpa' ==
NetworkManager 	0:off	1:off	2:on	3:on	4:on	5:on	6:off
matahari-network	0:off	1:off	2:off	3:off	4:off	5:off	6:off
network        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
wpa_supplicant 	0:off	1:off	2:off	3:off	4:off	5:off	6:off
== END   chkconfig --list | grep -Ei 'network|wpa' ==

Posted on: 2012/6/14 16:23
Create PDF from Post Print
Top
  •  taylorkh
      taylorkh
Re: ATI Radeon 5450 and two monitors (and a partridge in a pear tree).
#2
Regular Board Member
Joined: 2010/11/24
From North Carolina, USA
Posts: 227
Update:

I though it better to post a reply rather than to add to the OP which is already too long.

The CentOS 6 disk does not boot so I have no idea what I accomplished back then.

I did poke around on the ATI configuration tool in 6.2. I found a "Multi-desktop" choice and selected it. After rebooting I had only a single monitor, the right one. I copied over the current Ubuntu xorg.conf and I have the desired display layout with the exception of a couple of doppelgängers on the left panel. For example the "ken" icon in the notification area is present twice. Perhaps I will clean up the Ubuntu xorg.conf by trial and error and use it. I will of course print out a copy on acid free paper and send it to the Library of Congress once I have it working

That said, I (re)learned that CentOS starts User IDs at 500 where Ubuntu starts at 1000. So the permissions on my second hard drive are of course alien to CentOS. I think I will reinstall, set the first User to 1000 and try the Ubuntu xorg.conf without the aid of the ATI driver/software.

Ken

p.s. I am sort of doing a burn in on the SSD. Based on the reviews I have read on newegg.com they seem to fail quite quickly if they are going to fail. Better to have it crap out now rather than when I have the system all configured to my liking. Of course I will be putting Clonezilla through it paces as I move forward.
Posted on: 2012/6/14 17:16
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: ATI Radeon 5450 and two monitors (and a partridge in a pear tree).
#3
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
There's way too much above to address in detail, but just let me say - try ELRepo kmod-fglrx.

If you have specific issues or questions about things like SSD that do not fit the subject (and never mind the partridge or the pear tree ), please ask in a new topic.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/6/15 10:09
Create PDF from Post Print
Top
  •  taylorkh
      taylorkh
Re: ATI Radeon 5450 and two monitors (and a partridge in a pear tree).
#4
Regular Board Member
Joined: 2010/11/24
From North Carolina, USA
Posts: 227
Yesterday I could not even spell xorg.conf and today I have built one

Sorry Phil, All too often I see posts asking for assistance which provide too little data. I just got carried away. I must plead for your indulgence. I spent the past 3 weeks trying various distros on my netbook to try and find a replacement for Ubuntu 10.04. I started this project already somewhat burned out. I have posted my SSD question separately. That said, I think I have herded all of the ATI cats into one ring of the circus. Here is what I did...

New install of CentOS 6.2 with all updates.
Downloaded ATI driver & executed the run file
Selected the option "Generate Distribution Specific Driver Package" (had not tried that before, no idea if it helped)
The above referenced package automagically launched
THIS TIME I ACTUALLY READ THE INSTRUCTIONS which told me to run aticonfig --initial after the installation
Ran this as directed and rebooted
Launched the ATI Catalyst gui with admin privileges
Shoved the monitors into the desired positions left vs. right on the gui chalkboard
Set the two monitors to "Single display desktop (Multi-desktop)"
Saved and rebooted
By some miracle the thing is working with the desired layout.

The only issues have to do with the User Switcher in the notification area crashing. After a couple of reboots and telling it not to reload the darned thing it has gone away. No problem, I never use it. I also had two schedule notifiers. Deleted one and both are gone. Never use them either. In general I have found the notifier applet in Gnome2 to be rather flaky and not something I rely on.

Bottom line, I have my two monitors lined up as I want them with the left being the real Desktop and two independent top panels. I have preserved a copy of the xorg.conf file in stone and am now on to my next trick. Re-learning how to setup yum priorities so I can really screw up my system

Please stick a fork in this thread. It is done!

Thanks,

Ken
Posted on: 2012/6/15 12:52
Create PDF from Post Print
Top
  •  pschaff
      pschaff
Re: [RESOLVED] ATI Radeon 5450 and two monitors (and a partridge in a pear tree).
#5
Moderator
Joined: 2006/12/13
From Tidewater, Virginia, North America
Posts: 18773
Marking the thread [RESOLVED] per your request; however, the problem with that approach (as opposed to the recommended ELRepo kmod-fglrx drivers built from the manufacturer's release but as kABI tracking modules) is that it will break with each new kernel update. The other substantial advantage of kmod packages is that the nice folks at ELRepo take care of tracking and building updates for you.
_________________
Phil

Recommended reading: FAQ & Readme first ; Search hint: google "your topic site:centos.org"; Smart Questions
Posted on: 2012/6/15 20:45
Create PDF from Post Print
Top
 Top   Previous Topic   Next Topic

 


 You cannot start a new topic.
 You can view topic.
 You cannot reply to posts.
 You cannot edit your posts.
 You cannot delete your posts.
 You cannot add new polls.
 You cannot vote in polls.
 You cannot attach files to posts.
 You cannot post without approval.




"Linux" is a registered trademark of Linus Torvalds. | All other trademarks are property of their respective owners. | All other content is Copyright @ 2004-2009 by the CentOS Project or "each individual contributor (forums, comments, etc.) unless otherwise assigned".| Theme based on a theme by 7dana.com