Announcement

Collapse
No announcement yet.

Twinview Problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Twinview Problem

    Hi

    I've got a strange Twinview problem. While there is shown the login screen, my second monitor is showing a picture. After login, when kde starts loading the second monitor turns off.


    Any help? very strange, because X seems to be configured correctly, looks like a KDE problem

    Here is my xorg.conf:

    Section "Files"
    FontPath "/usr/share/X11/fonts/misc"
    FontPath "/usr/share/X11/fonts/cyrillic"
    FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/share/X11/fonts/Type1"
    FontPath "/usr/share/X11/fonts/100dpi"
    FontPath "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    EndSection

    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "int10"
    Load "type1"
    Load "vbe"
    load "glx"
    load "v4l"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    option "CoreKeyboard"
    option "XkbRules" "xorg"
    option "XkbModel" "pc105"
    option "XkbLayout" "de"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    option "CorePointer"
    option "Device" "/dev/input/mice"
    option "Protocol" "ExplorerPS/2"
    option "ZAxisMapping" "4 5"
    EndSection

    Section "Device"
    identifier "NVIDIA GeForce"
    boardname "NVIDIA GeForce4 (generic)"
    busid "PCI:1:0:0"
    driver "nvidia"
    screen 0
    vendorname "NVIDIA"
    #other options I recommend:
    Option "RenderAccel"
    Option "HWcursor"
    Option "CursorShadow"
    Option "CursorShadowAlpha" "32"
    Option "CursorShadowXOffset" "3"
    Option "CursorShadowYOffset" "3"
    #if you want Composite and GLX (they don't cooperate):
    # Option "AllowGLXWithComposite"
    Option "TwinView"
    Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
    Option "TwinViewOrientation" "RightOf"
    Option "SecondMonitorHorizSync" "UseEdidFreqs"
    Option "SecondMonitorVertRefresh" "UseEdidFreqs"
    Option "ConnectedMonitor" "CRT,CRT"
    EndSection

    Section "Monitor"
    identifier "Monitor0"
    vendorname "Generic"
    modelname "Flat Panel 1024x768"
    HorizSync 31.5-55
    VertRefresh 40-70
    modeline "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
    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 "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
    modeline "1152x768@54" 64.995 1152 1178 1314 1472 768 771 777 806 +hsync +vsync
    modeline "1280x854" 80.0 1280 1309 1460 1636 854 857 864 896 +hsync +vsync
    gamma 1.0
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "NVIDIA GeForce"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    depth 24
    #virtual 1280 854
    modes "1024x768@60" "1152x768@54" "800x600@60" "1280x854" "800x600@56" "640x480@60"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "Default Layout"
    screen 0 "Screen0" 0 0
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    Section "ServerFlags"
    option "Xinerama" "false"
    EndSection

    #2
    Re: Twinview Problem

    I got Twinview working with Xinerama but this doesn't seem to be a perfect solution. Scrolling is slow and not smooth, transparent menus appear slowly...

    Is there a possibility to enable 3d/2d acceleration?

    What exactly is the difference between using Nvidia Twinview and Xinerama?

    Comment

    Working...
    X