Announcement

Collapse
No announcement yet.

AMD 8.42.3 Driver Released -- The Baby Is Born!

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Originally posted by givemesugarr View Post
    can you post your /etc/X11/xorg.conf, what distro are you running, the kernel and if you run /etc/init.d/atieventsd at boot. maybe i can find out if it's a misconfiguration problem.
    ps. do you get this thing with the normal kwin/gnome decorator?



    how do you log in x?! startx or /etc/init.d/xdm? do you per chance have compiled and loaded the drm kernel module (lsmod | grep drm). that should not be the case and should not load with fglrx but you never know...
    ps. does it prevent you from working again normally after that error?
    my xorg.conf:

    Code:
    # 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 xorg.conf manual page.
    # (Type "man 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 "Extensions"
    #       Option          "Composite"     "0"
    #EndSection
    
    Section "ServerLayout"
    	
    	# Uncomment if you have a wacom tablet
    	#	InputDevice     "stylus"	"SendCoreEvents"
    	#	InputDevice     "cursor"	"SendCoreEvents"
    	#	InputDevice     "eraser"	"SendCoreEvents"
    	Identifier	"Default Layout"
      screen 0 "aticonfig-Screen[0]" 0 0
    	Inputdevice	"Generic Keyboard"
    	Inputdevice	"Configured Mouse"
    	Inputdevice	"Synaptics Touchpad"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
    	Load		"glx"
    	Load		"GLcore"
    	Load		"dri"
    	Load		"v4l"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"CoreKeyboard"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    	Option		"Device"	"/dev/input/mice"
    	Option		"Protocol"	"ImPS/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"
    	Identifier	"stylus"
    	Driver		"wacom"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"stylus"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Identifier	"eraser"
    	Driver		"wacom"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"eraser"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "InputDevice"
    	Identifier	"cursor"
    	Driver		"wacom"
    	Option		"Device"	"/dev/input/wacom"
    	Option		"Type"	"cursor"
    	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
    EndSection
    
    Section "Monitor"
    	Identifier	"Monitor Gen?rico"
    	Modelname	"Custom 1"
    	Gamma	1
      modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
      modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
      modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
      modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
      modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
      modeline  "1280x1024@60" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    EndSection
    
    Section "Monitor"
    	
    	# 
    	Identifier	"monitor1"
    	Gamma	1
    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 X700 (PCIE)"
    	Driver		"fglrx"
    	Vendorname	"ATI"
    	Boardname	"ATI Radeon"
    	Option		"MergedFB"	"off"
    	Option		"VideoOverlay"	"on"
    	Option		"OpenGLOverlay"	"off"
    	Busid		"PCI:1:0:0"
    	Option 		"HWCursor" 	"On"
    EndSection
    
    Section "Device"
    	
    	# 
    	Identifier	"device1"
    	Driver		"fglrx"
    	Vendorname	"ATI"
    	Boardname	"ATI Radeon"
    	Option		"MergedFB"	"off"
    	Busid		"PCI:1:0:0"
    	Screen	1
    EndSection
    
    Section "Device"
    	Identifier	"aticonfig-Device[0]"
    	Driver		"fglrx"
    	Option		"VideoOverlay"	"on"
    	Option		"OpenGLOverlay"	"off"
    	Option 		"HWCursor" 	"On"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Device		"ATI Technologies Inc Radeon Mobility X700 (PCIE)"
    	Monitor		"Monitor Gen?rico"
    	Defaultdepth	24
    	SubSection "Display"
    		Virtual	1280	1024
    		Depth	24
    		Modes		"1280x960@60"	"1280x1024@60"	"1024x768@60"	"800x600@60"	"800x600@56"	"640x480@60"
    	EndSubSection
    EndSection
    
    Section "Screen"
    	
    	# 
    	Identifier	"screen1"
    	Device		"device1"
    	Monitor		"monitor1"
    	Defaultdepth	24
    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 "ServerFlags"
            Option "AIGLX" "on"
    EndSection
    
    Section "Extensions"
    	Option		"Composite"	"1"
    EndSection
    using ubuntu 7.10
    the kernel version is 2.6.22-14-generic
    i get this with normal kwin/gnome decorator
    i can't enable compiz because its too slow!
    how do i run /etc/init.d/atieventsd at boot?!

    Comment


    • Originally posted by Neo4 View Post
      my xorg.conf:
      using ubuntu 7.10
      the kernel version is 2.6.22-14-generic
      i get this with normal kwin/gnome decorator
      i can't enable compiz because its too slow!
      how do i run /etc/init.d/atieventsd at boot?!
      Under Ubuntu I think you can use the program rcconf
      (or rconf, I don't exactly know how it is called).
      With that, you can add programs (init scripts) to a
      specific runlevel.

      Comment


      • rcconf can only handle initscripts with default runlevels, the same you get when you use

        update-rc.d service defaults

        to disable you can use - even with non standard services

        update-rc.d -f service remove

        Comment


        • Originally posted by Kano View Post
          rcconf can only handle initscripts with default runlevels, the same you get when you use

          update-rc.d service defaults

          to disable you can use - even with non standard services

          update-rc.d -f service remove
          That is what I meant.
          (Normal programs you can run via local init service.)

          Under Gentoo you can create your own runlevels (it has
          a more sophisticated system). Does Ubuntu have sth.
          similar or does it still only use the standard 0-6 system?

          Comment


          • Neo4, have you realized that you have 3 ati devices in your xorg.conf?
            it's not really normal...
            now, MAKE A BACKUP OF YOUR ACTUAL xorg.conf to xorg.conf.old for example and use the following new xorg.conf.

            be aware of some thing:

            1. the modes indicated in the modes are for an xga monitor; if you have a wxga 15,4'' (and you're sure about that - all 15,4'' laptop monitors are 1280x800 but you should verify on the producer site) monitor use the commented modes in the section screen instead of the ones you use now by commenting the ones you have now uncommented and uncomment the ones commeted (ie:
            this:
            Modes "1280x960@60" "1280x1024@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
            would become:
            #Modes "1280x960@60" "1280x1024@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
            while this
            #Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
            would become this:
            Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
            2. the font paths setting in the section files:
            try to look inside the dirs there indicated and see if you have these fonts, and if they point to the wrong place place them right.

            3. some modules in the module section may fail to load. see that section comment to see how to know about that.

            4. this configration disables xinerama, cloning on the second external monitor and sets an offtime for the monitor of 5minutes. see the server layout section for this. to modify these settings just comment them out or set them as you preffer.

            5. to start atieventsd look into the /etc/init.d/ and see if you have it there, then try it out from a konsole with root priviledges with
            /etc/init.d/atieventsd start
            and if you get it started, then go the configuration center, search for the daemons configuration (i don't know how this is called, but you should see a list of services as acpid, cups, xdm, alsa and similar listed on the base of different levels 3 - terminal login without xorg, 5 - graphical login, 0 - shutdown, 6 - restart). you'll know when you'd have found it because you'll see these services listed there and you'd be asked for a root password to access it in administrator mode.

            6. before using the new xorg.conf logout your user, make a login to the console with "alt+ctrl+f1" and then go back to xlogin with "alt+ctrl+f7". then restart xorg with "ctrl+alt+backspace". if this will turn on your login screen (it should do it since you haven't modified nothing particular) enter your user, get a console and type: cat /var/log/Xorg.0.log | grep EE. if you if you see this followed by something like this:

            (EE) error: ....
            then there is some error. so that you would do:
            cat /var/log/Xorg.0.log >> /home/[your_user]/Desktop [or whatever directory inside /home]/xorg.error.log
            and post it here so we can try to help you. if you cannot see errors, then you config is ok, and you may only be needing some tuning, so that you'd save this new xorg.conf to some safe place, and would not modify it again with ati-config or other utils. when your config is ok, then you'd be modifying it ONLY BY HAND to avoid misconfigurations from graphical tools.

            7. it would be nice if you can communicate us also if this worked well and not only if you've had problems.

            8. the xorg.conf comes in the next post.

            Comment


            • xorg.conf for Neo4:

              new xorg.conf:

              Section "Files"
              FontPath "/usr/share/fonts/100dpi:unscaled"
              FontPath "/usr/share/fonts/75dpi:unscaled"
              FontPath "/usr/share/fonts/corefonts"
              FontPath "/usr/share/fonts/cyrillic"
              FontPath "/usr/share/fonts/default/ghostscript"
              FontPath "/usr/share/fonts/dejavu:unscaled"
              FontPath "/usr/share/fonts/efont-unicode:unscaled"
              FontPath "/usr/share/fonts/encodings"
              FontPath "/usr/share/fonts/encodings/large"
              FontPath "/usr/share/fonts/freefonts:unscaled"
              FontPath "/usr/share/fonts/misc:unscaled"
              FontPath "/usr/share/fonts/sharefonts"
              FontPath "/usr/share/fonts/Speedo"
              FontPath "/usr/share/fonts/ttf"
              FontPath "/usr/share/fonts/ttf-bitstream-vera"
              FontPath "/usr/share/fonts/Type1"
              FontPath "/usr/share/fonts/unifont"
              FontPath "/usr/share/fonts/util"
              FontPath "/opt/Acrobat7/Resource/Font"

              FontPath "/usr/share/fonts/misc:unscaled"
              FontPath "/usr/share/fonts/local"
              FontPath "/usr/share/fonts/75dpi:unscaled"
              FontPath "/usr/share/fonts/100dpi:unscaled"
              FontPath "/usr/share/fonts/Type1"
              FontPath "/usr/share/fonts/URW"
              FontPath "/usr/share/fonts/Speedo"
              FontPath "/usr/share/fonts/PEX"
              FontPath "/usr/share/fonts/cyrillic"
              FontPath "/usr/share/fonts/latin2/misc:unscaled"
              FontPath "/usr/share/fonts/latin2/75dpi:unscaled"
              FontPath "/usr/share/fonts/latin2/100dpi:unscaled"
              FontPath "/usr/share/fonts/latin2/Type1"
              FontPath "/usr/share/fonts/latin7/75dpi:unscaled"
              FontPath "/usr/share/fonts/baekmuk:unscaled"
              FontPath "/usr/share/fonts/japanese:unscaled"
              FontPath "/usr/share/fonts/kwintv"
              FontPath "/usr/share/fonts/truetype"
              FontPath "/usr/share/fonts/uni:unscaled"
              FontPath "/usr/share/fonts/CID"
              FontPath "/usr/share/fonts/ucs/misc:unscaled"
              FontPath "/usr/share/fonts/ucs/75dpi:unscaled"
              FontPath "/usr/share/fonts/ucs/100dpi:unscaled"
              FontPath "/usr/share/fonts/hellas/misc:unscaled"
              FontPath "/usr/share/fonts/hellas/75dpi:unscaled"
              FontPath "/usr/share/fonts/hellas/100dpi:unscaled"
              FontPath "/usr/share/fonts/hellas/Type1"
              FontPath "/usr/share/fonts/misc/sgi:unscaled"
              FontPath "/usr/share/fonts/xtest"
              FontPath "/opt/kde3/share/fonts"
              FontPath "unix/:7100"
              EndSection

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

              Section "InputDevice"
              Identifier "Configured Mouse"
              Driver "mouse"
              Option "CorePointer"
              Option "Device" "/dev/input/mice"
              Option "Protocol" "ImPS/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"
              Identifier "stylus"
              Driver "wacom"
              Option "Device" "/dev/input/wacom"
              Option "Type" "stylus"
              Option "ForceDevice" "ISDV4"# Tablet PC ONLY
              EndSection

              Section "InputDevice"
              Identifier "eraser"
              Driver "wacom"
              Option "Device" "/dev/input/wacom"
              Option "Type" "eraser"
              Option "ForceDevice" "ISDV4 "# Tablet PC ONLY
              EndSection

              Section "InputDevice"
              Identifier "cursor"
              Driver "wacom"
              Option "Device" "/dev/input/wacom"
              Option "Type" "cursor"
              Option "ForceDevice" "ISDV4"# Tablet PC ONLY
              EndSection

              #these should still be on your system -- look at your /var/log/Xorg.0.log to see if there are problems loading some of these modules
              Section "Module"
              Load "dbe"
              Load "type1"
              Load "freetype"
              Load "extmod"
              Load "glx"
              Load "v4l"
              Load "dri"
              Load "GLcore"
              EndSection

              Section "Device"
              Identifier "Device[0]"
              BoardName "ATI Technologies Inc Radeon Mobility X700 (PCIE)"
              Driver "fglrx"
              Vendorname "ATI"
              Boardname "ATI Radeon"
              Option "MergedFB" "off"
              Option "VideoOverlay" "on"
              Option "OpenGLOverlay" "off"
              Busid "PCI:1:0:0"
              Option "HWCursor" "On"
              Option "CapabilitiesEx" "0x00000000"
              Option "XAANoOffscreenPixmaps" "true"
              Option "mtrr" "off"
              Option "no_accel" "no"
              Option "BlockSignalsOnLock" "on"
              Option "KernelModuleParm" "locked-userpages=0"
              Option "UseFastTLS" "0"
              Option "RenderAccel" "true"
              Option "AllowGLXWithComposite" "true"
              EndSection

              Section "DRI"
              Group "video"
              Mode 0660
              EndSection

              Section "Extensions"
              Option "DAMAGE" "true"
              Option "RENDER" "true"
              Option "Composite" "Enable"
              EndSection

              Section "Monitor"
              Identifier "Generic monitor"
              Option "VendorName" "ATI Proprietary Driver"
              Option "ModelName" "Generic Autodetecting Monitor"
              Option "CalcAlgorithm" "XServerPool"
              Option "DPMS" "true"
              Identifier "Monitor[0]"
              UseModes "Modes[0]"
              EndSection

              Section "Modes"
              Identifier "Modes[0]"
              EndSection

              Section "Screen"
              DefaultDepth 24
              SubSection "Display"
              Virtual 1280 1024
              Depth 15
              Modes "1280x960@60" "1280x1024@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
              # Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
              EndSubSection
              SubSection "Display"
              Virtual 1280 1024
              Depth 16
              Modes "1280x960@60" "1280x1024@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
              # Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
              EndSubSection
              SubSection "Display"
              Virtual 1280 1024
              Depth 24
              Modes "1280x960@60" "1280x1024@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
              # Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
              EndSubSection
              SubSection "Display"
              Virtual 1280 1024
              Depth 8
              Modes "1280x960@60" "1280x1024@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
              # Modes "1280x800" "1280x768" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"
              EndSubSection
              Device "Device[0]"
              Identifier "Screen[0]"
              Monitor "Monitor[0]"
              EndSection

              Section "ServerFlags"
              Option "AllowMouseOpenFail" "on"
              Option "IgnoreABI" "on"
              Option "AIGLX" "on"
              EndSection

              Section "ServerLayout"
              # Uncomment if you have a wacom tablet
              # InputDevice "stylus" "SendCoreEvents"
              # InputDevice "cursor" "SendCoreEvents"
              # InputDevice "eraser" "SendCoreEvents"
              Identifier "Layout[all]"
              Inputdevice "Generic Keyboard" "CoreKeyboard"
              Inputdevice "Configured Mouse" "CorePointer"
              Inputdevice "Synaptics Touchpad" "SendCoreEvents"
              # the following options turn off the second display in clone mode, the xinerama and set an offtime before acpi turns off the monitor of 5min
              Option "Clone" "off"
              Option "Xinerama" "off"
              Option "OffTime" "5"
              Screen "Screen[0]"
              EndSection

              Comment


              • sorry to have done a 3 posts reply but the space is limited...

                Does Ubuntu have sth.
                similar or does it still only use the standard 0-6 system?
                the last i've tried it (6.x version) it had the standard 0-6 modes and they would only be configured by graphical tool. that's one of the part that i most hate of ubuntu/kubuntu:
                there are only some few configs on the disk (wpa_supplicant/xorg.conf) and finding others had driven me mad. that's something that i cannot accept. i need to be able to manage my configs manually and not only by some graphical tool.
                and it's not the only issue:
                1. i've tried cmpiling firefox without gtk+ and with qt only (works flawlessly on gentoo) but i wasn't able to get some qt executable
                2. i've tried compiling the svn version of knetworkmanager but it needed some libs n /usr/lib when the kubuntu ones were in /usr/local/lib and didn't get it to work even after symlinking since i got an error with the soname and with patches for lbidnl. so i've packaged it with portage and installed and it worked like a charm.
                3. i've downloaded, compiled and installed the vanilla kernel, but after reboot i wasn't able to access the system with it. i had to package the rebuilt kernel to a .deb and then install it upgrading the old kernel and the system booted.
                after seeing this horrible thing i've formatted the partition and threw out of the windows the kubuntu dvd and i've swear that that piece of sh** would never get on one of my computers.
                Last edited by givemesugarr; 31 October 2007, 04:21 PM.

                Comment


                • Originally posted by givemesugarr View Post
                  sorry to have done a 3 posts reply but the space is limited...


                  the last i've tried it (6.x version) it had the standard 0-6 modes and they would only be configured by graphical tool. that's one of the part that i most hate of ubuntu/kubuntu:
                  there are only some few configs on the disk (wpa_supplicant/xorg.conf) and finding others had driven me mad. that's something that i cannot accept. i need to be able to manage my configs manually and not only by some graphical tool.
                  and it's not the only issue:
                  1. i've tried cmpiling firefox without gtk+ and with qt only (works flawlessly on gentoo) but i wasn't able to get some qt executable
                  2. i've tried compiling the svn version of knetworkmanager but it needed some libs n /usr/lib when the kubuntu ones were in /usr/local/lib and didn't get it to work even after symlinking since i got an error with the soname and with patches for lbidnl. so i've packaged it with portage and installed and it worked like a charm.
                  3. i've downloaded, compiled and installed the vanilla kernel, but after reboot i wasn't able to access the system with it. i had to package the rebuilt kernel to a .deb and then install it upgrading the old kernel and the system booted.
                  after seeing this horrible thing i've formatted the partition and threw out of the windows the kubuntu dvd and i've swear that that piece of sh** would never get on one of my computers.
                  When I tried Debian a few years ago there was a CLI tool to edit the runlevels. I don't know if it was rcconf, but it was there. Since Ubuntu is just a modified Debian system I guess that it was there, too. Maybe you just didn't find it.

                  Comment


                  • can i just don't use that fonts? they are all wrong! and i guess that i don't have some.
                    on the /usr/share/fonts/ i have another 3 folders X11 truetype and type 1.

                    and what's that for? i don't have any problem with my fonts.

                    thanks for the help!

                    Comment


                    • can i just don't use that fonts? they are all wrong! and i guess that i don't have some.
                      on the /usr/share/fonts/ i have another 3 folders X11 truetype and type 1.

                      and what's that for? i don't have any problem with my fonts.

                      thanks for the help!
                      the fonts aren't a real problem and xorg will disable them by default if it cannot find them raising a warning. i've had them there for a long time (about when i was using opensuse) and now i don't have all of them inside (only 2 or 3 of them are still there now). for what i know they are there only to make xorg apps know that they're there and can be used. but maybe kde/gnome find them without xorg passing them.

                      Comment

                      Working...
                      X