System-config-display, gnome-display-properties - inconsistent R5 U5 64bit

Hi all,
I have OEL Rel 5 U5 (64-bit) installed and running on an IBM x3200 which has Radeon integrated graphics, with a IBM ThinkVision LCD monitor (1280x1024 max)
Problem I have is eventhough system-config-display lets me select 1280x1024 I can't actually get it to switch. Upon log-off/log-in, reboot, restart, etc... it still returns to 1024x768 mode.
Running gnome-display-properties only gives me a choice of 1024x768, 800x600, or 640x480.
I've also tried xrandr and trying to force it to 1280x1024 but it tells me I only have the 3 choices given by gnome-display-properties.
My xorg.conf file is configured with 1280x1024, 1024x768, and 800x600 modes, so I'm baffled at where gnome-display-properties and xrandr are getting their mode choices...
Can anyone shed some light on this?

Based on Xorg log I'm guessing the monitor driver just will not support the higher res and apparently that's where 'gnome-display-properties' gets its info regardless of what I try in Xorg.conf.
I'll see if I can manipulate the monitor settings and see where that gets me...
I see the following in the log:
(II) RADEON(0): Monitor1 EDID data ---------------------------
(II) RADEON(0): Manufacturer: IBM Model: 29a Serial#: 16843009
(II) RADEON(0): Year: 2003 Week: 16
(II) RADEON(0): EDID Version: 1.3
(II) RADEON(0): Digital Display Input
(II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
(II) RADEON(0): Gamma: 1.00
(II) RADEON(0): No DPMS capabilities specified
(II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
(II) RADEON(0): Default color space is primary color space
(II) RADEON(0): First detailed timing is preferred mode
(II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
(II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
(II) RADEON(0): Supported VESA Video Modes:
(II) RADEON(0): 720x400@70Hz
(II) RADEON(0): 640x480@60Hz
(II) RADEON(0): 640x480@72Hz
(II) RADEON(0): 640x480@75Hz
(II) RADEON(0): 800x600@56Hz
(II) RADEON(0): 800x600@60Hz
(II) RADEON(0): 800x600@72Hz
(II) RADEON(0): 800x600@75Hz
(II) RADEON(0): 1024x768@60Hz
(II) RADEON(0): 1024x768@70Hz
(II) RADEON(0): 1024x768@75Hz
(II) RADEON(0): Manufacturer's mask: 0
(II) RADEON(0): Supported Future Video Modes:
(II) RADEON(0): #0: hsize: 1024 vsize 768 refresh: 60 vid: 16481
(II) RADEON(0): Supported additional Video Mode:
(II) RADEON(0): clock: 65.0 MHz Image Size: 300 x 225 mm
(II) RADEON(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
(II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
(II) RADEON(0): Serial No: Reserved
(II) RADEON(0): Monitor name: IBM RSA2
(II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
(WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
(==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
(II) RADEON(0): Validating modes on Primary head ---------
(II) RADEON(0): DFP table revision: 3
(II) RADEON(0): Panel infos found from DDC detailed: 1024x768
(II) RADEON(0): Valid Mode from Detailed timing table: 1024x768
(II) RADEON(0): Valid Mode from standard timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 1024x768
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 800x600
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Valid Mode from established timing table: 640x480
(II) RADEON(0): Total of 12 mode(s) found.
Here's video info from lspci:
0a:04.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) (prog-if 00 [VGA controller])
     Subsystem: IBM Unknown device 0325
     Flags: bus master, stepping, fast Back2Back, medium devsel, latency 66, IRQ 11
     Memory at d8000000 (32-bit, prefetchable) [size=128M]
     I/O ports at 6000 [size=256]
     Memory at d0800000 (32-bit, non-prefetchable) [size=64K]
     [virtual] Expansion ROM at d0820000 [disabled] [size=128K]
     Capabilities: [50] Power Management version 2
Xorg.conf:
# Xorg configuration created by system-config-display
Section "ServerLayout"
     Identifier "single head configuration"
     Screen 0 "Screen0" 0 0
     InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
     Identifier "Keyboard0"
     Driver "kbd"
     Option     "XkbModel" "pc105"
     Option     "XkbLayout" "us"
EndSection
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
     Identifier "Monitor0"
     ModelName "LCD Panel 1280x1024"
### Comment all HorizSync and VertSync values to use DDC:
     HorizSync 31.5 - 64.0
     VertRefresh 56.0 - 65.0
     Option     "dpms"
EndSection
Section "Device"
     Identifier "Videocard0"
     Driver "radeon"
     Option     "AccelMethod" "UXA"
EndSection
Section "Screen"
     Identifier "Screen0"
     Device "Videocard0"
     Monitor "Monitor0"
     DefaultDepth 16
     SubSection "Display"
          Viewport 0 0
          Depth 24
          Modes "1280x1024" "1024x768" "800x600"
     EndSubSection
     SubSection "Display"
          Viewport 0 0
          Depth 16
          Modes "1280x1024" "1024x768" "800x600"
     EndSubSection
EndSection

Similar Messages

  • System-config-printer-gnome freezes when trying to "Add" a printer

    I have the same issue that was discussed in the thread system-config-printer-gnome utility freezes when "adding" printer. Specifically, when I try to add a printer using system-config-printer gui, the window freezes and throws back the following code:
    mechoid9@ordinateur:~$ system-config-printer
    Traceback (most recent call last):
    File "/usr/share/system-config-printer/asyncipp.py", line 196, in send_reply
    handler (self._conn, result)
    File "/usr/share/system-config-printer/asyncpk1.py", line 143, in _ipp_reply_handler
    self._client_reply_handler (self._conn, *args)
    File "/usr/share/system-config-printer/asyncconn.py", line 142, in <lambda>
    kwds["reply_handler"] = lambda c, r: reply_handler (self, r)
    File "/usr/lib/python2.7/site-packages/cupshelpers/cupshelpers.py", line 582, in _reply_handler
    self._client_reply_handler (connection, devices)
    File "/usr/share/system-config-printer/system-config-printer.py", line 4845, in <lambda>
    current_uri))
    File "/usr/share/system-config-printer/system-config-printer.py", line 4881, in local_devices_reply
    self.add_devices (result, current_uri)
    File "/usr/share/system-config-printer/system-config-printer.py", line 5228, in add_devices
    physdev = model.get_value (iter, 1)
    TypeError: iter must be a GtkTreeIter
    The solution mentioned was to use the CUPS web interface. This lets me add a printer (which is part of the solution), this is not the complete solution. I've used the utility before, and I'm comfortable with it, and I think that I should be able to use the gnome utility to add the printer if everything on my system is up to date (which it is, as of this posting). I would like to know why it doesn't work anymore (and I'm of the impression that it has something to do with how I've installed python on my system).
    I've googled the issue, and perhaps I didn't look around thoroughly enough, but I couldn't find a solution. So if somebody knows where to look I'd be glad to look there.

    I have the same problem. I noticed that it occured only after installing the following driver packages.
    hpoj-0.91-16 hplip-3.11.3-1 net-snmp-5.6.1-1 foomatic-db-engine-4.0.6_20101215-1 foomatic-db-4.0.6_20101215-1
    I did a workaround by installing the printer using the webinterface, removing the drivers again, setting the samba login details and then reinstalling the drivers.
    But this problem should really be fixed.

  • System-config-printer-gnome utility freezes when "adding" printer.

    I've just started adding my wireless printer to my desktop, and while reading about CUPS in the archwiki, I discovered "system-config-printer-gnome". I installed it with pacman, and then set it up like the wiki said. Now when I run system-config-printer and press "Add", I get this error output in my terminal:
    [mike@mike-desktop ~]$ system-config-printer
    Traceback (most recent call last):
    File "/usr/share/system-config-printer/asyncipp.py", line 196, in send_reply
    handler (self._conn, result)
    File "/usr/share/system-config-printer/asyncpk1.py", line 143, in _ipp_reply_handler
    self._client_reply_handler (self._conn, *args)
    File "/usr/share/system-config-printer/asyncconn.py", line 142, in <lambda>
    kwds["reply_handler"] = lambda c, r: reply_handler (self, r)
    File "/usr/lib/python2.6/site-packages/cupshelpers/cupshelpers.py", line 575, in _reply_handler
    self._client_reply_handler (connection, devices)
    File "/usr/share/system-config-printer/system-config-printer.py", line 4820, in <lambda>
    current_uri))
    File "/usr/share/system-config-printer/system-config-printer.py", line 4858, in local_devices_reply
    self.add_devices (result, current_uri)
    File "/usr/share/system-config-printer/system-config-printer.py", line 5198, in add_devices
    physdev = model.get_value (iter, 1)
    TypeError: iter must be a GtkTreeIter
    Does anyone know what could be wrong? I've done some Googling, but couldn't find anything related to this. I also couldn't find anything related to setting up a wireless printer manually with CUPS, so this way seemed the easiest way of adding a printer. Thanks
    P.S. I am using GNOME, and all my packages are up to date.

    skunktrader wrote:Did you try pointing your browser at http://localhost:631/admin and attempt to add your printer from there?
    Oh wow. That worked perfectly! I guess when I saw that in the wiki I assumed that it was for USB or parallel port printers since I saw "localhost". Sorry to waste thread space!
    Thanks so much guys!
    P.S. I feel like such a noob

  • Cannot set resolution with gnome-display-properties

    Hey all!
    After full system update my external display does not get detected/recognized properly by gnome-display-properties
    Though before upgrade it worked just fine!
    Tried to downgrade hal and xorg-server but without any success.
    Any ideas how to fix?
    Thanks!

    I have the same problem. I do, like You, own a ASUS P4S8X motherboard and a MSI (Ti4800SE-VTD8X(MS-8900))videocard.
    Because it was a brand new system i installed everything from scratch, so installed the MSI drivers for the videocard. Afterwards i thought i that it would be better to download the latest nvidia drivers. Since that time i have the same problem with the property settings of the videocard, Ghost Recon (original and supplied version) does not work anymore as goes for liveupdate of msi.
    There is a solution but i think it is CRAP. You have to uninstall nvidia drivers and reinstall the original msi drivers.... bla bla bla... Why is it that there are a lot of known errors with msi/nvidia drivers in conjuntion with the liveupdate, supplied games and with the settings?? I would like to see a (driver)update from msi which is for mortals. I'm not the hacking and phreaking guy, and so are more. I have spent a fortune on this card so MSI get started!!!!!!

  • Gnome-Shell logs in as Gnome Display Manager

    Hello,
    My gnome-shell decided to crap out on me after working perfectly for the past few days. It wouldn't boot into the session even with extensions off. I tried everything(removing old configuration files, setting an autostart on Gnome-shell in ~/.config/autostart. Now my Gnome-shell starts but it logs in as Gnome Display Manager. Terminals do not start up(they come up and dissapear). I can't log in to XFCE anymore as a fallback because GDM autostarts into itself. I tried switching display managers to slim but it errors starting in there also.
    This behavior happened after a symlinked a file but I'm not sure which. The page I was browsing it on was on my other user.
    Thanks, I am really bummed that I can't even get into my XFCE session right now and this GDM as user is nearly unuseable.
    Edit: https://bbs.archlinux.org/viewtopic.php?id=118651
    #3 is the post I followed, will try to remove the sym link and see what happens.
    Last edited by 6msj (2011-10-26 18:55:36)

    Looks like removing the sym link did it, but now my previews are screwed up.
    http://dl.dropbox.com/u/11400324/Screen … 0%3A09.png

  • I have to keep going back to utilities first aid and do a disck permission repair because my monitor keeps going to sleep. this is  the message i get.Permissions differ on "System/Library/PreferencePanes/.Displays/V1/Displays.prefPane/Contents/Resourc es/

    I have to keep going to disk repair to correct an issue that makes my monitor go to sleep the message i get is
    Permissions differ on “System/Library/PreferencePanes/.Displays/V1/Displays.prefPane/Contents/Resourc es/pt.lproj/DisplaysPref.nib”; should be -rw-r--r-- ; they are -rwxr-xr-x .

    Have you done a PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/HT1379
    In fact, do 3 in a row, takes a bit of time.
    Intel-based Macs: Resetting the System Management Controller (SMC)...
    http://support.apple.com/kb/HT3964

  • Display only those properties in a property catgory specific to hierarchy

    Hi,
    I will give few details
    I have a property category say "HFM" in which have define all the properties related to HFM metadata.
    I have 2 hierarchies 1.Accounts and 2. Entity
    Now i need to display only account related properties in "HFM" property category of Accounts hierarchy and also similarly entity related properties in "HFM" property category for Entity hierarchy.
    I tried to achieve this by using node Types but when we do a "Show All properties" it is displaying all the properties and not specific.
    Need help in how this is to be handled.
    Thanks

    Well, you can use Property Categories to put your Properties in it.
    In your case, I would create a property Category called HFM-Accounts and another property category called HFM-Entity. Then I would put the appropriate properties in the respective categories. I can see you having some overlap but at the same time, certain properties such as say, Expense Reporting, etc would be specific to HFM-Account property category. Similar an Entity's Intercompany Partner may be specific to an HFM-Entity category. So, you may choose to put your properties as you like.
    Hope this helps.
    -- Adi

  • How to config IE11 to display all websites in enterprise mode

    Dear Experts,
    Is there anyway to config IE11 to display all websites in Enterprise mode?
    Like "display all websites in compatibility view" in IE10
    Thanks and Regards,
    Phenom

    Hi,
    We cannot set it for all websites, but can add a site list with all you would like to turn on the Enterprise mode.
    Turn on Enterprise Mode and use a site list
    http://msdn.microsoft.com/en-us/library/dn640699.aspx
    You can use Enterprise Mode Site List Manager tool to edit your site list:
    Enterprise Mode Site List Manager
    http://www.microsoft.com/en-us/download/details.aspx?id=42501
    Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager
    http://msdn.microsoft.com/en-us/library/dn640691.aspx
    Thanks for your understanding.
    Kate Li
    TechNet Community Support

  • Firefox 24 Android what is the about:config setting to display the full URL address again?

    Firefox 24 Android what is the about:config setting to display the full URL address again?
    Example this:
    http://www.thewindowsclub.com/eulalyzer-review-download
    instead of just this:
    EULAlyzer: Free EULA analyzer software for Windows
    In the address bar?

    hello postewar, set ''browser.chrome.titlebarMode'' to 1.

  • Gnome: Trouble with system-config-printer

    Hello all
    I have trouble setting up my printers using system-config-printer in Gnome... I added some screenshots to the bottom of this post. When I try to add the Generic CUPS-PDF printer, the "Next" button is disabled and I am not allowed to continue. When I try to add the HP printer that is on my home network (as recognised by the config) the application throws some sort of runtime error (in terminal) and doesn't update the screen or allow me to continue.
    Before moving to Arch a few weeks ago, I used Ubuntu 8.04, and it had a very different application for configuring printers (although it was also called system-config-printer). Preferably, I'd just get that application back for configuring printers, it was much more intuitive and above all it actually worked.
    I would like to know how to solve my problem of not being able to add the printers I want and how to get the Ubuntu printer config on Arch if that is possible at all.
    Thanks
    error:
    Traceback (most recent call last):
      File "/usr/share/system-config-printer/system-config-printer.py", line 5585, in on_tvNPDevices_cursor_changed
        physicaldevice.add_device (dev)
      File "/usr/share/system-config-printer/PhysicalDevice.py", line 61, in add_device
        raise RuntimeError
    RuntimeError

    @IceHand
    Hmm.. It doesn't really make sense to me that I need a webbrowser to configure a printer, but I gave it a try. When I tried adding the CUPS-PDF printer, it asked me what brand it was in the second step. This can't be right. When I tried adding the HP printer that is on my network, it automatically selected the correct driver from a list, but when I chose to continue it asked me for a username and a password, and providing my own did not work. So this method failed for both printers. I would really love to get back the old configuration menu from Ubuntu at this point.
    @dbb
    The GTK theme is a personal modification of Fresh Dark that removes the Aurora style scrollbar, uses bigger icons and has nicer progress bars.
    The font I use is Myriad Pro with slight hinting enabled.
    The icon theme is my own mash-up of many tango-styled themes and a few custom icons and improved icons from other themes. You'll find icons there from gnome-colors, gnome-icon-theme, ubuntu-studio, and stuff found randomly on the internet and more. I'm not done perfectioning the theme though, but it's come a long way.

  • BugReport : System Dead when change display rotation with fullscreen mode app

    There is a big bug in fullscreen mode with display rotation.
    I find that if you try dispaly rotation after make some app(safari) fullscreen mode then the system crash.
    1. I have mac book pro 13Inch Mid 2010,
    2. Add one more display (display2)
    3. open safari, make fullscreemode at display 2
    4. open system preferences > displays > change display 2 rotations setting.
    then CRASH and System Dead.

    Amazing, it seems to work ! Thank you for your help stqn.
    I just have a little question if I choosed compiz it s for there plugin they have, called "scale" that whenever yout put your mouse on a corner its shows all the windows that you have on the current screen. A bit like Mac OS X. I am not a fanatic of Alt TAB to switch windows, and I really find convenient this plugin.
    Do you know if it would be possibile such a thing on LXDE openbox with compton ?

  • Accounts folder in System Preferences is not displayed?

    Accounts Folder in System Preferences is not displayed?

    Hello oata:
    Welcome to Apple discussions.
    Try trashing a preference file and restarting:
    com.apple.systempreferences.plist
    Barry

  • System config network error while parsing /etc/hosts

    I am configuring RAC on Oracle Linux,i have configured /etc/hosts on both nodes,when ever i opened network, its displaying error message.
    system config network error while parsing /etc/hosts
    wrong ip on line 25
    wrong ip on line 26
    wrong ip on line 27
    here is my host entries.
    node1
    ====
    [root@racnode1 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode1 ~]# hostname
    racnode1.reg.com
    [root@racnode1 ~]#
    node2 host entries
    ===========
    [root@racnode2 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode2 ~]#
    i am not able to ping racnode1-priv or racnode2-priv.
    from node1:
    ========
    [root@racnode1 ~]# ping racnode2-priv
    PING racnode2-priv.reg.com (10.10.1.2) 56(84) bytes of data.
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=2 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=3 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=4 Destination Host Unreachable
    5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4002ms
    , pipe 3
    [root@racnode1 ~]#
    from node2:
    =======
    [root@racnode2 ~]# ping racnode1-priv
    PING racnode1-priv.reg.com (10.10.1.1) 56(84) bytes of data.
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=2 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=3 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=4 Destination Host Unreachable
    --- racnode1-priv.reg.com ping statistics ---
    4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
    , pipe 3
    [root@racnode2 ~]#
    any idea where configuration went wrong.
    Thanks

    here is output, i can see lot of additional characters.
    [root@racnode1 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    [root@racnode1 ~]#
    from node2:
    ========
    [root@racnode2 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    $
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    Edited by: Endeca on Apr 7, 2013 10:13 AM

  • Why is help material missing in system-config-users ?

    When I press the Help button or select Contents item on Help menu of the system-config-users main window, Mozilla Firefox starts displaying the plain text error message:
    File Not Found
    Firefox can't find the file at /usr/share/doc/system-config-users-1.2.51/index.html.
    that is true, since the directory is empty. The same is true with most system-config apps. The original Red Hat packages do have help files for all system-configs. Why are they missing in OEL-5? Oracle claims that OEL is fully compatible with RHEL. The help material, eg. User Manager, is copyrighted by Red Hat, but it can be distributed subject to the terms and conditions in the Open Publication License. If it didn't suite Oracle needs, then Oracle had to find another solution (eg. writing its own short help material). Leaving the help directory empty without any explanation and just let a user wondering what the hell is happening, is irresponsible. Anyway it's one of the things that end users are least willing to tolerate at all.

    I am not a lawyer. I am not in the inner circle. Any resemblance between my options and those of my employer are due entirely to the good fortune of my employer.
    This is just my reading of the situation.
    The OPL does not repeat the GPL words; OPL is a legal premise where GPL has been proven valid in several world courts. Maybe OPL is "just as good", maybe not. So the licensed docs had to come out of OEL first, even before replacement docs were ready. Probably a "must come out NOW" kind of executive decision from the Legal Department.
    I know this post doesn't replace the missing documentation, but I hope it may help understand the omission.

  • Is it possible to connect two DVI / Display Port displays to a MacBookAir4,2 ?

    At Work I'm running Parallels: Windows 8.1 Pro
    Is it possible to run it the following way:
    onboard display: OS X
    Display 1: Windows 8.1 Pro - display 1
    Display 2: Windows 8.1 Pro - display 2
    At the moment I'm running onboard display: OS X
    and thunderbolt--> Display Port: Windows 8.1 Pro
    which Works fine.
    But I really need the extra display, but have been searching for a week, and I'm getting nowhere.
    Hope you Guys can help.
    Specs:
    MacBook Air - medio 2011
    CPU: 1.7GHz
    Mem: 4Gb
    GPU: Intel HD 3000 384Mb

    Hello tonnyfromholsted,
    Great question. Your MacBook Air includes one thunderbolt port. Each thunderbolt port can support up to one Mini Display Port display. Thus, your MacBook Air can only connect to one external display. Even when taking Thunderbolt Displays into consideration, this Mac still only supports one connected display. For more information, please refer to the following resource:
    Thunderbolt ports and displays: Frequently asked questions (FAQ) - Apple Support
    http://support.apple.com/en-us/HT204154
    2. How do I connect my Mini DisplayPort monitor or monitor using a Mini DisplayPort adapter to my Thunderbolt-equipped Mac when I have other Thunderbolt devices connected?
    When connecting a Mini DisplayPort display or a display using a Mini DisplayPort adapter to a Thunderbolt peripheral (except as described in question 24), make sure the display is connected at the end of the Thunderbolt chain. You can use only one Mini DisplayPort device in the Thunderbolt chain.
    Note: Systems with more than one Thunderbolt port, like an iMac, can have more than one Mini DisplayPort monitor or monitor connected with a Mini DisplayPort adapter connected as each Thunderbolt port can support one Mini DisplayPort display.
    Thanks,
    Matt M.

Maybe you are looking for

  • I am unable to wrap text around image.

    I have posted one typical page on our website with one photo, a main heading and some text.  I have struggled for several days, trying to wrap the text around the photo and allow some space between the photo and the text.  I have studied numerous boo

  • Adobe Muse CC 2014 - Sizing/Layout for Mobile Devices

    I have designed previous sites with Adobe Muse and have never had any issues designing or sizing for any of the three devices whether desktop, tablet, or  phone versions. However, due to the most recent updates I decided to design a site through Adob

  • Allow for timezone shifting for Global Reporting.

    Hi Everyone, I would like to enable end users to be able to dynamically shift the timezone that data is being reported on. Before I go into the technical details, let me outline the business case. Our Setup: -- We are a global company and we have OBI

  • Office scheduling using a iCal or some other program.

    Is it possible to do a year's worth of office scheduling using iCal--that is 6 doctors with 6 different kinds of schedules. For example, one wants to do walkins for a week each month. The others want to do it every 4th day. Also we'd like to be able

  • Can I use multiple computers eg. my desktop, laptop and iPad on an individual subscription?

    If I buy a individual subscription can I use photoshop on multiple computers eg. my desktop, laptop and iPad? If so, what is required on each device? If I am on my laptop away form home can I log onto photoshop and still access documents Ive been wor