LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


View Poll Results: How many desktops do you use?
Only 1 7 18.42%
More than 1 but less than 4 7 18.42%
Just 4 17 44.74%
6 is ideal 5 13.16%
More than 6. Show no fear! 2 5.26%
Voters: 38. You may not vote on this poll

Reply
  Search this Thread
Old 03-29-2004, 06:52 PM   #16
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48

Quote:
Originally posted by Kovacs
Didn't I read on Slashdot about M$ including a pager and multiple desktops in Longhorn, and trying to patent the idea?
http://yro.slashdot.org/yro/04/02/25/1346201.shtml

he's also touting transparent windows and right-hand task bar as big interface developments for longhorn. wow, the innovation.

"Among the features shown off were transparent windows, animated windows that pop open and a new taskbar on the righthand side of the screen that displayed a clock, buddy list, and news and other information...."
 
Old 03-29-2004, 07:49 PM   #17
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Like my mate who was working for M$ back then
(about 5, 6 years ago?) telling me about the then
brand new DCOM, which OS/2's SOM had been
doing for 6 years :} then...


Cheers,
Tink
 
Old 03-29-2004, 08:11 PM   #18
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
no desktop, flux or openbox, i need ram and speed.
the answer would be less than one?
 
Old 03-29-2004, 08:22 PM   #19
liamoboyle
Member
 
Registered: Mar 2004
Location: Wellington, New Zealand
Distribution: Debian
Posts: 127

Rep: Reputation: 15
@ work, six, but with two screens, so more like 12 1280x1024 or 6 2560x1024. I do tend to get a little lost at times :-/

What about edge flipping? Move the mouse to the side to get to the next desktop. Best idea ever. And so confusing to anyone else who tries to use my computer and click on something near the corner..
 
Old 03-29-2004, 08:39 PM   #20
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
So what software/ hardware what do you need to use two monitors and multiple desktops on each one? How do you differentiate between swapping between monitors and between the desktops on the same monitor? I've got an old 17" CRT sitting here in the corner and I keep thinking how cool it would be to be able to have documentation on one and my work area on the other.
 
Old 03-29-2004, 10:27 PM   #21
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
i think desktop switching has to deal with xinerama support . I believe that if xinerama support is included for your graphics card you just have to customize a little bit the XF86Config file to make it work.
 
Old 03-29-2004, 10:29 PM   #22
liamoboyle
Member
 
Registered: Mar 2004
Location: Wellington, New Zealand
Distribution: Debian
Posts: 127

Rep: Reputation: 15
It treats the two like one big desktop, and flipt when you head past the left of the left screen or the right of the right screen. The mouse just travels between the two in the middle w/out changing desktops.

XF86config as follows, just make sure your drivers are installed right and it should be no probs.

Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" LeftOf "Screen0"
Option "Xinerama"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "3"
EndSection

Section "Monitor"
#DisplaySize 360 270 # mm
Identifier "Monitor0"
VendorName "PHL"
ModelName "PHILIPS 109S2"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "PHL"
ModelName "PHILIPS 109S2"
Option "DPMS"
VertRefresh 60-80
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 "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
Identifier "Card0"
Driver "nv"
VendorName "nVidia Corporation"
BoardName "NV11 [GeForce2 MX/MX 400]"
BusID "PCI:1:4: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 "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
Option "DRI" "true"
Option "VideoRam" "128MB"
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
Identifier "Card1"
Driver "i810"
VendorName "Intel Corp."
BoardName "82845G/GL [Brookdale-G] Chipset Integrated Graphics Device"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x964" "1024x768"
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x964" "1024x768"
EndSubSection
EndSection
 
Old 03-30-2004, 01:34 AM   #23
Bebo
Member
 
Registered: Jul 2003
Location: Göteborg
Distribution: Arch Linux (current)
Posts: 553

Rep: Reputation: 31
Quote:
Originally posted by synaptical
http://yro.slashdot.org/yro/04/02/25/1346201.shtml

he's also touting transparent windows and right-hand task bar as big interface developments for longhorn. wow, the innovation.

"Among the features shown off were transparent windows, animated windows that pop open and a new taskbar on the righthand side of the screen that displayed a clock, buddy list, and news and other information...."
OK, now I'm worried... What keeps anyone from patenting open source solutions and claim they are theirs?

Oh sorry, I got quite a bit off-topic...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
desktops daven1 Slackware 2 01-10-2005 08:17 PM
What are all the different desktops? SuSE_Surfer Linux - General 14 10-22-2003 11:21 PM
Do we really need desktops? softgun Linux - Software 21 07-14-2003 02:57 AM
4 desktops?? murshed Linux - Newbie 5 01-25-2003 09:42 AM
desktops thanko Linux - General 11 04-10-2002 11:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration