<p><br>
On Oct 15, 2012 8:47 AM, "Ralf Mardorf" <<a href="mailto:ralf.mardorf@alice-dsl.net">ralf.mardorf@alice-dsl.net</a>> wrote:<br>
><br>
> Hi :)<br>
><br>
> I need information how to set up the radeon driver for Ubuntu Studio<br>
> Precise (and Quantal RC) amd64.<br>
> I've got working xorg.confs for Suse and Arch Linux also 64-bit<br>
> installs, but until now I can't get it working properly with Ubuntu<br>
> Studio.<br>
><br>
> <a href="https://help.ubuntu.com/community/RadeonDriver">https://help.ubuntu.com/community/RadeonDriver</a> does link to Arch<br>
> Linux :(. So as an example I'll attach my working xorg.conf from Arch,<br>
> that doesn't work for Ubuntu Studio.<br>
><br>
> I still continue trial and error, but perhaps somebody can lead into the<br>
> right direction.</p>
<p><a href="https://help.ubuntu.com/community/BinaryDriverHowto/ATI">https://help.ubuntu.com/community/BinaryDriverHowto/ATI</a> is what I have used. Either just the "additonal drivers" gui or the command line. I have an nvidia card where setting the resolution was problematic for me, so I use a custom xorg.conf. I grabbed this config from a knoppix live cd running on the hardware in question and edited a few things. </p>

<p>Is the gui working for you to install the driver? If so, does it generate its own xorg.conf? Have you tried the xorg.conf you are troubleshooting with the vesa driver?<br>
><br>
> [spinymouse@archlinux ~]$ cat /etc/X11/xorg.conf<br>
> Section "Module"<br>
>         Load  "extmod"<br>
>         Load  "dri"<br>
>         Load  "dbe"<br>
>         Load  "dri2"<br>
>         Load  "glx"<br>
>         Load  "record"<br>
>         Load            "GLcore"<br>
>         #Load           "v4l"<br>
> EndSection<br>
>         Section "Monitor"<br>
>         Identifier   "Monitor0"<br>
>         VendorName   "Plug 'n' Play"<br>
>         ModelName    "Plug 'n' Play"<br>
>         DisplaySize  305 230<br>
>         HorizSync    29-98<br>
>         VertRefresh  50-120<br>
>         modeline        "1152x864" 128.42 1152 1232 1360 1568 864 865 868 910<br>
>         Gamma   1.0<br>
> EndSection<br>
><br>
> Section "Device"<br>
>         ### Available Driver options are:-<br>
>         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",<br>
>         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"<br>
>         ### [arg]: arg optional<br>
>         #Option     "SWcursor"                  # [<bool>]<br>
>         #Option     "HWcursor"                  # [<bool>]<br>
>         #Option     "NoAccel"                   # [<bool>]<br>
>         #Option     "ShadowFB"                  # [<bool>]<br>
>         #Option     "VideoKey"                  # <i><br>
>         #Option     "MergedFB"  "off"           #old debian/ubuntu<br>
>         Identifier  "Card0"<br>
>         Driver      "radeon"<br>
>         #Driver     "nvidia"<br>
>         #Driver     "nv"<br>
>         #Driver     "nouveau"<br>
>         #Driver     "vesa"<br>
>         #VendorName  "nVidia Corporation"<br>
>         #BoardName   "G72 [GeForce 7300 SE/7200 GS]"<br>
>         #BusID       "PCI:1:0:0"<br>
> EndSection<br>
><br>
> Section "Screen"<br>
>         Identifier "Screen0"<br>
>         Device     "Card0"<br>
>         Monitor    "Monitor0"<br>
><br>
>         Defaultdepth    24<br>
>         SubSection "Display"<br>
>                 Depth   24<br>
>                 Modes      "1152x864"<br>
>                 #Virtual    3840 1200<br>
>         EndSubSection<br>
><br>
> #       SubSection "Display"<br>
> #               Viewport   0 0<br>
> #               Depth     1<br>
> #       EndSubSection<br>
> #       SubSection "Display"<br>
> #               Viewport   0 0<br>
> #               Depth     4<br>
> #       EndSubSection<br>
> #       SubSection "Display"<br>
> #               Viewport   0 0<br>
> #               Depth     8<br>
> #       EndSubSection<br>
> #       SubSection "Display"<br>
> #               Viewport   0 0<br>
> #               Depth     15<br>
> #       EndSubSection<br>
> #       SubSection "Display"<br>
> #               Viewport   0 0<br>
> #               Depth     16<br>
> #       EndSubSection<br>
> #       SubSection "Display"<br>
> #               Viewport   0 0<br>
> #               Depth     24<br>
> #       EndSubSection<br>
> EndSection<br>
><br>
> If I don't use a xorg.conf with Ubuntu Studio, the vertical frequency is<br>
> at 60Hz and maximal resolution is limited to 1024x768. For Arch and Suse<br>
> I get >75Hz, resp. =90Hz and the wanted higher resolution. This doesn't<br>
> change if I use my Arch's xorg.con with Ubuntu Studio. After editing<br>
> this xorg.conf, Ubuntu Studio didn't start X anymore.<br>
><br>
> Regards,<br>
> Ralf<br>
><br>
><br>
> --<br>
> Ubuntu-Studio-users mailing list<br>
> <a href="mailto:Ubuntu-Studio-users@lists.ubuntu.com">Ubuntu-Studio-users@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users</a><br>
</p>