Displaying 11 results from an estimated 11 matches for "80x50".
Did you mean:
0x50
2014 Oct 16
0
[fdo] Xinit without option set string no in xinitirc
...he story :
When I compiled the xinit from the source code with these options on
the configure:
./configure --without-twm --without-xclock --without-xterm
Everything works fine , but at the end the file xinitrc in
/etc/X11/xinit/xinitrc
-no &
-no -geometry 50x50-1+1 &
-no -geometry 80x50+494+51 &
-no -geometry 80x20+494-0 &
-exec no -geometry 80x66+0+0 -name login
Usually the output without these options is :
-TWM &
-XCLOCK -geometry 50x50-1+1 &
-XTERM -geometry 80x50+494+51 &
-XTERM -geometry 80x20+494-0 &
-exec XTERM -geometry 80x66+0+0 -name login
I w...
2012 May 25
2
STABLE/9 SMP ACPI suspend/resume - video mode not being restored
Hi,
I'm toying with the SMP/i386 ACPI suspend/resume patches in -9. Thanks
so much for this!
I've noticed though that the video backlight stays off after resume. A
common problem on -9, so I set hw.acpi.reset_video=1. That restores
the backlight.
However, the video mode isn't restored. I have my console set to
VGA_80x60 and the resume seems to set it up "wrong". I get half
2005 May 01
1
"Failed to free base memory" once again
...resources starting at 02800000 (gap: 02800000:fd800000)
Built 1 zonelists
Kernel command line: BOOT_IMAGE=aagje console=ttyS0,115200n8 vga=-2
netdev=10,0x300 root=/dev/nfs rw
Initializing CPU#0
PID hash table entries: 256 (order: 8, 4096 bytes)
Using pit for high-res timesource
Console: colour VGA+ 80x50
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Bad page state at free_hot_cold_page (in process 'swapper', page c1000180)
flags:0x00000000 mapping:00000000 mapcount:0 count:0
Backtrace:
[<c0102877>]
[<c01...
2011 Jun 18
7
problem while xen boot
Hai,
I am using dell insprion 580 machine for xen installation and dom0
configuation. I compiled xen source code and configured the kernal. Grub
entry given below
menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' {
insmod ext2
set root=''(hd0,3)''
multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz
module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy
2011 Jun 18
7
problem while xen boot
Hai,
I am using dell insprion 580 machine for xen installation and dom0
configuation. I compiled xen source code and configured the kernal. Grub
entry given below
menuentry ''Xen 4.0.0-rc8 / Ubuntu 10.4 kernel 2.6.32.25 pvops'' {
insmod ext2
set root=''(hd0,3)''
multiboot (hd0,3)/boot/xen-4.0.0-rc8.gz
module (hd0,3)/boot/vmlinuz-2.6.32.25 dummy=dummy
2011 Jan 09
1
Terminal with variable sized font
Using gnome-terminal and the like, you can set the font size that you want and
then if you drag the window larger or smaller, you get more or less character
per line.
Is there a terminal that allows you to set the rows and columns that you want
and then resizes the text instead? gnome-terminal has a zoom-in and zoom-out
function that's close to what I want but it's not
2009 Sep 30
2
Bootable CD for booting of USB HDD
Hi,
I bought a USB hard drive, got Mandriva installed on it, and made it bootable
with extlinux. Works great on machines that can boot from USB. I also created
a boot cd using the instructions in the wiki. This is working too.
The only problem with the boot cd is that I had to copy the kernel, initrd,
etc. to the cd. This means that whenever I install a new kernel I'll have to
create and
2015 Jan 11
3
C-6, Gnome question
On Sun, Jan 11, 2015 at 05:12:48PM -0500, Bill Maltby (C4B) wrote:
> On Fri, 2015-01-09 at 19:42 -0500, Fred Smith wrote:
> > On Fri, Jan 09, 2015 at 07:07:38PM -0500, Bill Maltby (C4B) wrote:
> > <snip>
>
> >
> > > Well, that's the limit of my offerings. I'm still trying to find the
> > > thing I used back in C5(?) that raised the panels
2015 Aug 13
2
Clunky Xorg with latest 6.7 upgrade?
...] && /usr/bin/xsetroot -solid '#222E45'
if [ -x /usr/bin/xclock ] ; then
/usr/bin/xclock -geometry 100x100-5+5 &
elif [ -x /usr/bin/xclock ] ; then
/usr/bin/xclock -geometry 100x100-5+5 &
fi
if [ -x /usr/bin/xterm ] ; then
/usr/bin/xterm -geometry 80x50-50+150 &
fi
# Commented out firefox stuff.
# if [ -x /usr/bin/firefox -a -f /usr/share/doc/HTML/index.html ];
then
# /usr/bin/firefox /usr/share/doc/HTML/index.html &
# fi
if [ -x /usr/bin/twm ] ; then
exec /usr/bin/twm
fi
}
As a starting point I did (wrapping - I tried...
2007 Jun 19
14
special video mode numbers
Keir,
is there a particular reason you chose to use slightly different special mode
numbers than Linux, ignoring VIDEO_CURRENT_MODE altogether? I think
it wouldn''t be bad to be in sync with Linux here, and I independently think
that having a way to avoid mode switching altogether is good to have in
case of possible problems on exotic hardware.
Jan
2008 May 21
32
Rack, Camping 2.0++
===
1. Camping on Rack
===
I''ve just finished rewriting Camping to use Rack in the "core". I got rid of
(a little less) than 1kB in camping.rb and removed lots of un-necessary files
(lib/server/*.rb, fastcgi.rb & mongrel.rb).
bin/camping does now only provide WEBrick, Mongrel and console-support and
should only be used in development. It uses Rack::ShowExceptions to catch