Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: ATI 3d driver  (gelezen 18953 keer)

Gast

  • Gast
ATI 3d driver
« Gepost op: 2006/10/09, 18:58:29 »
Ik wil graag ET spelen onder ubuntu.

De installatie van ET verliep prima met uitzondng van de 3d drivers van ATI.
Ik heb reeds de nieuwste driver geinstalleerd (8.28.8) maar helaas geen 3d ondersteuning.

Als ik de install van ATI kom ik na de reboot niet in de grafische omgeving maar in de terminal omgeving. (veilige mode)

Zonder 3d ondersteuning is ET wel te starten echter komt de melding
" Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
GL_RENDERER: Mesa GLX Indirect
***********************************************************
 You are using software Mesa (no hardware acceleration)!
 Driver DLL used: libGL.so.1
 If this is intentional, add
       "+set r_allowSoftwareGL 1"
 to the command line when starting the game.
***********************************************************
...WARNING: could not set the given mode (4)
Initializing OpenGL display
...setting mode 3: 640 480
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 640x480
Received signal 11, exiting..."

als ik ET uitvoer met +set r_allowSoftwareGL 1 dan werkt het wel maar zo traag dat het niet te spelen is.

Hoe kan ik nu mijn ATI drivers installeren?
(betreft een Acer apire 1400 met ATI radeon mobile M6 LY)

Gast

  • Gast
ATI 3d driver
« Reactie #1 Gepost op: 2006/10/09, 22:33:07 »
Zo te zien is de ATI driver niet juist geinstalleerd

p:~$ glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

Gast

  • Gast
ATI 3d driver
« Reactie #2 Gepost op: 2006/10/09, 23:02:35 »
Als laatste nog de xorg.conf:

Section "Files"
   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"
   # path to defoma fonts
   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"   "pc104"
   Option      "XkbLayout"   "us"
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"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  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    "eraser"
  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    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Driver      "ati"
   BusID      "PCI:1:0:0"
   Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   28-50
   VertRefresh   43-75
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection

Ik heb al meerdere how-to's gebruikt, geen van alle werkt,

Azalin

  • Gast
ATI 3d driver
« Reactie #3 Gepost op: 2006/10/10, 08:24:34 »
Allereerst, hoe heb je de drivers geinstalleerd? Als je de fglrx driver hebt geinstallerd dan staat hier al een fout in:

Section "Device"
    Identifier    "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
    Driver        "ati"
    BusID        "PCI:1:0:0"
    Option        "UseFBDev"        "true"
EndSection

Die driver moet dan natuurlijk fglrx zijn. Verder zou je UseFBDev op false kunnen zetten dat hielp bij mijn NVidia kaart wel. Maar zonder te weten hoe je nu de driver van ATI geinstalleerd hebt wordt het lastig helpen.

Gast

  • Gast
ATI 3d driver
« Reactie #4 Gepost op: 2006/10/10, 10:09:47 »
Ik heb ipv ati inderdaad al meerdere malen fglrx ingevuld, maar dan komt de foutmelding" failed to start the X server" met bijbehorend logfile:

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.15.7 i686
Current Operating System: Linux gaitp-laptop 2.6.15-27-386 #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006 i686
Build Date: 16 March 2006
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 10 09:53:50 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "stylus"
(**) |-->Input Device "cursor"
(**) |-->Input Device "eraser"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/X11/fonts/cyrillic" does not exist.
   Entry deleted from font path.
(**) FontPath set to "/usr/share/X11/fonts/misc,/usr/share/X11/fonts/100dpi/:unscaled,/usr/share/X11/fonts/75dpi/:unscaled,/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/100dpi,/usr/share/X11/fonts/75dpi,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.2
   X.Org Video Driver: 0.8
   X.Org XInput driver : 0.5
   X.Org Server Extension : 0.2
   X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1a30 card 1025,0019 rev 04 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,1a31 card 0000,0000 rev 04 class 06,04,00 hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 05 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 05 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1025,0019 rev 05 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1025,0019 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1025,0019 rev 05 class 0c,05,00 hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1025,0019 rev 05 class 0c,03,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2445 card 1025,0019 rev 05 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,2446 card 1025,0019 rev 05 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 1002,4c59 card 1025,0019 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 1217,6933 card 4401,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:00:1: chip 1217,6933 card 4c01,0000 rev 01 class 06,07,00 hdr 82
(II) PCI: 02:08:0: chip 8086,2449 card 1025,0019 rev 03 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   
  • -1   0   0x00000000 - 0x0000ffff (0x10000) IX

(II) Bus 0 non-prefetchable memory range:
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX

(II) Bus 0 prefetchable memory range:
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX

(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
   
  • -1   0   0x00003000 - 0x000030ff (0x100) IX
  • [1] -1   0   0x00003400 - 0x000034ff (0x100) IX

   [2] -1   0   0x00003800 - 0x000038ff (0x100) IX
   [3] -1   0   0x00003c00 - 0x00003cff (0x100) IX
(II) Bus 1 non-prefetchable memory range:
   
  • -1   0   0xe8000000 - 0xe80fffff (0x100000) MX

(II) Bus 1 prefetchable memory range:
   
  • -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX

(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,10), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   
  • -1   0   0x00004000 - 0x000040ff (0x100) IX
  • [1] -1   0   0x00004400 - 0x000044ff (0x100) IX

   [2] -1   0   0x00004800 - 0x000048ff (0x100) IX
   [3] -1   0   0x00004c00 - 0x00004cff (0x100) IX
(II) Bus 2 non-prefetchable memory range:
   
  • -1   0   0xe8100000 - 0xe81fffff (0x100000) MX

(II) Bus 2 prefetchable memory range:
   
  • -1   0   0x30000000 - 0x33ffffff (0x4000000) MX

(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:0:0), (2,3,6), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   
  • -1   0   0x00004400 - 0x000044ff (0x100) IX
  • [1] -1   0   0x00004800 - 0x000048ff (0x100) IX

(II) Bus 3 prefetchable memory range:
   
  • -1   0   0x30000000 - 0x31ffffff (0x2000000) MX

(II) PCI-to-CardBus bridge:
(II) Bus 7: bridge is at (2:0:1), (2,7,10), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 7 I/O range:
   
  • -1   0   0x00004c00 - 0x00004cff (0x100) IX

(II) Bus 7 prefetchable memory range:
   
  • -1   0   0x32000000 - 0x33ffffff (0x2000000) MX

(--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M6 LY rev 0, Mem @ 0xf0000000/27, 0xe8000000/16, I/O @ 0x3000/8
(II) Addressable bus resource ranges are
   
  • -1   0   0x00000000 - 0xffffffff (0x0) MX
  • [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX

(II) OS-reported resource ranges:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX
(II) PCI Memory resource overlap reduced 0xec000000 from 0xefffffff to 0xebffffff
(II) Active PCI resource ranges:
   
  • -1   0   0xe8100000 - 0xe8100fff (0x1000) MX
  • [1] -1   0   0xec000000 - 0xebffffff (0x0) MX
O
   [2] -1   0   0xe8000000 - 0xe800ffff (0x10000) MX(B)
   [3] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
   [4] -1   0   0x00004000 - 0x0000403f (0x40) IX
   [5] -1   0   0x00002000 - 0x0000207f (0x80) IX
   [6] -1   0   0x00002400 - 0x000024ff (0x100) IX
   [7] -1   0   0x00001880 - 0x000018bf (0x40) IX
   [8] -1   0   0x00001c00 - 0x00001cff (0x100) IX
   [9] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [10] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [11] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [12] -1   0   0x00001800 - 0x0000180f (0x10) IX
   [13] -1   0   0x00003000 - 0x000030ff (0x100) IX(B)
(II) Active PCI resource ranges after removing overlaps:
   
  • -1   0   0xe8100000 - 0xe8100fff (0x1000) MX
  • [1] -1   0   0xec000000 - 0xebffffff (0x0) MX
O
   [2] -1   0   0xe8000000 - 0xe800ffff (0x10000) MX(B)
   [3] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
   [4] -1   0   0x00004000 - 0x0000403f (0x40) IX
   [5] -1   0   0x00002000 - 0x0000207f (0x80) IX
   [6] -1   0   0x00002400 - 0x000024ff (0x100) IX
   [7] -1   0   0x00001880 - 0x000018bf (0x40) IX
   [8] -1   0   0x00001c00 - 0x00001cff (0x100) IX
   [9] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [10] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [11] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [12] -1   0   0x00001800 - 0x0000180f (0x10) IX
   [13] -1   0   0x00003000 - 0x000030ff (0x100) IX(B)
(II) OS-reported resource ranges after removing overlaps with PCI:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [5] -1   0   0x00000000 - 0x000000ff (0x100) IX
(II) All system resource ranges:
   
  • -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MXE(B)
  • [1] -1   0   0x000f0000 - 0x000fffff (0x10000) MX

   [2] -1   0   0x000c0000 - 0x000effff (0x30000) MX
   [3] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX
   [4] -1   0   0xe8100000 - 0xe8100fff (0x1000) MX
   [5] -1   0   0xec000000 - 0xebffffff (0x0) MXO
   [6] -1   0   0xe8000000 - 0xe800ffff (0x10000) MX(B)
   [7] -1   0   0xf0000000 - 0xf7ffffff (0x8000000) MX(B)
   [8] -1   0   0x0000ffff - 0x0000ffff (0x1) IX
   [9] -1   0   0x00000000 - 0x000000ff (0x100) IX
   [10] -1   0   0x00004000 - 0x0000403f (0x40) IX
   [11] -1   0   0x00002000 - 0x0000207f (0x80) IX
   [12] -1   0   0x00002400 - 0x000024ff (0x100) IX
   [13] -1   0   0x00001880 - 0x000018bf (0x40) IX
   [14] -1   0   0x00001c00 - 0x00001cff (0x100) IX
   [15] -1   0   0x00001840 - 0x0000185f (0x20) IX
   [16] -1   0   0x00001810 - 0x0000181f (0x10) IX
   [17] -1   0   0x00001820 - 0x0000183f (0x20) IX
   [18] -1   0   0x00001800 - 0x0000180f (0x10) IX
   [19] -1   0   0x00003000 - 0x000030ff (0x100) IX(B)
(II) LoadModule: "bitmap"
(II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "ddc"
(II) Loading /usr/lib/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "drm"
(II) LoadModule: "drm"
(II) Loading /usr/lib/xorg/modules/linux/libdrm.so
(II) Module drm: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.0.0, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Server Extension, version 0.2
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.1.0
   ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.99.8, module version = 8.28.8
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.1
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
   compiled for 7.0.0, module version = 1.0.3
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
   compiled for 4.3.99.902, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) Wacom driver level: 47-0.7.2 $
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
   compiled for 4.3.99.902, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.5
(II) ATI Radeon/FireGL: The following chipsets are supported:
   RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
   MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
   RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
   RADEON 9250/9200 Series (RV280 5961),
   RADEON 9250/9200 Series (RV280 5962),
   RADEON 9250/9200 Series (RV280 5964), FireMV 2200 PCI (RV280 5965),
   MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
   FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
   RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
   RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
   RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
   MOBILITY RADEON 9600/9700 (M10/M11 4E50),
   MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
   RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
   FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
   RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
   FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
   RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
   FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
   RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
   RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
   MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300/X550 (RV370 5B60),
   RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
   FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
   MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
   MOBILITY RADEON X600 SE (M24 5462), MOBILITY FireGL V3100 (M22 5464),
   RADEON X600/X550 Series (RV380 3E50), FireGL V3200 (RV380 3E54),
   MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
   MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
   RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
   RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
   FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
   RADEON X800 SE (R420 4A4F),
   RADEON X800 XT Platinum Edition (R420 4A50),
   RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
   RADEON X800 GTO (R423 5549),
   RADEON X800 XT Platinum Edition (R423 554A),
   RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
   FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
   MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
   MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
   RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
   RADEON X850 XT Platinum Edition (R480 5D4D),
   RADEON X800 GTO (R480 5D4F), FireGL V7200 (R480 5D50),
   RADEON X850 XT (R480 5D52), RADEON X850 (R481 4B48),
   RADEON X850 XT (R481 4B49), RADEON X850 SE (R481 4B4A),
   RADEON X850 PRO (R481 4B4B),
   RADEON X850 XT Platinum Edition (R481 4B4C),
   MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
   FireGL V5000 (RV410 5E48), RADEON X700 XT (RV410 5E4A),
   RADEON X700 PRO (RV410 5E4B), RADEON X700 SE (RV410 5E4C),
   RADEON X700 (RV410 5E4D), RADEON X700/X550 Series (RV410 5E4F),
   MOBILITY RADEON X700 (M26 5652), MOBILITY RADEON X700 (M26 5653),
   MOBILITY RADEON X700 XL (M26-XC 564F),
   RADEON 9000/9100 IGP Series (RS300 5834),
   RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
   MOBILITY RADEON 9000 IGP (RL300MB 7835),
   MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
   RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
   RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
   RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
   RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
   RADEON X1800 (R520 7100), MOBILITY RADEON X1800 XT (M58 7101),
   MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
   FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
   MOBILITY FireGL V7100 (M58 7106), RADEON X1800 Series (R520 7108),
   RADEON X1800 Series (R520 7109), RADEON X1800 Series (R520 710A),
   RADEON X1800 Series (R520 710B), RADEON X1800 Series (R520 710C),
   FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
   MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
   RADEON X1600 Series (RV515 7140), RADEON X1300 Series (RV515 7142),
   MOBILITY FireGL (M54 GL 7144), MOBILITY RADEON X1400 (M54 7145),
   RADEON X1300 Series (RV515 7146), MOBILITY RADEON X1300 (M52 7149),
   MOBILITY RADEON X1300 (M52 714A), RADEON X1300 Series (RV515 714D),
   RADEON X1300 Series (RV515 714E), FireGL V3300 (RV515 7152),
   RADEON X1300 Series (RV515 715E), RADEON X1300 (RV516 7180),
   RADEON X1600 Series (RV516 7181), RADEON X1300 (RV516 7183),
   MOBILITY RADEON X1450 (M64P 7186), RADEON X1300 (RV516 7187),
   MOBILITY RADEON X1350 (M62P 718B),
   MOBILITY RADEON X1350 (M62CSP 718C),
   MOBILITY RADEON X1450 (M64CSP 718D),
   MOBILITY RADEON X1350 (M62S 7196), RADEON X1900 (R580 7240),
   RADEON X1900 (R580 7243), RADEON X1900 (R580 7244),
   RADEON X1900 (R580 7245), RADEON X1900 (R580 7246),
   RADEON X1900 (R580 7247), RADEON X1900 (R580 7248),
   RADEON X1900 (R580 7249), RADEON X1900 (R580 724A),
   RADEON X1900 (R580 724B), RADEON X1900 (R580 724C),
   RADEON X1900 (R580 724D), FireStream 2U (R580 724E),
   FireStream 2U (R580 724F), RADEON X1600 Series (RV530 71C0),
   RADEON X1600 Series (RV530 71C2), MOBILITY FireGL V5200 (M56 71C4),
   MOBILITY RADEON X1600 (M56 71C5),
   RADEON X1600 Series (RV530 LE 71C6),
   RADEON X1600 Series (RV530 VE 71CE), FireGL V3400 (RV530 71D2),
   MOBILITY RADEON X1700 (M66-XT 71D6), FireGL V5200 (RV530 71DA),
   RADEON X1600 Series (RV530 SE 71DE), RADEON X1600 XT (RV535 XT 71C1),
   MOBILITY FireGL V5250 (M66GL 71D4),
   MOBILITY RADEON X1700 (M66-P 71D5), RADEON Xpress 1200 (RS600 7941),
   RADEON Xpress 1200 (RS600 7942)
(II) Primary Device is: PCI 01:00:0
(II) ATI Proprietary Linux Driver Version Identifier:8.28.8
(II) ATI Proprietary Linux Driver Release Identifier: LGDr8.28g1                          
(II) ATI Proprietary Linux Driver Build Date: Aug 17 2006 09:26:25
(II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.28.1.1.2.3-driver-lnx-x86-x86_64-287161
(EE) No devices detected.

Fatal server error:
no screens found

En dan zit ik zonder grafische omgeving, alleen het terminal

Grafische omgeving is weer te starten door
sudo apt-get update
sudo apt-get upgrade
sudo dpkg-reconfigure xserver-xorg
reboot
of handmatig in de xorg.conf van fglrx weer ati maken

Azalin

  • Gast
ATI 3d driver
« Reactie #5 Gepost op: 2006/10/10, 11:11:08 »
Heb je de restricted kernel modules wel geinstalleerd?? en welke heb je dan nu geinstalleerd? overigens moet je die fglrx wel via synaptics installeren dan, dat staat niet standaard geinstalleerd.

Gast

  • Gast
ATI 3d driver
« Reactie #6 Gepost op: 2006/10/10, 12:13:25 »
Ja restricted kernel modules zijn geinstalleerd,
Ik heb de volgende how-to's geprobeerd:
http://wiki.cchtml.com/index.php/Ubuntu_Dapper_Installation_Guide
https://help.ubuntu.com/community/RadeonDriver
en natuurlijk de standaard ATI driver 8.28.8

Azalin

  • Gast
ATI 3d driver
« Reactie #7 Gepost op: 2006/10/11, 08:39:05 »
Mmm, die eerste is toch de manier waarop ik het heb gedaan (maar dan met de link onderaan), die tweede zorgt dat je de eerste niet zo maar zonder meer kan doen, en de derde zorgt er voor dat de fglrx problemen heeft wanneer je die volgens optie how-to probeert. Dan moet je eerst weer iets repareren. Met andere woorden, de volgorde waarin je de how-to's hebt geprobeerd is wel belangrijk. Check ook eens de volgende:

https://help.ubuntu.com/community/BinaryDriverHowto/ATI

Da's de "officiele" how-to.

Onderaan de how-to staan overigens wat notes die handig kunnen zijn voor troubleshooting.

Gast

  • Gast
ATI 3d driver
« Reactie #8 Gepost op: 2006/10/11, 19:04:58 »
Ik kwam er echt niet meer uit, dus MBR weggehaald via XP(dual-boot), partities verwijderd, Ubuntu opnieuw geInstalleerd via de live CD, en jawel:

glxinfo | grep direct
direct rendering: Yes

In ieder geval bedankt voor het meedenken!

Azalin

  • Gast
ATI 3d driver
« Reactie #9 Gepost op: 2006/10/12, 00:26:39 »
Ik denk dat door een van de how-to's je de mogelijkheid niet meer had om de fglrx driver goed te installeren. Blij dat het nu allemaal wel voor je werkt in elk geval.

darudy

  • Gast
ATI 3d driver
« Reactie #10 Gepost op: 2006/10/13, 10:09:36 »
Hallo allemaal,

Ik heb precies (tenminste dat denk ik) dezelfde laptop als G@itp, een Acer Aspire 1400 en ook ik krijg het maar niet voor mekaar om de 3d drivers voor mijn ATI mobility radeon 9000 te installeren. Heb inderdaad dezelfde wikis gevolgd als hierboven en ook bij mijn laptop krijg ik steeds een terminal scherm wanneer ik in de xorg.conf het stukje "ati" heb vervangen door "fglrx".

rudy@rudy-laptop:~$ glxinfo | grep direct
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect

dit is mijn xorg.conf (nu staat ie op "ati"):

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
   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"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load   "bitmap"
   Load   "dbe"
   Load   "ddc"
   Load   "dri"
   Load   "extmod"
   Load   "freetype"
   Load   "glx"
   Load   "int10"
   Load   "record"
   Load   "type1"
   Load   "v4l"
   Load   "vbe"
EndSection

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc104"
   Option      "XkbLayout"   "us"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "ExplorerPS/2"
   Option      "ZAxisMapping"      "4 5"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizScrollDelta"   "0"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  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    "eraser"
  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    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Driver      "ati"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   Option      "DPMS"
   HorizSync   28-51
   VertRefresh   43-60
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Monitor      "Generic Monitor"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus" "SendCoreEvents"
   InputDevice     "cursor" "SendCoreEvents"
   InputDevice     "eraser" "SendCoreEvents"
   InputDevice   "Synaptics Touchpad"
EndSection

Section "DRI"
   Mode   0666
EndSection


Kan iemand mij helpen ?

Groetjes een tevreden gebruiker, die te lang met windows heeft geklooid.

Darudy

Azalin

  • Gast
ATI 3d driver
« Reactie #11 Gepost op: 2006/10/13, 10:40:31 »
Het is jammer dat je ook al die wikis hebt gevolgd. Het had beter geweest om 1 methode te gebruiken en wanneer je daar dus problemen mee had gehad, dan meteen hier even te raden gaan. Nu is het best mogelijk dat je met wat resten van andere installaties zit.

Doe een shet volgende in een terminal en laat eens weten wat je terug krijgt:
more /var/log/Xorg.0.log | grep "(EE)"

Dit zoekt naar EE (ofwel, errors) in je xorg log. Misschien dat we daar iets mee kunnen.

Resultaten van het volgende kunnen ook helpen:

dmesg | grep fglrx

darudy

  • Gast
ATI 3d driver
« Reactie #12 Gepost op: 2006/10/13, 10:51:17 »
rudy@rudy-laptop:~$ more /var/log/Xorg.0.log | grep "(EE)"
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom
(EE) xf86OpenSerial: Cannot open device /dev/wacom

Bij, dmesg | grep fglrx, krijg ik geen resultaat te zien, echter bij dmesg zelf wel:

[17179569.184000] Linux version 2.6.15-27-386 (buildd@terranova) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[17179569.184000]  BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000000fef0000 (usable)
[17179569.184000]  BIOS-e820: 000000000fef0000 - 000000000feff000 (ACPI data)
[17179569.184000]  BIOS-e820: 000000000feff000 - 000000000ff00000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000000ff00000 - 000000000ff80000 (usable)
[17179569.184000]  BIOS-e820: 000000000ff80000 - 0000000010000000 (reserved)
[17179569.184000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
[17179569.184000] 0MB HIGHMEM available.
[17179569.184000] 255MB LOWMEM available.
[17179569.184000] On node 0 totalpages: 65408
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 61312 pages, LIFO batch:15
[17179569.184000]   HighMem zone: 0 pages, LIFO batch:0
[17179569.184000] DMI present.
[17179569.184000] ACPI: RSDP (v000 TOSCPL                                ) @ 0x000f6db0
[17179569.184000] ACPI: RSDT (v001 TOSCPL   RSDT   0x06040000  LTP 0x00000000) @ 0x0fefacc1
[17179569.184000] ACPI: FADT (v001 TOSCPL BR20     0x06040000 PTL  0x00000001) @ 0x0fefef64
[17179569.184000] ACPI: BOOT (v001 TOSCPL $SBFTBL$ 0x06040000  LTP 0x00000001) @ 0x0fefefd8
[17179569.184000] ACPI: DSDT (v001 COMPAL BR20     0x06040000 MSFT 0x0100000d) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x1008
[17179569.184000] Allocating PCI resources starting at 20000000 (gap: 10000000:ef800000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda1 ro quiet splash
[17179569.184000] Local APIC disabled by BIOS (or by default) -- you can enable it with "lapic"
[17179569.184000] mapped APIC to ffffd000 (01200000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 1024 (order: 10, 16384 bytes)
[17179569.184000] Detected 1993.801 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179570.644000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179570.644000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[17179570.652000] Memory: 248628k/261632k available (1976k kernel code, 12348k reserved, 606k data, 288k init, 0k highmem)
[17179570.652000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[17179570.732000] Calibrating delay using timer specific routine.. 3991.75 BogoMIPS (lpj=7983514)
[17179570.732000] Security Framework v1.0.0 initialized
[17179570.732000] SELinux:  Disabled at boot.
[17179570.732000] Mount-cache hash table entries: 512
[17179570.732000] CPU: After generic identify, caps: 3febf9ff 00000000 00000000 00000000 00000000 00000000 00000000
[17179570.732000] CPU: After vendor identify, caps: 3febf9ff 00000000 00000000 00000000 00000000 00000000 00000000
[17179570.732000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[17179570.732000] CPU: L2 cache: 512K
[17179570.732000] CPU: After all inits, caps: 3febf9ff 00000000 00000000 00000080 00000000 00000000 00000000
[17179570.732000] mtrr: v2.0 (20020519)
[17179570.732000] CPU: Intel(R) Pentium(R) 4 CPU 2.00GHz stepping 04
[17179570.732000] Enabling fast FPU save and restore... done.
[17179570.732000] Enabling unmasked SIMD FPU exception support... done.
[17179570.732000] Checking 'hlt' instruction... OK.
[17179570.748000] checking if image is initramfs... it is
[17179571.472000] Freeing initrd memory: 6614k freed
[17179571.488000] ACPI: Looking for DSDT ... not found!
[17179571.488000] ACPI: setting ELCR to 0200 (from 0820)
[17179571.496000] NET: Registered protocol family 16
[17179571.496000] EISA bus registered
[17179571.496000] ACPI: bus type pci registered
[17179571.504000] PCI: PCI BIOS revision 2.10 entry at 0xfd9a0, last bus=2
[17179571.504000] PCI: Using configuration type 1
[17179571.504000] ACPI: Subsystem revision 20051216
[17179571.512000] ACPI: Interpreter enabled
[17179571.512000] ACPI: Using PIC for interrupt routing
[17179571.512000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179571.512000] PCI: Probing PCI hardware (bus 00)
[17179571.536000] PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[17179571.536000] PCI quirk: region 1180-11bf claimed by ICH4 GPIO
[17179571.536000] Boot video device is 0000:01:00.0
[17179571.536000] PCI: Transparent bridge - 0000:00:1e.0
[17179571.536000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179571.540000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[17179571.540000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.SLOT._PRT]
[17179571.540000] ACPI: PCI Interrupt Link [LNKA] (IRQs *5)
[17179571.540000] ACPI: PCI Interrupt Link [LNKB] (IRQs *11)
[17179571.540000] ACPI: PCI Interrupt Link [LNKC] (IRQs 11) *0, disabled.
[17179571.540000] ACPI: PCI Interrupt Link [LNKD] (IRQs *5)
[17179571.540000] ACPI: PCI Interrupt Link [LNKE] (IRQs *11)
[17179571.540000] ACPI: PCI Interrupt Link [LNKH] (IRQs 5) *11
[17179571.544000] ACPI: Embedded Controller [EC0] (gpe 28) interrupt mode.
[17179571.584000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179571.584000] pnp: PnP ACPI init
[17179571.608000] pnp: PnP ACPI: found 10 devices
[17179571.608000] PnPBIOS: Disabled by ACPI PNP
[17179571.608000] PCI: Using ACPI for IRQ routing
[17179571.608000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[17179571.612000] pnp: 00:00: ioport range 0xfe00-0xfe01 has been reserved
[17179571.612000] PCI: Bridge: 0000:00:01.0
[17179571.612000]   IO window: 3000-3fff
[17179571.612000]   MEM window: e8000000-e80fffff
[17179571.612000]   PREFETCH window: f0000000-f7ffffff
[17179571.612000] PCI: Bus 3, cardbus bridge: 0000:02:00.0
[17179571.612000]   IO window: 00004400-000044ff
[17179571.612000]   IO window: 00004800-000048ff
[17179571.612000]   PREFETCH window: 20000000-21ffffff
[17179571.612000]   MEM window: 24000000-25ffffff
[17179571.612000] PCI: Bus 7, cardbus bridge: 0000:02:00.1
[17179571.612000]   IO window: 00004c00-00004cff
[17179571.612000]   IO window: 00001400-000014ff
[17179571.612000]   PREFETCH window: 22000000-23ffffff
[17179571.612000]   MEM window: 26000000-27ffffff
[17179571.612000] PCI: Bridge: 0000:00:1e.0
[17179571.612000]   IO window: 4000-4fff
[17179571.612000]   MEM window: e8100000-e81fffff
[17179571.612000]   PREFETCH window: 20000000-23ffffff
[17179571.612000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179571.612000] **** SET: Misaligned resource pointer: cf9695c2 Type 07 Len 0
[17179571.612000] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 5
[17179571.612000] PCI: setting IRQ 5 as level-triggered
[17179571.612000] ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKA] -> GSI 5 (level, low) -> IRQ 5
[17179571.612000] PCI: Setting latency timer of device 0000:02:00.0 to 64
[17179571.612000] **** SET: Misaligned resource pointer: cf9695c2 Type 07 Len 0
[17179571.612000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[17179571.612000] PCI: setting IRQ 11 as level-triggered
[17179571.612000] ACPI: PCI Interrupt 0000:02:00.1 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[17179571.612000] PCI: Setting latency timer of device 0000:02:00.1 to 64
[17179571.612000] Simple Boot Flag at 0x36 set to 0x1
[17179571.612000] audit: initializing netlink socket (disabled)
[17179571.612000] audit(1160725886.612:1): initialized
[17179571.612000] VFS: Disk quotas dquot_6.5.1
[17179571.612000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179571.612000] Initializing Cryptographic API
[17179571.612000] io scheduler noop registered
[17179571.612000] io scheduler anticipatory registered
[17179571.612000] io scheduler deadline registered
[17179571.612000] io scheduler cfq registered
[17179571.612000] isapnp: Scanning for PnP cards...
[17179571.968000] isapnp: No Plug & Play device found
[17179571.988000] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[17179571.988000] i8042.c: Detected active multiplexing controller, rev 1.1.
[17179571.992000] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[17179571.992000] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[17179571.992000] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[17179571.992000] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[17179571.992000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179571.992000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[17179571.996000] ACPI: PCI Interrupt 0000:00:1f.6 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[17179571.996000] ACPI: PCI interrupt for device 0000:00:1f.6 disabled
[17179571.996000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[17179571.996000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179571.996000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[17179571.996000] mice: PS/2 mouse device common for all mice
[17179571.996000] EISA: Probing bus 0 at eisa.0
[17179571.996000] Cannot allocate resource for EISA slot 1
[17179571.996000] Cannot allocate resource for EISA slot 2
[17179571.996000] Cannot allocate resource for EISA slot 3
[17179571.996000] Cannot allocate resource for EISA slot 4
[17179571.996000] EISA: Detected 0 cards.
[17179571.996000] NET: Registered protocol family 2
[17179572.020000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179572.040000] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[17179572.040000] TCP established hash table entries: 16384 (order: 4, 65536 bytes)
[17179572.040000] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[17179572.040000] TCP: Hash tables configured (established 16384 bind 16384)
[17179572.040000] TCP reno registered
[17179572.040000] TCP bic registered
[17179572.040000] NET: Registered protocol family 1
[17179572.040000] NET: Registered protocol family 8
[17179572.040000] NET: Registered protocol family 20
[17179572.040000] Using IPI Shortcut mode
[17179572.040000] ACPI wakeup devices:
[17179572.040000] PWBN RTLN USB1 USB2 AC97
[17179572.040000] ACPI: (supports S0 S3 S4 S5)
[17179572.040000] Freeing unused kernel memory: 288k freed
[17179572.100000] vga16fb: initializing
[17179572.100000] vga16fb: mapped to 0xc00a0000
[17179572.240000] Console: switching to colour frame buffer device 80x25
[17179572.240000] fb0: VGA16 VGA frame buffer device
[17179573.364000] Capability LSM initialized
[17179573.408000] ACPI: CPU0 (power states: C1[C1] C2[C2])
[17179574.100000] ICH2: IDE controller at PCI slot 0000:00:1f.1
[17179574.100000] ICH2: chipset revision 5
[17179574.100000] ICH2: not 100% native mode: will probe irqs later
[17179574.100000]     ide0: BM-DMA at 0x1800-0x1807, BIOS settings: hda:DMA, hdb:pio
[17179574.100000]     ide1: BM-DMA at 0x1808-0x180f, BIOS settings: hdc:DMA, hdd:pio
[17179574.100000] Probing IDE interface ide0...
[17179574.388000] hda: IC25N020ATCS04-0, ATA DISK drive
[17179575.060000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179575.076000] Probing IDE interface ide1...
[17179575.816000] hdc: TOSHIBA DVD-ROM SD-R2212, ATAPI CD/DVD-ROM drive
[17179576.536000] ide1 at 0x170-0x177,0x376 on irq 15
[17179576.552000] hda: max request size: 128KiB
[17179576.564000] hda: 39070080 sectors (20003 MB) w/1768KiB Cache, CHS=38760/16/63, UDMA(100)
[17179576.564000] hda: cache flushes not supported
[17179576.564000]  hda: hda1 hda2 < hda5 >
[17179576.612000] hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
[17179576.612000] Uniform CD-ROM driver Revision: 3.20
[17179576.864000] usbcore: registered new driver usbfs
[17179576.864000] usbcore: registered new driver hub
[17179576.864000] USB Universal Host Controller Interface driver v2.3
[17179576.868000] **** SET: Misaligned resource pointer: cfc99502 Type 07 Len 0
[17179576.868000] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 5
[17179576.868000] ACPI: PCI Interrupt 0000:00:1f.2[D] -> Link [LNKD] -> GSI 5 (level, low) -> IRQ 5
[17179576.868000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[17179576.868000] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[17179576.868000] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
[17179576.868000] uhci_hcd 0000:00:1f.2: irq 5, io base 0x00001820
[17179576.868000] hub 1-0:1.0: USB hub found
[17179576.868000] hub 1-0:1.0: 2 ports detected
[17179576.972000] **** SET: Misaligned resource pointer: cfc99202 Type 07 Len 0
[17179576.972000] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 5
[17179576.972000] ACPI: PCI Interrupt 0000:00:1f.4[C] -> Link [LNKH] -> GSI 5 (level, low) -> IRQ 5
[17179576.972000] PCI: Setting latency timer of device 0000:00:1f.4 to 64
[17179576.972000] uhci_hcd 0000:00:1f.4: UHCI Host Controller
[17179576.972000] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
[17179576.972000] uhci_hcd 0000:00:1f.4: irq 5, io base 0x00001840
[17179576.972000] hub 2-0:1.0: USB hub found
[17179576.972000] hub 2-0:1.0: 2 ports detected
[17179577.136000] Attempting manual resume
[17179577.172000] EXT3-fs: mounted filesystem with ordered data mode.
[17179577.192000] kjournald starting.  Commit interval 5 seconds
[17179577.212000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[17179577.888000] usb 2-2: new low speed USB device using uhci_hcd and address 2
[17179592.524000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179592.592000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179592.620000] Linux agpgart interface v0.101 (c) Dave Jones
[17179592.648000] agpgart: Detected an Intel i845 Chipset.
[17179592.652000] agpgart: AGP aperture is 64M @ 0xec000000
[17179592.676000] hw_random: RNG not detected
[17179592.868000] ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKA] -> GSI 5 (level, low) -> IRQ 5
[17179592.868000] Yenta: CardBus bridge found at 0000:02:00.0 [1025:0019]
[17179592.868000] Yenta O2: res at 0x94/0xD4: e8/00
[17179592.868000] Yenta O2: enabling read prefetch/write burst
[17179592.996000] Yenta: ISA IRQ mask 0x0498, PCI irq 5
[17179592.996000] Socket status: 30000006
[17179592.996000] Yenta: Raising subordinate bus# of parent bus (#02) from #02 to #06
[17179592.996000] pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff
[17179592.996000] cs: IO port probe 0x4000-0x4fff: clean.
[17179592.996000] pcmcia: parent PCI bridge Memory window: 0xe8100000 - 0xe81fffff
[17179592.996000] pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x23ffffff
[17179592.996000] ACPI: PCI Interrupt 0000:02:00.1 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[17179592.996000] Yenta: CardBus bridge found at 0000:02:00.1 [1025:0019]
[17179593.124000] Yenta: ISA IRQ mask 0x0498, PCI irq 11
[17179593.124000] Socket status: 30000006
[17179593.124000] Yenta: Raising subordinate bus# of parent bus (#02) from #06 to #0a
[17179593.124000] pcmcia: parent PCI bridge I/O window: 0x4000 - 0x4fff
[17179593.124000] cs: IO port probe 0x4000-0x4fff: clean.
[17179593.124000] pcmcia: parent PCI bridge Memory window: 0xe8100000 - 0xe81fffff
[17179593.124000] pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x23ffffff
[17179593.212000] input: PS/2 Mouse as /class/input/input1
[17179593.228000] ACPI: PCI Interrupt 0000:00:1f.5 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
[17179593.228000] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[17179593.232000] input: AlpsPS/2 ALPS GlidePoint as /class/input/input2
[17179593.560000] parport: PnPBIOS parport detected.
[17179593.560000] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[17179593.588000] input: PC Speaker as /class/input/input3
[17179593.604000] e100: Intel(R) PRO/100 Network Driver, 3.4.14-k4-NAPI
[17179593.604000] e100: Copyright(c) 1999-2005 Intel Corporation
[17179593.664000] usbcore: registered new driver hiddev
[17179593.684000] input: Logitech USB Mouse as /class/input/input4
[17179593.684000] input: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:1f.4-2
[17179593.684000] usbcore: registered new driver usbhid
[17179593.684000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[17179593.852000] Real Time Clock Driver v1.12
[17179593.904000] SCSI subsystem initialized
[17179593.924000] Floppy drive(s): fd0 is 1.44M
[17179593.944000] FDC 0 is a post-1991 82077
[17179594.004000] ts: Compaq touchscreen protocol output
[17179594.012000] Initializing USB Mass Storage driver...
[17179594.012000] scsi0 : SCSI emulation for USB Mass Storage devices
[17179594.012000] usb-storage: device found at 2
[17179594.012000] usb-storage: waiting for device to settle before scanning
[17179594.012000] usbcore: registered new driver usb-storage
[17179594.012000] USB Mass Storage support registered.
[17179594.460000] intel8x0_measure_ac97_clock: measured 55400 usecs
[17179594.460000] intel8x0: clocking to 48000
[17179594.468000] **** SET: Misaligned resource pointer: cafc4bc2 Type 07 Len 0
[17179594.468000] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11
[17179594.468000] ACPI: PCI Interrupt 0000:02:08.0[A] -> Link [LNKE] -> GSI 11 (level, low) -> IRQ 11
[17179594.492000] e100: eth0: e100_probe: addr 0xe8100000, irq 11, MAC addr 00:02:3F:B0:90:D8
[17179594.524000] cs: IO port probe 0x100-0x3af: excluding 0x200-0x20f
[17179594.528000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[17179594.528000] cs: IO port probe 0x820-0x8ff: clean.
[17179594.528000] cs: IO port probe 0xc00-0xcf7: clean.
[17179594.528000] cs: IO port probe 0xa00-0xaff: clean.
[17179594.612000] cs: IO port probe 0x100-0x3af: excluding 0x200-0x20f
[17179594.612000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[17179594.616000] cs: IO port probe 0x820-0x8ff: clean.
[17179594.616000] cs: IO port probe 0xc00-0xcf7: clean.
[17179594.616000] cs: IO port probe 0xa00-0xaff: clean.
[17179595.772000] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
[17179595.984000] lp0: using parport0 (interrupt-driven).
[17179596.056000] Adding 746980k swap on /dev/hda5.  Priority:-1 extents:1 across:746980k
[17179596.252000] EXT3 FS on hda1, internal journal
[17179596.536000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179596.536000] md: bitmap version 4.39
[17179597.212000] NET: Registered protocol family 17
[17179597.760000] NET: Registered protocol family 10
[17179597.760000] lo: Disabled Privacy Extensions
[17179597.760000] IPv6 over IPv4 tunneling driver
[17179598.380000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[17179599.016000]   Vendor: USB       Model: Flash Disk        Rev: 1.06
[17179599.016000]   Type:   Direct-Access                      ANSI SCSI revision: 00
[17179599.016000] usb-storage: device scan complete
[17179599.064000] Driver 'sd' needs updating - please use bus_type methods
[17179599.076000] SCSI device sda: 129280 512-byte hdwr sectors (66 MB)
[17179599.080000] sda: Write Protect is off
[17179599.080000] sda: Mode Sense: 0b 00 00 08
[17179599.080000] sda: assuming drive cache: write through
[17179599.092000] SCSI device sda: 129280 512-byte hdwr sectors (66 MB)
[17179599.096000] sda: Write Protect is off
[17179599.096000] sda: Mode Sense: 0b 00 00 08
[17179599.096000] sda: assuming drive cache: write through
[17179599.108000] SCSI device sda: 129280 512-byte hdwr sectors (66 MB)
[17179599.112000] sda: Write Protect is off
[17179599.112000] sda: Mode Sense: 0b 00 00 08
[17179599.112000] sda: assuming drive cache: write through
[17179599.112000]  sda: sda1
[17179599.120000] sd 0:0:0:0: Attached scsi removable disk sda
[17179599.148000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[17179599.364000] cdrom: open failed.
[17179599.368000] Buffer I/O error on device sda1, logical block 16159
[17179599.368000] Buffer I/O error on device sda1, logical block 16159
[17179599.368000] Buffer I/O error on device sda1, logical block 16159
[17179599.368000] Buffer I/O error on device sda1, logical block 16159
[17179599.368000] Buffer I/O error on device sda1, logical block 16159
[17179599.368000] Buffer I/O error on device sda1, logical block 16159
[17179600.792000] NET: Registered protocol family 15
[17179607.828000] eth0: no IPv6 routers present
[17179608.164000] ACPI: AC Adapter [ACAD] (on-line)
[17179608.184000] ACPI: Battery Slot [BAT1] (battery present)
[17179608.292000] ACPI: Power Button (FF) [PWRF]
[17179608.292000] ACPI: Lid Switch [LID]
[17179608.292000] ACPI: Power Button (CM) [PWBN]
[17179608.436000] ibm_acpi: ec object not found
[17179608.472000] pcc_acpi: loading...
[17179611.728000] ppdev: user-space parallel port driver
[17179612.336000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[17179612.336000] apm: overridden by ACPI.
[17179614.616000] Buffer I/O error on device sda1, logical block 16159
[17179614.616000] Buffer I/O error on device sda1, logical block 16159
[17179614.616000] Buffer I/O error on device sda1, logical block 16159
[17179614.616000] Buffer I/O error on device sda1, logical block 16159
[17179614.616000] Buffer I/O error on device sda1, logical block 16159
[17179614.616000] Buffer I/O error on device sda1, logical block 16159
[17179618.972000] [drm] Initialized drm 1.0.1 20051102
[17179619.016000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 5 (level, low) -> IRQ 5
[17179619.016000] [drm] Initialized radeon 1.24.0 20060225 on minor 0
[17179620.584000] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[17179620.584000] agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
[17179620.584000] agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
[17179620.944000] [drm] Setting GART location based on new memory map
[17179620.944000] [drm] writeback test succeeded in 2 usecs
rudy@rudy-laptop:~$                                        

Hopelijk kun je hier iets mee
Darudy

Azalin

  • Gast
ATI 3d driver
« Reactie #13 Gepost op: 2006/10/13, 11:08:56 »
Uh ja... ik had er natuurlijk bij moeten zeggen dat je eerst in je xorg.conf even ati voor fglrx moet vervangen. Dan kom je idd in een terminal scherm, maar anders valt er weinig te debuggen ... dus even in je xorg fglrx in plaats van ati zetten, opnieuw opstarten, dan

more /var/log/Xorg.0.log | grep "(EE)"

>>en<<

dmesg | grep fglrx

om deze resultaten op te kunnen slaan zou je >/home/rudy/error1.txt achter beide commando's kunnen zetten.

more /var/log/Xorg.0.log | grep "(EE)" >/home/rudy/error1.txt

dmesg | grep fglrx >/home/rudy/error2.txt

en dan de inhoud van error1 en error2 eens posten

darudy

  • Gast
ATI 3d driver
« Reactie #14 Gepost op: 2006/10/13, 11:22:00 »
Hallo,

Ik heb beide dingen gedaan:

Error1.txt
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(EE) No devices detected.

Errot2.txt
is leeg

Groet

Darudy

Azalin

  • Gast
ATI 3d driver
« Reactie #15 Gepost op: 2006/10/13, 12:03:07 »
Ziet er naar uit dat je de fglrx driver sowieso niet goed of volledig geinstalleerd hebt.. tenminste, dat idee heb ik.

Kijk eens of je het volgende al eens volledig en goed gedaan hebt:

sudo apt-get update
sudo apt-get install linux-restricted-modules-$(uname -r) #Okay if it is already installed
sudo apt-get install xorg-driver-fglrx
sudo depmod -a
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv

(die laatste twee kunnen errors geven als je de xorg.conf handmatig hebt aangepast, dan moet je in je xorg.conf je driver handmatig naar fglrx zetten)

darudy

  • Gast
ATI 3d driver
« Reactie #16 Gepost op: 2006/10/13, 12:25:15 »
Ik heb inderdaad bovenstaande al meerdere malen uitgevoerd, en alles is steeds prima. Laatste kernel modules, en laatste xorg-driver-fglrx, vervolgens xorg.conf aangepast zodat er "fglrx" i.p.v. "ati" staat en dan rebooten, waarnaar ik weer een zwart scherm krijg. Heel vreemd, mijn nieuwe xorg.conf ziet er dan zo uit:


# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
   Identifier     "Default Layout"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Generic Keyboard"
   InputDevice    "Configured Mouse"
   InputDevice    "stylus" "SendCoreEvents"
   InputDevice    "cursor" "SendCoreEvents"
   InputDevice    "eraser" "SendCoreEvents"
   InputDevice    "Synaptics Touchpad"
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     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
   Load  "bitmap"
   Load  "dbe"
   Load  "ddc"
   Load  "dri"
   Load  "extmod"
   Load  "freetype"
   Load  "glx"
   Load  "int10"
   Load  "record"
   Load  "type1"
   Load  "v4l"
   Load  "vbe"
EndSection

Section "InputDevice"
   Identifier  "Generic Keyboard"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "us"
EndSection

Section "InputDevice"
   Identifier  "Configured Mouse"
   Driver      "mouse"
   Option       "CorePointer"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "ExplorerPS/2"
   Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier  "Synaptics Touchpad"
   Driver      "synaptics"
   Option       "SendCoreEvents" "true"
   Option       "Device" "/dev/psaux"
   Option       "Protocol" "auto-dev"
   Option       "HorizScrollDelta" "0"
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 - 51.0
   VertRefresh  43.0 - 60.0
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Monitor    "Generic Monitor"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection

Azalin

  • Gast
ATI 3d driver
« Reactie #17 Gepost op: 2006/10/13, 13:33:17 »
Citaat van: darudy
Section "Module"
   Load  "bitmap"
   Load  "dbe"
   Load  "ddc"
   Load  "dri"
   Load  "extmod"
   Load  "freetype"
   Load  "glx"
   Load  "int10"
   Load  "record"
   Load  "type1"
   Load  "v4l"
   Load  "vbe"
EndSection

Section "Monitor"
   Identifier   "Generic Monitor"
   HorizSync    28.0 - 51.0
   VertRefresh  43.0 - 60.0
   Option       "DPMS"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"
   Identifier  "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option       "VideoOverlay" "on"
   Option       "OpenGLOverlay" "off"
EndSection

Section "Screen"
   Identifier "Default Screen"
   Device     "ATI Technologies, Inc. Radeon Mobility M6 LY [Radeon Mobility 9000]"
   Monitor    "Generic Monitor"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "1024x768"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "1024x768"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection
Er zijn een hoop dingen die ik niet in jou xorg snap... allereerst heb je twee Monitor en twee Device sections. Als je twee monitoren wil aansluiten dan kan dat wel op deze manier maar niet zoals je ze nu hebt staan.
Als ik jou was zou ik eens dpkg-reconfigure doen... want volgens mij, maar ik weet het niet zeker, klopt hier niet veel van zo.

Doe maar eens het volgende in een terminal:
sudo dpkg-reconfigure xserver-xorg

dan kies je voor fglrx als driver en verder even goed lezen en de aanwijzingen volgen. Niet te veel modules aanzetten (zoals v4l, record en al dat soort meuk zou ik even uitlaten tot je het werkend hebt.. als je dan een tv kaart hebt en gebruiken wil dan kan je dat altijd later nog aanzetten)

darudy

  • Gast
ATI 3d driver
« Reactie #18 Gepost op: 2006/10/13, 14:06:03 »
Noop ook niet gelukt, weer precies hetzelfde, fglrx als driver gekozen en te veel modules aangezet, maar krijg na rebooten weer precies een zwart scherm.

Ik denk dat de beste oplossing is als ik kubuntu helemaal overnieuw installeer en dan gewoon stapje voor stapje doe

Groet, en toch hartstikke bedankt voor je hulp en tijd

Darudy

shivan

  • Gast
ATI 3d driver
« Reactie #19 Gepost op: 2006/10/22, 09:45:20 »
Hetzelfde probleem doet zich hier voor .
Na het installeren van de fglrx driver volgens de wiki , werkt het perfect en ja heb dan zelfs 3D support !
Bij de eerste de beste reboot word mij echter een nieuwe fglrx driver aangeboden (8.28.8) .
En hier gaat het mis !
Een update is noodzakelijk acht je , maar na de update naar 8.28.8 en een reboot is heel je 3D support verdwenen .
Wat je ook doet en welke wiki je ook volgt , het systeem blijft consequent Mesa aanhouden .
G@itP , het ligt niet aan jou , nog aan Ubuntu , maar aan de aangeboden update .
Die update is ook niet meer ongedaan te maken , althans ik krijg het niet voor elkaar , en heeft me al 3 nieuwe installs gekost .
Gewoon dat ding niet meer updaten , en wellicht komt er nog een oplossing voor dit euvel ?
Groeten ,
Shivan .

Offline profoX

  • Lid
    • wesley
    • Lionslink
ATI 3d driver
« Reactie #20 Gepost op: 2006/10/22, 14:27:23 »
8.28.8 is toch niet de nieuwst beschikbare driver op Dapper Drake?
8.25.18 is de nieuwste volgens mij.

(tenzij je zelf compileert, maar dan is 8.29.6 de nieuwste)

Wat is de uitvoer van het commando
apt-cache policy xorg-driver-fglrx
bij jou?

downgraden zou eventueel kunnen werken, met een beetje geluk:
sudo apt-get install xorg-driver-fglrx=7.0.0-8.25.18+2.6.15.11-5
(nieuwste driver voor dapper in dapper-security)

**

Azalin: die xorg.conf klopt wel; het aticonfig script maakt aparte secties aan voor zichzelf zodat de andere secties ook nog gebruikt kunnen worden door ergens een paar identifiers aan te passen... maar de oude secties worden niet meer gebruikt tenzij je de identifiers weer aanpast in ServerLayout etc.
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)

Azalin

  • Gast
ATI 3d driver
« Reactie #21 Gepost op: 2006/10/22, 18:11:02 »
profox: mmm, ik heb ook aticonfig gebruikt, maar ik heb alles netjes bij elkaar staan. naja, als het goed staat zo dan prima :) het leek mij de mogelijke oorzaak.

shivan

  • Gast
ATI 3d driver
« Reactie #22 Gepost op: 2006/10/22, 18:44:24 »
Citaat van: profoX
8.28.8 is toch niet de nieuwst beschikbare driver op Dapper Drake?
8.25.18 is de nieuwste volgens mij.

(tenzij je zelf compileert, maar dan is 8.29.6 de nieuwste)

Wat is de uitvoer van het commando
apt-cache policy xorg-driver-fglrx
bij jou?

downgraden zou eventueel kunnen werken, met een beetje geluk:
sudo apt-get install xorg-driver-fglrx=7.0.0-8.25.18+2.6.15.11-5
(nieuwste driver voor dapper in dapper-security)

**

Azalin: die xorg.conf klopt wel; het aticonfig script maakt aparte secties aan voor zichzelf zodat de andere secties ook nog gebruikt kunnen worden door ergens een paar identifiers aan te passen... maar de oude secties worden niet meer gebruikt tenzij je de identifiers weer aanpast in ServerLayout etc.
apt-cache policy xorg-driver-fglrx
xorg-driver-fglrx:
  Ge

Azalin

  • Gast
ATI 3d driver
« Reactie #23 Gepost op: 2006/10/22, 23:45:16 »
Citaat van: shivan
This package provides 2D display drivers and hardware accelerated OpenGL for X.Org 7.0.0.

Er wordt over 2D gesproken , maar niet over 3D ?
OpenGL = 3D

Offline profoX

  • Lid
    • wesley
    • Lionslink
ATI 3d driver
« Reactie #24 Gepost op: 2006/10/23, 01:10:40 »
Kuch, heb je dit doorgelezen? :)

http://seveas.imbrandon.com/dists/dapper-seveas/drivers/

Citaat
WARNING: If you want to use these ATI drivers, install the ubuntu-fglrx package that matches your kernel and KEEP it installed!!!
Human Knowledge Belongs To The World -- Antitrust (2001)
Nederlandstalige Ubuntu documentatie van Ubuntu-NL (wiki)