Linux Lite Forums

Full Version: Lite Control Center - Suggestions welcomed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
,

My output is:
text/html=chromium-browser.desktop;firefox.desktop;
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.

(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.

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.

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.
OK. For what?

[attachment deleted by admin, expired]
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
(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
(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.

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.

https://github.com/linuxlite/litecontrol.../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.
Also inaccurate Sound Card info :P It doesn't show the model, only name.

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.
thanks for the feedback - https://www.linuxliteos.com/feedback.html very kind of you :)
(08-12-2015, 12:02 AM)torreydale link Wrote: [ -> ],

My output is:
text/html=chromium-browser.desktop;firefox.desktop;
OK that means chromium is set as a default application for html files.

Run:
Code:
gksudo leafpad /etc/gnome/defaults.list
and replace next line,
Code:
text/html=chromium-browser.desktop;firefox.desktop;
with this:
Code:
text/html=google-chrome.desktop;firefox.desktop;
Save it and close text editor. Start the control center and please let us know how it goes.
Cheers :)
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19