Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Switching displays between laptop and CRT
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Namor
n00b
n00b


Joined: 14 Jun 2002
Posts: 43
Location: Madison, WI US

PostPosted: Wed Jan 29, 2003 9:33 pm    Post subject: Switching displays between laptop and CRT Reply with quote

I'm setting up my laptop with KDE 3.1 right now. I was wondering if there is a nice and easy way to set things up so I can easily switch between my laptop display/touchpad when at home and my CRT/mouse when at work?

I don't suppose there is any way for that to be auto-detected?
Back to top
View user's profile Send private message
cyfred
Retired Dev
Retired Dev


Joined: 23 Aug 2002
Posts: 596

PostPosted: Thu Jan 30, 2003 9:35 am    Post subject: Reply with quote

Just have two mouse sections in /etc/X11/XF86Config one for each different type of mouse.

In regards to the screens, you will need to have two different screens sections in XF86Config, provided this is supported by your video drivers. All I do is have a single screen and export it to both the VGA out port and the TFT the only draw back is that the laptop screen is used then, but if you have a working method of turning the TFT screen off then you're set.
Back to top
View user's profile Send private message
BlackBart
Apprentice
Apprentice


Joined: 07 Oct 2002
Posts: 252

PostPosted: Fri Jan 31, 2003 1:05 am    Post subject: Reply with quote

note, newer laptops allow you to use two screens, the laptop and a crt. You might want to look into this.
Back to top
View user's profile Send private message
green sun
Guru
Guru


Joined: 04 Nov 2002
Posts: 325
Location: Wista, MA

PostPosted: Fri Jan 31, 2003 3:05 pm    Post subject: Reply with quote

Does the laptop have a key combination to switch between LCD & external monitor? Have you tried it? Is it a resolution issue between the LCD & monitor?

Just curious.. I've never tried...
Back to top
View user's profile Send private message
Cyclone
n00b
n00b


Joined: 27 Jan 2003
Posts: 23

PostPosted: Fri Jan 31, 2003 3:44 pm    Post subject: Reply with quote

I havn't actually tried to use the screen switching on my Toshiba 2415, but my impression is that you can get support for the key switching, it just takes some work (and REALLY depends on your laptop).

Also, for my laptop, whenever my LCD screen totally shuts down, X has some serious display issues when it comes back up.
_________________
Cyclone
Successfully running Gentoo 1.4 on a Toshiba 2415-s205 from stage1
Back to top
View user's profile Send private message
BlackBart
Apprentice
Apprentice


Joined: 07 Oct 2002
Posts: 252

PostPosted: Sat Feb 01, 2003 3:10 am    Post subject: Reply with quote

on most toshibas fn+f5 does the switching, I think it is a hardware thing, at least it is on the older computers.
Back to top
View user's profile Send private message
byronm
n00b
n00b


Joined: 02 Feb 2003
Posts: 14

PostPosted: Sun Feb 02, 2003 7:42 pm    Post subject: Reply with quote

I use a docking station and had this same problem, my monitor wouldn't work because it was using the laptops display.

I've basically created rc script that looks my my scsi port and if it sees it, it then copies XFree86.docked to XFree86 config. SCSI port is on the docking station, so alot of times you can look for a 2nd nic card, external sound interface or something similar.

The Linux-Laptop-HOWTO i think has an example of this.
_________________
-turboweb.net
hosting plans starting $3.95
Back to top
View user's profile Send private message
fruers
n00b
n00b


Joined: 02 Feb 2003
Posts: 12
Location: Australia

PostPosted: Mon Feb 03, 2003 1:05 am    Post subject: Reply with quote

I have three config files to work with X on Dell C600. One for standalone laptop which supports two pointing devices and LCD display, one for docked at home with CRT display and usb mouse and one for docked at work with flat panel and ps2 mouse. I just symlink the required config to /etc/X11/XF86config with an alias command in .bashrc:

alias home='ln -sf /etc/X11/XF86Config.home /etc/X11/XF86Config'
alias laptop='ln -sf /etc/X11/XF86Config.laptop /etc/X11/XF86Config'
alias work='ln -sf /etc/X11/XF86Config.work /etc/X11/XF86Config'

Automatic activation based on byronm's method above looks like the best option.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum