Find the answer to your Linux question:
Results 1 to 5 of 5
Hi All, I am using a HP laptop with a dual boot configuration. I recently got an external monitor, since I my laptop display has developed some issues. In my ...
  1. #1
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224

    [SOLVED] Issues using external monitor with Laptop

    Hi All,

    I am using a HP laptop with a dual boot configuration.
    I recently got an external monitor, since I my laptop display has developed some issues.

    In my Windows XP installation, I can switch between the laptops display and the external monitor using the Fn+F4 key, and there are no issues with it.

    I run into resolution issues when I switch onto my Linux installation. I am running F10 with 2.6.27.41-170.2.117.fc10.i686 kernel and Gnome 2.24.3.
    F10 is able to detect the external monitor.
    I am still having my laptop display as the primary display, and I do not get anything on the external monitor during F10 boot. I directly get the login screen.

    Issues that I am facing:

    1. F10 is using a default resolution of 1024x768 for the external display, but the actual resolution for the display is 1360x768.
    In F10 xorg.conf is not used. I googled for this issue and yum installed xorg.conf and then modified the same, but to no use. The display still shows the lower resolution.

    I am attaching copy of my xorg.conf. Please help me sort this issue.
    Code:
    # Xorg configuration created by system-config-display
    
    Section "ServerLayout"
            Identifier     "single head configuration"
            Screen      0  "Screen0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "InputDevice"
    
    # keyboard added by rhpxl
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105+inet"
            Option      "XkbLayout" "us"
    EndSection
    
    Section "Monitor"
            Identifier   "Monitor0"
            ModelName    "LCD Panel 1360x768"
            HorizSync    31.5 - 48.0
            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
                    Modes    "1360x768"
            EndSubSection
    EndSection
    2. I want to use the external monitor as the only display. Present, both the external display and my laptop display are ON at the same time.

    Any help in this regards is high appreciated.

    Thanks in advance.
    Linux Rocks!!!!

    Rinjo

  2. #2
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224

    Unhappy

    Hi All,

    Please help me out with this. It is really weird to work with wrong display resolution.

    One more thing that I noticed today is that I cannot change to the terminals using ctrl+alt+f2...f7.
    The display disappears from the external monitor and is only available on the laptop display.

    Plz help!!!
    Linux Rocks!!!!

    Rinjo

  3. #3
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224

    Red face

    Can anyone please help me out here?
    Linux Rocks!!!!

    Rinjo

  4. #4
    Linux Newbie rinjo's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore, India
    Posts
    224

    Lightbulb

    This issue is now sorted out!
    We can change the display resolution of the external monitor using "xrandr" commands.
    Code:
    $ xrandr --output VGA-0 --mode 1360x768
    We can even shut the output to the required display by running the following command.

    Code:
    $ xrandr --output VGA/LVDS --off
    I did get some help from someone else and I hope that this will help others looking for solution to similar issues.

    Cheers
    -Rinjo
    Linux Rocks!!!!

    Rinjo

  5. #5
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Thanks for posting your solution, I'm sure it will help someone.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...