Re: Nouveau DRM failure on 5120x1440 screen with 5.8/5.9 kernel

2020-10-13 Thread Byron Stanoszek
On Tue, 13 Oct 2020, Byron Stanoszek wrote: I'm having a problem with both the 5.8 and 5.9 kernels using the nouveau DRM driver. I have a laptop with a VGA card (specs below) connected to a 5120x1440 screen. At boot time, the card correctly detects the screen, tries to allocate fbdev fb0,

Nouveau DRM failure on 5120x1440 screen with 5.8/5.9 kernel

2020-10-13 Thread Byron Stanoszek
I'm having a problem with both the 5.8 and 5.9 kernels using the nouveau DRM driver. I have a laptop with a VGA card (specs below) connected to a 5120x1440 screen. At boot time, the card correctly detects the screen, tries to allocate fbdev fb0, then the video hangs completely for 15-30 seconds un

Re: USBIP is claiming all my USB devices - Commit 7a2f2974f265 is broken

2020-10-03 Thread Byron Stanoszek
On Sat, 3 Oct 2020, Greg Kroah-Hartman wrote: On Sat, Oct 03, 2020 at 01:18:36PM -0400, Byron Stanoszek wrote: All, I was testing Linux 5.9-rc7 today when I realized that none of my USB devices were responding anymore. For instance, my mouse does not respond and its usual red LED is not on

[PATCH] tmpfs: Restore functionality of nr_inodes=0

2020-09-01 Thread Byron Stanoszek
mount: /ext0: mount(2) system call failed: Cannot allocate memory. This patch restores the nr_inodes=0 functionality. Fixes: e809d5f0b5c9 ("tmpfs: per-superblock i_ino support") Cc: Chris Down Signed-off-by: Byron Stanoszek --- mm/shmem.c | 10 ++ 1 file changed, 6 insertions(+

Re: [PATCH 4.18 00/79] 4.18.1-stable review

2018-08-15 Thread Byron Stanoszek
On Wed, 15 Aug 2018, Greg Kroah-Hartman wrote: On Wed, Aug 15, 2018 at 01:24:25PM -0400, Byron Stanoszek wrote: Hi Greg & Thomas, I'd like to report a regression in Linux 4.18.1 regarding the L1TF patches. The kernel no longer thinks I have SMT enabled in the BIOS. This works fine

Re: [PATCH 4.18 00/79] 4.18.1-stable review

2018-08-15 Thread Byron Stanoszek
Hi Greg & Thomas, I'd like to report a regression in Linux 4.18.1 regarding the L1TF patches. The kernel no longer thinks I have SMT enabled in the BIOS. This works fine in 4.18.0. Not sure if this matters, but in my particular 4-core system, my third core is broken (core #2). So I must boot us

Re: Standalone DRM application

2013-04-19 Thread Byron Stanoszek
On Thu, 18 Apr 2013, David Herrmann wrote: You can acquire/drop DRM-Master via drmSetMaster/drmDropMaster. If your DRM card is a PCI device, you can use the sysfs "boot_vga" attribute of the parent PCI device. (/sys/class/drm/card0/device/boot_vga) David, Thanks! That was exactly what I was

Standalone DRM application

2013-04-17 Thread Byron Stanoszek
David, I'm developing a small application that uses libdrm (DRM ioctls) to change the resolution of a single graphics display and show a framebuffer. I've run into two problems with this implementation that I'm hoping you can address. 1. Each application is its own process, which is designed to

Re: [RFC] rootmpfs

2013-04-05 Thread Byron Stanoszek
Rob, FWIW I have a patch to do something like this. It even gives you a rdsize=xxx tunable kernel parameter that lets you specify the size of the tmpfs, which acts like the -osize= mount flag (so phrases like 100M or 20% works). So doing things like 'cat /dev/zero > filename' will not run you out

Re: [PATCH 00/33] Swap over NFS -v14

2007-10-31 Thread Byron Stanoszek
up. I would love to see some work done in this area. -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: send the line &quo

Re: [PATCH] Introduce O_CLOEXEC (take >2)

2007-06-01 Thread Byron Stanoszek
0400 /* invisible I/O, for DMAPI/XDSM */ Regards, -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: send the li

Q: Shared Memory vs. Ramdisk?

2005-02-23 Thread Byron Stanoszek
I'm not concerned about swap, but rather just trying to avoid as much kernel overhead as possible while accessing gobs of memory. Thanks, -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesh

[OOPS] insmod, 2.4.6-ac1

2001-07-05 Thread Byron Stanoszek
our filesystem, default is ufstype=old ufs_read_super: bad magic number reiserfs: checking transaction log (device 08:03) ... Using r5 hash to sort names ReiserFS version 3.6.25 VFS: Mounted root (reiserfs filesystem) readonly. Freeing unused kernel memory: 196k freed Adding Swap: 136544k swap-sp

Re: Linux 2.4.3-ac9

2001-04-17 Thread Byron Stanoszek
ppen at odd intervals after I use my CD burner, but that just might be coincidental. But I'd like to point out that I've never seen this on my VIA686a itself. The P3 machine is UP too, not SMP. I saw this ever since I switched the machine to 2.4.2-ac8 and beyond (previously 2.2.18). -Byr

Need help with allocating a 2M buffer size

2001-03-15 Thread Byron Stanoszek
VGATextMode where allocating space for a NxM character screen (where NxM >= 16384) fails because there is no contiguous memory space. I think at least it should be able to use some cache. Suggestions? -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programm

Memory-related hangup (2.4.2-ac3)

2001-03-02 Thread Byron Stanoszek
suggestions? Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in

Re: [preview] VIA IDE 4.0 and AMD IDE 2.0 with automatic PCI clockdetection

2001-02-09 Thread Byron Stanoszek
O modes" to "Autodetected PCI Clock at 37MHz". This would ensure that all the IDE drivers get set up with the correct detected PCI clock, and not just VIA/AMD's. Thoughts/comments? -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer

RE: aacraid 2.4.0 kernel

2001-02-07 Thread Byron Stanoszek
rnel was rewritten. > > This is the error I get in my messages file when trying to copy from one > disk partition to another one. > > so on and so on.. Am I doing something wrong? Nope. It looks horribly broken. Oh well.. I guess I'd stick to 2.2.19-pre on the Dell machines f

Re: aacraid 2.4.0 kernel

2001-02-07 Thread Byron Stanoszek
ts (good or bad) you have on it. You can find it at: ftp://ftp.winds.org/linux/patches/2.4.1/aacraid-2.4.1-1.0.6.patch Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc.

2.4.1-ac5 - The loopback hang saga continues

2001-02-07 Thread Byron Stanoszek
. Unfortunately, it fills the buffer too quick and hangs 100% every time. The disk is totally nonresponsive at this point, and a hard reset is necessary. I hope this helps anyone who is still tracking down the loopback problem. Regards, Byron -- Byron Stanoszek P

Re: NFS stop/start problems (related to datagram shutdown bug?)

2001-02-06 Thread Byron Stanoszek
d be my imagination because I was doing it on the 166 and I was used to the 866's. But what matters is that I can stop and restart NFS just fine now whereas before I couldn't. Thanks for the patch. -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Program

[OT] Why so much memory 'reserved'?

2001-02-05 Thread Byron Stanoszek
reserved memory is a fraction of total available memory. Is there a way I can 'regain' this memory from the system, especially in cases when there's only 32MB to work with? Thanks, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer

Re: NFS stop/start problems (related to datagram shutdown bug?)

2001-02-05 Thread Byron Stanoszek
something else. > [patch snipped] -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe

Re: NFS stop/start problems (related to datagram shutdown bug?)

2001-02-05 Thread Byron Stanoszek
MII transceiver found at address 24, status 786d. Enabling bus-master transmits and whole-frame receives. -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROT

NFS stop/start problems (related to datagram shutdown bug?)

2001-02-05 Thread Byron Stanoszek
;. I was wondering if this could be related to that datagram shutdown bug, and maybe if there's a quick solution in the meantime to kill the socket so that I can restart NFS without rebooting. Thanks, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer

Re: VT82C686A corruption with 2.4.x

2001-02-01 Thread Byron Stanoszek
On Thu, 1 Feb 2001, Vojtech Pavlik wrote: > On Thu, Feb 01, 2001 at 11:46:08AM -0500, Byron Stanoszek wrote: > > > Yeah, by bios does the same thing too on the Abit KT7(a). > > Ok, I'll remember this. This is most likely the cause of the problems > many people ha

Re: VT82C686A corruption with 2.4.x

2001-02-01 Thread Byron Stanoszek
60 |2 53 81 | 30.0 60.0 90.0 Personally I like the 113 MHz FSB setting, which runs PCI at 37 and memory at 150 (133*1.13). It helps to have memory rated for 150. :) I've had a system run at this rate for the past 4 months now and I've never had an

Re: VT82C686A corruption with 2.4.x

2001-01-31 Thread Byron Stanoszek
t appropriately under 2.4... maybe this should be mentioned somewhere in ide.txt, even though overclocking is frowned upon. Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc.

Re: VIA VT82C686X

2001-01-31 Thread Byron Stanoszek
hink might be causing the problem. You can grab the bootdisk image from: ftp://ftp.winds.org/linux/images/memtest86-2.5.bin and just write it to a floppy with 'cat memtest86-2.5.bin > /dev/fd0', then boot up with that disk. Regards, Byron -- Byron Stanoszek Ph: (330)

Re: VIA VT82C686X

2001-01-30 Thread Byron Stanoszek
speed of your PCICLK as shown in the bios and you'll be fine (Default is 33). Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscrib

[PATCH] (2) Compile warning fixes for gcc 2.97

2001-01-02 Thread Byron Stanoszek
is really the correct flow for that switch statement. If someone disagrees, just toss it and apply the first patch. :-) Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc.

Re: test13-pre6 (Fork Bug with Athlons? Temporary Fix)

2000-12-29 Thread Byron Stanoszek
-- rus/users 1077 1998-08-26 09:24:31 zgv-5.2/README.fonts ) = 72 open("zgv-5.2/README.fonts", O_WRONLY|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = 4 write(4, "The copyright for *.bdf (taken f"..., 1024) = 1024 read(3, "\"as\nis\" without express or impli"..., 102

Re: ATI Mach 64 (2.4.0-test12)

2000-12-23 Thread Byron Stanoszek
hould be compatible with every other vga card on bootup. If it still doesn't work, send me your /usr/src/linux/.config file so I can see what you have configured. Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer

Re: 2.4.0-test12 randomly hangs up

2000-12-13 Thread Byron Stanoszek
est12 patched with only the O_SYNC bug fix and I have _not_ experienced any lockups on this machine. Classic Athlon 825(750) MHz, 128MB Ram, RH 7.0 based w/glibc 2.2, XFree-3.3.6 (S3 Trio 64 accel server), gcc 2.95.2 Not sure what the problem is yet... keep trying folks. :) -Byron -- Byron S

Re: Trashing ext2 with hdparm

2000-12-06 Thread Byron Stanoszek
ll. Can anyone else verify that the problem is in shared memory and not the disk caching layer? Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECT

Re: major problem with linux-2.4.0test10

2000-11-08 Thread Byron Stanoszek
M. I generally disable all anacron stuff and remove /etc/cron.??* and the daily/weekly/monthly entries in /etc/crontab, then I run '/etc/rc.d/init.d/crond restart'. That oughta fix it, but you might want to look into the cron scripts individually and selectively remove the lines you don

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread Byron Stanoszek
ter. Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body o

Re: OOM Test Case - Failed!

2000-10-21 Thread Byron Stanoszek
one of my daemons writes one line to disk every 5 minutes. That stopped completely during this event. > (only the fact that he ran genattrtab as root screwed > up things a bit and kept the system from killing the > task -- but probably only just) If I would have known, I would

OOM Test Case - Failed!

2000-10-17 Thread Byron Stanoszek
a usable system. Even something that killed the process that's using the most RAM or the process that allocates the most space in a set period of time would be good in this case. We need to decide on a better algorithm, albeit simple, that will alleviate this problem before 2.4.0 f

CDROMPLAYTRKIND problems (as of 2.4.0-test8)

2000-10-14 Thread Byron Stanoszek
ort it), or choose a better method of playing a track so it'll play to the end of the cd. (Is there a 32-bit version for [length] with PLAY_AUDIO_10?) -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commer

Re: Updated 2.4 TODO List -- new addition WAS(test9 PCI

2000-10-11 Thread Byron Stanoszek
r them right now. -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [RFC] New ideas for the OOM handler

2000-10-09 Thread Byron Stanoszek
o "httpd" >> /proc/sys/oom-ignore > > echo "parallel-fft" >> /proc/sys/oom-ignore > > etc... > > > > This is a very workable option. It allows the admin to define what is > > "important" on his computer and tells the OOM killer

Re: [RFC] New ideas for the OOM handler

2000-10-09 Thread Byron Stanoszek
On Mon, 9 Oct 2000, Matthew Dharm wrote: > On Mon, Oct 09, 2000 at 09:25:38PM -0400, Byron Stanoszek wrote: > > echo "init" > /proc/sys/oom-ignore > > echo "httpd" >> /proc/sys/oom-ignore > > echo "parallel-fft" >> /proc/

Re: [RFC] New ideas for the OOM handler

2000-10-09 Thread Byron Stanoszek
.. Sorry if this was discussed on l-k before - I do not have the > time to read each posting on the list. > > > Greetings from Germany, > > Jochen Striepe. > > -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (

[RFC] New ideas for the OOM handler

2000-10-09 Thread Byron Stanoszek
s to see if we can _really_ improve our OOM and if it is worth the trouble doing so. I however suggest strongly that we implement the check for PID == 1 into the current OOM and toss out checking for Nice status, which makes no real sense (see my last post, and the posts for several others). -

Re: [PATCH] VM fix for 2.4.0-test9 & OOM handler

2000-10-09 Thread Byron Stanoszek
a good selection method instead of bickering with each other. How about we start by everyone in this discussion give their opinion on what the OOM selection process should do, listing them in both order of importance and severity, giving a rational reason for each choice. Maybe then we can

Re: [PATCH] VM fix for 2.4.0-test9 & OOM handler

2000-10-09 Thread Byron Stanoszek
, and allowing the OOM killer to zap the peaceful, 'nice' process in the background that wasn't causing any harm. Why else would you nice a process? Because you don't want it to interfere with normal cpu usage by those that normally use the system. You expect that process to still

Re: [PATCH] VM fix for 2.4.0-test9 & OOM handler

2000-10-06 Thread Byron Stanoszek
ting up more than the available system memory. Just some thoughts. -Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: sen

2.4.0-test9-pre2 OOM problem

2000-09-29 Thread Byron Stanoszek
just wanted to bring attention to this problem in case it hasn't already been fixed. Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] -

2.4.0-test9-pre6 shmem problems revisited

2000-09-23 Thread Byron Stanoszek
otlight, analogous to how the test8 patches uncovered the truncate problem. Linus, I think you should hold off a little before removing Rik's VM patches from the kernel, and let the Linux community spend more time tracking down this problem. Regards, Byron -- Byron Stanoszek

Re: [DOC] Debugging early kernel hangs

2000-09-21 Thread Byron Stanoszek
EAC at hang indicates > parse_options(), checksetup(). Why not just redirect printk() to output a string of characters one by one using VIDEO_CHAR until the console subsystem is initialized. You can use a statically defined int to keep track of what row & column you're on. There is

IDE Troubles - linux-2.4.0-test9-pre2

2000-09-21 Thread Byron Stanoszek
00 [VGA]) Flags: slow devsel, IRQ 10 Memory at e000 (32-bit, non-prefetchable) [size=16M] I/O ports at 6200 [size=256] Expansion ROM at [disabled] [size=16M] -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer

Re: Very aggressive swapping after 2 hours rest

2000-09-18 Thread Byron Stanoszek
nto consideration when/if you redesign the swap mechanism. Regards, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: s

Re: Very aggressive swapping after 2 hours rest

2000-09-17 Thread Byron Stanoszek
value or at least someone tell me what calculations I would need to do with the values listed in /proc/meninfo in order to determine the number of pages actually in-use by processes (or in otherwords, the amount of memory I can allocate before I fill up the system RAM at current state). -- Byr

Re: Very aggressive swapping after 2 hours rest

2000-09-16 Thread Byron Stanoszek
7;actual' amount of RAM usage really is by processes (minus shared mem, buffers, and cache). But I was unable to find that without the allocation. So, my question is, is it possible to add a line to /proc/meminfo that tells us this information? Or am I going against the whole grain of the

Re: Very aggressive swapping after 2 hours rest

2000-09-16 Thread Byron Stanoszek
26628 99888 Thanks, Byron -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc. Email: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-k

Re: Very aggressive swapping after 2 hours rest

2000-09-16 Thread Byron Stanoszek
On Sat, 16 Sep 2000, Byron Stanoszek wrote: > I'd like to be able to use that extra 16mb for process memory more than I would > for cache. When most of my programs get loaded up, it totals to around 24mb on > average, and medium-to-low disk access is used. I like the way it is n

Re: Very aggressive swapping after 2 hours rest

2000-09-16 Thread Byron Stanoszek
ms get loaded up, it totals to around 24mb on average, and medium-to-low disk access is used. I like the way it is now, where it won't start swapping unless a process starts eating up memory quickly, or a process starts to do a lot of disk access. -Byron -- Byron Stanoszek

Re: Very aggressive swapping after 2 hours rest

2000-09-16 Thread Byron Stanoszek
On Sat, 16 Sep 2000, Byron Stanoszek wrote: > I think I might have a similar problem with 2.4.0-t8-vmpatch2, related to > caching. Without the vmpatch, my standard system 'used' would be near 28mb > actual in use, the rest cached or in buffers. When I tried vmpatch2, standard

Re: Very aggressive swapping after 2 hours rest

2000-09-16 Thread Byron Stanoszek
ying test9 to see if that behaves any better, then I'll try 2.4.0-t9-vmpatch. Have you encountered this buffer problem before, Rik? -- Byron Stanoszek Ph: (330) 644-3059 Systems Programmer Fax: (330) 644-8110 Commercial Timesharing Inc.

VIA IDE Driver Problems, test8-pre5 & 6.

2000-09-06 Thread Byron Stanoszek
ectors (13031 MB) w/512KiB Cache, CHS=1584/255/63, UDMA(33) hdc: ATAPI DVD-ROM drive, 512kB Cache, UDMA(33) Uniform CD-ROM driver Revision: 3.11 Partition check: hda: hda1 hda2 and functioned pretty much normally. Any ideas? -Byron -- Byron Stanoszek Ph: (330) 6

Re: Rik van Riel's VM patch

2000-09-02 Thread Byron Stanoszek
ped up my 586 test machine (very noticible when compiling XFree86.. which knocked off about a half hour of compilation time), and there isn't a [noticable] memory leak like in the old VM system before. Good work, Rik. Tell us when it's integrated into the kernel. :) -- Byron Stanoszek