Results 1 to 2 of 2

Thread: ATI fglrx driver working, no 3D, how to get rid of Mesa?

  1. #1
    Junior Member
    Join Date
    Feb 2006
    Posts
    5

    ATI fglrx driver working, no 3D, how to get rid of Mesa?

    I'm having problems getting 3d working with my Radeon card. I've got Kanotix installed and am posting here as I prefer this forum and it is more user friendly for English speakers than the Kanotix forum.

    I ussed the Kanotix script (install-radeon-debian.sh) to install the FGLRX driver and config the /etc/X11/xorg.conf file which aparently replaces the old XF86Config-4 file.

    It set it up fine but when I do fglrxinfo:

    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.2.1)

    lsmod shows:

    Module Size Used by
    fglrx 427264 7
    parport_pc 35908 0
    lp 9672 0
    parport 30536 2 parport_pc,lp
    af_packet 17032 2
    fuse 30220 0
    capability 3208 0
    commoncap 5248 1 capability
    eth1394 17416 0
    8139too 23168 0
    snd_atiixp 15244 0
    snd_ac97_codec 86048 1 snd_atiixp
    snd_ac97_bus 1920 1 snd_ac97_codec
    snd_pcm_oss 47264 0
    snd_mixer_oss 15488 1 snd_pcm_oss
    mii 4352 1 8139too
    ohci1394 30772 0
    ieee1394 284600 2 eth1394,ohci1394
    snd_pcm 76808 3 snd_atiixp,snd_ac97_codec,snd_pcm_oss
    snd_timer 20740 1 snd_pcm
    snd 45156 6 snd_atiixp,snd_ac97_codec,snd_pcm_oss,snd_mixer_os s,snd_pcm,snd_timer
    soundcore 7392 1 snd
    snd_page_alloc 8072 2 snd_atiixp,snd_pcm
    pcspkr 3424 0
    ehci_hcd 30856 0
    pci_hotplug 24372 0
    psmouse 33028 0
    serio_raw 5508 0
    ohci_hcd 19204 0
    usbcore 102912 3 ehci_hcd,ohci_hcd
    ati_agp 6668 1
    agpgart 27592 2 fglrx,ati_agp

    evdev


    Below is my xorg.conf file and it shows has Option "UseInternalAGPGART" "no", so I'm stumped, except that I may have to recompile the kernel but that doesn't make any sense as it is a default Kanotix kernel and it should already be configured to jive with the "install-radeon-debian.sh" script? Any help would be greatly appreciated, thanks in advance.


    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    # Serial Mouse not detected
    # USB Mouse not detected
    # ALPS TouchPad not detected
    # Synaptics TouchPad not detected
    EndSection

    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"

    EndSection

    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath "/usr/X11R6/lib/X11/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
    # FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
    FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
    EndSection

    Section "Module"
    Load "ddc" # ddc probing of monitor
    # Load "GLcore"
    Load "dbe"
    Load "dri"
    # Load "extmod"
    SubSection "extmod"
    Option "omit xfree86-dga"
    EndSubSection
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "speedo"
    Load "type1"
    Load "freetype"
    Load "record"
    # TouchPad not detected
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"

    EndSection

    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection

    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection

    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection

    Section "InputDevice"
    Identifier "ALPS TouchPad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "120"
    Option "RightEdge" "830"
    Option "TopEdge" "120"
    Option "BottomEdge" "650"
    Option "FingerLow" "14"
    Option "FingerHigh" "15"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.2"
    Option "MaxSpeed" "0.5"
    Option "AccelFactor" "0.01"
    Option "EdgeMotionMinSpeed" "15"
    Option "EdgeMotionMaxSpeed" "15"
    Option "UpDownScrolling" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollDelta" "0.1"
    Option "CircScrollTrigger" "2"
    EndSection

    Section "InputDevice"
    Identifier "Synaptics TouchPad"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    Option "Repeater" "/dev/ps2mouse"
    EndSection

    # Auto-generated by KNOPPIX mkxf86config

    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    VendorName "BMM"
    ModelName "BMM01f5"
    HorizSync 31 - 60 # DDC-probed
    VertRefresh 60 - 75 # DDC-probed
    # These are the DDC-probed settings reported by your monitor.
    # 1280x1024, 75.0Hz; hfreq=79.98, vfreq=75.03
    # 1024x768, 75.0Hz; hfreq=60.02, vfreq=75.03
    # 800x600, 75.0Hz; hfreq=46.88, vfreq=75.00
    # 800x600, 60.0Hz; hfreq=37.88, vfreq=60.32
    # 640x480, 75.0Hz; hfreq=37.50, vfreq=75.00
    # 640x480, 60.0Hz; hfreq=31.47, vfreq=59.94
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    # 1024x600 @ 60.00 Hz (GTF) hsync: 37.32 kHz; pclk: 48.96 MHz
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    # 1280x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 80.14 MHz
    # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    # 1368x768 @ 60.00 Hz (GTF) hsync: 47.70 kHz; pclk: 85.86 MHz
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    # 1440x900 @ 60.00 Hz (GTF) hsync: 55.92 kHz; pclk: 106.47 MHz
    # 1440x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 126.27 MHz
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
    # 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 193.16 MHz
    EndSection

    Section "Device"
    Option "RenderAccel" "1"
    ### Available Driver options are:-
    # sw_cursor is needed for some ati and radeon cards
    #Option "sw_cursor"
    #Option "hw_cursor"
    #Option "NoAccel"
    #Option "ShowCache"
    #Option "ShadowFB"
    #Option "UseFBDev"
    #Option "Rotate"
    Identifier "Card0"
    # The following line is auto-generated by KNOPPIX mkxf86config
    Driver "fglrx"
    Option "UseInternalAGPGART" "no"
    Option "VideoOverlay" "on"
    Option "OpenGLOverlay" "off"
    Option "MonitorLayout" "AUTO, AUTO"
    VendorName "All"
    BoardName "All"
    # BusID "PCI:1:0:0"
    EndSection

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 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
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    Section "Extensions"
    # Option "Composite" "1"
    # Option "RENDER" "1"
    EndSection

  2. #2
    Junior Member
    Join Date
    Feb 2006
    Posts
    5
    As it turns out the fix was incredibly simple, I just did the following:

    1) Drove to store, bought nVidia GeForce FX 5500 card

    2) Installed video card

    3) Ran the Kanotix nVidia script "install-nvidia-debian.sh"

    Booted into 3D graphics environment!! LOL


Similar Threads

  1. Included Modem Driver Not Working
    By Kowood in forum Hardware & Booting
    Replies: 5
    Last Post: 04-24-2005, 11:46 PM
  2. fglrx installation
    By splittik in forum General Support
    Replies: 0
    Last Post: 04-08-2005, 10:28 PM
  3. how to get hostap driver working in 3.4
    By genzo in forum Networking
    Replies: 3
    Last Post: 05-09-2004, 11:59 PM
  4. Direct Rendering Working - Knoppix 3.3 - FGLRX 3.2.8
    By digitalpcht in forum Hardware & Booting
    Replies: 3
    Last Post: 11-02-2003, 06:34 PM
  5. [driver probbs] - Intel PRO/wireless 2110 pcmcia driver.
    By MeglaW in forum Hardware & Booting
    Replies: 1
    Last Post: 03-04-2003, 04:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Start9 Server Pure 32GB 4TB Intel i7 Node StartOS — Box + PSU picture

Start9 Server Pure 32GB 4TB Intel i7 Node StartOS — Box + PSU

$699.00



1U Open Source Router Firewall X10SLH-N6-ST031 E3-1240 V3 6x 10GB Ethernet 16GB picture

1U Open Source Router Firewall X10SLH-N6-ST031 E3-1240 V3 6x 10GB Ethernet 16GB

$350.00



IBM Power 9 Linux L922, 2x6-Core CPU / No RAM / 2 x 1400W PSU / Rails - 9008-22L picture

IBM Power 9 Linux L922, 2x6-Core CPU / No RAM / 2 x 1400W PSU / Rails - 9008-22L

$607.44



Proxmox Linux VM VPS Xeon Server /w 512GB RAM 28TB HDD for Virtual Machine Cloud picture

Proxmox Linux VM VPS Xeon Server /w 512GB RAM 28TB HDD for Virtual Machine Cloud

$1647.00



1U Open Source Router Firewall 6x 10GB Ethernet X10SLH-N6-ST031 E3-1240 V3 32GB picture

1U Open Source Router Firewall 6x 10GB Ethernet X10SLH-N6-ST031 E3-1240 V3 32GB

$429.00



Toshiba Magnia SG20 VPN Linux server Web server (No HDD, *Read*) - picture

Toshiba Magnia SG20 VPN Linux server Web server (No HDD, *Read*) -

$60.00



Microsoft SQL Server 2025 Standard 48 Core Unlimited User CALs CoA Authentic picture

Microsoft SQL Server 2025 Standard 48 Core Unlimited User CALs CoA Authentic

$298.88



Ubuntu Server 26.04.1 LTS Bootable USB Flash Drive – Latest September 2026 picture

Ubuntu Server 26.04.1 LTS Bootable USB Flash Drive – Latest September 2026

$15.46



Microsoft SQL Server 2025 Standard 32 Core Unlimited User CALs CoA Authentic picture

Microsoft SQL Server 2025 Standard 32 Core Unlimited User CALs CoA Authentic

$388.00



Microsoft SQL Server 2025 Standard 48 Core Unlimited User CALs COA picture

Microsoft SQL Server 2025 Standard 48 Core Unlimited User CALs COA

$299.00