[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-user
Subject:    Re: [gentoo-user] very poor video quality with xorg-server and ati
From:       Davide Carnovale <francesco.davide.carnovale () gmail ! com>
Date:       2010-12-27 23:36:03
Message-ID: AANLkTi=58N0qo0BM69XrpYtBH1YibYVbXnykcYYBcKNW () mail ! gmail ! com
[Download RAW message or body]

problem solved, hooray!
thanks Volker for the guidance! it turned out to be a problem related to the
kernel config, as i had ati dri built there, and possibly some framebuffer
problems too.
Thanks a lot!

Davide

2010/12/28 Davide Carnovale <francesco.davide.carnovale@gmail.com>

>
> Mark, your config didn't helped me, thanks anyway =)
>
> Volker, my bad, you're right, i misread the supported cards and i thought
> HD 6000 and above were supported, while it is R600 and above.
> So i'll go again into the process of installing the ati driver and will pay
> more attention to all the steps now.
> thanks also for the config file walkthrough
> will let you know if i'll fix this.
>
> D
>
> 2010/12/27 Volker Armin Hemmann <volkerarmin@googlemail.com>
>
> On Monday 27 December 2010 23:23:32 Davide Carnovale wrote:
>> > Volker, my card should not be supported by the ati-drivers package as
>> it's
>> > too old.
>>
>> wtf? A 5650 is RECENT and well supported by the ati-driver package.
>>
>>
>> > actually i tried emerging them and the xserver just hang on boot.
>> > are you sure that is the right way to go? can you link me the
>> instructions i
>> > should follow please?
>>
>>
>> http://www.gentoo.org/doc/en/ati-faq.xml
>>
>> you probably forgot to run eselect opengl set ati
>>
>>
>> > > Section "Files"
>> > >
>> > >        ModulePath   "/usr/lib64/xorg/modules"
>> > >        FontPath     "/usr/share/fonts/misc/"
>> > >        FontPath     "/usr/share/fonts/TTF/"
>> > >        FontPath     "/usr/share/fonts/OTF"
>> > >        FontPath     "/usr/share/fonts/Type1/"
>> > >        FontPath     "/usr/share/fonts/100dpi/"
>> > >        FontPath     "/usr/share/fonts/75dpi/"
>> > >
>> > > EndSection
>>
>> you can nuke everything above
>>
>> > >
>> > > Section "Module"
>> > >
>> > >        Load  "extmod"
>> > >        Load  "glx"
>> > >        Load  "dri"
>> > >
>> > > EndSection
>>
>> that section too.
>>
>> So far everything would have been autoloaded.
>>
>> > >
>> > > Section "DRI"
>> > >
>> > >        Mode 0666
>> > >
>> > > EndSection
>>
>> unneccessary
>>
>> > >
>> > > Section "InputDevice"
>> > >
>> > >        Identifier  "Keyboard0"
>> > >        Driver      "keyboard"
>> > >
>> > > EndSection
>>
>> ok....
>>
>> > >
>> > > Section "InputDevice"
>> > >
>> > >        Identifier  "Mouse0"
>> > >        Driver      "mouse"
>> > >        Option      "Protocol" "auto"
>> > >        Option      "Device" "/dev/input/mice"
>> > >        Option      "ZAxisMapping" "4 5 6 7"
>> > >
>> > > EndSection
>>
>> ok....
>>
>> > >
>> > > Section "Extensions"
>> > >
>> > >        Option "Composite" "Enable"
>> > >
>> > > EndSection
>>
>> so not needed
>>
>> > >
>> > > Section "Device"
>> > >
>> > >        Identifier  "Card0"
>> > >        Driver      "radeon"
>> > >        #Option     "monitor-VGA1" "Samsung2333"
>> > >
>> > > EndSection
>>
>> ok (beware.. if you use ati drivers)
>>
>> > >
>> > > Section "Monitor"
>> > >
>> > >        Identifier   "Samsung2333"
>> > >        VendorName   "Samsung"
>> > >        ModelName    "2333"
>> > >        Option       "PreferredMode" "1920x1080"
>> > >        HorizSync    30-75
>> > >        VertRefresh  56-61
>> > >
>> > > EndSection
>>
>> last three lines not needed...
>>
>> > >
>> > > Section "Screen"
>> > >
>> > >        Identifier "Screen0"
>> > >        Device     "Card0"
>> > >        Monitor    "Samsung2333"
>> > >        DefaultDepth 24
>> > >        SubSection "Display"
>> > >
>> > >                Viewport   0 0
>> > >                Depth     8
>> > >                Modes         "1920x1080"
>> > >
>> > >        EndSubSection
>> > >        SubSection "Display"
>> > >
>> > >                Viewport   0 0
>> > >                Depth     16
>> > >                Modes         "1920x1080"
>> > >
>> > >        EndSubSection
>> > >        SubSection "Display"
>> > >
>> > >                Viewport   0 0
>> > >                Depth     24
>> > >                Modes         "1920x1080"
>> > >
>> > >        EndSubSection
>> > >
>> > > EndSection
>>
>> all that stuff.. is really not needed.
>>
>> > >
>> > >
>> > > Section "ServerLayout"
>> > >
>> > >        Identifier     "cruncher"
>> > >        Screen      0  "Screen0" 0 0
>> > >        InputDevice    "Mouse0" "CorePointer"
>> > >        InputDevice    "Keyboard0" "CoreKeyboard"
>> > >
>> > > EndSection
>> > >
>> ok.
>>
>> > > c2stable ~ #
>>
>>
>> just as example, my xorg.conf:
>>
>> Section "ServerLayout"
>>        Identifier     "Layout0"
>>        Screen      0  "aticonfig-Screen[0]-0" 0 0
>>        InputDevice    "Keyboard0" "CoreKeyboard"
>>        InputDevice    "Mouse0" "CorePointer"
>> EndSection
>>
>> Section "Files"
>> EndSection
>>
>> Section "Module"
>>        Load  "evdev"
>>        Load  "v4l"
>> EndSection
>>
>> Section "ServerFlags"
>>        Option      "DontZap" "false"
>>        Option      "Xinerama" "off"
>>        Option      "AllowEmptyInput" "off"
>> EndSection
>>
>> Section "InputDevice"
>>        Identifier  "Mouse0"
>>         Driver      "evdev"
>>        Option      "CorePointer"
>>        Option      "Name" "Logitech, Inc. MX610 Laser Cordless Mouse"
>> EndSection
>>
>> Section "InputDevice"
>>        Identifier  "Keyboard0"
>>         Driver      "evdev"
>>        Option      "AutoRepeat" "500 30"
>>        Option      "XkbRules" "xorg"
>>        Option      "XkbModel" "evdev"
>>        Option      "XkbLayout" "de"
>>        Option      "XkbOptions" "terminate:ctrl_alt_bksp"
>> 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"
>>        Option      "Monitor-DFP1" "0-DFP1"
>> 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
>>
>>
>

[Attachment #3 (text/html)]

problem solved, hooray!<br>thanks Volker for the guidance! it turned out to be a \
problem related to the kernel config, as i had ati dri built there, and possibly some \
framebuffer problems too.<br>Thanks a lot!<br><br>Davide<br>

<br><div class="gmail_quote">2010/12/28 Davide Carnovale <span dir="ltr">&lt;<a \
href="mailto:francesco.davide.carnovale@gmail.com">francesco.davide.carnovale@gmail.com</a>&gt;</span><br><blockquote \
class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, \
204, 204); padding-left: 1ex;">

<br>Mark, your config didn&#39;t helped me, thanks anyway =)<br><br>Volker, my bad, \
you&#39;re right, i misread the supported cards and i thought HD 6000 and above were \
supported, while it is R600 and above.<br>So i&#39;ll go again into the process of \
installing the ati driver and will pay more attention to all the steps now.<br>


thanks also for the config file walkthrough<br>will let you know if i&#39;ll fix \
this.<br><br>D<br><br><div class="gmail_quote">2010/12/27 Volker Armin Hemmann <span \
dir="ltr">&lt;<a href="mailto:volkerarmin@googlemail.com" \
target="_blank">volkerarmin@googlemail.com</a>&gt;</span><div>

<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px \
solid rgb(204, 204, 204); padding-left: 1ex;"><div>On Monday 27 December 2010 \
23:23:32 Davide Carnovale wrote:<br> &gt; Volker, my card should not be supported by \
the ati-drivers package as it&#39;s<br> &gt; too old.<br>
<br>
</div>wtf? A 5650 is RECENT and well supported by the ati-driver package.<br>
<div><br>
<br>
&gt; actually i tried emerging them and the xserver just hang on boot.<br>
&gt; are you sure that is the right way to go? can you link me the instructions i<br>
&gt; should follow please?<br>
<br>
<br>
</div><div><a href="http://www.gentoo.org/doc/en/ati-faq.xml" \
target="_blank">http://www.gentoo.org/doc/en/ati-faq.xml</a><br> <br>
</div>you probably forgot to run eselect opengl set ati<br>
<div><br>
<br>
&gt; &gt; Section &quot;Files&quot;<br>
&gt; &gt;<br>
&gt; &gt;        ModulePath   &quot;/usr/lib64/xorg/modules&quot;<br>
&gt; &gt;        FontPath     &quot;/usr/share/fonts/misc/&quot;<br>
&gt; &gt;        FontPath     &quot;/usr/share/fonts/TTF/&quot;<br>
&gt; &gt;        FontPath     &quot;/usr/share/fonts/OTF&quot;<br>
&gt; &gt;        FontPath     &quot;/usr/share/fonts/Type1/&quot;<br>
&gt; &gt;        FontPath     &quot;/usr/share/fonts/100dpi/&quot;<br>
&gt; &gt;        FontPath     &quot;/usr/share/fonts/75dpi/&quot;<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>you can nuke everything above<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;Module&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Load  &quot;extmod&quot;<br>
&gt; &gt;        Load  &quot;glx&quot;<br>
&gt; &gt;        Load  &quot;dri&quot;<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>that section too.<br>
<br>
So far everything would have been autoloaded.<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;DRI&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Mode 0666<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>unneccessary<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;InputDevice&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Identifier  &quot;Keyboard0&quot;<br>
&gt; &gt;        Driver      &quot;keyboard&quot;<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>ok....<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;InputDevice&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Identifier  &quot;Mouse0&quot;<br>
&gt; &gt;        Driver      &quot;mouse&quot;<br>
&gt; &gt;        Option      &quot;Protocol&quot; &quot;auto&quot;<br>
&gt; &gt;        Option      &quot;Device&quot; &quot;/dev/input/mice&quot;<br>
&gt; &gt;        Option      &quot;ZAxisMapping&quot; &quot;4 5 6 7&quot;<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>ok....<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;Extensions&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Option &quot;Composite&quot; &quot;Enable&quot;<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>so not needed<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;Device&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Identifier  &quot;Card0&quot;<br>
&gt; &gt;        Driver      &quot;radeon&quot;<br>
&gt; &gt;        #Option     &quot;monitor-VGA1&quot; &quot;Samsung2333&quot;<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>ok (beware.. if you use ati drivers)<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;Monitor&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Identifier   &quot;Samsung2333&quot;<br>
&gt; &gt;        VendorName   &quot;Samsung&quot;<br>
&gt; &gt;        ModelName    &quot;2333&quot;<br>
&gt; &gt;        Option       &quot;PreferredMode&quot; &quot;1920x1080&quot;<br>
&gt; &gt;        HorizSync    30-75<br>
&gt; &gt;        VertRefresh  56-61<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>last three lines not needed...<br>
<div><br>
&gt; &gt;<br>
&gt; &gt; Section &quot;Screen&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Identifier &quot;Screen0&quot;<br>
&gt; &gt;        Device     &quot;Card0&quot;<br>
&gt; &gt;        Monitor    &quot;Samsung2333&quot;<br>
&gt; &gt;        DefaultDepth 24<br>
&gt; &gt;        SubSection &quot;Display&quot;<br>
&gt; &gt;<br>
&gt; &gt;                Viewport   0 0<br>
&gt; &gt;                Depth     8<br>
&gt; &gt;                Modes         &quot;1920x1080&quot;<br>
&gt; &gt;<br>
&gt; &gt;        EndSubSection<br>
&gt; &gt;        SubSection &quot;Display&quot;<br>
&gt; &gt;<br>
&gt; &gt;                Viewport   0 0<br>
&gt; &gt;                Depth     16<br>
&gt; &gt;                Modes         &quot;1920x1080&quot;<br>
&gt; &gt;<br>
&gt; &gt;        EndSubSection<br>
&gt; &gt;        SubSection &quot;Display&quot;<br>
&gt; &gt;<br>
&gt; &gt;                Viewport   0 0<br>
&gt; &gt;                Depth     24<br>
&gt; &gt;                Modes         &quot;1920x1080&quot;<br>
&gt; &gt;<br>
&gt; &gt;        EndSubSection<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
<br>
</div>all that stuff.. is really not needed.<br>
<div><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Section &quot;ServerLayout&quot;<br>
&gt; &gt;<br>
&gt; &gt;        Identifier     &quot;cruncher&quot;<br>
&gt; &gt;        Screen      0  &quot;Screen0&quot; 0 0<br>
&gt; &gt;        InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
&gt; &gt;        InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
&gt; &gt;<br>
&gt; &gt; EndSection<br>
&gt; &gt;<br>
</div>ok.<br>
<br>
&gt; &gt; c2stable ~ #<br>
<br>
<br>
just as example, my xorg.conf:<br>
<br>
Section &quot;ServerLayout&quot;<br>
        Identifier     &quot;Layout0&quot;<br>
        Screen      0  &quot;aticonfig-Screen[0]-0&quot; 0 0<br>
        InputDevice    &quot;Keyboard0&quot; &quot;CoreKeyboard&quot;<br>
        InputDevice    &quot;Mouse0&quot; &quot;CorePointer&quot;<br>
EndSection<br>
<br>
Section &quot;Files&quot;<br>
EndSection<br>
<br>
Section &quot;Module&quot;<br>
        Load  &quot;evdev&quot;<br>
        Load  &quot;v4l&quot;<br>
EndSection<br>
<br>
Section &quot;ServerFlags&quot;<br>
        Option      &quot;DontZap&quot; &quot;false&quot;<br>
        Option      &quot;Xinerama&quot; &quot;off&quot;<br>
        Option      &quot;AllowEmptyInput&quot; &quot;off&quot;<br>
<div>EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
        Identifier  &quot;Mouse0&quot;<br>
</div>        Driver      &quot;evdev&quot;<br>
        Option      &quot;CorePointer&quot;<br>
        Option      &quot;Name&quot; &quot;Logitech, Inc. MX610 Laser Cordless \
Mouse&quot;<br> <div>EndSection<br>
<br>
Section &quot;InputDevice&quot;<br>
        Identifier  &quot;Keyboard0&quot;<br>
</div>        Driver      &quot;evdev&quot;<br>
        Option      &quot;AutoRepeat&quot; &quot;500 30&quot;<br>
        Option      &quot;XkbRules&quot; &quot;xorg&quot;<br>
        Option      &quot;XkbModel&quot; &quot;evdev&quot;<br>
        Option      &quot;XkbLayout&quot; &quot;de&quot;<br>
        Option      &quot;XkbOptions&quot; &quot;terminate:ctrl_alt_bksp&quot;<br>
EndSection<br>
<br>
Section &quot;Monitor&quot;<br>
        Identifier   &quot;aticonfig-Monitor[0]-0&quot;<br>
        Option      &quot;VendorName&quot; &quot;ATI Proprietary Driver&quot;<br>
        Option      &quot;ModelName&quot; &quot;Generic Autodetecting \
Monitor&quot;<br>  Option      &quot;DPMS&quot; &quot;true&quot;<br>
EndSection<br>
<br>
Section &quot;Device&quot;<br>
        Identifier  &quot;aticonfig-Device[0]-0&quot;<br>
        Driver      &quot;fglrx&quot;<br>
        Option      &quot;Monitor-DFP1&quot; &quot;0-DFP1&quot;<br>
EndSection<br>
<br>
Section &quot;Screen&quot;<br>
        Identifier &quot;aticonfig-Screen[0]-0&quot;<br>
        Device     &quot;aticonfig-Device[0]-0&quot;<br>
        Monitor    &quot;aticonfig-Monitor[0]-0&quot;<br>
<div>        DefaultDepth     24<br>
        SubSection &quot;Display&quot;<br>
                Viewport   0 0<br>
</div>                Depth     24<br>
        EndSubSection<br>
EndSection<br>
<br>
</blockquote></div></div></div><br>
</blockquote></div><br>



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic