| Summary: | "Unsupported hardware" watermark in the right bottom corner of the screen | ||
|---|---|---|---|
| Product: | [ROSA-based products] ROSA Fresh | Reporter: | FirstLevel <firstlevel> |
| Component: | Packages from Main | Assignee: | ROSA Linux Bugs <bugs> |
| Status: | RESOLVED WONTFIX | QA Contact: | ROSA Linux Bugs <bugs> |
| Severity: | normal | ||
| Priority: | Normal | CC: | alexander.kazantsev, alexander.petryakov, dmitry.mikhirev |
| Version: | Marathon | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Platform: | --- | ROSA Vulnerability identifier: | |
| RPM Package: | dkms-fglrx-8.961-3-rosa.lts2012.0.x86_64 | ISO-related: | |
| Bad POT generating: | Upstream: | ||
| Attachments: |
watermark
diagnostic information |
||
Created attachment 825 [details]
diagnostic information
If you Card is work that's is normal - card simple not in driver base...
You may disable this message by that step:
Put this in a text file and save it (call it fixwatermark.sh):
#!/bin/sh
DRIVER=/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so
for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do
sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER
done
With terminal go to the location where you saved it and do a
chmod +x fixwatermark.sh
to make it executable and run (from root)
./fixwatermark.sh
to let the script remove the enableLogo
(In reply to comment #2) > If you Card is work that's is normal - card simple not in driver base... > You may disable this message by that step: > > Put this in a text file and save it (call it fixwatermark.sh): > > #!/bin/sh > DRIVER=/usr/lib/fglrx/xorg/modules/drivers/fglrx_drv.so > for x in $(objdump -d $DRIVER|awk '/call/&&/EnableLogo/{print > "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6}'); do > sed -i "s/$x/\x90\x90\x90\x90\x90/g" $DRIVER > done > > With terminal go to the location where you saved it and do a > > chmod +x fixwatermark.sh > to make it executable and run (from root) > > ./fixwatermark.sh > to let the script remove the enableLogo It does not work for 64bit systems. Could we solve the problem by new drivers for videocards from vendors? This will work http://wiki.rosalab.ru/ru/index.php/Errata_ROSA_Desktop_2012#.D0.9F.D1.80.D0.B8_.D1.83.D1.81.D1.82.D0.B0.D0.BD.D0.BE.D0.B2.D0.BA.D0.B5_.D0.B4.D1.80.D0.B0.D0.B9.D0.B2.D0.B5.D1.80.D0.BE.D0.B2_Fglrx_.D0.BD.D0.B0_.D0.BA.D0.BE.D0.BC.D0.BF.D1.8C.D1.8E.D1.82.D0.B5.D1.80.D1.8B_.D1.81_.D0.BF.D1.80.D0.BE.D1.86.D0.B5.D1.81.D1.81.D0.BE.D1.80.D0.B0.D0.BC.D0.B8_AMD_E350.2F450_.D0.BF.D0.BE.D1.8F.D0.B2.D0.BB.D1.8F.D0.B5.D1.82.D1.81.D1.8F_.D0.B7.D0.BD.D0.B0.D0.BA_AMD_Testing_use_only In all beta drivers watermark still present... But we need use it - stable is too old. |
Created attachment 824 [details] watermark Description of problem: After installing proprietary driver for my AMD videocard I see "Unsupported hardware" watermark in the right bottom corner of the screen Screenshot and diagnostic information are attached Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3.