** Summary changed:

- Login screen is corrupted, impossible to run LiveCD Ubunto 8.04 Beta AMD64
+ Login screen is corrupted, impossible to run LiveCD Ubuntu 8.04 Beta AMD64

** Description changed:

- Login screen is corrupted, impossible to run LiveCD Ubunto 8.04 Beta AMD64. 
Same on Ubuntu 7.10.
+ Login screen is corrupted, impossible to run LiveCD Ubuntu 8.04 Beta AMD64. 
Same on Ubuntu 7.10.
  Gentoo 2007 runs on this box OK.
  
  
  This is a dual-head monitor setup. Main screen is CRT (Dell 2405FPW) 
secondary DVI (Dell 2407FPW). 
  Both support 1920x1200 resolution. They are connected to nVidia on-board 
video.
  
  Login screen that comes to CRT completely not recognizable and contains 
corrupted graphics with 
  vertical stripes giving an impression of the picture is out of sync. DVI is 
blank all the time 
  but when restart X turns in gray background with no changes to CRT 
counterpart.
  
  Also other virtual consoles (Ctrl+Alt+Fxx) are corrupted so no chance to
  read xorg.conf.
  
  
  Motherboard:
  ASUS M2NPV-VM with BIOS updated to the latest available version. 
  
  Here is output from my Gentoo - sorry can't get it from LiveCD.
  
  DragonGentoo ~ # uname -a
  Linux DragonGentoo 2.6.24-gentoo-r4 #2 SMP Fri Apr 4 13:31:03 EST 2008 x86_64 
AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ AuthenticAMD GNU/Linux
  
  DragonGentoo ~ # lspci | grep VGA
  00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] 
(rev a2)
  
  
  Also on Gentoo I've got installed:
  
  NVIDIA X11 driver and GLX libraries v169.09-r1
  xorg-server v1.3.0.0-r5
  xorg-x11 v7.2
  
  
  xorg.conf file (currently I'm using TwinView configuration):
  
  Section "ServerLayout"
      Identifier     "TwinView"
      Screen      0  "ScreenTwin" 0 0
      InputDevice    "Mouse0" "CorePointer"
      InputDevice    "Keyboard0" "CoreKeyboard"
      Option         "Xinerama" "0"
      Option         "AIGLX" "true"
  EndSection
  
  Section "ServerLayout"
      Identifier     "Xinerama"
      Screen      0  "Screen0" 0 0
      Screen      1  "Screen1" RightOf "Screen0"
      InputDevice    "Keyboard0" "CoreKeyboard"
      InputDevice    "Mouse0" "CorePointer"
      Option         "Xinerama" "1"
      Option         "AIGLX" "true"
  EndSection
  
  Section "Files"
      FontPath        "/usr/share/fonts/misc/"
      FontPath        "/usr/share/fonts/corefonts/"
      FontPath        "/usr/share/fonts/Type1/"
      FontPath        "/usr/share/fonts/misc/"
      FontPath        "/usr/share/fonts/100dpi/"
      FontPath        "/usr/share/fonts/75dpi/"
      FontPath        "/usr/share/fonts/ttf-bitstream-vera/"
  EndSection
  
  Section "Module"
  
      Load           "dbe"      # Double buffer extension
      Load           "extmod"
      Load           "record"
      Load           "xtrap"
      Load           "glx"
      Load           "type1"
      Load           "freetype"
  EndSection
  
  Section "ServerFlags"
      Option         "DefaultServerLayout" "Xinerama"
      Option         "Xinerama" "0"
  EndSection
  
  Section "InputDevice"
      Identifier     "Keyboard0"
      Driver         "kbd"
      Option         "XkbModel" "pc101"
      Option         "XkbLayout" "us"
  EndSection
  
  Section "InputDevice"
      Identifier     "Mouse0"
      Driver         "mouse"
      Option         "Protocol" "IMPS/2"        # IntelliMouse PS/2
      Option         "Device" "/dev/input/mice"
      Option         "ZAxisMapping" "4 5"
      Option         "Emulate3Buttons"
  EndSection
  
  Section "Monitor"
      Identifier     "Monitor0"
      VendorName     "Unknown"
      ModelName      "DELL 2405FPW"
      HorizSync       30.0 - 81.0
      VertRefresh     56.0 - 76.0
      ModeLine       "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 
+hsync -vsync
      Option         "ReducedBlanking"
  EndSection
  
  Section "Monitor"
      Identifier     "Monitor1"
      VendorName     "DEL"
      ModelName      "Dell 2407WFP"
      HorizSync       74.0 - 74.0
      VertRefresh     60.0
      ModeLine       "1920x1200" 154.0 1920 1968 2000 2080 1200 1203 1209 1235 
+hsync -vsync
      Option         "ReducedBlanking"
  EndSection
  
  Section "Monitor"
      Identifier     "TwinMonitor"
      HorizSync       74.0 - 74.0
      VertRefresh     60.0
      Option         "ReducedBlanking"
  EndSection
  
  Section "Device"
      Identifier     "Card0"
      Driver         "nvidia"
      VendorName     "nVidea Corporation"
      BoardName      "C51PV [GeForce 6150]"
      Option         "AddARGBGLXVisuals" "true"
      Option         "NoLogo" "true"
      Option         "DRI" "true"
      Option         "XAANoOffscreenPixmaps" "true"
      Option         "RenderAccel" "true"
      Option         "AllowGLXWithComposite" "true"
      BusID          "PCI:0:5:0"
  EndSection
  
  Section "Device"
      Identifier     "nVidiaTwin"
      Driver         "nvidia"
      VendorName     "nVidea Corporation"
      BoardName      "C51PV [GeForce 6150]"
      Option         "AddARGBGLXVisuals" "true"
      Option         "NoLogo" "0"
      Option         "TwinView"
      Option         "MetaModes" "1920x1200,1920x1600; 1920x1200; 
1600x1200,1600x1200; 1600x1200; 1280x1024,1280x1024; 1280x1024; 
1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
      Option         "TwinViewOrientation" "CRT-0 RightOf DFP-0"
      Option         "HorizSync" "DFP-0: 30-81; CRT-0: 30-81"
      Option         "VertRefresh" "DFP-0: 56-76; CRT-0: 56-76"
      Option         "UseDisplayDevice" "DFP-0,CRT-0"
      Option         "RenderAccel" "true"
      Option         "AllowGLXWithComposite" "true"
      Option         "UseEdidDpi" "FALSE"
      Option         "DRI" "true"
      Option         "XAANoOffscreenPixmaps" "true"
      BusID          "PCI:0:5:0"
  EndSection
  
  Section "Device"
      Identifier     "Nvidia0"
      Driver         "nvidia"
      VendorName     "nVidea Corporation"
      BoardName      "C51PV [GeForce 6150]"
      Option         "AddARGBGLXVisuals" "true"
      Option         "UseDisplayDevice" "DFP"
      Option         "NoLogo" "1"
      Option         "RenderAccel" "true"
      Option         "AllowGLXWithComposite" "true"
      Option         "UseEdidDpi" "FALSE"
      BusID          "PCI:0:5:0"
      Screen          0
  EndSection
  
  Section "Device"
      Identifier     "Nvidia1"
      Driver         "nvidia"
      VendorName     "nVidea Corporation"
      BoardName      "C51PV [GeForce 6150]"
      Option         "AddARGBGLXVisuals" "true"
      Option         "UseDisplayDevice" "CRT"
      Option         "NoLogo" "1"
      Option         "RenderAccel" "true"
      Option         "AllowGLXWithComposite" "true"
      Option         "UseEdidDpi" "FALSE"
      Option         "DRI" "true"
      Option         "XAANoOffscreenPixmaps" "true"
      BusID          "PCI:0:5:0"
      Screen          1
  EndSection
  
  Section "Device"
      Identifier     "Videocard0"
      Driver         "nvidia"
      VendorName     "NVIDIA Corporation"
      BoardName      "GeForce 6150"
      Option         "AddARGBGLXVisuals" "true"
  EndSection
  
  Section "Screen"
      Identifier     "SingleScreen"
      Device         "Card0"
      Monitor        "Monitor0"
      DefaultDepth    24
      Option         "DisableGLXRootClipping" "true"
      SubSection     "Display"
          Viewport    0 0
          Depth       24
          Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600"
      EndSubSection
  EndSection
  
  Section "Screen"
      Identifier     "ScreenTwin"
      Device         "nVidiaTwin"
      Monitor        "TwinMonitor"
      DefaultDepth    24
      Option         "DisableGLXRootClipping" "true"
      SubSection     "Display"
  
          Depth       24
          Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600"
      EndSubSection
  EndSection
  
  Section "Screen"
      Identifier     "Screen0"
      Device         "Videocard0"
      Monitor        "Monitor0"
      DefaultDepth    24
      Option         "DisableGLXRootClipping" "true"
      Option         "TwinView" "1"
      Option         "metamodes" "CRT: 1920x1200 +1920+0, DFP: 1920x1200 +0+0; 
CRT: 1600x1200 +1920+0, DFP: 1600x1200 +0+0; CRT: 1280x1024 +1920+0, DFP: 
1280x1024 +0+0; CRT: 1024x768 +1920+0, DFP: 1024x768 +0+0; CRT: 800x600 
+1920+0, DFP: 800x600 +0+0"
      SubSection     "Display"
          Depth       24
          Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
      EndSubSection
  EndSection
  
  Section "Screen"
      Identifier     "Screen1"
      Device         "Nvidia1"
      Monitor        "Monitor1"
      DefaultDepth    24
      Option         "DisableGLXRootClipping" "true"
      SubSection     "Display"
          Depth       24
          Modes      "1920x1200" "1600x1200" "1280x1024" "1024x768" "800x600"
      EndSubSection
  EndSection
  
  Section "Extensions"
      Option         "Composite" "Enable"
  EndSection

-- 
Login screen is corrupted, impossible to run LiveCD Ubuntu 8.04 Beta AMD64
https://bugs.launchpad.net/bugs/216118
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to