+ Reply to Thread
Results 1 to 5 of 5

Thread: Black screen after install since 9.12

  1. #1
    Join Date
    Sep 2008
    Posts
    68

    Exclamation Black screen after install since 9.12

    Still get a black screen when restarting with 9.12 and also 10.1 driver installed on CentOS 5.4. Guess it is not detecting the right refresh rate anymore. When will this be fixed?? ATI 4670 1GB connected via HDMI to HPL2245 LCD (1680x1050 60Hz)

    CentOS 5.4
    # 2.6.18-164.11.1.el5 #1 SMP Wed Jan 20 07:39:04 EST 2010 i686 i686 i386 GNU/Linux

    Code:
    # Xorg configuration created by system-config-display
    
    Section "ServerLayout"
            Identifier     "single head configuration"
            Screen      0  "aticonfig-Screen[0]-0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "Module"
    EndSection
    
    Section "InputDevice"
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "us"
    EndSection
    
    Section "Monitor"
            Identifier   "aticonfig-Monitor[0]-0"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
    EndSection
    
    Section "Device"
            Identifier  "Videocard0"
            Driver      "r500"
    EndSection
    
    Section "Device"
            Identifier  "aticonfig-Device[0]-0"
            Driver      "fglrx"
            BusID       "PCI:1:0:0"
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection
    
    Section "Screen"
            Identifier "aticonfig-Screen[0]-0"
            Device     "aticonfig-Device[0]-0"
            Monitor    "aticonfig-Monitor[0]-0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
            EndSubSection
    EndSection

  2. #2
    Join Date
    Oct 2007
    Location
    Toronto-ish
    Posts
    6,087

    Default

    Section "Device"
    Identifier "Videocard0"
    Driver "r500"
    EndSection
    That sure doesn't look right. Are you sure you ran aticonfig --initial after each install ?

    In this case, suggest you run aticonfig with the -f option as well.

  3. #3
    Join Date
    Sep 2008
    Posts
    68

    Default

    Noticed that one too.. Will remove 9.11, install 10.1 again and run aticonfig -f. Will report back in 10 minutes...

    Info from 9.11 with xorg.conf from earlier post. (so it works nontheless.)


    # fglrxinfo
    display: :0.0 screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Radeon HD 4600 Series
    OpenGL version string: 2.1.9116

  4. #4
    Join Date
    Sep 2008
    Posts
    68

    Default

    That did it
    Installed 10.1 in single user mode and ran aticonfig --initial -f after install.

    Still stumped how the old driver still worked with that xorg.conf
    Yes I ran fglrxuninstall.sh in single user mode. Installed new driver. Then aticonfig --initial and reboot.
    xorg.conf looks identical on an identical pc next to me.

    # fglrxinfo
    display: :0.0 screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Radeon HD 4600 Series
    OpenGL version string: 3.2.9252 Compatibility Profile Context


    New xorg.conf:
    Code:
    # Xorg configuration created by system-config-display
    
    Section "ServerLayout"
            Identifier     "single head configuration"
            Screen      0  "aticonfig-Screen[0]-0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    EndSection
    
    Section "InputDevice"
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "se"
    EndSection
    
    Section "Monitor"
            Identifier   "aticonfig-Monitor[0]-0"
            Option      "VendorName" "ATI Proprietary Driver"
            Option      "ModelName" "Generic Autodetecting Monitor"
            Option      "DPMS" "true"
    EndSection
    
    Section "Device"
            Identifier  "aticonfig-Device[0]-0"
            Driver      "fglrx"
            BusID       "PCI:1:0:0"
    EndSection
    
    Section "Screen"
            Identifier "aticonfig-Screen[0]-0"
            Device     "aticonfig-Device[0]-0"
            Monitor    "aticonfig-Monitor[0]-0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
            EndSubSection
    EndSection
    Thanks for that fast support bridgman !
    I hope AMD/ATI really understands how important you are.
    Last edited by Fluggo; 01-27-2010 at 03:48 PM.

  5. #5
    Join Date
    Aug 2007
    Posts
    5,495

    Default

    The diff is not the xorg.conf but a incompatible /etc/ati/amdpcsdb file.

+ Reply to Thread

Posting Permissions

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