[Bug 65959] Re: gnome-terminal doesn't start after upgrade dapper -> edgy

Richard Verwayen richard at verwayen.de
Mon Oct 16 17:14:22 UTC 2006


Hi all!

On Mon, 2006-10-16 at 16:15 +0000, Daniel Holbach wrote:
> Thanks for your bug report. Do you use the proprietary nvidia driver?
> 
> ** Changed in: gnome-terminal (Ubuntu)
>      Assignee: (unassigned) => Ubuntu Desktop Bugs
>        Status: Unconfirmed => Needs Info

Yes, I am using the NVIDIA-driver in a Dual Head Configuration

dpkg -l | grep nvidia

ii  nvidia-glx                                 1.0.8774+2.6.17.5-10
NVIDIA binary XFree86 4.x/X.Org driver
ii  nvidia-kernel-common                       20051028+1ubuntu7
NVIDIA binary kernel module common files


With best regards,

Richard



Section "ServerLayout"
    Identifier     "Layout0"
    Screen         0  "Screen0" 
    Screen         1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver	   "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "de"
	Option	    "XkbVariant" "nodeadkeys"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    Option         "DPMS"
EndSection


Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
    Screen         0
EndSection

Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
    Screen         1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes       "1280x1024" 
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device1"
    Monitor        "Monitor1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes       "1280x1024" 
    EndSubSection
EndSection


Section "ServerFlags"
	Option	    "Xinerama" "On"
	Option      "DontZap" "true"
EndSection

-- 
gnome-terminal doesn't start after upgrade dapper -> edgy
https://launchpad.net/bugs/65959




More information about the desktop-bugs mailing list