Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] ati-drivers 23.7 + Xorg 7.0 :/
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt
View previous topic :: View next topic  
Author Message
pszemas
Apprentice
Apprentice


Joined: 02 Aug 2005
Posts: 181

PostPosted: Fri Apr 07, 2006 7:46 am    Post subject: [SOLVED] ati-drivers 23.7 + Xorg 7.0 :/ Reply with quote

Mam radeona 9100, zainstalowane mam ati-drivers 23.7 i Xorg 7.0, akceleracji oczywiscie brak, czeste zwiechy, czy jest gdzies moze jakies howto (nie mowie o howto z wiki i gentoo.org/doc) gdzie w czytelny i jasny sposob mozna sie dowiedziec jak to powinno byc skonfiugrowane ??

Last edited by pszemas on Fri Apr 07, 2006 12:35 pm; edited 2 times in total
Back to top
View user's profile Send private message
13Homer
Guru
Guru


Joined: 12 Jul 2005
Posts: 461

PostPosted: Fri Apr 07, 2006 9:45 am    Post subject: Reply with quote

A czy te sterowniki działają w ogóle pod Xorg 7.0? Na stronie Ati nic o tym nie ma.
_________________
Lenovo ThinkPad R61 / C2D@2.6.24 / nVidia Quatro NVS 140M / 2 GB RAM
Back to top
View user's profile Send private message
pszemas
Apprentice
Apprentice


Joined: 02 Aug 2005
Posts: 181

PostPosted: Fri Apr 07, 2006 11:09 am    Post subject: Reply with quote

Dobra zrobilem !!! Udalo sie w glxgears wyniki ponad 10000 nigdy takich nie mialem :D jak ktos chce oto moj xorg.conf

Code:


Section "DRI"

    Mode 0666

EndSection


Section "ServerLayout"
   Identifier     "Simple Layout"
   Screen      0  "aticonfig Screen 0" 0 0
   InputDevice    "Mouse1" "CorePointer"
   InputDevice    "Keyboard1" "CoreKeyboard"
EndSection


Section "Files"
   FontPath     "/usr/share/fonts/75dpi"
   FontPath     "/usr/share/fonts/100dpi"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/misc"
EndSection


Section "Module"

   Load  "dbe"     

   SubSection "extmod"
      Option       "omit xfree86-dga"   
   EndSubSection

   Load  "freetype"
   Load  "dri"
   Load  "glx"
EndSection

Section "InputDevice"
   Identifier  "Keyboard1"
   Driver      "kbd"
   Option       "AutoRepeat" "500 30"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc104"
   Option       "XkbLayout" "pl"
EndSection

Section "InputDevice"

   Identifier  "Mouse1"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"   # IntelliMouse PS/2
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection


Section "Monitor"
   Identifier   "aticonfig Monitor 0"
   HorizSync    30.0 - 60.0
   VertRefresh  56.0 - 75.0
   Option "DPMS"

EndSection


Section "Device"

   Identifier  "ATI Graphics Adapter 0"
   Driver      "fglrx"
   Option "UseInternalAGPGART" "yes"
   Option          "AGPMode" "4"
        Option          "RenderAccel" "on"
   Option "ForceMonitors" "notv"
   Option "XaaNoScanlineImageWriteRect"
        Option "XaaNoScanlineCPUToScreenColorExpandFill"
   BusID       "PCI:2:0:0"

EndSection


Section "Screen"
   Identifier "aticonfig Screen 0"
   Device     "ATI Graphics Adapter 0"
   Monitor    "aticonfig Monitor 0"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1024x768" "800x600" "640x480"
   EndSubSection
EndSection


przy zamykaniu X'ow wywala cos takiego

Code:

FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

Taki kosmetyczny poblem ale denerwujacy :)

MAm monito LCD, w logach wyczyttalem zenie uzywa sie juz MonitoLayout'a ale ForceMonitors w sekcji device, narazie mam notv czyli raczej uniwersalny czy jest jakas dokumentacja ktora opisuje wsyzstkie pocje takie jak ForceMonitos czy DisplaySetup ?
Back to top
View user's profile Send private message
doman
Tux's lil' helper
Tux's lil' helper


Joined: 25 Feb 2006
Posts: 84
Location: Poland, Wrocław/Wałbrzych

PostPosted: Fri Apr 07, 2006 1:35 pm    Post subject: Reply with quote

A czy mógłbyś podać trochę wiecęj szczegółów dotyczących rozwiązania ?
Też kiedyś próbowałem z Ati (mam R9600pro) na xorg-7 i skończyło się, że xorg-7 zamaskowałem :/
Na ang. f.g.o tyle porad ile ludzi...
Co ustwiłeś w VIDEO_CARDS? Czy doinstalowałeś/przeinstalowałeś jeszcze jakieś paczki ?
Back to top
View user's profile Send private message
pszemas
Apprentice
Apprentice


Joined: 02 Aug 2005
Posts: 181

PostPosted: Fri Apr 07, 2006 3:19 pm    Post subject: Reply with quote

VIDEO_CARDS="ati fglrx" emerge x11-drm xorg-x11 i tyle

Dobra chyba mam rozwiazanie: WKOMPILOWAC NA STALE W JADRO AGP !!! Dziala przy kazdej konfiguracjii xorga :D najwidoczniej xorg 7.0 zle ladujete moduly ;]
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Tue Apr 11, 2006 10:43 am    Post subject: Reply with quote

A może wiecie jak na amd64 i xorg 7 zainstalowac skutecznie stery ati? Prówbowałem z make.conf usunac fglrx i zostawić ati, ale przy startx pokazuje ze nie ma modułu fglrx:/
Back to top
View user's profile Send private message
Drwisz
Apprentice
Apprentice


Joined: 16 Feb 2005
Posts: 187
Location: Warszawa

PostPosted: Tue Apr 11, 2006 12:52 pm    Post subject: Reply with quote

pszemas wrote:
VIDEO_CARDS="ati fglrx" emerge x11-drm xorg-x11 i tyle.
Dobra chyba mam rozwiazanie: WKOMPILOWAC NA STALE W JADRO AGP !!! Dziala przy kazdej konfiguracjii xorga :D najwidoczniej xorg 7.0 zle ladujete moduly ;]

No nie. Wstarczy dodać do /etc/modules.autoloads.d/kernel-2.6 swój moduł np:nvidia-agp i będzie ładowane za każdym startem systemu. Pakowanie obsługi agp na stałe w jądro jakoś mnie nie przekonuje.
kfiaciarka wrote:
A może wiecie jak na amd64 i xorg 7 zainstalowac skutecznie stery ati? Prówbowałem z make.conf usunac fglrx i zostawić ati, ale przy startx pokazuje ze nie ma modułu fglrx:/

Zaraz, zaraz. Przecież przy kompilacji xorga, nie są automagicznie instalowane sterowniki ati-drivers (chyba, że się mylę). Trudno wymagać by był moduł fglrx.
_________________
Czytam "Homo Bimbrownikus" A. Pilipiuka :P
http://drwisz.blogspot.com/
Back to top
View user's profile Send private message
pszemas
Apprentice
Apprentice


Joined: 02 Aug 2005
Posts: 181

PostPosted: Tue Apr 11, 2006 1:27 pm    Post subject: Reply with quote

Jak masz w make.conf
Code:
VIDEO_CARDS="fglrx"
to automatycznie instaluje ati-drivers, mi przynajmniej tak instalowalo ;] jak probowalem rozwiazac swoj problem to widzialem ze sporo osob ma klopot z fglrx i amd64 ale zdaje sie ze to jest rozwiazywalne ;]
Back to top
View user's profile Send private message
Drwisz
Apprentice
Apprentice


Joined: 16 Feb 2005
Posts: 187
Location: Warszawa

PostPosted: Tue Apr 11, 2006 1:43 pm    Post subject: Reply with quote

Zerknij tutaj:http://forums.gentoo.org/viewtopic-t-397969-highlight-ati+rc300.html może, pomoże.
_________________
Czytam "Homo Bimbrownikus" A. Pilipiuka :P
http://drwisz.blogspot.com/
Back to top
View user's profile Send private message
joker
l33t
l33t


Joined: 03 May 2003
Posts: 681
Location: www

PostPosted: Tue Apr 11, 2006 5:04 pm    Post subject: Reply with quote

co do amd64 to jak sie przesiadalem na nowe X'y wystarczylo zrobic:
Code:
emerge xorg-x11
emerge ati-drivers

i wszystko dzialalo bez zadnego zgrzytu. zadnej filozofii
_________________
http://amarok.org.pl | http://koffice.org.pl | http://kde.org.pl
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sat Apr 15, 2006 9:18 pm    Post subject: Reply with quote

Problemem okazal sie kernel 2.6.16, po zainstalowaniu 2.6.15 zainstalowaly sie bez problemu. Teraz tylko x'y nie chca wstac:/
glowny blad jest taki :
Code:

(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found

Ale o dziwo ....
Code:

(II) fglrx(0): [drm] DRM interface version 1.0
(II) fglrx(0): [drm] created "fglrx" driver at busid "PCI:1:0:0"
(II) fglrx(0): [drm] added 8192 byte SAREA at 0x71000
(II) fglrx(0): [drm] mapped SAREA 0x71000 to 0x2aaaad589000
(II) fglrx(0): [drm] framebuffer handle = 0xd8000000
(II) fglrx(0): [drm] added 1 reserved context for kernel
(II) fglrx(0): DRIScreenInit done
(II) fglrx(0): Kernel Module Version Information:
(II) fglrx(0):     Name: fglrx
(II) fglrx(0):     Version: 8.22.5
(II) fglrx(0):     Date: Feb  7 2006
(II) fglrx(0):     Desc: ATI FireGL DRM kernel module
(II) fglrx(0): Kernel Module version matches driver.
(II) fglrx(0): Kernel Module Build Time Information:
(II) fglrx(0):     Build-Kernel UTS_RELEASE:        2.6.15-ock8
(II) fglrx(0):     Build-Kernel MODVERSIONS:        no
(II) fglrx(0):     Build-Kernel __SMP__:            no
(II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
(II) fglrx(0): [drm] register handle = 0xe9000000
(II) fglrx(0): [agp] Mode=0x1f000a0b bridge: 0x1106/0x3188
(II) fglrx(0): [agp] AGP v1/2 disable mask 0x00000000
(II) fglrx(0): [agp] AGP v3 disable mask   0x00000000
(II) fglrx(0): [agp] enabling AGP with mode=0x1f000b0a
(II) fglrx(0): [agp] AGP protocol is enabled for graphics board. (cmd=0x1f000302)
(II) fglrx(0): [agp] graphics chipset has AGP v3.0 (native mode)
(II) fglrx(0): [drm] ringbuffer size = 0x00100000 bytes
(II) fglrx(0): [drm] DRM buffer queue setup: nbufs = 100 bufsize = 28672
(II) fglrx(0): [drm] texture shared area handle = 0x00581000
(II) fglrx(0): shared FSAAScale=1
(II) fglrx(0): DRI initialization successfull!
(II) fglrx(0): FBADPhys: 0xd8000000 FBMappedSize: 0x00701000
(II) fglrx(0): FBMM initialized for area (0,0)-(1280,1434)
(II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
(==) fglrx(0): Backing store disabled
(==) fglrx(0): Silken mouse enabled
(==) fglrx(0): Using hardware cursor (scanline 1024)
(II) fglrx(0): Largest offscreen area available: 1280 x 402
(II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
        Screen to screen bit blits
        Solid filled rectangles
        8x8 mono pattern filled rectangles
        Solid Lines
        Dashed Lines
        Offscreen Pixmaps
        Setting up tile and stipple cache:
                30 128x128 slots
(II) fglrx(0): Acceleration enabled
(II) fglrx(0): X context handle = 0x1
(II) fglrx(0): [DRI] installation complete
(II) fglrx(0): Direct rendering enabled
(II) Loading extension FGLRXEXTENSION
(II) Loading extension ATITVOUT
(II) fglrx(0): Interrupt handler installed at IRQ 19.
(==) RandR enabled
(II) Setting vga for screen 0.
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(**) Option "Protocol" "IMPS/2"
(**) Mouse1: Device: "/dev/input/mice"
(**) Mouse1: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons"
(**) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Mouse1: ZAxisMapping: buttons 4 and 5
(**) Mouse1: Buttons: 9
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "microsoftinet"
(**) Keyboard1: XkbModel: "microsoftinet"
(**) Option "XkbLayout" "pl"
(**) Keyboard1: XkbLayout: "pl"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
(II) Mouse1: ps2EnableDataReporting: succeeded
(II) fglrx(0): [drm] removed 1 reserved context for kernel
(II) fglrx(0): [drm] unmapping 8192 bytes of SAREA 0x71000 at 0x2aaaad589000
(EE) fglrx(0): === [R200DALSetControllerConfigForRemap] === CWDDC ControllerSetConfig failed: 6 - 0
FreeFontPath: FPE "/usr/share/fonts/misc" refcount is 2, should be 1; fixing.

Czytalem na tej "slawnej" stronie od gentoo+ati:d ze te "device not found" to wian braku wsparcia dla agp w kernelu ,tyle ze nie da sie go ustawic:/ Gdyz ta opcja jest niedostepna (--/dev/agpgart").
Moj xorg.conf wyglada nastepujaca
Code:


# File generated by xorgconfig.
#
# Copyright 2004 The X.Org Foundation
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
#
# Except as contained in this notice, the name of The X.Org Foundation shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from
# The X.Org Foundation.
#
# **********************************************************************
# Refer to the xorg.conf(5x) man page for details about the format of
# this file.
# **********************************************************************
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices.  This is for example only.  Refer
# to the xorg.conf man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
#    Identifier  "Mouse2"
#    Driver      "mouse"
#    Option      "Protocol"      "MouseMan"
#    Option      "Device"        "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball"
#    Driver     "magellan"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "spaceball2"
#    Driver     "spaceorb"
#    Option     "Device"        "/dev/cua0"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen0"
#    Driver     "microtouch"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "1412"
#    Option     "MaxX"          "15184"
#    Option     "MinY"          "15372"
#    Option     "MaxY"          "1230"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
#
# Section "InputDevice"
#    Identifier "touchscreen1"
#    Driver     "elo2300"
#    Option     "Device"        "/dev/ttyS0"
#    Option     "MinX"          "231"
#    Option     "MaxX"          "3868"
#    Option     "MinY"          "3858"
#    Option     "MaxY"          "272"
#    Option     "ScreenNumber"  "0"
#    Option     "ReportingMode" "Scaled"
#    Option     "ButtonThreshold"       "17"
#    Option     "ButtonNumber"  "1"
#    Option     "SendCoreEvents"
# EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
# Standard VGA Device:
# Device configured by xorgconfig:
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present.  Each describes
# the configuration of a single screen.  A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
# **********************************************************************
# ServerLayout sections.
# **********************************************************************
# Any number of ServerLayout sections may be present.  Each describes
# the way multiple screens are organised.  A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option.  In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.
# Section "DRI"
#    Mode 0666
# EndSection

Section "ServerLayout"

# The Identifier line must be present
# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens.  The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen.  In this example, screen 2 is located to the
# right of screen 1.
# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used.  Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".
        Identifier     "Simple Layout"
        Screen      0  "aticonfig Screen 0" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
#    RgbPath    "/usr/share/X11/rgb"
# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
#
#    FontPath   "/usr/share/fonts/TTF"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
# The module search path.  The default path is shown here.
#    ModulePath "/usr/lib/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/75dpi"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/Type1"
EndSection

Section "Module"

# This loads the DBE extension module.
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
# This loads the font modules
    Load        "type1"
#    Load        "speedo"
# This loads the GLX module
#    Load       "glx"
# This loads the DRI module
#    Load       "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "freetype"
#    Load        "xtt"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"

# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.
#    Option     "Protocol"      "Xqueue"
#    Option     "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option "XkbModel"    "pc105"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option "XkbLayout"   "de"
# or:
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option "XkbOptions"  "ctrl:swapcaps"
# These are the default XKB settings for Xorg
#    Option "XkbRules"    "xorg"
#    Option "XkbModel"    "pc105"
#    Option "XkbLayout"   "us"
#    Option "XkbVariant"  ""
#    Option "XkbOptions"  ""
#    Option "XkbDisable"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "microsoftinet"
        Option      "XkbLayout" "pl"
EndSection

Section "InputDevice"

# Identifier and driver
# the following line.
#    Option "Protocol"  "Xqueue"
# Mouse-speed setting for PS/2 mouse.
#    Option "Resolution"        "256"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
# Mouse wheel mapping.  Default is to map vertical wheel to buttons 4 & 5,
# horizontal wheel to buttons 6 & 7.   Change if your mouse has more than
# 3 buttons and you need to map the wheel to different button ids to avoid
# conflicts.
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2" # IntelliMouse PS/2
        Option      "Device" "/dev/input/mice"
# When using XQUEUE, comment out the above two lines, and uncomment
        Option      "ZAxisMapping" "4 5"
# Emulate3Buttons is an option for 2-button mice
        Option      "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"
EndSection

Section "Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
#    HorizSync  30-64         # multisync
#    HorizSync  31.5, 35.2    # multiple fixed sync frequencies
#    HorizSync  15-25, 30-50  # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
        Identifier   "My Monitor"
        HorizSync    31.5 - 82.0
        VertRefresh  50.0 - 100.0
EndSection

Section "Monitor"
        Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"

# The chipset line is optional in most cases.  It can be used to override
# the driver's chipset detection, and should not normally be specified.
#    Chipset    "generic"
# The Driver line must be present.  When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module.  Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for.  When this line isn't present, a device
# section can only match up with the primary video device.  For PCI
# devices a line like the following could be used.  This line should not
# normally be included unless there is more than one video device
# intalled.
#    BusID      "PCI:0:10:0"
#    VideoRam   256
#    Clocks     25.2 28.3
        Identifier  "Standard VGA"
        Driver      "vga"
        VendorName  "Unknown"
        BoardName   "Unknown"
EndSection

Section "Device"

    #VideoRam    131072
    # Insert Clocks lines here if appropriate
        Identifier  "** ATI (generic)                      [ati]"
        Driver      "ati"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        Option      "UseInternalAGPGART" "1"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "** ATI (generic)                      [ati]"
        Monitor    "My Monitor"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     8
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Jakies sugestie?

EDIT:
Code:

cat /usr/src/linux/.config | grep AGP
CONFIG_AGP=y
CONFIG_AGP_AMD64=y

Czyli domyslnie:) Wiec wyrzuce UseInternalAGPGART z xorg.conf i zobacz czy to pomoze, ale nie napawam sie optymizmem:/[/glep]
Back to top
View user's profile Send private message
pszemas
Apprentice
Apprentice


Joined: 02 Aug 2005
Posts: 181

PostPosted: Sun Apr 16, 2006 6:29 pm    Post subject: Reply with quote

a wzucilas wsparcie AGP dla swoje chipsetu ?
Back to top
View user's profile Send private message
kfiaciarka
Veteran
Veteran


Joined: 20 May 2005
Posts: 1498
Location: Dobre Miasto, Poland

PostPosted: Sun Apr 16, 2006 9:11 pm    Post subject: Reply with quote

Już działa:) Szkoda ze dri nie działa z Composite ale nei wiem czy na ati działa to stabilniej niż na nvidii:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Instalacja i sprzęt All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum