Displaying 20 results from an estimated 26 matches for "ffb".
Did you mean:
fb
2006 Mar 17
1
Autocompleter.Local problem/desparate plea for help...
...rder: 1px solid #888;
margin:0;
padding:0;
width: 98%;
list-style-type:none;
}
#auto_complete ul li {
margin:0;
padding:0;
}
#auto_complete ul li.selected {
background-color: #ffb;
}
#auto_complete ul strong.highlight {
color: #800;
margin:0;
padding:0;
}
</style>
<div id="auto_complete" style="display: none;"></div>
<script type="text/javascript" language=&qu...
2006 Feb 08
29
Autocomplete and Firefox
Having problems with the autocomplete on my linux box and firefox.
When I use form tags it breaks, without form tags everything works fine.
Exact copy of the example provided, but I added form tags.. The initial
search and select works but then the box sort of "locks up" and I can''t
change it at all, If I do try to type something nothing changes but a
second later the whole
2009 Jan 17
0
Wine and GTR2
...6.27-9-generic.
I have Logitech G25 steering wheel and force feedback working, but is extremely low. Also 900 angle steering not work. Only 270. Clutch not working.
I want to know, how can I get better graphics... Antialising and Aniso filter and how can I get 900 angle steering and stronger FFB.
2007 Jan 19
0
About that auto-complete select box ...
...head>
<style>
div.auto_complete {
width: 350px;
background: #fff ;
}
div.auto_complete ul {
border:1px solid #888 ;
margin:0;
padding:0;
width:100%;
list-style-type:none;
}
div.auto_complete ul li {
margin:0;
padding:3px;
}
div.auto_complete ul li.selected {
background-color: #ffb ;
}
div.auto_complete ul strong.highlight {
color: #800 ;
margin:0;
padding:0;
}
</style>
<body>
<div class="auto_complete">
<ul>
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
</div>
</body>
</html>...
2007 Nov 11
3
Scrollable selectbox for auto complete
...margin:0;
padding:0;
width:100%;
list-style-type:none;
}
div.auto_complete ul li {
margin:0;
padding:3px;
}
div.auto_complete ul li.selected {
background-color: #ffb;
cursor:pointer;
}
div.auto_complete ul strong.highlight {
color: #800;
margin:0;
padding:0;
}
</style>
How do I now get the values to scroll into focus?
I can feel that I am close but something smal...
2006 Mar 13
3
Autocompleter that auto scrolls through results..
Hi All
Before I investigate further, has anyone implemented an Autocompleter that
will auto scroll down / up the results div as the user moves down through
the list (using arrow keys) ?
Any pointers / thoughts appreciated.
Best
Matt
***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...| 2 +-
drivers/tty/serial/ip22zilog.c | 2 +-
drivers/tty/serial/sunsab.c | 4 +--
drivers/tty/serial/sunzilog.c | 2 +-
drivers/video/fbdev/core/fbcon.c | 20 +++++++--------
drivers/video/fbdev/ffb.c | 2 +-
drivers/video/fbdev/intelfb/intelfbdrv.c | 10 ++++----
drivers/video/fbdev/intelfb/intelfbhw.c | 2 +-
drivers/w1/masters/matrox_w1.c | 4 +--
fs/coda/coda_linux.h | 6 ++---
fs/freevxfs/v...
2009 Aug 13
9
[Bug 23291] New: A slight problem in the NV50 nouveau driver in Mesa
http://bugs.freedesktop.org/show_bug.cgi?id=23291
Summary: A slight problem in the NV50 nouveau driver in Mesa
Product: Mesa
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2018 Dec 27
0
PROPOSAL: Extend inline asm syntax with size spec
...+-
> drivers/tty/serial/ip22zilog.c | 2 +-
> drivers/tty/serial/sunsab.c | 4 +--
> drivers/tty/serial/sunzilog.c | 2 +-
> drivers/video/fbdev/core/fbcon.c | 20 +++++------
> drivers/video/fbdev/ffb.c | 2 +-
> drivers/video/fbdev/intelfb/intelfbdrv.c | 10 +++---
> drivers/video/fbdev/intelfb/intelfbhw.c | 2 +-
> drivers/w1/masters/matrox_w1.c | 4 +--
> fs/coda/coda_linux.h | 6 ++...
2019 Apr 16
0
[PATCH v2v v2 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
...io drivers? *)
diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod
index 8ba141be9..6d677a456 100644
--- a/v2v/virt-v2v.pod
+++ b/v2v/virt-v2v.pod
@@ -412,6 +412,24 @@ Map source NIC MAC address to a network or bridge.
See L</Networks and bridges> below.
+=item B<--mac> aa:bb:cc:dd:ee:ffB<:ip:>ipaddr[,gw[,len[,ns,ns,...]]]
+
+Force a particular interface (controlled by its MAC address) to have a
+static IP address after boot.
+
+The fields in the parameter are: C<ipaddr> is the IP address. C<gw>
+is the optional gateway IP address. C<len> is the subnet mask...
2008 Apr 04
4
Auto Complete Problems
...{
border:1px solid #888;
margin:0;
padding:0;
width:100%;
list-style-type:none;
}
div.auto_complete ul li {
margin:0;
padding:3px;
}
div.auto_complete ul li.selected {
background-color: #ffb;
}
div.auto_complete ul strong.highlight {
color: #800;
margin:0;
padding:0;
}
</style><input id="agent_city" name="agent[city]" size="30"
skip_style="true" type="text" /><div clas...
2018 Jul 04
4
[PATCH 0/3] v2v: Implement MAC address to network/bridge mapping.
Deep in the discussion of this bug, unfortunately mostly in private
comments:
https://bugzilla.redhat.com/show_bug.cgi?id=1594515
we decided it'd be more flexible for RHV if we had a way to map
individual NICs to target networks and bridges. This can be done by
adding a new --mac option so you can specify the exact mapping you
need:
$ virt-v2v [...] \
--mac
2019 Jul 11
2
[PATCH v3 0/2] v2v: Copy static IP address information over for Windows guests
Patch v2 was here:
https://www.redhat.com/archives/libguestfs/2019-April/thread.html#00114
There's no change here except that I've rebased it against the latest
master branch and retested. There was a comment by Pino
(https://www.redhat.com/archives/libguestfs/2019-April/msg00117.html)
which isn't incorporated into this patch.
Rich.
2016 Oct 22
29
[Bug 98386] New: [NVE7] bus: MMIO write of FAULT at [ IBUS ], Pointer to {TDMS, flat panel) table invalid
https://bugs.freedesktop.org/show_bug.cgi?id=98386
Bug ID: 98386
Summary: [NVE7] bus: MMIO write of FAULT at [ IBUS ], Pointer
to {TDMS,flat panel) table invalid
Product: xorg
Version: unspecified
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: minor
Priority:
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote:
> It would be great to hear from kernel people if it works adequately for
> what you guys want it for :-)
Sure, ping me when you have the final version and I'll try to build gcc
with it and do some size comparisons.
Thx.
--
Regards/Gruss,
Boris.
Good mailing practices for 400: avoid top-posting and trim the
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote:
> It would be great to hear from kernel people if it works adequately for
> what you guys want it for :-)
Sure, ping me when you have the final version and I'll try to build gcc
with it and do some size comparisons.
Thx.
--
Regards/Gruss,
Boris.
Good mailing practices for 400: avoid top-posting and trim the
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ber2000fb.c | 12 ++--
drivers/video/da8xx-fb.c | 2 +-
drivers/video/dnfb.c | 2 +-
drivers/video/ep93xx-fb.c | 4 +-
drivers/video/exynos/exynos_dp_core.c | 2 +-
drivers/video/ffb.c | 2 +-
drivers/video/fm2fb.c | 4 +-
drivers/video/fsl-diu-fb.c | 4 +-
drivers/video/gbefb.c | 4 +-
drivers/video/geode/gx1fb_core.c | 6 +-
drivers/video/geo...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ber2000fb.c | 12 ++--
drivers/video/da8xx-fb.c | 2 +-
drivers/video/dnfb.c | 2 +-
drivers/video/ep93xx-fb.c | 4 +-
drivers/video/exynos/exynos_dp_core.c | 2 +-
drivers/video/ffb.c | 2 +-
drivers/video/fm2fb.c | 4 +-
drivers/video/fsl-diu-fb.c | 4 +-
drivers/video/gbefb.c | 4 +-
drivers/video/geode/gx1fb_core.c | 6 +-
drivers/video/geo...
2012 Nov 19
2
[PATCH 158/493] video: remove use of __devinit
...ber2000fb.c | 12 ++--
drivers/video/da8xx-fb.c | 2 +-
drivers/video/dnfb.c | 2 +-
drivers/video/ep93xx-fb.c | 4 +-
drivers/video/exynos/exynos_dp_core.c | 2 +-
drivers/video/ffb.c | 2 +-
drivers/video/fm2fb.c | 4 +-
drivers/video/fsl-diu-fb.c | 4 +-
drivers/video/gbefb.c | 4 +-
drivers/video/geode/gx1fb_core.c | 6 +-
drivers/video/geo...
2017 Apr 25
0
[PATCH] drm/nouveau: Add support for clockgating on Fermi+
...DCAST.UNKE00.HW_BLK.BLCG <= 0xc242
[0] 96.241132 MMIO32 W 0x419020 0x0000c242
PGRAPH.GPC_BROADCAST.CCACHE.HW_CGBLK0.BLCG <= 0xc242
[0] 96.241143 MMIO32 W 0x419038 0x00000042
PGRAPH.GPC_BROADCAST.CCACHE.HW_CGBLK1.BLCG <= 0x42
[0] 96.241153 MMIO32 W 0x418898 0x00004242 PGRAPH.GPC_BROADCAST.FFB.BLCG
<= 0x4242
[0] 96.241163 MMIO32 W 0x419a40 0x0000c242
PGRAPH.GPC_BROADCAST.TPC_ALL.TEX.HW_CGBLK0.BLCG <= 0xc242
[0] 96.241173 MMIO32 W 0x419a48 0x0000c242
PGRAPH.GPC_BROADCAST.TPC_ALL.TEX.HW_CGBLK1.BLCG <= 0xc242
[0] 96.241183 MMIO32 W 0x419a50 0x0000c242
PGRAPH.GPC_BROADCAST.TPC_A...