Search found 12 matches
- Sun Oct 16, 2022 8:13 pm
- Forum: FatDog64
- Topic: FatDog64-813, Nouveau and Nvidia drivers
- Replies: 4
- Views: 667
Re: FatDog64-813, Nouveau and Nvidia drivers
Is it correct to say that 'nouveau' was previously disabled? No, it was enabled by default. 'nouveau' has always been a hit-and-miss ... sometimes you have a good release, sometimes you get a bad release, you'll never know. But we usually enabled it by default. You can disabled it at boot time by ...
- Sat Oct 15, 2022 8:54 am
- Forum: FatDog64
- Topic: FatDog64-813, Nouveau and Nvidia drivers
- Replies: 4
- Views: 667
FatDog64-813, Nouveau and Nvidia drivers
Hi all, great to see a new release of FatDog64. Thanks to everyone involved. I've tested FatDog-813 out and found that - while multi-monitor support is now enabled out of the box, cursor alignment is badly off. So it is in fact broken. Is it correct to say that 'nouveau' was previously disabled ...
- Fri Oct 22, 2021 3:38 pm
- Forum: FatDog64
- Topic: Fatdog64-812 RC1 - USB-C Video output
- Replies: 4
- Views: 649
- Thu Oct 21, 2021 7:32 pm
- Forum: FatDog64
- Topic: Fatdog64-812 RC1 - USB-C Video output
- Replies: 4
- Views: 649
Re: Fatdog64-812 RC1 - USB-C Video output
@jamesbond - Kernel 5.10.63 does indeed resolve the issue for me. Thanks for the tip.
- Wed Oct 20, 2021 7:16 pm
- Forum: FatDog64
- Topic: Fatdog64-812 RC1 - USB-C Video output
- Replies: 4
- Views: 649
Fatdog64-812 RC1 - USB-C Video output
Thanks for the new build. I've been testing on my laptop and have found that HDMI over USB-C is not working. My previous testing on this suggested to me that Kernel 5.5 or newer is required to resolve the issue. Until now, I have been running a custom version of Fatdog64-811 with Kernel 5.10.34 ...
- Sat Jul 24, 2021 10:59 am
- Forum: Browsers and Internet
- Topic: Tor Browser Bundle
- Replies: 13
- Views: 4211
Re: Tor Browser Bundle
It's been a while since the last v10 build. Any possibility of a new one? Thanks
- Fri May 21, 2021 4:24 pm
- Forum: FatDog64
- Topic: Fatdog64-811 Final [10 Sep 2020]
- Replies: 47
- Views: 11034
Re: Fatdog64-811 Final [10 Sep 2020]
I think we're missing a few modules when it comes to usb-c controllers. I'll put the ones you listed on our todo list for future kernels. Do keep in mind that Nvidia tends to be poorly supported by the open source drivers, since they have to be reverse engineered. Also, Ubuntu heavily patches their ...
- Thu May 20, 2021 9:53 am
- Forum: FatDog64
- Topic: Fatdog64-811 Final [10 Sep 2020]
- Replies: 47
- Views: 11034
Re: Fatdog64-811 Final [10 Sep 2020]
Hello jakel, thank you for this report and the next one concerning the usb-c port. Hello all, I'd like to report a GPU compatibility issue - with RTX 30XX cards. With default setup, I am unable to set the resolution to 1920x1080. [...] EDIT: I've managed to create an SFS of the latest driver ...
- Fri May 14, 2021 7:28 pm
- Forum: FatDog64
- Topic: Fatdog64-811 Final [10 Sep 2020]
- Replies: 47
- Views: 11034
Re: Fatdog64-811 Final [10 Sep 2020]
I recently got a new laptop (HP ENVY x360 13-ay0008na) which has a USB-C port that supports DisplayPort™ 1.4. My external monitor does not work when connected to the laptop via a HDMI adaptor, and neither zarfy and lxrandr detect it. According to phoronix.com a USB Type-C DisplayPort Alternate Mode d ...
- Sun May 02, 2021 4:26 am
- Forum: Software
- Topic: Barrier (KVM) for Fatdog64-811
- Replies: 0
- Views: 560
Barrier (KVM) for Fatdog64-811
Description: Barrier is software that mimics the functionality of a KVM switch, which historically would allow you to use a single keyboard and mouse to control multiple computers by physically turning a dial on the box to switch the machine you're controlling at any given moment. Barrier does this ...
- Sun May 02, 2021 3:55 am
- Forum: Utilities
- Topic: Barrier (use a single keyboard and mouse to control multiple computers)
- Replies: 19
- Views: 2201
Re: How to use Barrier in Puppy?
The solution is to compile via the git repo.
Code: Select all
git clone https://github.com/debauchee/barrier.git
Code: Select all
cd barrier
You need to run the following commands before compiling.
Code: Select all
git submodule init
Code: Select all
git submodule update
Build:
Code: Select all
./clean_build.sh
Finally, to Install:
Code: Select all
cd build && make install
- Sat Feb 27, 2021 12:34 am
- Forum: FatDog64
- Topic: Fatdog64-811 Final [10 Sep 2020]
- Replies: 47
- Views: 11034
Re: Fatdog64-811 Final [10 Sep 2020]
Hello all, I'd like to report a GPU compatibility issue - with RTX 30XX cards. With default setup, I am unable to set the resolution to 1920x1080. It would also be great if someone could compile a proprietary Nvidia driver that is compatible with the latest build of fatdog64. I have tried myself ...