Re: Slow graphics on Intel Xtreme?
Additional info, here is my "lspci -nn": > 00:00.0 Host bridge [0600]: Intel Corporation 82845G/GL[Brookdale-G]/GE/PE > DRAM Controller/Host-Hub Interface [8086:2560] (rev 03) > 00:02.0 VGA compatible controller [0300]: Intel Corporation > 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device [8086:2562] (rev > 03) > 00:1d.0 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM > (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 02) > 00:1d.1 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM > (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 02) > 00:1d.2 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM > (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 02) > 00:1d.7 USB controller [0c03]: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) > USB2 EHCI Controller [8086:24cd] (rev 02) > 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] > (rev 82) > 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DB/DBL (ICH4/ICH4-L) LPC > Interface Bridge [8086:24c0] (rev 02) > 00:1f.1 IDE interface [0101]: Intel Corporation 82801DB (ICH4) IDE Controller > [8086:24cb] (rev 02) > 00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) > SMBus Controller [8086:24c3] (rev 02) > 00:1f.5 Multimedia audio controller [0401]: Intel Corporation 82801DB/DBL/DBM > (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller [8086:24c5] (rev 02) > 00:1f.6 Modem [0703]: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) > AC'97 Modem Controller [8086:24c6] (rev 02) > 01:0c.0 Ethernet controller [0200]: National Semiconductor Corporation > DP83815 (MacPhyter) Ethernet Controller [100b:0020] > Well, this command gets me no output at all! > Maybe these Intel Xtreme graphics cards are simply too weak for Linux and > Windows can handle them better? > > On Thu, 30 Sep 2021 17:43:49 -0400 > Greg Wooledge wrote: > > > On Thu, Sep 30, 2021 at 09:27:12PM +, Nils wrote: > > > I ran one game on Windows XP and it ran just fine, full FPS. > > > Same game got like 5 FPS on Debian? How is that possible? > > > > Usually lack of (non-free) video firmware. > > > > In some cases, lack of a proprietary nvidia driver. But your Subject: > > header says Intel, so it's probably not that.(*) > > > > You probably just need firmware. Use "dmesg | grep -i firmware" to > > verify this. > > > > (*) Unless you're on an "optimus" setup, which has both nvidia and > > Intel graphics devices. If you're on one of those, get the sacrificial > > animals ready. > > -- Nils pgprHz_bC9RX0.pgp Description: PGP signature
Re: where does `hostname -f` derive the domainname from?
On Sonntag, 26. Juni 2022 22:32:38 CEST Jim Popovitch wrote: > where does `hostname -f` derive the domainname from? > > I have 2 systems, the first was buster --> bullseye with /etc/hostname > containing "oscar" and `hostname -f` returning "oscar.domain.tld". > > The second system is a clean install of bullseye with /etc/hostname > containing "felix". On this system `hostname -f` returns "felix". > > DNS for both systems have FQDN entries. Where should the domainname be > set in a clean fresh install of bullseye? > > tia, > > -Jim P. I checked using strace and it's appearently going through the following: 1. uname 2. /run/nscd/socket 3. /etc/nsswitch.conf 4. /etc/resolv.conf 5. /etc/hosts Tuxifan
Booting Debian from NFS (using EFI PXE GRUB)
Hey! As kind of a network-wide fallback system (and for some diskless computers in our network) I'd like to set up EFI PXE boot for a simple Debian system. However, I have only been able to find very sparse and possibly outdated information on how to actually tell the kernel/initramfs to mount a NFS filesystem as filesystem root. I even asked Chatgpt, and it replied with its usual hallucinations, unable to provide real links to source of information. This is what my TFTP root currently looks like: ├── grub │ └── grub.cfg ├── grubnetx64.efi ├── initrd.img (Generic Debian Testing initrd.img) └── vmlinuz (Generic Debian Testing vmlinuz) (1 directory, 4 files) And my NFS root currently isn't much more than the result of a Debian Stable debootstrap. Do you have any tips and ideas on how to get Linux to mount that NFS root as the filesystem root? Thanks in advance Tuxifan
Re: Lost internet access on Trixie this morning.
On Monday, September 16, 2024 7:59:44 PM CEST Frank McCormick wrote: > I am faced with a strange problem. I have no internet access on Trixie > on one of two partitions on my ssd. > I was attempting to solve a problem I am having with Vivaldi by > installing Seahorse. Apt quit halfway through downloading the necessary > files complaining it could not resolve a bunch of Debian repositories. > Ever since that I have no internet access in Trixie. It's not a hardware > problem as I have full access on the other partition which runs Opensuse > Tumbleweed. Earlier today I did an update of Trixie and it went fine. > > Can someone help me diagnose the problem ? > > This is my apt sources list > > deb http://deb.debian.org/debian trixie main contrib non-free > non-free-firmware > deb-src http://deb.debian.org/debian trixie main contrib non-free > deb http://deb.debian.org/debian trixie-updates main contrib non-free > non-free-firmware > deb-src http://deb.debian.org/debian trixie-updates main contrib non-free > > deb http://deb.debian.org/debian trixie-backports main contrib non-free > non-free-firmware > deb-src http://deb.debian.org/debian trixie-backports main contrib non-free > deb http://deb.debian.org/debian trixie-proposed-updates > non-free-firmware main contrib non-free > > Thanks Hi! I'm having similar random disconnect issues where even DHCP would stop working since very recently. Can you check if DHCP is broken for you too when this happens? Just pull the reconnect ethernet and see if it's able to get an IP address at all. Tuxifan
Network mounts in /etc/fstab causing service ordering cycle
Hi! I have added a few lines to /ets/fstab like this: //u271407.your-storagebox.de/backup /mnt/hetzner cifs iocharset=utf8,rw,user=u271407,pass=**,uid=1000,gid=1000,cache=loose 0 3 //192.168.0.4/Root /mnt/rp64-root cifs iocharset=utf8,rw,user=nils,pass=**,uid=1000,gid=1000,cache=loose 0 3 192.168.0.4:/mnt/hdd /mnt/hdd nfs defaults 0 3 /mnt/hdd/Programme /home/nils/Programs none bind 0 4 However, this is causing a service ordering cycle between "local-fs.target" and "network-online.target" which in turn causes services to be missing after bootup unpredictably. Usually that causes XWayland to fail as well as NetworkManager. How do I get out of this situation? What could I be doing wrong? Thanks in advance
Re: Self compiling entire Bookworm DVD-1
On Wednesday, April 23, 2025 11:10:29 PM Central European Summer Time Tim Woodall wrote: > Hope the op has a lot of computing resources... Well, only a single computer, but do you think this would suffice? Processors: 32 × AMD Ryzen 9 7950X 16-Core Processor Memory: 62.5 GiB of RAM Thank you
Re: Self compiling entire Bookworm DVD-1
On Wednesday, April 23, 2025 2:30:45 PM Central European Summer Time to...@tuxteam.de wrote: > For a more Debian specific link, see > > https://wiki.debian.org/DebianBootstrap > > Cheers Yes! This is exactly what I was looking for! Thank you :-)
Re: Self compiling entire Bookworm DVD-1
On Wednesday, April 23, 2025 8:48:01 PM Central European Summer Time Darac Marjal wrote: > Do you need the DVD creation, or are you just looking for the > re-compiled packages? If the latter, perhaps apt-build > (https://manpages.debian.org/testing/apt-build/apt-build.1.en.html) > might be of interest to you? Does this apply to Debian like that as well?Does this apply to Debian like that as well? This looks a bit Gentoo specific, but I am not too well with kernel building. I've never done it myself.
Re: Network mounts in /etc/fstab causing service ordering cycle
On Friday, April 25, 2025 8:03:50 PM Central European Summer Time Greg Wooledge wrote: > You're missing the _netdev flag in your options. I'd start with > that. It's definitely needed for NFS mounts, and I'm guessing you'll > need it for your CIFS mounts also. Hi! Thanks for the idea. I have added _netdev, however this isn't changing the startup behavior :-(
Re: Network mounts in /etc/fstab causing service ordering cycle
On Friday, April 25, 2025 9:28:49 PM Central European Summer Time Detlef Vollmann wrote: > On 4/25/25 19:58, tuxi...@posteo.de wrote: > > 192.168.0.4:/mnt/hdd /mnt/hdd nfs defaults 0 3 > > > > /mnt/hdd/Programme /home/nils/Programs none bind 0 4 > > This is looking suspicious: mounting a local directory > on top of a network mount. Nope, this simply binds a network location onto a local directory. Which... shouldn't? be a problem?
Slow graphics on Intel Xtreme?
Hey, I got a laptop from 2004, Intel Xtreme graphics inside. Everything works fine, except 3D and even 2D acceleration. These seem to run fully on software even tho glxinfo claims opengl availability? Here are the specs: - Intel Celeron (2.6 GHz, single-core) - 15" TFT (XGA 1024x768) - 1 GB of RAM - Intel Xtreme Graphics up to 64 MB, On demand - 16-bit Soundblaster Pro compatible + AC 97 CODEC, Microphone, Stereo Speakers - 60 GB HDD (IDE) - 4xUSB 2.0 - TV-Out (S-Video), VGA-Out - PS/2 port (keyboard & Mouseport) - Line-Out, Mic-In - Parallel port - 10/100 Mbit LAN, 56k Modem V.90 Thx Tuxifan
Re: Job for apache2.service failed because the control process exited with error code.
Hey, Have you stopped and disabled other webservers like nginx or lighttpd first? Tuxifan Am 29. September 2021 05:33:25 MESZ schrieb William Torrez Corea : >*How to fix this error?* > >*systemctl status apache2.service* >apache2.service - The Apache HTTP Server > Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor >preset: > Active: failed (Result: exit-code) since Tue 2021-09-28 21:26:24 CST; >20s ago > Docs: https://httpd.apache.org/docs/2.4/ > Process: 13245 ExecStart=/usr/sbin/apachectl start (code=exited, >status=1/FAIL > > >*sudo service apache2 status * >sep 28 21:26:24 systemd[1]: Starting The Apache HTTP Server... >sep 28 21:26:24 apachectl[13245]: (98)Address already in use: AH00072: >make_sock: could not bind to address [::]:80 >sep 28 21:26:24 apachectl[13245]: (98)Address already in use: AH00072: >make_sock: could not bind to address 0.0.0.0: >sep 28 21:26:24 apachectl[13245]: no listening sockets available, shutting >down >sep 28 21:26:24 apachectl[13245]: AH00015: Unable to open logs >sep 28 21:26:24 apachectl[13245]: Action 'start' failed. >sep 28 21:26:24 apachectl[13245]: The Apache error log may have more >information. >sep 28 21:26:24 systemd[1]: apache2.service: Control process exited, >code=exited, status=1/FAILURE >sep 28 21:26:24 systemd[1]: apache2.service: Failed with result 'exit-code'. >sep 28 21:26:24 systemd[1]: Failed to start The Apache HTTP Server. > >-- > >With kindest regards, William. > >⢀⣴⠾⠻⢶⣦⠀ >⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system >⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org >⠈⠳⣄ signature.asc Description: PGP signature
Re: About User and password on Debian 10
Never, EVER run the desktop as root. Just don't do it, thanks 😅 signature.asc Description: PGP signature