Did you run 'make dep' first?

I can copy and paste all over the place.  I run gpm and my XF86Config-4
file uses the /dev/gpmdata device.  I can copy and paste with the mouse
by highlighting, then pressing the third button to paste (or both
buttons simultaneously with Emulate3Buttons enabled in the xf86config
file).  Honestly, however I don't know if it is gpm or just X that
supports the copy/paste functionality.  Perhaps you just need the third
button, or emulation enabled:

for X4:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Device" "/dev/gpmdata"
        Option      "Protocol" "ps/2"
        Option      "Emulate3Buttons"   "true"
EndSection


On Thu, Nov 21, 2002 at 09:22:31PM -0800, Bryan Kane wrote:
> I've been trying to recompile my kernel and ran into
> an error during the "make bzImage" phase.  I'm using
> the 2.4.19mdk kernel on Mandrake 9.  FYI, among other
> things, i've got an ECS K7S5A mobo w/ AMD XP 1700 &
> Savage 4 Pro video card w/o TV out.
> 
> 
> Here is where I'm guessing the error message starts:
> 
> --------------------------------
> In file included from
> /usr/src/linux-2.4.19-16mdk/include/linux/modversions.h:15
> 4,
>                  from
> /usr/src/linux-2.4.19-16mdk/include/linux/module.h:21,
>                  from fbcon.c:65:
> /usr/src/linux-2.4.19-16mdk/include/linux/modules/i386_ksyms.ver:10:1:
> warning: 
> "EISA_bus" redefined
> In file included from
> /usr/src/linux-2.4.19-16mdk/include/linux/prefetch.h:13,
>                  from
> /usr/src/linux-2.4.19-16mdk/include/linux/list.h:6,
>                  from
> /usr/src/linux-2.4.19-16mdk/include/linux/module.h:12,
>                  from fbcon.c:65:
> /usr/src/linux-2.4.19-16mdk/include/asm/processor.h:258:1:
> warning: this is the 
> location of the previous definition
> fbcon.c: In function `fbcon_show_logo':
> fbcon.c:2260: `LINUX_LOGO_COLORS' undeclared (first
> use in this function)
> fbcon.c:2260: (Each undeclared identifier is reported
> only once
> fbcon.c:2260: for each function it appears in.)
> fbcon.c:2268: `linux_logo_red' undeclared (first use
> in this function)
> fbcon.c:2270: `linux_logo_green' undeclared (first use
> in this function)
> fbcon.c:2272: `linux_logo_blue' undeclared (first use
> in this function)
> fbcon.c:2280: `linux_logo' undeclared (first use in
> this function)
> fbcon.c:2284: `linux_logo16' undeclared (first use in
> this function)
> fbcon.c:2288: `linux_logo_bw' undeclared (first use in
> this function)
> fbcon.c:2242: warning: unused variable `dst'
> fbcon.c:2242: warning: unused variable `src'
> fbcon.c:2243: warning: unused variable `x1'
> fbcon.c:2243: warning: unused variable `y1'
> make[3]: *** [fbcon.o] Error 1
> make[3]: Leaving directory
> `/usr/src/linux-2.4.19-16mdk/drivers/video'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory
> `/usr/src/linux-2.4.19-16mdk/drivers/video'
> make[1]: *** [_subdir_video] Error 2
> make[1]: Leaving directory
> `/usr/src/linux-2.4.19-16mdk/drivers'
> make: *** [_dir_drivers] Error 2
> --------------------------------------
> 
> I see that there's some issue with the EISA bus and/or
> with the video setup.  At first, it looked like a
> "linux logo" issue, but that was too amusing for me to
> see it as realistic.
> 
> When in the menuconfig, I deselected a lot of options
> that did not seem relevant to my setup (since Mandrake
> starts out by selecting heaps of things for you).  I
> fear that maybe I deselected too many.
> 
> Any thoughts?
> 
> bryan
> 
> p.s.  Side question: Is there a way in Xterm or eterm
> or another option to copy text (as above) and paste it
> into another application?  I had to use Gnome terminal
> to copy the above error messages into this email.
> 
> =====
> ==================================
> Bryan Kane
> Eugene, Oregon
> [EMAIL PROTECTED]
> ==================================
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus ? Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> _______________________________________________
> Eug-LUG mailing list
> [EMAIL PROTECTED]
> http://mailman.efn.org/cgi-bin/listinfo/eug-lug
> 
_______________________________________________
Eug-LUG mailing list
[EMAIL PROTECTED]
http://mailman.efn.org/cgi-bin/listinfo/eug-lug

Reply via email to