LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-11-2017, 02:05 AM   #31
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Original Poster
Rep: Reputation: 5

Even the Internet is way faster. The wireless mouse/keyboard is even way more responsive. I almost took it back to the store because of the lag. On debian it's very responsive.

Thank you,
Chris.
 
Old 09-11-2017, 10:56 AM   #32
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Nice to hear that things are working out great so far!

Probably Mint could be fixed up to perform properly, but I'm not even sure where to go next to try and troubleshoot it. At least now it would be possible to compare modules and config files with the Debian install...but where to even begin? The obvious things are things which we had already checked out (video driver, RAM usage, web browser...)
 
Old 09-11-2017, 04:01 PM   #33
Ppampas
LQ Newbie
 
Registered: Sep 2017
Posts: 4

Rep: Reputation: Disabled
Lightbulb Try Slackos64

Quote:
Originally Posted by happydog500 View Post
I tried the live, lahr-6.0.5_PAE (Puppy), man that was cool. Browser was to old to work on a lot of video. Not sure why the latest OS comes with an outdated browser.

Hopefully I can get my present system to work. If not, I'll try installing lahr-6.0.5.

With this problem, I've installed OS's that worked out of the box, but then the next day had problems. Maybe updates cause it?

Thank you,
Chris.
Have a look at http://http://distrowatch.com/?newsid=09189. 6.9.9.9 is the latest.

Amazing Puppy. Really worth losing time with it.
 
Old 09-13-2017, 04:16 PM   #34
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Original Poster
Rep: Reputation: 5
What a mistake this tuned out to be. I wiped the drive on my daily driver, installed debian. Last night I could only use 12x10 ratio. My monitor is 16x10.
Booted up this morning, all excited to work with it, only to find it boots up to a desktop, no panels. Guess debian has panel problems, according to the forums, this is a common thing.

In Mint and ubuntu, you can update your computer after install (to get updates so I can use the right monitor ratio). No graphical update in debian. Use the terminal? In fact, debian can't be updated out of the box. You have to mess around with it, just to make it so it will accept updates (not sure who thought up that winner).

Mint and ubuntu have installed without any problems so many times, each time debian installs for the past 20 years has problems. I guess I'll work on a new debian install the rest of the week before I give up and switch to a distro that's ready.

Chris.
 
Old 09-13-2017, 04:41 PM   #35
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by happydog500 View Post
What a mistake this tuned out to be. I wiped the drive on my daily driver, installed debian. Last night I could only use 12x10 ratio. My monitor is 16x10.
Booted up this morning, all excited to work with it, only to find it boots up to a desktop, no panels. Guess debian has panel problems, according to the forums, this is a common thing.

In Mint and ubuntu, you can update your computer after install (to get updates so I can use the right monitor ratio). No graphical update in debian. Use the terminal? In fact, debian can't be updated out of the box. You have to mess around with it, just to make it so it will accept updates (not sure who thought up that winner).

Mint and ubuntu have installed without any problems so many times, each time debian installs for the past 20 years has problems. I guess I'll work on a new debian install the rest of the week before I give up and switch to a distro that's ready.

Chris.
Odd, all of my Debian installs have been ready to update after the first post-install reboot. I usually install a tool to find the fastest nearby repos, to make updates faster. My preference is to use the command-line tools for updates. Are you looking for GUI tools?
 
Old 09-13-2017, 05:00 PM   #36
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Sounds like it's just a video driver issue. If 3d graphics acceleration isn't working properly, you might not see the panels. XFCE4 on Debian 9 defaults to using 3d accelerated window compositing, which may be a mistake.

As for a graphical package manager, you could install synaptic with:

Code:
apt-get install synaptic
I personally don't use graphical package managers. I always just use "apt-get" because I can run it quickly and easily remotely over ssh, and it's dead easy and quick to install a bunch of programs. I just copy/paste the desired apt-get statement from a text file with my favorites. Doing that stuff graphically is so slow and tedious! Apt-get is one of the killer app reasons I prefer linux over other operating systems.

Anyways, you want to add " contrib non-free" to all of the source lines in /etc/apt/sources.list. Maybe synaptic lets you do this by clicking on something. I don't know. For me, it's faster and easier to do it with the command line. After doing this, do:

Code:
apt-get update
apt-get dist-upgrade
apt-get install firmware-linux-nonfree
That will fix you up if you've got an AMD/ATI graphics chip that requires a non-free proprietary blob. If you've got nVidia, it may not be so simple.

What graphics chip does this computer have?
 
Old 09-13-2017, 05:07 PM   #37
un1x
Member
 
Registered: Oct 2015
Posts: 645

Rep: Reputation: Disabled
Quote:
Originally Posted by Ppampas View Post
take care when post something . . .

Quote:
Server not found

Firefox can’t find the server at http.

Check the address for typing errors such as ww.example.com instead of www.example.com
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
 
Old 09-13-2017, 08:31 PM   #38
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Original Poster
Rep: Reputation: 5
Nothing works in debian. Doesn't even recognize my password. I read the debian site and it says you have to "set up" apt before it will work. I have never heard any other linux disto I've used in the last 19 years that you can't update by command line until you do other stuff to set up being able to update.
Please, don't hold your breath on having debian be the distro if the "year of the linux computer" ever comes true.

Debian-xfce starts and gives a warring that it can't load xfce. You can't update until you do something else, which is not explained, only has 12x10 display ratio, can't modify anything on the defualt panels, try to update but even if you could, it doesn't recognize your password, even if id did, can't find how to load the out side the debian word software that is needed.

Wonder if I should re-re-re-install it again for the third time?
Nice.
Chris. -
 
Old 09-13-2017, 08:46 PM   #39
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Original Poster
Rep: Reputation: 5
The biggest thing I can see that's different in debian then other linux distos is, in other distos, "sudo" password is the "root" password.
In debian, you have a sudo password, and a user password. Password for sudo in debian is not the "root" password, or the user password. I need to search the internet and try and figure out if the sudo password is not the root or the user password, in debian, what is it?

Another thing is, why did it not ask me for a third password while installing, but have a hidden third password after the install?


Chris.
 
Old 09-13-2017, 08:59 PM   #40
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Original Poster
Rep: Reputation: 5
I see one of the installs has the 1920x1080 without installing anything, just from the disc. My home computer doesn't. It's has amd video. I think I remember reading a year a go that debian doesn't work with my video.

Also, just read that apt-get is not set up in debian by default.

Chris.

Last edited by happydog500; 09-13-2017 at 09:00 PM.
 
Old 09-13-2017, 09:24 PM   #41
happydog500
Member
 
Registered: Dec 2006
Location: Washington St.
Distribution: Linux Mint 21, Windows 11
Posts: 308

Original Poster
Rep: Reputation: 5
Quote:
Originally Posted by Ppampas View Post
Have a look at http://http://distrowatch.com/?newsid=09189. 6.9.9.9 is the latest.

Amazing Puppy. Really worth losing time with it.
Why would the puppy linux website have an old one as the main one on the site? Distrowatch has a different version then the puppy site itself?

just looked myself and listed on distrowatch is Puppy Linux 6.3 for slacko, and 6.0 for tahrpup. No 6.9.

Chris.
 
Old 09-13-2017, 09:27 PM   #42
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Sounds like you didn't install it fully. In debian the sudo password is the users password. To setup sudo, install sudo and put the user in the sudo group. Otherwise the default sources.list is freedom respecting, which probably isn't very useful for a lot of people. As in it only has "main", not "main contrib non-free".

# nano /etc/apt/sources.list

As far as default X setup, jessie defaults to the lowest common resolution of ALL attached monitors with all monitors as clones. You can adjust that with xrandr, and various other tools like arandr, nvidia-xconfig, amdcccle, or whatever features your window manager / desktop environment offers for you to use. If you use one of the more recent flavours like buster (testing) or sid, X will likely default more to your expectations. Current debian stable is stretch, which defaults for me with native resolutions, but screens side by side, the laptops LCD being the left most by default. So I tend to make them clones and turn off the laptops LCD.

$ xrandr --output HDMI-A-0 --mode 1920x1080 --panning 1920x1080 --primary --output eDP --mode 1366x768 --panning 1920x1080 --same-as HDMI-A-0

$ xrandr --output eDP --off

Stuff which I've had to do even in ubuntu when it didn't offer the desired options in the gui. It's a little cryptic to do things this way for many, but the distro CAN do things like this. Granted that the defaults are not everyone's cup of tea, but there's more distros out there to try that might suit. And a few other flavours of debian like testing, sid, or experimental.
 
Old 09-13-2017, 09:30 PM   #43
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Umm...no. apt is set up out-of-box. It is absolutely set up out-of-box.

You do, of course, have to log in as root to use it. You're just used to the weird Ubuntu way of doing things with sudo. By default, Debian does things the Unix way - you log in as root using "su". Either get used to this fact, or get confused with the majority of *nix operating systems out there. Ubuntu is and Ubuntu based linuxes are the ones doing it a weird way.

That said, if you really want to, you can install Debian with an Ubuntu style sudo out-of-box. The Debian 9, they have included an option to NOT enter a root password, which will set up things in the Ubuntu style. Of course, you will invalidate all Debian documentation out there, but that's your choice.

It is not a "sudo" password. It's just the root password. By default, Debian does not install sudo (unless you do an Ubuntu style install).

Try to chill out a bit before jumping to conclusions.
 
Old 09-13-2017, 09:31 PM   #44
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Back when Ubuntu first came out, we knew the weird Ubuntu way of using sudo instead of a normal root account would cause newbies confusion for years to come. We were right. This was easily the biggest and dumbest and most damaging mistake Ubuntu did. It's still causing confusion, for no good reason.
 
Old 09-13-2017, 10:10 PM   #45
IsaacKuo
Senior Member
 
Registered: Apr 2004
Location: Baton Rouge, Louisiana, USA
Distribution: Debian Stable
Posts: 2,546
Blog Entries: 8

Rep: Reputation: 465Reputation: 465Reputation: 465Reputation: 465Reputation: 465
Quote:
Originally Posted by Shadow_7 View Post
Sounds like you didn't install it fully. In debian the sudo password is the users password. To setup sudo, install sudo and put the user in the sudo group.
Starting with Debian 9, the installer can do an Ubuntu style install. If you specify an empty root password, it will do an Ubuntu style install with sudo set up to allow the first user to sudo everything (which is stupid, might as well just not use sudo if you're going to do that, but whatever).

I think that happydog500 is just confused from having never used a normal *nix OS where you d the normal thing by using "su" to log in as root.

Quote:
Otherwise the default sources.list is freedom respecting, which probably isn't very useful for a lot of people. As in it only has "main", not "main contrib non-free".
Right. But it works great if you're using hardware that doesn't require non-free driver blobs.

Quote:
As far as default X setup, jessie defaults to the lowest common resolution of ALL attached monitors with all monitors as clones. You can adjust that with xrandr, and various other tools like arandr, nvidia-xconfig, amdcccle, or whatever features your window manager / desktop environment offers for you to use. If you use one of the more recent flavours like buster (testing) or sid, X will likely default more to your expectations. Current debian stable is stretch, which defaults for me with native resolutions, but screens side by side, the laptops LCD being the left most by default. So I tend to make them clones and turn off the laptops LCD.

$ xrandr --output HDMI-A-0 --mode 1920x1080 --panning 1920x1080 --primary --output eDP --mode 1366x768 --panning 1920x1080 --same-as HDMI-A-0

$ xrandr --output eDP --off
The version of XFCE4 in Debian 9 (Stretch) is good enough that xrandr command lines are generally not necessary. You can use the GUI to set up multi-monitor well, and it's somewhat intelligent about when monitors are removed or plugged in. Yippee, XFCE4 finally catches up with GNOME2 circa 2007? The extremely limited XFCE4 GUI interface for configuring multimonitor has been very puzzling for a long time (it could only handle overlapping screens sharing the same top left corner).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Web browsing on high-latency, high-speed connections pi3.14 Linux - Networking 1 03-17-2016 07:02 PM
LXer: Download Firefox 13 for Linux With Speed Dial LXer Syndicated Linux News 0 06-02-2012 10:51 PM
Mount Fiber attached volume read/write on Windows and readonly on linux jojothedogboy Linux - Server 1 09-04-2010 08:34 AM
Using windows high speed to download linux update files? dadof5 Linux - General 3 01-30-2006 04:35 PM
Increasing the Speed of dial up on linux box anujhere Linux - Networking 1 07-15-2005 12:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 07:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration