Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2007 01:01:22 +0200
From:      "Alessandro A." <atax@email.it>
To:        FreeBSD Stable List <freebsd-stable@freebsd.org>
Subject:   ati radeon 9600 Mobility [M10] and xinerama.
Message-ID:  <470EAB42.9050304@email.it>

next in thread | raw e-mail | index | archive | help
Hello all,

Can i use my video card "ati radeon 9600" with xinerama on freebsd-stable?

output of pciconf -lv:

    drm0@pci1:0:0:  class=0x030000 card=0x00641025 chip=0x4e501002
    rev=0x00 hdr=0x00
    vendor     = 'ATI Technologies Inc'
    device     = 'Mobility Radeon 9700 (M10 NP) (RV350)'
    class      = display
    subclass   = VGA

output of kldstat:

    Id Refs Address    Size     Name
     1   21 0xc0400000 4200e4   kernel
     2    1 0xc0821000 f8c4     if_iwi.ko
     3    2 0xc0831000 307c     firmware.ko
     4    1 0xc0835000 64e2c    acpi.ko
     5    1 0xc36ab000 7000     linprocfs.ko
     6    1 0xc36b5000 1d000    linux.ko
     7    1 0xc3a9c000 20000    radeon.ko
     8    1 0xc3ac6000 f000     drm.ko

my xorg.conf:

    Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen        1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection

    Section "ServerFlags"
        Option "Xinerama" "true"
    EndSection

    Section "Files"
        RgbPath      "/usr/local/share/X11/rgb"
        ModulePath   "/usr/local/lib/xorg/modules"
        FontPath     "/usr/local/lib/X11/fonts/misc/"
        FontPath     "/usr/local/lib/X11/fonts/TTF/"
        FontPath     "/usr/local/lib/X11/fonts/OTF"
        FontPath     "/usr/local/lib/X11/fonts/Type1/"
        FontPath     "/usr/local/lib/X11/fonts/100dpi/"
        FontPath     "/usr/local/lib/X11/fonts/75dpi/"
    EndSection

    Section "Module"
        Load  "extmod"
        Load  "record"
        Load  "ddc"
        Load  "dbe"
        Load  "glx"
        Load  "extmod"
        Load  "GLcore"
        Load  "xtrap"
        Load  "dri"
        Load  "freetype"
        Load  "type1"
    EndSection

    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option         "XkbLayout" "it"
    EndSection

    Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option        "Protocol" "auto"
        Option        "Device" "/dev/sysmouse"
        Option        "ZAxisMapping" "4 5 6 7"
    EndSection

    Section "Monitor"
            Identifier      "Monitor0"
            Option          "DPMS"
            HorizSync       28 - 64
            VertRefresh     43 - 60
        Option "DPMS"
    EndSection

    Section "Monitor"
        #DisplaySize      330   210    # mm
        Identifier   "Monitor1"
        VendorName   "BENQ"
        HorizSync    30 - 83
        VertRefresh  50 - 76
    EndSection

    Section "Device"
        Identifier  "Card0"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV350 [Mobility Radeon 9600 M10]"
        BusID       "PCI:1:0:0"
        Option "DRI" "no"
        Screen    0
    EndSection

    Section "Device"
        Identifier  "Card1"
        Driver      "radeon"
        VendorName  "ATI Technologies Inc"
        BoardName   "RV350 [Mobility Radeon 9600 M10]"
        Option "DRI" "no"
        BusID       "PCI:1:0:0"
        Screen 1
    EndSection

    Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
            Viewport   0 0
            Depth     1
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     4
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     8
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     15
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     16
        EndSubSection
        SubSection "Display"
            Viewport   0 0
            Depth     24
            Modes    "1280x800" "1024x768"
        EndSubSection
    EndSection

    Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
            Viewport   0 0
            Depth     24
            Modes    "1280x1024" "1024x768"
        EndSubSection
    EndSection

PS: Sorry for my english. :-)

 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Premia Fiditalia: fino a 40.000 Euro erogabili e solo 11 rate all'anno. Premiati ora
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=7068&d=12-10



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?470EAB42.9050304>