Twinview Issues

Issues Related to Hardware (Sound, Video, Printers, Scanners, Webcams, Touchpads, Keyboards, Sensors, Drives, GRUB, etc.)

Moderator: Moderators

Twinview Issues

Postby BongoBob » Sat Jul 21, 2007 21:56

Hello everyone. I just recently installed sabayon from the 3.3 miniedition (my drive refuses to read DVDs anymore), and am trying to switch over from ubuntu 7.04. After learning enough about portage to set it up and use it, the first thing I did was backup my xorg.conf, and edit it for twinview by using parts of my old xorg.conf from ubuntu. After setting everything up, and ctrl-alt-backspacing, everything came up great. I then started messing with the panels, and setting them up to my liking, when I accidentally removed the panel with the system tray. After trying to figure out how to replace it, I tried adding a dock application bar, and it came up on the right side of my main monitor. Not being able to move it, I did another ctrl-alt-backspace. Only this time, when it came back up, things are jacked up. THe left monitor is fine, but the right one is acting like it's a seperate desktop. The background is simply blue, it has it's own panel at the bottom with the kmenu, the home icon, and the konquerer icon, as well as the viewport switcher, and a clock. It also has a trash icon on the desktop. I can move my mouse over to that desktop, but barely, and I can't click anything.

Here's my xorg.conf:
Code: Select all
Section "Files"


    #FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath    "/usr/share/fonts/corefonts"

EndSection

# **********************************************************************
# Module section -- this is an optional section which is used to specify
# which run-time loadable modules to load when the X server starts up.
# **********************************************************************

Section "Module"

    Load   "dbe"
    Load   "i2c"
    Load   "glx"
    Load   "ddc"
    Load   "type1"
    Load   "freetype"
    Load   "extmod"
    Load   "synaptics"
    Load   "vbe"
#   Load        "dri"

EndSection


# **********************************************************************
# Server flags section.  This contains various server-wide Options.
# **********************************************************************

Section "ServerFlags"

     Option    "AllowMouseOpenFail" "true"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
    Identifier      "Synaptics1"
    Driver      "synaptics"
    Option      "SendCoreEvents"   "true"
    Option      "Device"      "/dev/psaux"
    Option      "Protocol"      "auto-dev"
    Option      "HorizScrollDelta"   "0"
    Option      "SHMConfig"      "on"
    # For ALPS TouchPads
    #Option      "MaxSpeed"      "0.7"
    #Option      "MinSpeed"      "0.18"
    #Option      "AccelFactor"      "0.08"
    #Option      "TopEdge"      "120"
    #Option      "LeftEdge"      "120"
    #Option      "BottomEdge"      "830"
    #Option      "RightEdge"      "650"
    #Option      "FingerLow"      "25"
    #Option      "FingerHigh"      "30"
    # Do you keep moving the mouse while typing? Try this trick.
    #synclient TouchpadOff=1 disable your synaptics touchpad
    #synclient TouchpadOff=0 enable your synaptics touchpad
EndSection


Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "kbd"
   
    Option   "AutoRepeat"   "500 5"
    Option      "XkbModel"   "pc105"
    Option   "XkbLayout"   "us"
    Option      "XkbRules"      "xorg"

EndSection


Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom1"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom2"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "wacom3"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier   "Mouse1"
    Driver   "mouse"

    Option   "Device"   "/dev/psaux"
    Option   "Protocol"   "ImPS/2"
    Option "ZAxisMapping" "4 5"
     
EndSection

Section "InputDevice"
    Identifier   "Mouse2"
    Driver   "mouse"
    Option   "Protocol"   "ImPS/2"
    Option   "Device"   "/dev/input/mice"
    Option    "ZAxisMapping" "4 5"
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

    Identifier   "Generic Monitor"
    #Option      "DPMS"

    HorizSync       30-65
    VertRefresh     50-75
   
EndSection

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

# Any number of graphics device sections may be present

Section "Device"
    Identifier  "VESA"
    Driver      "nvidia" # do not remove vesa
    Option   "TwinView"
    Option   "MetaModes" "1280x1024, 1280x1024; 1024x768, 1024x768; 800x600, 800x600; 1280x1024, NULL; 1024x768, NULL"
    Option   "SecondMonitorHorizSync" "30-65"
    Option   "SecondMonitorVertRefresh" "50-75"
    Option   "TwinViewOrientation" "RightOf"
    Option      "ConnectedMonitor" "CRT-0, CRT-1"
    #Option "RenderAccel" "on"
    #Option "XAANoOffscreenPixmaps"
    #Option "BusType" "PCI"
    #Option "ColorTiling" "on"
    #Option "EnablePageFlip" "on"
EndSection


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

Section "Screen"

# The Identifier, Device and Monitor lines must be present

    Identifier   "Screen 1"
    Device   "VESA"
    Monitor   "Generic Monitor"
    #Option "AddARGBGLXVisuals" "true"

# The favoured Depth and/or Bpp may be specified here

    DefaultDepth 24

    SubSection "Display"
        Depth           24
        ViewPort        0 0
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubsection


EndSection


Section "ServerLayout"
# The Identifier line must be present

    Identifier   "Main Layout"
    Screen 0    "Screen 1"
    InputDevice   "Mouse1" "CorePointer"
    InputDevice   "Mouse2" "SendCoreEvents"
    #InputDevice "Synaptics1" "SendCoreEvents"
    #InputDevice "wacom1" "SendCoreEvents"
    #InputDevice "wacom2" "SendCoreEvents"
    #InputDevice "wacom3" "SendCoreEvents"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
   #Option "Composite" "Enable"
EndSection


Right now the only idea I have is to switch to gnome and see if I can fix it from there, as I have basically no experience with KDE, so atm I'm emerging gnome, but it's gonna take forever.

Any help is greatly appreciated :)[/code]
BongoBob
Baby Hen
 
Posts: 2
Joined: Sat Jul 21, 2007 21:46
Location: Las Vegas, NV

Postby teun » Sun Jul 22, 2007 15:27

Use the Nvidia driver and you can manage the settings with nvidia-settings.
teun
Baby Hen
 
Posts: 7
Joined: Thu Jan 04, 2007 0:36

Postby BongoBob » Mon Jul 23, 2007 12:19

Well, I think I solved it. After reinstalling, fubaring that install, and reformatting and installing again, I upgraded my kernel using this tutorial, and then emerged the nvidia driver. That didn't give me the nVidia X Server Settings in the Settings menu though, so I downloaded the nVidia driver from their website and installed it that way, and after some tinkering around in there, I finally got it set up. Now hopefully it won't mess up again.[/url]
BongoBob
Baby Hen
 
Posts: 2
Joined: Sat Jul 21, 2007 21:46
Location: Las Vegas, NV


Return to Hardware

Who is online

Users browsing this forum: No registered users and 0 guests