Page 29 of 31 FirstFirst ... 192728293031 LastLast
Results 281 to 290 of 302

Thread: HOW TO: ATI Divers v0.2

  1. #281
    Join Date
    Jan 2006
    Location
    Texas
    Beans
    266
    Distro
    Ubuntu

    Re: HOW TO: ATI Divers v0.2

    As much as I hate to bump an oldish post...

    I am having some problems getting 3d accel working...

    I have killed my x system twice now trying to do it a lone, so I am nervous.

    Here is my xorg.conf, if someone could help me edit it I would really appericate it

    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     "/usr/share/fonts/X11/misc"
    	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" "us"
    	Option	    "XkbOptions" "lv3:ralt_switch"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Configured Mouse"
    	Driver      "mouse"
    	Option	    "CorePointer"
    	Option	    "Device" "/dev/input/mice"
    	Option	    "Protocol" "ExplorerPS/2"
    	Option	    "ZAxisMapping" "4 5"
    	Option	    "Emulate3Buttons" "true"
    EndSection
    
    Section "InputDevice"
    
                                                          # /dev/input/event
                                                          # for USB
    	Identifier  "stylus"
    	Driver      "wacom"
    	Option	    "Device" "/dev/wacom"          # Change to 
    	Option	    "Type" "stylus"
    	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    
                                                          # /dev/input/event
                                                          # for USB
    	Identifier  "eraser"
    	Driver      "wacom"
    	Option	    "Device" "/dev/wacom"          # Change to 
    	Option	    "Type" "eraser"
    	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    
                                                          # /dev/input/event
                                                          # for USB
    	Identifier  "cursor"
    	Driver      "wacom"
    	Option	    "Device" "/dev/wacom"          # Change to 
    	Option	    "Type" "cursor"
    	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "Monitor"
    	Identifier   "Generic Monitor"
    	HorizSync    28.0 - 204.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 Xpress 200M (RS482)"
    	Driver      "ati"
    	BusID       "PCI:1:5: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 Xpress 200M (RS482)"
    	Monitor    "Generic Monitor"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     1
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     4
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     8
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     15
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     16
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     24
    		Modes    "4095x4095" "248x155"
    	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
    
    Section "Extensions"
            Option      "Composite" "0"
    EndSection
    This is my first ATI card, I'm normally an nVidia user but the laptop was a gift

  2. #282
    Join Date
    Nov 2006
    Beans
    2

    Re: HOW TO: ATI Divers v0.2

    Quote Originally Posted by Elvish Legion View Post
    As much as I hate to bump an oldish post...

    I am having some problems getting 3d accel working...

    I have killed my x system twice now trying to do it a lone, so I am nervous.

    Here is my xorg.conf, if someone could help me edit it I would really appericate it

    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     "/usr/share/fonts/X11/misc"
    	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" "us"
    	Option	    "XkbOptions" "lv3:ralt_switch"
    EndSection
    
    Section "InputDevice"
    	Identifier  "Configured Mouse"
    	Driver      "mouse"
    	Option	    "CorePointer"
    	Option	    "Device" "/dev/input/mice"
    	Option	    "Protocol" "ExplorerPS/2"
    	Option	    "ZAxisMapping" "4 5"
    	Option	    "Emulate3Buttons" "true"
    EndSection
    
    Section "InputDevice"
    
                                                          # /dev/input/event
                                                          # for USB
    	Identifier  "stylus"
    	Driver      "wacom"
    	Option	    "Device" "/dev/wacom"          # Change to 
    	Option	    "Type" "stylus"
    	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    
                                                          # /dev/input/event
                                                          # for USB
    	Identifier  "eraser"
    	Driver      "wacom"
    	Option	    "Device" "/dev/wacom"          # Change to 
    	Option	    "Type" "eraser"
    	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    
                                                          # /dev/input/event
                                                          # for USB
    	Identifier  "cursor"
    	Driver      "wacom"
    	Option	    "Device" "/dev/wacom"          # Change to 
    	Option	    "Type" "cursor"
    	Option	    "ForceDevice" "ISDV4"               # Tablet PC ONLY
    EndSection
    
    Section "Monitor"
    	Identifier   "Generic Monitor"
    	HorizSync    28.0 - 204.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 Xpress 200M (RS482)"
    	Driver      "ati"
    	BusID       "PCI:1:5: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 Xpress 200M (RS482)"
    	Monitor    "Generic Monitor"
    	DefaultDepth     24
    	SubSection "Display"
    		Depth     1
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     4
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     8
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     15
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     16
    		Modes    "4095x4095" "248x155"
    	EndSubSection
    	SubSection "Display"
    		Depth     24
    		Modes    "4095x4095" "248x155"
    	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
    
    Section "Extensions"
            Option      "Composite" "0"
    EndSection
    This is my first ATI card, I'm normally an nVidia user but the laptop was a gift
    I'm having the same problems on my iBook - yes, I know its a mac, and I should probably be reprimanded for having one and so on, but surely there is some decent Radeon PPC drivers out there? I really miss my 3d acceleration
    Alternatively, should I be able to get my OSX drivers out?

  3. #283
    Join Date
    Mar 2005
    Location
    UK
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: ATI Divers v0.2

    Quote Originally Posted by Elvish Legion View Post
    As much as I hate to bump an oldish post...

    I am having some problems getting 3d accel working...

    I have killed my x system twice now trying to do it a lone, so I am nervous.

    Here is my xorg.conf, if someone could help me edit it I would really appericate it

    A lot of code...

    This is my first ATI card, I'm normally an nVidia user but the laptop was a gift
    OK, first, your /etc/X11/xorg.conf file looks pretty messed up. We'll have to do some cleaning. However, I should tell you that I am pretty busy right now (it's saturday and I am on my university's office, so imagine). That just goes to advise that answers might not be lightning quick. But here goes my question:
    • What is your hardware? I'm interested in the GPU model and the screen (model, resolutions).
    • What distro are you running? Dapper or Edgy?


    The thing is, I doubt your screen supports 4095*4095 resolution . Ah! and all those wacom devices are proably useless to you unless your laptop is a tablet pc.

    PS: With the list I'm mixing LaTeX syntax and HTML. Oh sh*t
    Last edited by Miguel; November 18th, 2006 at 11:32 AM.
    Now on... Thinkpad T400

    Latest news for radeon and/or radeonhd:
    ATI R600g Gains Mip-Map, Face Culling Support, 30th July 2010

  4. #284
    Join Date
    Mar 2005
    Location
    UK
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: ATI Divers v0.2

    Quote Originally Posted by ceigered View Post
    I'm having the same problems on my iBook - yes, I know its a mac, and I should probably be reprimanded for having one and so on, but surely there is some decent Radeon PPC drivers out there? I really miss my 3d acceleration
    Alternatively, should I be able to get my OSX drivers out?
    You shouldn't feel guilty for buying an iBook. It's not bad to buy pretty good hardware (I personally love Powerbooks). However, I don't know either your iMac's resolution or your graphics card (probably an ATi 9200). Could you tell me, please? Knowing your distro wouldn't hurt either.

    BTW: There are no proprietary drivers (ATi or nVidia) for PowerPC Macs. However, you have a pretty good chance of getting 3D to work with the free r300 (free!!! multiarch!!!). I have my ATi Mobility Radeon working perfectly (2D and 3D) with it.
    Now on... Thinkpad T400

    Latest news for radeon and/or radeonhd:
    ATI R600g Gains Mip-Map, Face Culling Support, 30th July 2010

  5. #285
    Join Date
    Oct 2005
    Beans
    34

    Re: HOW TO: ATI Divers v0.2

    FYI,

    1.2/1.3 mesa not 2.0 displayed when running flgrxinfo.

    I found out on my system that if you have composite enabled it says 1.2, and if disabled is displays 2.0.

    Something that isnt well known, so something to consider.

  6. #286
    Join Date
    Jan 2006
    Location
    Texas
    Beans
    266
    Distro
    Ubuntu

    Re: HOW TO: ATI Divers v0.2

    Quote Originally Posted by Miguel View Post
    OK, first, your /etc/X11/xorg.conf file looks pretty messed up. We'll have to do some cleaning. However, I should tell you that I am pretty busy right now (it's saturday and I am on my university's office, so imagine). That just goes to advise that answers might not be lightning quick. But here goes my question:
    • What is your hardware? I'm interested in the GPU model and the screen (model, resolutions).
    • What distro are you running? Dapper or Edgy?


    The thing is, I doubt your screen supports 4095*4095 resolution . Ah! and all those wacom devices are proably useless to you unless your laptop is a tablet pc.

    PS: With the list I'm mixing LaTeX syntax and HTML. Oh sh*t
    Graphics Card: Ati Radeon Xpress 1100
    Resolution: I normally run at 1024x768 or 1280 x 768(?)
    I'm running Dapper

  7. #287
    Join Date
    Jan 2006
    Location
    Texas
    Beans
    266
    Distro
    Ubuntu

    Re: HOW TO: ATI Divers v0.2

    I just did a fresh install and here is what I've done so far.

    Updated the system.

    uname -r to get verison

    $ sudo apt-get install linux-restricted-modules-2.6.15-27-386

    $ sudo apt-get install xorg-driver-fglrx

    sudo gedit /etc/X11/xorg.conf

    Add fglrx to driver

    restart x

    BAM x doesn't come up, restore old x system

    I think I may have gone wrong somewhere, but I'm not sure where

  8. #288
    Join Date
    Mar 2005
    Location
    UK
    Beans
    397
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: ATI Divers v0.2

    Could you post your /etc/X11/xorg.conf file?

    BTW: Are you running a laptop? Is it widescreen? Because there is *a lot* of difference between 1024*768 (standard 15 inch desktop resolution) and 1280*768 (16:9 widescreen aspect ratio, typical of 13.3, 14.1 and some 15.4 models). Please note that 1280*800 and 1280*768 are actually different resolutions.
    Now on... Thinkpad T400

    Latest news for radeon and/or radeonhd:
    ATI R600g Gains Mip-Map, Face Culling Support, 30th July 2010

  9. #289
    Join Date
    Jan 2006
    Location
    Texas
    Beans
    266
    Distro
    Ubuntu

    Re: HOW TO: ATI Divers v0.2

    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 "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"	"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"
      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 Xpress 200M (RS482)"
    	Driver		"vesa"
    	BusID		"PCI:1:5:0"
    EndSection
    
    Section "Monitor"
    	Identifier	"Generic Monitor"
    	Option		"DPMS"
    	HorizSync	28-64
    	VertRefresh	43-60
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"ATI Technologies, Inc. Radeon Xpress 200M (RS482)"
    	Monitor		"Generic Monitor"
    	DefaultDepth	24
    	SubSection "Display"
    		Depth		1
    		Modes		"1280x800"
    	EndSubSection
    	SubSection "Display"
    		Depth		4
    		Modes		"1280x800"
    	EndSubSection
    	SubSection "Display"
    		Depth		8
    		Modes		"1280x800"
    	EndSubSection
    	SubSection "Display"
    		Depth		15
    		Modes		"1280x800"
    	EndSubSection
    	SubSection "Display"
    		Depth		16
    		Modes		"1280x800"
    	EndSubSection
    	SubSection "Display"
    		Depth		24
    		Modes		"1280x800"
    	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"
    EndSection
    
    Section "DRI"
    	Mode	0666
    EndSection
    It is a laptop, 14.1 display this is off a fresh install, haven't tried to install drivers yet, as I'm tired of breaking X
    Last edited by Elvish Legion; December 5th, 2006 at 03:21 PM.

  10. #290
    Join Date
    Jan 2006
    Location
    Texas
    Beans
    266
    Distro
    Ubuntu

    Re: HOW TO: ATI Divers v0.2

    I GOT IT!

    jduvall@jduvall-laptop:~$ fglrxinfo
    display: :0.0 screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: RADEON XPRESS Series Generic
    OpenGL version string: 2.0.6011 (8.28.8)

    jduvall@jduvall-laptop:~$


    Thank you Easy UBuntu and Edgy

Page 29 of 31 FirstFirst ... 192728293031 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
  •