Advertisement
Guest User

winegallium

a guest
Jul 20th, 2016
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. I am unable to get the gallium + wine package (https://launchpad.net/~commendsarnex/+archive/ubuntu/winedri3) to work on my absolutely fresh lubuntu system (reinstalled 50 minutes ago after unsuccessfully trying to edit xorg.conf led to my monitor displaying absolutely nothing after boot, which was solvable by going to the console with alt+f1 but I didn't have anything valuable on the system so decided to reinstall as it would be quicker)
  2. I am running Lubuntu 16.04.1 LTS; my specs are intel i5-4440, radeon r9 270x (those are the ones that could be relevant that i could think of, i could provide a full list of course)
  3. I ran
  4.  
  5. apt-get update
  6. and
  7. apt-get upgrade
  8.  
  9. immediately after booting for the first time and then proceeded to do the following, which in my mind would be sufficient to run the package
  10.  
  11. sudo add-apt-repository ppa:oibaf/graphics-drivers
  12. sudo add-apt-repository ppa:oibaf/gallium-nine
  13. sudo add-apt-repository ppa:commendsarnex/winedri3
  14. sudo apt-get update
  15. sudo apt-get upgrade
  16. sudo apt-get install wine1.9
  17. sudo apt-get install mesa-vdpau-drivers
  18.  
  19. after which i run winecfg and the option to "Prefer native Direct3D 9" is simply not at theplace it should be
  20.  
  21. commendsarnex in his ppa says the following :
  22.  
  23. If you are on radeon and want to use DRI3, make sure oibaf's PPA is installed and add this to your xorg.conf,
  24.  
  25. Section "Device"
  26. Identifier "radeon"
  27. Driver "radeon"
  28. Option "DRI" "3"
  29. EndSection
  30.  
  31. Which I tried with my previous install (which was also fresh as of two hours ago) where i did the same process and then put these lines into xorg.conf (which didn't exist by default)
  32. What ended up happening was, it seems, that the radeon driver stopped being used and everything was running so slowly and painfully that it was practically impossible to get anything done, which led to me further editing xorg.conf in hopes of remedying the situation using the the xorg.conf manual in which i fucked up and the system couldn't didn't use my monitor anymore so i just decided to reinstall
  33.  
  34. Another issue i see is that some manual pages(i.e. https://xellink.com/2014/11/20/tutorial-on-wine-gallium-9-possibly-doubling-your-framerate/) about installing wine+gallium specify that i have to be using the open-source driver for my video adapter and showcase this with using the "Additional drivers" tab in the "Software & updates" window where they choose the open source driver
  35. When I open that window all I see is Unknown:Unknown with the option of using the proprietary driver ("Using Processsor microcode firmware for Intel CPUs from intel-microcode (proprietary)
  36. Which, after a quick google search, seems not to be the video adapter (duh)
  37.  
  38. Never the less, when i run
  39.  
  40. sudo lshw -c video
  41.  
  42. the results point to me using the "radeon" driver, which is the open source one, indicating that I am using the correct driver to use this feature
  43.  
  44. Full results of the above command just in case :
  45.  
  46. *-display
  47. description: VGA compatible controller
  48. product: Curacao XT [Radeon R7 370 / R9 270X/370 OEM]
  49. vendor: Advanced Micro Devices, Inc. [AMD/ATI]
  50. physical id: 0
  51. bus info: pci@0000:01:00.0
  52. version: 00
  53. width: 64 bits
  54. clock: 33MHz
  55. capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
  56. configuration: driver=radeon latency=0
  57. resources: irq:29 memory:e0000000-efffffff memory:f7e00000-f7e3ffff ioport:e000(size=256) memory:f7e40000-f7e5ffff
  58.  
  59. When searching for solutions to the problem online I came upon the following statement many times
  60.  
  61. "The option will not appear if your version of wine is not patched."
  62.  
  63. What does that mean? I did install it from the above mentioned repository
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement