Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


It always helps if you: 1) tell others what version of LO you are having
issues with (and also if it is from LO or some other source; linux
distribution repository or PPA, etc),

Here are the details.

I'm currently running LO version 3.4.4 OOO340m1 from the Debian sid (unstable) repository. The Debian revision number is 1:3.4.4-2.

My OS is Debian/sid.

The video driver is from the package xserver-xorg-video-nvidia-legacy-71xx revision 71.86.15-1 with kernel module built using nvidia-kernel-legacy-71xx-dkms revision 71.86.15-1

My kernel is 3.1.0-1-686-pae

My video card is a dual-head GoForce something - sorry I can't seem to find the model number in /var/log/Xorg.0.log though it does mention Chipset: "NVIDIA NV34"

My xorg.conf is cut-and-paste below.

For what it's worth, I have never had any trouble with QT apps, as some other repliers to this thread have. Only with OOo and LO.

Cheers, Jonathan

---------------------------------------------------------------------

Section "ServerLayout"
 identifier "default"
 screen 0 "screen0" 0 0
Endsection

Section "Monitor"
  Identifier     "Monitor0"
  # Preferred resolution for the monitor
  Option         "PreferredMode"  "1280x1024"
  Option         "Primary"    "True"
EndSection

Section "Monitor"
  Identifier     "Monitor1"
  Option         "PreferredMode"  "1280x1024"
  Option         "RightOf" "Monitor0"
  Option         "Primary"    "False"
EndSection

Section "Device"
  Identifier     "Device0"
  Driver         "nouveau"
  #assigns the output DVI-I-0 to Monitor0
  Option         "monitor-DVI-I-1" "Monitor0"
  #assigns the output DVI-I-1 to Monitor1
  Option         "monitor-DVI-I-2" "Monitor1"
EndSection

Section "Screen"
  Identifier          "screen0"
  Device              "Device0"
  Monitor             "Monitor0"
  DefaultDepth       24
  SubSection "Display"
    Depth           24
    Modes           "1280x1024"
    #note the lack of quotes, this line sets the 'maximum' resolution
    Virtual          2560 1024
    EndSubSection
EndSection


--
For unsubscribe instructions e-mail to: users+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.