*** This bug is a duplicate of bug 69876 ***

** Description changed:

  My Hardware Database:- d1b8ee6dc8cfdd73968125666908476f
  
- Im using ATI RADEON 9600 PRO 256mb.
- i've tried changed the driver from 'ati' (currently installed) to 'ATI RADEON 
(fglrx)' Standard & Proprietary driver from "system setting -> monitor & 
display". The result is it shows a grey screen with a X cursor.
+ Im using ATI RADEON 9600 PRO 256mb and with NVIDIA Nforce3 chipset. i've
+ tried changed the driver from 'ati' (currently installed) to 'ATI RADEON
+ (fglrx)' Standard & Proprietary driver from "system setting -> monitor &
+ display". The result is it shows a grey screen with a X cursor.
  
  Then i tried to installed the driver manually, which i follow line by
  line in ubuntu wiki on how to install ATI driver, then, i get install
  'fglrx' driver, but there's something wrong:-
  
  [EMAIL PROTECTED]:~$ fglrxinfo
  Xlib:  extension "XFree86-DRI" missing on display ":0.0".
  display: :0.0  screen: 0
  OpenGL vendor string: Mesa project: www.mesa3d.org
  OpenGL renderer string: Mesa GLX Indirect
  OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
  
  [EMAIL PROTECTED]:~$ glxinfo | grep render
  Xlib:  extension "XFree86-DRI" missing on display ":0.0".
  direct rendering: No
      GLX_ATI_pixel_format_float, GLX_ATI_render_texture
  OpenGL renderer string: Mesa GLX Indirect
  
  [EMAIL PROTECTED]:~$ lspci
  00:00.0 Host bridge: nVidia Corporation nForce3 250Gb Host Bridge (rev a1)
  00:01.0 ISA bridge: nVidia Corporation nForce3 250Gb LPC Bridge (rev a2)
  00:01.1 SMBus: nVidia Corporation nForce 250Gb PCI System Management (rev a1)
  00:02.0 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
  00:02.1 USB Controller: nVidia Corporation CK8S USB Controller (rev a1)
  00:02.2 USB Controller: nVidia Corporation nForce3 EHCI USB 2.0 Controller 
(rev a2)
  00:05.0 Bridge: nVidia Corporation CK8S Ethernet Controller (rev a2)
  00:06.0 Multimedia audio controller: nVidia Corporation nForce3 250Gb AC'97 
Audio Controller (rev a1)
  00:08.0 IDE interface: nVidia Corporation CK8S Parallel ATA Controller (v2.5) 
(rev a2)
  00:0a.0 IDE interface: nVidia Corporation CK8S Serial ATA Controller (v2.5) 
(rev a2)
  00:0b.0 PCI bridge: nVidia Corporation nForce3 250Gb AGP Host to PCI Bridge 
(rev a2)
  00:0e.0 PCI bridge: nVidia Corporation nForce3 250Gb PCI-to-PCI Bridge (rev 
a2)
  00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
  00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
  00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
  00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
  01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AP [Radeon 9600]
  01:00.1 Display controller: ATI Technologies Inc RV350 AP [Radeon 9600] 
(Secondary)
  
  
  <!------- This is my /etc/X11/xorg.conf ------>
  
  Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Default Screen" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "stylus" "SendCoreEvents"
        InputDevice    "cursor" "SendCoreEvents"
        InputDevice    "eraser" "SendCoreEvents"
  EndSection
  
  Section "Files"
  
        # path to defoma fonts
        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"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  EndSection
  
  Section "Module"
        Load  "bitmap"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
        Load  "int10"
        Load  "type1"
        Load  "vbe"
  EndSection
  
  Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
        Option      "XkbOptions" "lv3:ralt_switch"
  EndSection
  
  Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ExplorerPS/2"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "true"
  EndSection
  
  Section "InputDevice"
  
                                                        # /dev/input/event
                                                        # for USB
        Identifier  "stylus"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to 
        Option      "Type" "stylus"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  EndSection
  
  Section "InputDevice"
  
                                                        # /dev/input/event
                                                        # for USB
        Identifier  "eraser"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to 
        Option      "Type" "eraser"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  EndSection
  
  Section "InputDevice"
  
                                                        # /dev/input/event
                                                        # for USB
        Identifier  "cursor"
        Driver      "wacom"
        Option      "Device" "/dev/wacom"          # Change to 
        Option      "Type" "cursor"
        Option      "ForceDevice" "ISDV4"               # Tablet PC ONLY
  EndSection
  
  Section "Monitor"
        Identifier   "Generic Monitor"
        HorizSync    28.0 - 50.0
        VertRefresh  43.0 - 75.0
        Option      "DPMS"
  EndSection
  
  Section "Device"
        Identifier  "ATI RADEON 9600 PRO"
        Driver      "fglrx"
        Option      "VideoOverlay" "on"
        Option      "OpenGLOverlay" "off"
        BusID       "PCI:01:00:0"
  EndSection
  
  Section "Screen"
        Identifier "Default Screen"
        Device     "ATI RADEON 9600 PRO"
        Monitor    "Generic Monitor"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1024x768" "800x600" "640x480"
        EndSubSection
  EndSection
  
  Section "DRI"
        Mode         0666
  EndSection
  
  <!------- Finished ------>

-- 
ati proprietary driver breakage: ATI RADEON 9600 Pro 256mb
https://launchpad.net/bugs/64965

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

Reply via email to