Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Help with ATI cards

  1. #1
    Join Date
    Jun 2006
    Location
    Austin , TX
    Beans
    80
    Distro
    The Feisty Fawn Testing

    Help with ATI cards

    Ok.. ive seen the Howtos .. ive done them all.. and i stil get mesa..

    heres my xorg.conf.
    Code:
    Section "Device"
    	Identifier	"ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP)"
    	Driver		"ati"
    	BusID		"PCI:1:5: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 330M/340M/350M (RS200 IGP)"
    	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
    thats the original.
    Ive change "ati" to "fglrx" and then X wont run.

    I wanna play quake4 so bad. Anyone know how to help? Ill give oyu any info you need.
    Laptop- Sony Vaio
    CPU- 2.8Ghz
    Ram- 512mb

  2. #2
    Join Date
    Dec 2004
    Beans
    277

    Re: Help with ATI cards

    Hi

    I do not know if it will help you but may be.
    I have a hp compaq nx9010

    this is my lspci -V
    0000:00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 340M] (prog-if 00 [Normal decode])
    Flags: bus master, 66MHz, medium devsel, latency 99
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=68
    I/O behind bridge: 00009000-00009fff
    Memory behind bridge: c0300000-c03fffff
    Prefetchable memory behind bridge: d0000000-dfffffff

    and this are the relevant part of my xorg.conf:
    Section "Device"
    Identifier "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IG$ Driver "ati"
    BusID "PCI:1:5:0"
    EndSection

    which is similar to yours. However i have this at the end of my xorg.conf:

    Section "DRI"
    Mode 0666
    EndSection

    Ok so as far as I know you wont be able to use fglrx drives and have to stick to the open ati driver that comes with xorg this is somehow just a half way driver as you do have 3D acceleration but somehow slow also you have direct rendering. I am not sure if you can make quake4 to work but there might be some chance as half of the games that i try because i know that it works on linux actually work on my ati card.

    good luck

  3. #3
    Join Date
    Jun 2006
    Location
    Austin , TX
    Beans
    80
    Distro
    The Feisty Fawn Testing

    Re: Help with ATI cards

    i have that

    Section "DRI"
    Mode 0666
    EndSection

    too..

    what modeuls should be on and what SHOUDL i dl?
    ALL games lag.
    Laptop- Sony Vaio
    CPU- 2.8Ghz
    Ram- 512mb

  4. #4
    Join Date
    Jun 2006
    Location
    Austin , TX
    Beans
    80
    Distro
    The Feisty Fawn Testing

    Re: Help with ATI cards

    Mind postign you xorg.conf?

    Maybe im configureing mine wrong..

    I do EVEYRHTIGN it says and i egt the " no screen found " error
    Laptop- Sony Vaio
    CPU- 2.8Ghz
    Ram- 512mb

  5. #5
    Join Date
    Dec 2004
    Beans
    277

    Re: Help with ATI cards

    Hi so I can not offer to much for you as I am actually in the same issue of making my ati igp 345 work well. I have many issues which for I just cannot find answers so far.
    I know that the card has direct rendering as well as it can work in opengl mode, however none of these works perfect. For instance i wanted to play freespace 2 on this card. The funny staff is that icculus.org installer makes it work but the cvs checkout version from hard-light.net would only work in software rendering mode and not in opengl one.
    On the other side for instance cedega is even more tricky:
    though you have it does not gets your 3D acceleration. As you can observe in the first picture actually it runs the three gears of glxgears. However as you can observe in the second attachment it fails this exact test. And here comes the fun part of my card it i do not le the gears to stay in the fromt (lets say i grab the test result window and move it that actually causes the gears to drop behind the main cedega window that the test is passed as you may observe on the 3rd attachment.

    my xorg.conf is this:


    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 "i2c"
    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" "latam"
    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 330M/340M/350M (RS200 IGP)"
    Driver "ati"
    BusID "PCI:1:5:0"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies, Inc. Radeon 330M/340M/350M (RS200 IGP)"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1400x1050"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1400x1050"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1400x1050"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1400x1050"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1400x1050" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1400x1050" "1024x768" "800x600" "640x480"
    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


    I actually do not know what to expect I really would like some geek to see this message and to help us as you might have allready realized that i am just an eternal newbeee user who is not ment to resolve a problem like this

    but good luck.

    pd some games that work ok on my hp nx9010 Pharaon Ceasar III Emperor Black and White (basically older games) I have also tried quake 3 Arena in cedega and it worked well and of course the mayority of linux games like pp racer tremulus torcs trigger etc.
    Attached Images Attached Images

  6. #6
    Join Date
    Jul 2006
    Location
    ONTARIO, CANADA
    Beans
    68
    Distro
    Ubuntu 6.10 Edgy

    Re: Help with ATI cards

    Did you try blacklisting agpgart? I couldn't get fglrx working on my ATI with ANY howto until I did that.

    Now it works great.

  7. #7
    Join Date
    Jun 2006
    Location
    Austin , TX
    Beans
    80
    Distro
    The Feisty Fawn Testing

    Re: Help with ATI cards

    How do i do that?

    I ran though 3 tutorials.. if oyu need my fglxinfo , or my xorg ill post both
    Laptop- Sony Vaio
    CPU- 2.8Ghz
    Ram- 512mb

  8. #8
    Join Date
    Dec 2004
    Beans
    277

    Re: Help with ATI cards

    Dear Jackkerouac

    Could you be a bit more specific? What ati card you have? (do you have an ati igp 345 like me and you could make it work with fglrx driver)
    Could you indicate which driver you used and how.
    can we get some xorg.conf and for instance lspci -v and other stuff like that?


    pls help

    thanks

  9. #9
    Join Date
    Jul 2006
    Location
    ONTARIO, CANADA
    Beans
    68
    Distro
    Ubuntu 6.10 Edgy

    Re: Help with ATI cards

    Sorry, sure.

    lspci -v

    Code:
    0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] (prog-if 00 [VGA])
            Subsystem: ATI Technologies Inc: Unknown device 2302
            Flags: bus master, 66MHz, medium devsel, latency 255, IRQ 217
            Memory at c0000000 (32-bit, prefetchable) [size=256M]
            I/O ports at d800 [size=256]
            Memory at feaf0000 (32-bit, non-prefetchable) [size=64K]
            Expansion ROM at feac0000 [disabled] [size=128K]
            Capabilities: <available only to root>
    
    0000:01:00.1 Display controller: ATI Technologies Inc RV410 [Radeon X700 Pro (PCIE)] Secondary
            Subsystem: ATI Technologies Inc: Unknown device 2303
            Flags: bus master, 66MHz, medium devsel, latency 32
            Memory at feae0000 (32-bit, non-prefetchable) [size=64K]
            Capabilities: <available only to root>
    Xorg.conf

    Code:
    # /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"
    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  "i2c"
    	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"
    
                                                          # /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 X700 Pro (RV410)"
    #	Driver      "ati"
    #	BusID       "PCI:1:0:0"
    # EndSection
    
    # Section "Device"
    #	Identifier  "aticonfig-Device[0]"
    #	Driver      "fglrx"
    #	Option	    "VideoOverlay" "on"
    #	Option	    "OpenGLOverlay" "off"
    # EndSection
    
    Section "Device"
    	Identifier  "aticonfig-Device[0]"
    	Driver      "fglrx"
    	Option 	    "UseInternalAGPGART" "no"
    	Option	    "RenderAccel" "true"
    	Option	    "VideoOverlay" "on"
    	Option	    "OpenGLOverlay" "off"
    	BusID	    "PCI:1:0:0"
    EndSection
    
    Section "Screen"
    	Identifier "Default Screen"
    	Device     "aticonfig-Device[0]"
    	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 "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
    And I'm running an ATI X700.

    Nothing, and I mean NOTHING worked for me until I did the following:

    Code:
    sudo gedit /etc/modprobe.d/blacklist
    and then added

    Code:
    # blacklist agp stuff
    blacklist agpgart
    blacklist sis-agp
    and then used this tutorial.

  10. #10
    Join Date
    Dec 2004
    Beans
    277

    Re: Help with ATI cards

    Hi and thanks for the quick reply

    As I observe you have an ati x700 pro. On the other hand I have an integrated graphics chip called radeon igp 345. Thus I am not convinved that the fglrx driver supports this card.
    Thanks anyway I might try it out even though I am afraid that it would not work rhat make me doubt if it worth trying.

    thanks again

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

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