![]() |
Lite Control Center - Suggestions welcomed - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30) +--- Thread: Lite Control Center - Suggestions welcomed (/showthread.php?tid=1976) |
Re: Lite Control Center - Suggestions welcomed - torreydale - 08-12-2015 @misko_2083, My output is: text/html=chromium-browser.desktop;firefox.desktop; Re: Lite Control Center - Suggestions welcomed - Zead - 08-12-2015 I really like the main page information in the control center. The only problem I have is that it says "GPU: Advanced Micro Devices", instead of my actual GPU. But I believe this will be resolved. Sound Card only says: Silicon Integrated Systems [SiS] Azalia Audio Controller Instead of an actual model. I really like Linux Lite, other distros claim to be user friendly, but I feel like Linux Lite is doing it the best way. Control Center, easy SAMBA sharing settings, great manual, Lite Tweaks, + some other stuff. Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 08-12-2015 (08-12-2015, 12:30 AM)Zead link Wrote: I really like the main page information in the control center. The only problem I have is that it says "GPU: Advanced Micro Devices", instead of my actual GPU. But I believe this will be resolved. Can you share a system report (in the menu like so, Menu>System>Create System Report) Either attaching here or emailing to me be fine. Re: Lite Control Center - Suggestions welcomed - Zead - 08-12-2015 OK. For what? [attachment deleted by admin, expired] Re: Lite Control Center - Suggestions welcomed - torreydale - 08-12-2015 This is why. Your system report does show that you have an AMD graphics card: =========================================================== Graphics Chip Information =========================================================== *-display description: VGA compatible controller product: RV516/M64 [Mobility Radeon X2300] vendor: Advanced Micro Devices, Inc. [AMD/ATI] physical id: 0 bus info: pci@0000:01:00.0 version: 00 width: 32 bits clock: 33MHz capabilities: pm pciexpress msi vga_controller bus_master cap_list rom configuration: driver=radeon latency=0 resources: irq:16 memory:b0000000-b7ffffff ioport:a800(size=256) memory:fa9f0000-fa9fffff memory:fa9c0000-fa9dffff Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 08-12-2015 (08-12-2015, 02:21 AM)Zead link Wrote: OK. For what?The guy who made the control center.. I'll fix this if I can :-p Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 08-12-2015 (08-12-2015, 12:30 AM)Zead link Wrote: I really like the main page information in the control center. The only problem I have is that it says "GPU: Advanced Micro Devices", instead of my actual GPU. But I believe this will be resolved. https://github.com/linuxlite/litecontrolcenter/issues/29 Opened issue, and submited PR to fix. We'll test some before merging into release. I'll try to post here if I remember lol. Re: Lite Control Center - Suggestions welcomed - Zead - 08-12-2015 Also inaccurate Sound Card info ![]() torreydale, but why report vendor only? Glitch? Some programs report my GPU as Gallium 0.5 on R515 blah blah something like that. When's a word about GPUs... Why Windows reported my GPU has 256 MB, and GNU/Linux says 128MB? (Windows sometimes said 128MB, but mainly 256 almost all the time)... With proprietary drivers... Some Websites claim X2300 has 256MB, some says 128MB... Confused, guess I should trust Linux in this. Btw great work on the Control Center, the info about the computer on the main page is very useful. Re: Lite Control Center - Suggestions welcomed - Valtam - 08-12-2015 @Zead thanks for the feedback - https://www.linuxliteos.com/feedback.html very kind of you ![]() Re: Lite Control Center - Suggestions welcomed - anon222 - 08-12-2015 (08-12-2015, 12:02 AM)torreydale link Wrote: @misko_2083,OK that means chromium is set as a default application for html files. Run: Code: gksudo leafpad /etc/gnome/defaults.list Code: text/html=chromium-browser.desktop;firefox.desktop; Code: text/html=google-chrome.desktop;firefox.desktop; Cheers ![]() |