Results 1 to 5 of 5

Thread: xorg.conf setup for ATI RADEON 2400

  1. #1

    xorg.conf setup for ATI RADEON 2400

    hey, i was wondering how to set up my xorg.conf for my video card. i'm running xubuntu 8.04, and my video card is an ATI RADEON HD 2400.

    this is the output of my xorg.conf
    Code:
    # xorg.conf (X.Org 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 "InputDevice"
    	Identifier	"Generic Keyboard"
    	Driver		"kbd"
    	Option		"XkbRules"	"xorg"
    	Option		"XkbModel"	"pc105"
    	Option		"XkbLayout"	"us"
    	Option		"XkbVariant"	"intl"
    	Option		"XkbOptions"	"lv3:ralt_switch"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Configured Mouse"
    	Driver		"mouse"
    	Option		"CorePointer"
    EndSection
    
    Section "InputDevice"
    	Identifier	"Synaptics Touchpad"
    	Driver		"synaptics"
    	Option		"SendCoreEvents"	"true"
    	Option		"Device"	"/dev/psaux"
    	Option		"Protocol"	"auto-dev"
    	Option		"HorizEdgeScroll"	"0"
    EndSection
    
    Section "Device"
    	Identifier	"Configured Video Device"
    	Driver		"fglrx"
    EndSection
    
    Section "Monitor"
    	Identifier	"Configured Monitor"
    EndSection
    
    Section "Screen"
    	Identifier	"Default Screen"
    	Monitor		"Configured Monitor"
    	Device		"Configured Video Device"
    	Defaultdepth	24
    EndSection
    
    Section "ServerLayout"
    	Identifier	"Default Layout"
      screen "Default Screen"
    	Inputdevice	"Synaptics Touchpad"
    EndSection
    Section "Module"
    	Load		"glx"
    EndSection
    this is the output of lspci
    Code:
    01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon HD 2400
    and the output of fglrxinfo
    Code:
    mo@mo-laptop:~$ fglrxinfo
    display: :0.0  screen: 0
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Mobility Radeon HD 2400
    OpenGL version string: 2.1.7412 Release
    
    mo@mo-laptop:~$
    seems like the driver is installed properly, just don't know how to setup the xorg.conf. any help would really be appreciated, thanks!

  2. #2

    Re: xorg.conf setup for ATI RADEON 2400

    *bump

  3. #3

    Re: xorg.conf setup for ATI RADEON 2400

    anyone?

  4. #4
    Join Date
    Apr 2008
    Location
    Victoria, BC, Canada
    Beans
    114
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: xorg.conf setup for ATI RADEON 2400

    It looks right, the issue is that majority of configuration is not done in Xorg.conf anymore (iirc). If you install the catalyst control center you can configure monitors and display settings.

  5. #5
    Join Date
    Nov 2005
    Location
    Uppsala, Sweden
    Beans
    2,180
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: xorg.conf setup for ATI RADEON 2400

    If it works, it is already configured correctly.
    If you want to change some settings or add some optional lines to xorg.conf, you could use aticonfig.
    Just type
    Code:
    aticonfig
    in a terminal to see the manual, and use
    Code:
    sudo aticonfig --whatever
    if you want to have it add something to xorg.conf.

Tags for this Thread

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
  •