Re: Copy and paste in Terminal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  On 10/13/2010 08:09 PM, Kevin J. Cummings wrote:
> On 10/13/2010 11:00 PM, JD wrote:
>
>> I have been copying and pasting as I described above
>> ever since the first X release on BSD.
>> No control-shift-v and no control-shift-c .
>> Just hightlight with left button and paste with middle
>> button. No fuss and no mess :) :)
> And you are missing the point.  There are two separate processes.  One
> of them copy/pastes to the system wide copy/paste "buffer", is the same
> as EDIT/copy and EDIT/paste in most menus, and can be bound to
> keystrokes or either c-c and c-v or similar.  The other is done by just
> highlighting text with the mouse.  You are describing the 2nd process.
> I was showing you that the 2 processes are separate and different.  The
> OP was claiming that the 2nd process no longer worked for him (but I'm
> unsure on what version of Fedora he is running), but that using the
> copy/paste commands (not mouse clicks) worked for him, but he wanted the
> mouse stiff to work for him again....
>
I see - Both methods work fine for me.
This is either an xorg package issue or
xorg.conf issue.
FWIW, here's my xorg.conf.
The commented stuff is there so I can remember it :)

Section "ServerLayout"
     Identifier     "X.org Configured"
     Screen      0  "Screen0" 0 0
     InputDevice    "Mouse0" "CorePointer"
     InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
     ModulePath   "/usr/lib/xorg/modules"
     FontPath     "catalogue:/etc/X11/fontpath.d"
     FontPath     "built-ins"
EndSection

Section "Module"
     Load  "record"
     Load  "extmod"
     Load  "dri2"
     Load  "dbe"
     Load  "glx"
     Load  "dri"
EndSection

Section "InputDevice"
     Identifier    "Keyboard0"
     Driver        "kbd"
     Option "Protocol" "Standard"
     Option "XkbLayout" "us"
     Option "XkbRules" "xfree86"
EndSection

Section "InputDevice"
     Identifier  "Mouse0"
     Driver      "mouse"
     Option        "Protocol" "auto"
     Option        "Device" "/dev/input/mice"
     Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
     Identifier   "Monitor0"
     VendorName   "Monitor Vendor"
     ModelName    "Monitor Model"
     HorizSync    24.0 - 85.0
     VertRefresh  48.0 - 76.0
EndSection

Section "Device"
         ### Available Driver options are:-
         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
         ### [arg]: arg optional
         #Option     "NoAccel"                # [<bool>]
         #Option     "SWcursor"               # [<bool>]
         #Option     "Dac6Bit"                # [<bool>]
         #Option     "Dac8Bit"                # [<bool>]
         #Option     "BusType"                # [<str>]
         #Option     "CPPIOMode"              # [<bool>]
         #Option     "CPusecTimeout"          # <i>
         #Option     "AGPMode"                # <i>
         #Option     "AGPFastWrite"           # [<bool>]
         #Option     "AGPSize"                # <i>
         #Option     "GARTSize"               # <i>
         #Option     "RingSize"               # <i>
         #Option     "BufferSize"             # <i>
         #Option     "EnableDepthMoves"       # [<bool>]
         #Option     "EnablePageFlip"         # [<bool>]
         #Option     "NoBackBuffer"           # [<bool>]
         #Option     "DMAForXv"               # [<bool>]
         #Option     "FBTexPercent"           # <i>
         #Option     "DepthBits"              # <i>
         #Option     "PCIAPERSize"            # <i>
         #Option     "AccelDFS"               # [<bool>]
         #Option     "IgnoreEDID"             # [<bool>]
         #Option     "CustomEDID"             # [<str>]
         #Option     "DisplayPriority"        # [<str>]
         #Option     "PanelSize"              # [<str>]
         #Option     "ForceMinDotClock"       # <freq>
         #Option     "ColorTiling"            # [<bool>]
         #Option     "VideoKey"               # <i>
         #Option     "RageTheatreCrystal"     # <i>
         #Option     "RageTheatreTunerPort"     # <i>
         #Option     "RageTheatreCompositePort"     # <i>
         #Option     "RageTheatreSVideoPort"     # <i>
         #Option     "TunerType"              # <i>
         #Option     "RageTheatreMicrocPath"     # <str>
         #Option     "RageTheatreMicrocType"     # <str>
         #Option     "ScalerWidth"            # <i>
         #Option     "RenderAccel"            # [<bool>]
         #Option     "SubPixelOrder"          # [<str>]
         #Option     "ShowCache"              # [<bool>]
         #Option     "ClockGating"            # [<bool>]
         #Option     "VGAAccess"              # [<bool>]
         #Option     "ReverseDDC"             # [<bool>]
         #Option     "LVDSProbePLL"           # [<bool>]
         #Option     "AccelMethod"            # <str>
         #Option     "DRI"                    # [<bool>]
         #Option     "ConnectorTable"         # <str>
         #Option     "DefaultConnectorTable"     # [<bool>]
         #Option     "DefaultTMDSPLL"         # [<bool>]
         #Option     "TVDACLoadDetect"        # [<bool>]
         #Option     "ForceTVOut"             # [<bool>]
         #Option     "TVStandard"             # <str>
         #Option     "IgnoreLidStatus"        # [<bool>]
         #Option     "DefaultTVDACAdj"        # [<bool>]
         #Option     "Int10"                  # [<bool>]
         #Option     "EXAVSync"               # [<bool>]
         #Option     "ATOMTVOut"              # [<bool>]
         #Option     "R4xxATOM"               # [<bool>]
         #Option     "ForceLowPowerMode"      # [<bool>]
         #Option     "DynamicPM"              # [<bool>]
         #Option     "NewPLL"                 # [<bool>]
         #Option     "ZaphodHeads"            # <str>
     Identifier  "Card0"
     Driver      "radeon"
     VendorName  "ATI Technologies Inc"
     BoardName   "RV350 [Mobility Radeon 9600 M10]"
     BusID       "PCI:1:0:0"
EndSection

Section "Screen"
     Identifier "Screen0"
     Device     "Card0"
     Monitor    "Monitor0"
     SubSection "Display"
         Viewport   0 0
         Depth     1
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     4
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     8
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     15
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     16
     EndSubSection
     SubSection "Display"
         Viewport   0 0
         Depth     24
     EndSubSection
EndSection

-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux