LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 03-07-2010, 06:46 AM   #1
meyal0
LQ Newbie
 
Registered: Jan 2010
Posts: 11

Rep: Reputation: 0
External VGA on Lenovo W500 Centos5 .2/RHEL 5.2 not working


Hey all,

i am breaking my head here not able to start X on the external VGA, unless i reboot the laptop and right away pressing Fn + F7 and then when the system is Up i can see it on the lcd+vga, search google and tried several solution but didn't work.

what to do?

here is the lspci:
00:02.0 VGA compatible controller: Intel Corporation Cantiga Integrated Graphics Controller (rev 07)
01:00.0 VGA compatible controller: ATI Technologies Inc Mobilitiy Radeon HD 3650

and xorg.conf:
Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1920x1200"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 74.5
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

any help will be welcome since i am stuck...

thanks a lot
E
 
Old 03-09-2010, 12:17 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
Did you try using xrandr?
 
Old 03-09-2010, 01:46 PM   #3
mesiol
Member
 
Registered: Nov 2008
Location: Lower Saxony, Germany
Distribution: CentOS, RHEL, Solaris 10, AIX, HP-UX
Posts: 731

Rep: Reputation: 137Reputation: 137
Hi,

first you should update to RHEL 5.4 using yum. There are dozens on fixes since RHEL 5.2. After that check again if your problem exists and come back with some feedback.
 
Old 03-10-2010, 12:19 AM   #4
meyal0
LQ Newbie
 
Registered: Jan 2010
Posts: 11

Original Poster
Rep: Reputation: 0
Hi,

sorry, but i cannot upgrade to 5.4, we freeze the image on 5.2.
if i boot the laptop and press Fn+F7 then i can see the output on both screens, but i would like to switch between them without reboot the machine and connect the projector while booting.

here is the xrandr output:

SZ: Pixels Physical Refresh
0 1280 x 1024 ( 338mm x 270mm ) 60
1 1600 x 1024 ( 338mm x 270mm ) 60
2 1400 x 1050 ( 338mm x 270mm ) 60
3 1440 x 900 ( 338mm x 270mm ) 60
4 1280 x 960 ( 338mm x 270mm ) 60
5 1280 x 800 ( 338mm x 270mm ) 60
6 1152 x 864 ( 338mm x 270mm ) 60
7 1280 x 768 ( 338mm x 270mm ) 60
8 1280 x 720 ( 338mm x 270mm ) 60
9 1024 x 768 ( 338mm x 270mm ) 60
10 800 x 600 ( 338mm x 270mm ) 60 56
11 640 x 480 ( 338mm x 270mm ) 60
*12 1920 x 1200 ( 338mm x 270mm ) *60 50
13 1920 x 1080 ( 338mm x 270mm ) 60
14 1680 x 1050 ( 338mm x 270mm ) 60
15 1152 x 768 ( 338mm x 270mm ) 55
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none


thanks
E
 
Old 03-10-2010, 12:13 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
What is the output of the command with the external monitor plugged in?
xrandr -q

http://www.thinkwiki.org/wiki/Xorg_R...r_what_we_have

Last edited by michaelk; 03-10-2010 at 12:15 PM.
 
Old 03-11-2010, 12:16 AM   #6
meyal0
LQ Newbie
 
Registered: Jan 2010
Posts: 11

Original Poster
Rep: Reputation: 0
Hi,

Thanks for the reply, i think i got it right, i change xorg.conf see below,

and now i am booting the lp without the projector, when it is up connect the projector, but i need to log out and log in again so the x will be refreshed, then i can see both on lcd and on the projector, so i think it is ok now.

Thanks
E


# Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection

Section "ServerLayout"
Identifier "DualScreen"
Screen 0 "Screen0" RightOf "Screen1"
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection


Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

### Comment all HorizSync and VertSync values to use DDC:
### Comment all HorizSync and VertSync values to use DDC:
Identifier "Monitor0"
ModelName "LCD Panel 1920x1200"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 31.5 - 74.5
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection

Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor1"
VendorName "ViewSonic"
ModelName "VG730m"
HorizSync 31.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection


Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection

Section "Device"
Identifier "Videocard1"
Driver "intel"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Centos 5.2 on lenovo w500 meyal0 Linux - Laptop and Netbook 3 01-28-2010 12:01 AM
External VGA monitor on Dell E6400 crontab Linux - Laptop and Netbook 0 05-12-2009 01:10 PM
No dual display RHEL 5.1 on Lenovo T61 taz_Vtx Linux - Laptop and Netbook 1 10-03-2008 08:03 AM
vga=773 - not working in RHEL 5 (can't get the 1024x768 res. during the bootup) ruwindada Linux - Newbie 0 09-24-2007 06:43 AM
Installation of RHEL guest on CentOS5 with Multple CDs kranthij123 Linux - Software 0 05-23-2007 02:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 08:08 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