Find the answer to your Linux question:
Results 1 to 2 of 2
I'm getting the 3,000+ fps with glxgears. My display settings still says vesa in driver. I figured this would be the best way to input the configuration settings into my ...
  1. #1
    Just Joined! Hollow06's Avatar
    Join Date
    Mar 2007
    Location
    Ohio
    Posts
    32

    vid card not complety configured

    I'm getting the 3,000+ fps with glxgears.

    My display settings still says vesa in driver. I figured this would be the best way to input the configuration settings into my xorg.conf. However I'm not sure what this error message means.

    linux-di0q:/home/hollow06 # aticonfig -initial- --input etc/X11/xorg.conf
    Warning: Could not find configuration file
    Please copy configuration file template to /etc/X11

    I do have xorg.conf in that folder with what looks like a partially configured driver...

    Code:
    Section "Device"
      BoardName    "Framebuffer Graphics"
      BusID        "1:0:0"
      Driver       "fglrx"
      Identifier   "Device[0]"
      Option       "FSAADisableGamma" "no"
      Option       "Capabilities" "0x00000000"
      Option       "FSAAMSPosY3" "0.000000"
      Option       "no_accel" "no"
      Option       "UseFastTLS" "0"
      Option       "UseInternalAGPGART" "no"
      Option       "FSAADisableGamma" "no"
      Option       "Capabilities" "0x00000000"
      Option       "FSAAMSPosX3" "0.000000"
      Option       "CenterMode" "off"
      Option       "FSAAMSPosY1" "0.000000"
      Option       "mtrr" "off"
      Option       "CenterMode" "off"
      Option       "FSAAMSPosX4" "0.000000"
      Option       "ForceGenericCPU" "no"
      Option       "FSAAMSPosX5" "0.000000"
      Option       "FSAAMSPosY2" "0.000000"
      Option       "FSAAMSPosY3" "0.000000"
      Option       "no_accel" "no"
      Option       "UseFastTLS" "0"
      Option       "UseInternalAGPGART" "no"
      Option       "FSAAMSPosX3" "0.000000"
      Option       "FSAAMSPosX4" "0.000000"
      Option       "FSAAMSPosY1" "0.000000"
      Option       "mtrr" "off"
      Option       "ForceGenericCPU" "no"
      Option       "FSAAMSPosX5" "0.000000"
      Option       "FSAAMSPosY2" "0.000000"
      Screen       0
      VendorName   "VESA"
    EndSection
    Any idear?

  2. #2
    Just Joined!
    Join Date
    Apr 2005
    Location
    Plant City,FL
    Posts
    55
    The command is aticonfig --initial

    note it's two dashes before initial, and leave out the input file info.

    Since you've already borked your original xorg.conf file you'll likely have to go in and manually edit the entries for your mouse and other information once the aticonfig tool writes a new xorg.conf file.

    By chance do you have a backup of your original xorg.conf? If so, replace the borked one with that and then run the aticonfig --initial command.

Posting Permissions

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