Public bug reported:

Here is the configuration :

- Ubuntu 9.04
- CPU : Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz
- RAM : 2Go
- Graphic Card : 2 GeForce 8800GT (512 Mb each)
- Screen : DELL E228WFP
- General configuration : DELL XPS

Problem :
This problem appear when X11 has been updated for "auto-configure" screen and 
graphic configuration (I mean since this update, xorg.conf is by default empty, 
it is like "plug-and-play"). I can't remember when this update has been made 
(which Ubuntu version) but since that version, I need to manually configure 
xorg.conf to have a graphic interface. If I do not, I get a message :

Fatal server error
no screen found
giving up
Xinit: connection refused (errno 111): unable to connect to xserver
Xinit: no such process (errno 3): server error

So I have to use vi and edit xorg.conf to configure manually my hardware
configuration.

I can't identify if the problem comes from my screen (DELL E228WFP)
which is not auto-detected or if it comes from the fact the I have 2
graphic cards. Here is my xorg.conf file :

Section "Monitor"
        Identifier    "Configured Monitor"
        UseModes     "Modes[0]"
        Option        "DPMS"
        HorizSync    30-83
        VertRefresh    56-75
EndSection

Section "Screen"
        Identifier    "Default Screen"
        Monitor        "Configured Monitor"
        Device        "Configured Video Device1"
        DefaultDepth    24
        SubSection "Display"
                Depth        1
                Modes        "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        4
                Modes        "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        8
                Modes        "1680X1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        15
                Modes        "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        16
                Modes        "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth        24
                Modes        "1680x1050" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Module"
        Load    "i2c"
        Load    "bitmap"
        Load    "ddc"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "vbe"
EndSection

Section "ServerLayout"
        Identifier    "Default Layout"
        Screen        "Default Screen"
EndSection

Section "Device"
        Identifier    "Configured Video Device"
        Driver          "nvidia"
        VendorName      "NVIDIA Corporation"
        BoardName       "GeForce 8800 GT"
        BusID           "PCI:6:0:0"
EndSection

Section "Device"
        Identifier    "Configured Video Device1"
        VendorName      "NVIDIA Corporation"
        BoardName       "GeForce 8800 GT"
        BusID           "PCI:1:0:0"
        Driver  "nvidia"
        Option  "NoLogo"        "True"
EndSection

Section "ServerFlags"
        Option  "DontZap"       "False"
EndSection

Section "Modes"
        Identifier    "Modes[0]"
        Modeline "1680x1050" 79.6 1152 1192 1288 1472 864 864 866 896 +hsync 
+vsync
EndSection

This bug is not really important if you are a good linux user and know
how to configure screen with X11. But for beginer user, it's hard to do
that because you have to configure X11 with the live CD, then re-
configure it when system is installed, then if you want to use nvidia
driver in stead of nv, you have to configure xorg.conf again.

** Affects: ubuntu
     Importance: Undecided
         Status: New


** Tags: card dell e228wfp graphic nvidia screen

-- 
Screen DELL E228WFP not auto-detected (Double Nvidia Graphic card)
https://bugs.launchpad.net/bugs/424562
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to