Direct rendering [Solved]

Compiz, KDE, Gnome, Fluxbox, etc...

Moderator: Moderators

Direct rendering [Solved]

Postby apiaio » Thu Dec 27, 2012 21:36

I have lost direct rendering after last upgrade.
Video card
Code: Select all
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Redwood PRO [Radeon HD 5500 Series]
Code: Select all
sabayon / # cat /etc/X11/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

Section "DRI"
        Mode         0666
EndSection

Last tree lines were edited by me.
Can anybody help?

EDIT:
Code: Select all
sabayon / # eselect opengl list
Available OpenGL implementations:
  [1]   ati *
  [2]   xorg-x11
apiaio
Simple Hen
 
Posts: 95
Joined: Thu Jul 30, 2009 19:44

Re: Direct rendering

Postby Fitzcarraldo » Fri Dec 28, 2012 14:01

When you write that you have "lost direct rendering", what exactly do you mean? What are the symptoms? What is different from what you were seeing before?

Which DE are you using? Is compositing disabled in the desktop environment? Have you tried re-enabling it via the DE system settings? Do you have any *.conf files in the /etc/X11/xorg.conf.d/ directory that are disabling it? Funnily enough, I have to comment out composting in xorg.conf for it to work:

Code: Select all
Section "Extensions"
   #Option "Composite" "Enable"
EndSection
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom

Re: Direct rendering

Postby apiaio » Fri Dec 28, 2012 15:15

What are the symptoms? What is different from what you were seeing before?

I am using Kate for editing my scripts. When I wanted to switch session it took plenty of time and moving the windows on the screen was not continual as well after upgrade. Now I enabled composite and it works as before. It was good hint from you. Thanks.
I thought that it is problem of direct rendering beacause
Code: Select all
sabayon / # glxinfo
bash: glxinfo: command not found

Do you have any *.conf files in the /etc/X11/xorg.conf.d/
I followed Gentoo's Hardware 3D acceleration guide and created
Code: Select all
sabayon xorg.conf.d # cat 10-dri.conf
Section "Device"
  Driver "fglrx"
EndSection
Section "dri"
  Mode 0666
EndSection
but I hat to remove it because x-server did not start after reboot. I was trying to change driver but no success.
apiaio
Simple Hen
 
Posts: 95
Joined: Thu Jul 30, 2009 19:44

Re: Direct rendering

Postby Fitzcarraldo » Fri Dec 28, 2012 16:20

apiaio wrote:I thought that it is problem of direct rendering beacause
Code: Select all
sabayon / # glxinfo
bash: glxinfo: command not found

It helps if you install x11-apps/mesa-progs. ;-)
User avatar
Fitzcarraldo
Sagely Hen
 
Posts: 7335
Joined: Sat Mar 10, 2007 5:40
Location: United Kingdom


Return to 3D Desktops and Window Managers

Who is online

Users browsing this forum: No registered users and 3 guests