Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Oracle Installer does not render in centos 7

d8c1d39b-bc53-4c70-b2b8-ded2934534beMar 5 2019 — edited Mar 11 2019

I am trying to install oracle 12c release 2 on my centos 7 machine but the the installer screen does not render font or options. It just a blank screen i see where I cannot select any option and proceed. Did someone else also face the same issue? Any help will be appreciated.

pastedImage_0.png

Comments

top.gun

Can you post the source that says that Oracle 12c is supported on Centos?

Dude!

Although Centos 7 isn't supported, as top.gun mentioned, it isn't the problem.

I suspect an issue with video hardware acceleration and lack of support by your video driver.

What is your Centos 7 machine?

Keep in mind that Enterprise Linux has very limited support for desktop and laptops. If your hardware isn't supported, try virtualization, such as VMware or free Virtualbox.

Dude!

Btw, if your hardware isn't supported you'll essentially run into various issues, but to fix the X display you might want to try adding nomodeset the the kernel boot parameter. What this does is to prevent using the kernel video driver during early startup, which will force X to use PC BIOS modes and common resolution without video acceleration.

M.Fazlollahi

Did you add your server host name and ip  in /etc/hosts file?

EdStevens

M.Fazlollahi wrote:

Did you add your server host name and ip in /etc/hosts file?

That would effect network routing, not display rendering.  Especially if the display is, as the OP demonstrated, at least partially rendered.

Dude!

Although the initial problem does not describe the exact same issue, it might also be worth noting

User_WR2NC

i had some problem like this after 2 days troubleshooting i found this solution.you can't understand how much it
annoyed me :(
editing /etc/xrdp/xrdp.ini and changing to max_bpp=24.
don't forget restart

User_H1AWG

My friend, you're a life saver. This worked for me after days of banging my head on my desk. Thank you.

User_SK906

Perfect

arizio

It worked! Thank you very much!

Alfred_Annan

This solution you offered is still being helpful and working its magic...KUDOS...you have been a great help!

user3713317

Thank you for this helpfull solution:

vi /etc/xrdp/xrdp.ini

to change

max_bpp=24

then restarting xrdp :

systemctl stop xrdp

systemctl start xrdp

systemctl status xrdp

result : It works very well.

1 - 12

Post Details

Added on Mar 5 2019
12 comments
2,248 views