Re: Dual Display on a Laptop?

2004-03-27 Thread Andy Firman
On Fri, Mar 26, 2004 at 02:58:52PM +0100, Lukas Ruf wrote:
> > Nicolas <[EMAIL PROTECTED]> [2004-03-26 04:55]:
> >
> > On Thursday 25 March 2004 22:37, arief# wrote:
> > >

 
> Great thing!  This would be the solution I've always wanted for my
> laptop and Linux!
> 
> Can you send me (us) some more hints, how this works?
> - Configuration of the two screens
> - Are both displays active all the time or is it possible to switch
>   them on and off independently?

I posted this reply yesterday to debian-user by mistake.  Sorry.
Now i am posting to the debian-laptop list.

Here is my XF86Config-4 file pasted below.
I use a Thinkpad A31 with 15" screen and external 15" Flat panel monitor.
My setup has 2 complete desktops...one for each screen.
The mouse freely travels between each. This is a great setup.
But I can't drag applications across to each other because they are
independant desktops.
The laptop display runs at 1400x1050 and the external runs at 1024x768.
I am not an expert at all and this was put together by researching
the web for a couple of hours so there may be stuff in here that's not right.

--
Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Device[0]"
Driver  "radeon"
BusID   "PCI:1:0:0"
Screen  0
Option  "NoDDC"
Option  "Rotate" "off"
EndSection

Section "Device"
Identifier  "Device[1]
Driver  "radeon"
BusID   "PCI:1:0:0"
Screen  1
Option  "Rotate" "off"
Option  "NoDDC"
EndSection

Section "Monitor"
Identifier  "Monitor[0]"
HorizSync   30-90
VertRefresh 40-80
Option  "DPMS"
UseModes"Modes[0]"
EndSection

Section "Monitor"
Identifier  "Monitor[1]"
HorizSync   30-90
VertRefresh 40-80
Option  "DPMS"
UseModes"Modes[1]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline  "1400x1050" 61.19 1024 1040 1216 1400 768 768 777 802
  Modeline  "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync 
-vsync
  Modeline  "1400x1050" 162.08 1400 1480 1768 1896 1050 1050 1063 1097 
-hsync -vsync
EndSection

Section "Modes"
  Identifier   "Modes[1]"
  Modeline  "1400x1050" 61.19 1024 1040 1216 1400 768 768 777 802
  Modeline  "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync 
-vsync
  Modeline  "1400x1050" 162.08 1400 1480 1768 1896 1050 1050 1063 1097 
-hsync -vsync
EndSection


Section "Screen"
Identifier  "Screen[0]"
Device  "Device[0]"
Monitor "Monitor[0]"
DefaultDepth24
SubSection "Display"
Depth   24
Modes   "1400x1050"
EndSubSection
EndSection

Section "Screen"
Identifier  "Screen[1]"
Device  "Device[1]"
Monitor "Monitor[1]"
  

Re: Dual Display on a Laptop?

2004-03-27 Thread Andy Firman
On Fri, Mar 26, 2004 at 02:58:52PM +0100, Lukas Ruf wrote:
> > Nicolas <[EMAIL PROTECTED]> [2004-03-26 04:55]:
> >
> > On Thursday 25 March 2004 22:37, arief# wrote:
> > >

 
> Great thing!  This would be the solution I've always wanted for my
> laptop and Linux!
> 
> Can you send me (us) some more hints, how this works?
> - Configuration of the two screens
> - Are both displays active all the time or is it possible to switch
>   them on and off independently?

I posted this reply yesterday to debian-user by mistake.  Sorry.
Now i am posting to the debian-laptop list.

Here is my XF86Config-4 file pasted below.
I use a Thinkpad A31 with 15" screen and external 15" Flat panel monitor.
My setup has 2 complete desktops...one for each screen.
The mouse freely travels between each. This is a great setup.
But I can't drag applications across to each other because they are
independant desktops.
The laptop display runs at 1400x1050 and the external runs at 1024x768.
I am not an expert at all and this was put together by researching
the web for a couple of hours so there may be stuff in here that's not right.

--
Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Device[0]"
Driver  "radeon"
BusID   "PCI:1:0:0"
Screen  0
Option  "NoDDC"
Option  "Rotate" "off"
EndSection

Section "Device"
Identifier  "Device[1]
Driver  "radeon"
BusID   "PCI:1:0:0"
Screen  1
Option  "Rotate" "off"
Option  "NoDDC"
EndSection

Section "Monitor"
Identifier  "Monitor[0]"
HorizSync   30-90
VertRefresh 40-80
Option  "DPMS"
UseModes"Modes[0]"
EndSection

Section "Monitor"
Identifier  "Monitor[1]"
HorizSync   30-90
VertRefresh 40-80
Option  "DPMS"
UseModes"Modes[1]"
EndSection

Section "Modes"
  Identifier   "Modes[0]"
  Modeline  "1400x1050" 61.19 1024 1040 1216 1400 768 768 777 802
  Modeline  "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
  Modeline  "1400x1050" 162.08 1400 1480 1768 1896 1050 1050 1063 1097 -hsync 
-vsync
EndSection

Section "Modes"
  Identifier   "Modes[1]"
  Modeline  "1400x1050" 61.19 1024 1040 1216 1400 768 768 777 802
  Modeline  "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
  Modeline  "1400x1050" 162.08 1400 1480 1768 1896 1050 1050 1063 1097 -hsync 
-vsync
EndSection


Section "Screen"
Identifier  "Screen[0]"
Device  "Device[0]"
Monitor "Monitor[0]"
DefaultDepth24
SubSection "Display"
Depth   24
Modes   "1400x1050"
EndSubSection
EndSection

Section "Screen"
Identifier  "Screen[1]"
Device  "Device[1]"
Monitor "Monitor[1]"

Re: Dual Display on a Laptop?

2004-03-26 Thread Nicolas
If it can help anyone, I also have a config for my TV.
My videocard is a nVidia and I use their module.
I put the raw config. I don't like to delete lines, comments are good for 
future references...

Section "ServerLayout"
Identifier  "Default"
Screen  0 "Screen0" 0 0 
#   InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
#   InputDevice "Mouse2" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier  "DualHome"
Screen  "Screen0" 0 0   
Screen  "Screen1" RightOf "Screen0" 
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier  "Dual8D"
Screen  "Screen0" 0 0   
Screen  "Screen2" RightOf "Screen0" 
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "TV"
Screen 0 "Screen TV" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath  "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath"/usr/X11R6/lib/X11/fonts/msttf"
FontPath"/usr/X11R6/lib/X11/fonts/misc:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/Speedo:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/Type1:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/encodings:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/encodings/large:unscaled"
EndSection

Section "Module"
Load"glx"
#   Load"record"
Load"extmod"
Load"type1"
Load"dbe"
Load"v4l"
#Load   "xie"
Load"xaa"
#Load   "xtt"
Load"freetype"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "AutoRepeat""250 30"
Option  "XkbModel"  "pc104"
Option  "XkbRules"  "xfree86"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "GlidePointPS/2"
Option  "Device" "/dev/input/mouse0"
#   Option  "Device" "/dev/input/mice"
Option  "Emulate3Buttons" "on"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Protocol" "IMPS/2"
Option  "Device"   "/dev/input/mouse2"
#Option  "Device"   "/dev/input/mouse1"
 #  Option  "Device"   "/dev/psaux"
Option  "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier  "Mouse2"
Driver  "mouse"
Option  "Protocol" "GlidePointPS/2"
Option  "Device" "/dev/psaux"
Option  "Emulate3Buttons" "on"
EndSection

Section "Monitor"
Identifier  "Monitor0"
VendorName  "Dell"
ModelName   "Dell 1400x1050"
#HorizSync  31.5-110
#VertRefresh28-90
#Modeline"1400x1050" 110 1400 1400 1648 1776 1050 1050 1053 1067
#ModeLine   "1400x1050" 125.04 1400 1464 1784 1912 1050 1052 1064 
1090 #60Hz
DisplaySize 305 229
HorizSync   31.5-90.0
VertRefresh 59.0-75.0
Modeline"1400x1050"  129   1400 1464 1656 1960 1050 1051 1054 
1100 +HSync +VSync
Option  "dpms"
EndSection

Section "Monitor"
Identifier "DX15F"
VendorName "MagInnovision"
ModelName  "DX15F"
HorizSync 30-64
VertRefresh 50-100
EndSection

Section "Monitor"
Identifier "G90m"
VendorName "ViewSonic"
ModelName  "G90m"
DisplaySize 386 290
HorizSync 30-97
VertRefresh 50-160
EndSection

Section "Monitor"
Identifier "TV"
VendorName "Unknown"
ModelName  "Unknown"
HorizSync 30-50
VertRefresh 60
EndSection

Section "Device"
Identifier  "Card0"
Driver  "nvidia"
#Driver "nv"
VendorName  "NVidia"
BoardName   "GeForce 2 Go"
BusID   "PCI:1:0:0"
Option  "IgnoreEDID""1"
Option  "NvAgp" "2"

Re: Dual Display on a Laptop?

2004-03-26 Thread Nicolas
If it can help anyone, I also have a config for my TV.
My videocard is a nVidia and I use their module.
I put the raw config. I don't like to delete lines, comments are good for 
future references...

Section "ServerLayout"
Identifier  "Default"
Screen  0 "Screen0" 0 0 
#   InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
#   InputDevice "Mouse2" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier  "DualHome"
Screen  "Screen0" 0 0   
Screen  "Screen1" RightOf "Screen0" 
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier  "Dual8D"
Screen  "Screen0" 0 0   
Screen  "Screen2" RightOf "Screen0" 
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
Identifier "TV"
Screen 0 "Screen TV" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath  "/usr/X11R6/lib/modules"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath"/usr/X11R6/lib/X11/fonts/msttf"
FontPath"/usr/X11R6/lib/X11/fonts/misc:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/Speedo:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/Type1:unscaled"
FontPath"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/encodings:unscaled"
#FontPath   "/usr/X11R6/lib/X11/fonts/encodings/large:unscaled"
EndSection

Section "Module"
Load"glx"
#   Load"record"
Load"extmod"
Load"type1"
Load"dbe"
Load"v4l"
#Load   "xie"
Load"xaa"
#Load   "xtt"
Load"freetype"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver  "keyboard"
Option  "AutoRepeat""250 30"
Option  "XkbModel"  "pc104"
Option  "XkbRules"  "xfree86"
Option  "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver  "mouse"
Option  "Protocol" "GlidePointPS/2"
Option  "Device" "/dev/input/mouse0"
#   Option  "Device" "/dev/input/mice"
Option  "Emulate3Buttons" "on"
EndSection

Section "InputDevice"
Identifier  "Mouse1"
Driver  "mouse"
Option  "Protocol" "IMPS/2"
Option  "Device"   "/dev/input/mouse2"
#Option  "Device"   "/dev/input/mouse1"
 #  Option  "Device"   "/dev/psaux"
Option  "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier  "Mouse2"
Driver  "mouse"
Option  "Protocol" "GlidePointPS/2"
Option  "Device" "/dev/psaux"
Option  "Emulate3Buttons" "on"
EndSection

Section "Monitor"
Identifier  "Monitor0"
VendorName  "Dell"
ModelName   "Dell 1400x1050"
#HorizSync  31.5-110
#VertRefresh28-90
#Modeline"1400x1050" 110 1400 1400 1648 1776 1050 1050 1053 1067
#ModeLine   "1400x1050" 125.04 1400 1464 1784 1912 1050 1052 1064 1090 
#60Hz
DisplaySize 305 229
HorizSync   31.5-90.0
VertRefresh 59.0-75.0
Modeline"1400x1050"  129   1400 1464 1656 1960 1050 1051 1054 1100 
+HSync +VSync
Option  "dpms"
EndSection

Section "Monitor"
Identifier "DX15F"
VendorName "MagInnovision"
ModelName  "DX15F"
HorizSync 30-64
VertRefresh 50-100
EndSection

Section "Monitor"
Identifier "G90m"
VendorName "ViewSonic"
ModelName  "G90m"
DisplaySize 386 290
HorizSync 30-97
VertRefresh 50-160
EndSection

Section "Monitor"
Identifier "TV"
VendorName "Unknown"
ModelName  "Unknown"
HorizSync 30-50
VertRefresh 60
EndSection

Section "Device"
Identifier  "Card0"
Driver  "nvidia"
#Driver "nv"
VendorName  "NVidia"
BoardName   "GeForce 2 Go"
BusID   "PCI:1:0:0"
Option  "IgnoreEDID""1"
Option  "NvAgp" "2"

Re: Dual Display on a Laptop?

2004-03-26 Thread s. keeling
Incoming from Tim Connors:
> On Fri, 26 Mar 2004, s. keeling wrote:
> 
> > Incoming from Tim Connors:
> > >
> > > Does anyone have r128 mobility working (mine is in a Dell I4K).
> >
> > Sure.  Works great here.  Dell i4k, Woody/stable, XFree86 4.2.1.1
> > (Debian 4.2.1-3.woody3).
> 
> Dual display? What's your X-config? Just the "blah1 rightof blah2" part in

Double damn.  No, I just saw the subject line.  I thought you were
just trying to get X working _at all_.  Sorry.

-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -



Re: Dual Display on a Laptop?

2004-03-26 Thread Tim Connors
On Fri, 26 Mar 2004, s. keeling wrote:

> Incoming from Tim Connors:
> >
> > Does anyone have r128 mobility working (mine is in a Dell I4K).
>
> Sure.  Works great here.  Dell i4k, Woody/stable, XFree86 4.2.1.1
> (Debian 4.2.1-3.woody3).

Dual display? What's your X-config? Just the "blah1 rightof blah2" part in
the serverlayout section?

How long has that been working for? Damn.

-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
A new verb was accidently created during a discussion about KDE 3 and Debian.
It was said that KDE 3 will sid soon. -- Debian Weekly News Jan 14,2003



Re: Dual Display on a Laptop?

2004-03-26 Thread s. keeling
Incoming from Tim Connors:
> On Fri, 26 Mar 2004, s. keeling wrote:
> 
> > Incoming from Tim Connors:
> > >
> > > Does anyone have r128 mobility working (mine is in a Dell I4K).
> >
> > Sure.  Works great here.  Dell i4k, Woody/stable, XFree86 4.2.1.1
> > (Debian 4.2.1-3.woody3).
> 
> Dual display? What's your X-config? Just the "blah1 rightof blah2" part in

Double damn.  No, I just saw the subject line.  I thought you were
just trying to get X working _at all_.  Sorry.

-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Display on a Laptop?

2004-03-26 Thread s. keeling
Incoming from Tim Connors:
> 
> Does anyone have r128 mobility working (mine is in a Dell I4K).

Sure.  Works great here.  Dell i4k, Woody/stable, XFree86 4.2.1.1
(Debian 4.2.1-3.woody3). 

> I never did get it to work, but last tried about a year ago. No fair

I've had working under SuSE and Debian and had no trouble with it at
all:

lspci -vv

01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x 
(rev 02) (prog-if 00 [VGA])
Subsystem: Dell Computer Corporation: Unknown device 00b0
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping+ SERR- FastB2B-
Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- 
SERR-  [disabled] [size=128K]
Capabilities: 


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -



Re: Dual Display on a Laptop?

2004-03-26 Thread Tim Connors
On Fri, 26 Mar 2004, s. keeling wrote:

> Incoming from Tim Connors:
> >
> > Does anyone have r128 mobility working (mine is in a Dell I4K).
>
> Sure.  Works great here.  Dell i4k, Woody/stable, XFree86 4.2.1.1
> (Debian 4.2.1-3.woody3).

Dual display? What's your X-config? Just the "blah1 rightof blah2" part in
the serverlayout section?

How long has that been working for? Damn.

-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
A new verb was accidently created during a discussion about KDE 3 and Debian.
It was said that KDE 3 will sid soon. -- Debian Weekly News Jan 14,2003


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Display on a Laptop?

2004-03-26 Thread Lukas Ruf
> Nicolas <[EMAIL PROTECTED]> [2004-03-26 04:55]:
>
> On Thursday 25 March 2004 22:37, arief# wrote:
> >
> > I mean, can I make it viewing different view than the ones coming up on
> > my LCD?
> >
>
> Sure you can, just like a dualhead.  I use this configuration at work.  One
> server on my laptop LCD and another one on an external CRT.  Both have the
> same window manager and one mouse, one keyboard, but with different
> resolution/refreshrate.
>
> All you need to do is declare two screens and make your server something like
> that :
> Section "ServerLayout"
> Identifier  "DualJob"
> Screen  "Screen0" 0 0
> Screen  "Screen2" RightOf "Screen0"
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Mouse1" "SendCoreEvents"
> InputDevice "Mouse2" "SendCoreEvents"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
>

Great thing!  This would be the solution I've always wanted for my
laptop and Linux!

Can you send me (us) some more hints, how this works?
- Configuration of the two screens
- Are both displays active all the time or is it possible to switch
  them on and off independently?

Thanks!

wbr,
Lukas
-- 
Lukas Ruf   | Wanna know anything about raw |
 | IP? ->  |
eMail Style Guide: |



Re: Dual Display on a Laptop?

2004-03-26 Thread s. keeling
Incoming from Tim Connors:
> 
> Does anyone have r128 mobility working (mine is in a Dell I4K).

Sure.  Works great here.  Dell i4k, Woody/stable, XFree86 4.2.1.1
(Debian 4.2.1-3.woody3). 

> I never did get it to work, but last tried about a year ago. No fair

I've had working under SuSE and Debian and had no trouble with it at
all:

lspci -vv

01:00.0 VGA compatible controller: ATI Technologies Inc Rage Mobility M3 AGP 2x (rev 
02) (prog-if 00 [VGA])
Subsystem: Dell Computer Corporation: Unknown device 00b0
Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ 
SERR- FastB2B-
Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR-  [disabled] [size=128K]
Capabilities: 


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)   http://www.spots.ab.ca/~keeling 
- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Display on a Laptop?

2004-03-26 Thread Tim Connors
On Fri, 26 Mar 2004, Hubert Chan wrote:

> > "Arief" == arief#  <[EMAIL PROTECTED]> writes:
>
> Arief> Is it possible to use different X-Window client on a laptop
> Arief> VGA-port?
>
> Maybe.  It depends on whether your video chip supports it (some do,
> some can only do mirroring).  If your chip does support it, it also
> depends on whether or not XFree86 supports your chip well enough to do
> it.  (Doesn't work on mine -- Trident.)

Does anyone have r128 mobility working (mine is in a Dell I4K).

I never did get it to work, but last tried about a year ago. No fair
having something work under Windoze but not Lunix :(

-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
Keyboard Not Found: Press  to Continue



Re: Dual Display on a Laptop?

2004-03-26 Thread Lukas Ruf
> Nicolas <[EMAIL PROTECTED]> [2004-03-26 04:55]:
>
> On Thursday 25 March 2004 22:37, arief# wrote:
> >
> > I mean, can I make it viewing different view than the ones coming up on
> > my LCD?
> >
>
> Sure you can, just like a dualhead.  I use this configuration at work.  One
> server on my laptop LCD and another one on an external CRT.  Both have the
> same window manager and one mouse, one keyboard, but with different
> resolution/refreshrate.
>
> All you need to do is declare two screens and make your server something like
> that :
> Section "ServerLayout"
> Identifier  "DualJob"
> Screen  "Screen0" 0 0
> Screen  "Screen2" RightOf "Screen0"
> InputDevice "Mouse0" "CorePointer"
> InputDevice "Mouse1" "SendCoreEvents"
> InputDevice "Mouse2" "SendCoreEvents"
> InputDevice "Keyboard0" "CoreKeyboard"
> EndSection
>
>

Great thing!  This would be the solution I've always wanted for my
laptop and Linux!

Can you send me (us) some more hints, how this works?
- Configuration of the two screens
- Are both displays active all the time or is it possible to switch
  them on and off independently?

Thanks!

wbr,
Lukas
-- 
Lukas Ruf   | Wanna know anything about raw |
 | IP? ->  |
eMail Style Guide: |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Display on a Laptop?

2004-03-26 Thread Tim Connors
On Fri, 26 Mar 2004, Hubert Chan wrote:

> > "Arief" == arief#  <[EMAIL PROTECTED]> writes:
>
> Arief> Is it possible to use different X-Window client on a laptop
> Arief> VGA-port?
>
> Maybe.  It depends on whether your video chip supports it (some do,
> some can only do mirroring).  If your chip does support it, it also
> depends on whether or not XFree86 supports your chip well enough to do
> it.  (Doesn't work on mine -- Trident.)

Does anyone have r128 mobility working (mine is in a Dell I4K).

I never did get it to work, but last tried about a year ago. No fair
having something work under Windoze but not Lunix :(

-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
Keyboard Not Found: Press  to Continue


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Dual Display on a Laptop?

2004-03-25 Thread Hubert Chan
> "Arief" == arief#  <[EMAIL PROTECTED]> writes:

Arief> Is it possible to use different X-Window client on a laptop
Arief> VGA-port?

Maybe.  It depends on whether your video chip supports it (some do,
some can only do mirroring).  If your chip does support it, it also
depends on whether or not XFree86 supports your chip well enough to do
it.  (Doesn't work on mine -- Trident.)

-- 
Hubert Chan <[EMAIL PROTECTED]> - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.



Re: Dual Display on a Laptop?

2004-03-25 Thread Nicolas
On Thursday 25 March 2004 22:37, arief# wrote:
> Dear all,
>
>
> I don't know if this idea is doable.
> Or it might even sounds crazy.
>
> Is it possible to use different X-Window client on a laptop VGA-port?
> You know the one that used for digital projector presentation input.
>
> I mean, can I make it viewing different view than the ones coming up on
> my LCD?
>
> No?
> I guess so.

Sure you can, just like a dualhead.  I use this configuration at work.  One 
server on my laptop LCD and another one on an external CRT.  Both have the 
same window manager and one mouse, one keyboard, but with different 
resolution/refreshrate.

All you need to do is declare two screens and make your server something like 
that :
Section "ServerLayout"
Identifier  "DualJob"
Screen  "Screen0" 0 0
Screen  "Screen2" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection


>
> Best Regards,
> -arief

-- 
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



Re: Dual Display on a Laptop?

2004-03-25 Thread Hubert Chan
> "Arief" == arief#  <[EMAIL PROTECTED]> writes:

Arief> Is it possible to use different X-Window client on a laptop
Arief> VGA-port?

Maybe.  It depends on whether your video chip supports it (some do,
some can only do mirroring).  If your chip does support it, it also
depends on whether or not XFree86 supports your chip well enough to do
it.  (Doesn't work on mine -- Trident.)

-- 
Hubert Chan <[EMAIL PROTECTED]> - http://www.uhoreg.ca/
PGP/GnuPG key: 1024D/124B61FA
Fingerprint: 96C5 012F 5F74 A5F7 1FF7  5291 AF29 C719 124B 61FA
Key available at wwwkeys.pgp.net.   Encrypted e-mail preferred.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Dual Display on a Laptop?

2004-03-25 Thread arief#
Dear all,


I don't know if this idea is doable.
Or it might even sounds crazy. 

Is it possible to use different X-Window client on a laptop VGA-port?
You know the one that used for digital projector presentation input.  

I mean, can I make it viewing different view than the ones coming up on
my LCD? 

No?
I guess so.


Best Regards,
-arief



Re: Dual Display on a Laptop?

2004-03-25 Thread Nicolas
On Thursday 25 March 2004 22:37, arief# wrote:
> Dear all,
>
>
> I don't know if this idea is doable.
> Or it might even sounds crazy.
>
> Is it possible to use different X-Window client on a laptop VGA-port?
> You know the one that used for digital projector presentation input.
>
> I mean, can I make it viewing different view than the ones coming up on
> my LCD?
>
> No?
> I guess so.

Sure you can, just like a dualhead.  I use this configuration at work.  One 
server on my laptop LCD and another one on an external CRT.  Both have the 
same window manager and one mouse, one keyboard, but with different 
resolution/refreshrate.

All you need to do is declare two screens and make your server something like 
that :
Section "ServerLayout"
Identifier  "DualJob"
Screen  "Screen0" 0 0
Screen  "Screen2" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Mouse2" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection


>
> Best Regards,
> -arief

-- 
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Dual Display on a Laptop?

2004-03-25 Thread arief#
Dear all,


I don't know if this idea is doable.
Or it might even sounds crazy. 

Is it possible to use different X-Window client on a laptop VGA-port?
You know the one that used for digital projector presentation input.  

I mean, can I make it viewing different view than the ones coming up on
my LCD? 

No?
I guess so.


Best Regards,
-arief


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]