LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux > 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
 
Thread Tools
Old 01-07-2009, 06:37 PM   #1
jack_peter
LQ Newbie
 
Registered: Dec 2006
Posts: 25
Thanked: 0
dual screen problem on HP Compaq


[Log in to get rid of this advertisement]
Hello,

I am running a slamd64 12.1 with a 2.6.27.7 kernel on a Compaq 6510b (Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller)

I tried to follow the intel linux graphics tutorial (http://intellinuxgraphics.org/dualhead.html) and have modified the xorg.conf like this:

Code:
Section "Monitor"

    Identifier  "monLVDS"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    HorizSync   31.5 - 50.0

#    HorizSync	30-64         # multisync
#    HorizSync	31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync	15-25, 30-50  # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

    VertRefresh 40-90

    Option "PreferredMode"  "1440x900"

#    Option "LeftOf" "monVGA"

EndSection

Section "Monitor"

    Identifier "monVGA"

#    Option "PreferredMode"  "1280x1024"
    HorizSync   31.0 - 69.0
    VertRefresh 56-85

    Option "RightOf" "monLVDS"

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

#Section "Device"
#    Identifier  "VESA Framebuffer"
#    Driver      "vesa"
#    #VideoRam    4096
#    # Insert Clocks lines here if appropriate
#EndSection

Section "Device"
    Identifier  "Intel"
    Driver      "intel"

    Option "monitor-VGA" "monVGA"
    Option "monitor-LVDS" "monLVDS"

#    Option "DRI" "true"
#    Option "XVideo" "true"
#    #Option "DisplayInfo" "true"
#    Option "RenderAccel" "true"
#    Option "XAANoOffscreenPixmaps" "true"
    Option "AccelMethod" "EXA"

EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
    Identifier  "Screen 1"
    Device      "Intel"
    Monitor     "monLVDS"

# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.

#   DefaultDepth 8
#   DefaultDepth 16
   DefaultDepth 24
#   DefaultDepth 32

# "1024x768" is also a conservative usable default resolution.  If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)

#    Option "RenderAccel" "True"
#    Option "AllowGLXWithComposite" "True"
#    Option "AddARGBGLXVisuals" "True"

#    Subsection "Display"
#        Depth       8
#        Modes "1024x768" "800x600" "640x480"
#    EndSubsection
#    Subsection "Display"
#        Depth       16
#        Modes "1024x768" "800x600" "640x480"
#    EndSubsection
    Subsection "Display"
        Depth       24
#        Modes "1280x1024" "1280x800"
        Modes "1440x900"
        Virtual 2720 1024
    EndSubsection
    Subsection "Display"
        Depth       32
#        Modes "1280x1024" "1280x800"
        Modes "1440x900"
        Virtual 2720 1024
    EndSubsection

EndSection
The problem now is that the LVDS-Monitor doesn't have the full resolution of 1440x900 but 1152x768:

Code:
bash-3.1$ xrandr
Screen 0: minimum 320 x 200, current 2432 x 1024, maximum 2720 x 1024
VGA connected 1280x1024+1152+0 (normal left inverted right x axis y axis) 338mm x 270mm
   1280x1024      60.0*+   59.9
   1152x864       75.0
   1024x768       74.9     75.1     60.0
   832x624        74.6
   800x600        75.0     74.9     60.3
   640x480        75.0     74.8     60.0
   720x400        70.1
LVDS connected 1152x768+0+0 (normal left inverted right x axis y axis) 304mm x 190mm
   1152x768       54.8*
   1024x768       60.0
   832x624        74.6
   800x600        72.2     75.0     60.3     56.2
   640x480        85.0     72.8     75.0
   720x400        85.0
   640x400        85.1
   640x350        85.1
TV disconnected (normal left inverted right x axis y axis)
bash-3.1$ xrandr --output LVDS -s 1440x900
bash-3.1$ xrandr --output LVDS --mode 1440x900
xrandr: cannot find mode 1440x900
bash-3.1$
The -s command has no effect at all...

Is it possible to add the 1440x900 mode?

Thanks


---------

Now I have got some error messages, sometimes the following is just appearing on the screen:

Code:
Message from syslogd@paul at Thu Jan  8 06:26:08 2009 ...
paul kernel: [ 7772.608177] Disabling IRQ #16
Code:
bash-3.1$ cat /proc/interrupts
           CPU0       CPU1
  0:    5735415     474105   IO-APIC-edge      timer
  1:       4854       4748   IO-APIC-edge      i8042
  8:          0          1   IO-APIC-edge      rtc0
  9:      37432       8935   IO-APIC-fasteoi   acpi
 12:        583        314   IO-APIC-edge      i8042
 14:     153436      40608   IO-APIC-edge      ata_piix
 15:          0          0   IO-APIC-edge      ata_piix
 16:  193464016  192967267   IO-APIC-fasteoi   yenta, uhci_hcd:usb3, HDA Intel, i915@pci:0000:00:02.0
 17:          0          0   IO-APIC-fasteoi   uhci_hcd:usb4
 18:          0          0   IO-APIC-fasteoi   ehci_hcd:usb1, uhci_hcd:usb7
 20:         52         13   IO-APIC-fasteoi   ehci_hcd:usb2, uhci_hcd:usb5
 21:      49173      41463   IO-APIC-fasteoi   uhci_hcd:usb6
378:      59591      57294   PCI-MSI-edge      eth0
379:      42039      22510   PCI-MSI-edge      ahci
NMI:          0          0   Non-maskable interrupts
LOC:    4369522    7127494   Local timer interrupts
RES:     321297     489184   Rescheduling interrupts
CAL:     643513     298475   function call interrupts
TLB:       9666      11141   TLB shootdowns
SPU:          0          0   Spurious interrupts
ERR:          4
Is this part of the problem?

Last edited by jack_peter; 01-08-2009 at 10:59 AM..
jack_peter is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
problem on dual boot screen, ubuntu 8.04 reli Linux - Newbie 4 06-14-2008 01:07 AM
Opensuse dual screen problem bisserke Suse/Novell 0 09-14-2005 08:30 AM
Compaq Armada M700 screen problem caulfiek Fedora 3 07-11-2005 03:55 PM
Dual screen, dual X server problem persia Linux - Software 1 08-01-2004 07:29 PM
xfce dual screen problem dfuse Linux - Software 0 01-22-2004 02:27 PM


All times are GMT -5. The time now is 08:56 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration