LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-29-2011, 06:13 AM   #1
berrance
Member
 
Registered: Aug 2004
Location: Hull - England
Distribution: Ubunto and slowly switching to debian
Posts: 308

Rep: Reputation: 30
ubuntu 10.10 dual monitors QT crashing X


just set up dual monitors in ubuntu 10.10 using the Xorg.conf file

Code:
Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "screen1" 0 0
    Screen    1  "Screen2" RightOf "screen1"
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse" "CorePointer"
EndSection

Section "Module"
    Load           "glx"
    Load           "v4l"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "gb"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
 # 
    Identifier     "monitor1"
    VendorName     "Generic LCD Display"
    ModelName      "LCD Panel 1440x900"
    HorizSync       31.5 - 56.0
    VertRefresh     56.0 - 65.0
    Gamma           1
    ModeLine       "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine       "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine       "1280x768@60" 80.1 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
    ModeLine       "1280x720@60" 74.5 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
    ModeLine       "1280x800@60" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
    ModeLine       "1440x900@60" 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
EndSection

Section "Monitor"
 #  
    Identifier     "monitor2"
    Vendorname    "Generic LCD Display"
    Modelname    "LCD Panel 1024x768"
    Horizsync    31.5-48.0
    Vertrefresh    56.0 - 65.0
# modeline "1920x1080@50" 143.55 1920 1952 2496 2528 1080 1103 1112 1135    
modeline "1920x1080" 148.5 1920 2000 2048 2200 1080 1084 1089 1125 +hsync +vsync
Gamma    1.0
EndSection



Section "Device"
    Identifier     "Configured Video Device"
    Driver         "vesa"
EndSection

Section "Device"
 # 
    Identifier     "device1"
    Driver         "nvidia"
    VendorName     "NVIDIA"
    BoardName      "NVIDIA GeForce4 (generic)"
    BusID          "PCI:1:0:0"
EndSection

Section "Device"
 #  
    Identifier     "device2"
    Driver         "nv"
    VendorName     "NVIDIA"
    BoardName      "NVIDIA GeForce FX (generic)"
    BusID          "PCI:2:5:0"
EndSection

Section "Screen"
 #  
    Identifier     "Screen2"
    Device         "device2"
    Monitor        "monitor2"
    DefaultDepth    24
    SubSection "Display"
        Depth    24
    Modes "1920x1080"
    EndSubSection
EndSection


Section "Screen"
 # 
    Identifier     "screen1"
    Device         "device1"
    Monitor        "monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1440x900@60" "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
    EndSubSection
EndSection




Section "ServerFlags"
  Option    "Xinerama" "true"
EndSection
which seems to work as long as I dont start any programs to do with KDE so presumably QT is crashing X.

I was going to post the xorg log but after starting X to get on hear it seems to have wiped the log clean again, I will post it below after posting this.

This is anoying as my main desktop manager is kde and I use quite a few QT programs.

any thoughts?

Berrance
 
Old 01-29-2011, 06:20 AM   #2
berrance
Member
 
Registered: Aug 2004
Location: Hull - England
Distribution: Ubunto and slowly switching to debian
Posts: 308

Original Poster
Rep: Reputation: 30
hear is the end of the X logfile

Code:
Backtrace:
[  4122.308] 0: /usr/bin/X (xorg_backtrace+0x28) [0x4a0fa8]
[  4122.309] 1: /usr/bin/X (0x400000+0x60fcd) [0x460fcd]
[  4122.309] 2: /lib/libpthread.so.0 (0x7f69248cf000+0xfb40) [0x7f69248deb40]
[  4122.309] 3: /usr/bin/X (0x400000+0xbb22f) [0x4bb22f]
[  4122.309] 4: /usr/bin/X (0x400000+0x2c2d9) [0x42c2d9]
[  4122.309] 5: /usr/bin/X (0x400000+0x2184b) [0x42184b]
[  4122.310] 6: /lib/libc.so.6 (__libc_start_main+0xfe) [0x7f692383ad8e]
[  4122.310] 7: /usr/bin/X (0x400000+0x213d9) [0x4213d9]
[  4122.310] Segmentation fault at address 0x4
[  4122.310] 
Caught signal 11 (Segmentation fault). Server aborting
[  4122.310] 
Please consult the The X.Org Foundation support 
     at http://wiki.x.org
 for help. 
[  4122.310] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  4122.310] 
[  4122.340] (II) Power Button: Close
[  4122.340] (II) UnloadModule: "evdev"
[  4122.380] (II) Power Button: Close
[  4122.380] (II) UnloadModule: "evdev"
[  4122.460] (II) PIXART USB OPTICAL MOUSE: Close
[  4122.460] (II) UnloadModule: "evdev"
[  4122.490] (II) cx88 IR (Hauppauge WinTV 34xxx : Close
[  4122.490] (II) UnloadModule: "evdev"
[  4122.520] (II) AT Translated Set 2 keyboard: Close
[  4122.520] (II) UnloadModule: "evdev"
[  4122.626]  ddxSigGiveUp: Closing log
hear is a link to the full log file if it helps

http://berrance.no-ip.org/~mike.berry/Xorg.2.log.crash

Berrance

Edit: Also just noticed the right mouse button is no longer working
reedit: mouse just started working again, I didnt even restart X, strange

Last edited by berrance; 01-29-2011 at 06:50 AM.
 
  


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
Dual monitors on ubuntu 8.10 wheelman9 Linux - Newbie 1 11-30-2008 02:13 AM
Dual monitors under Ubuntu? Rohaq Linux - Hardware 2 09-07-2008 01:22 AM
Dual Monitors with Ubuntu 7.10 Kiiro Ubuntu 3 03-20-2008 06:08 PM
Dual Monitors - Ubuntu ajwood_linuxQ Linux - Hardware 1 04-14-2007 07:51 PM
Dual monitors in Ubuntu 6.10 jah1943 Linux - Newbie 1 03-24-2007 10:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

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