Skocz do zawartości

Ati, O Co Chodzi?!


exoticbird

Rekomendowane odpowiedzi

W gnome w ustawieniach systemowych/display nie pokazuje rodzaju karty i monitora. Mam normalnie zakladki ATI, gdzie widnieje, że moja karta dziala wtrybie agp, jest akceleracja, directrendering, itp wszystko super. Tylko czemu nic nie chodzi? Nie jestem jakimś napalonym graczem czy coś, ale chcialbym od czasu do czasu w coś pyknąć. W fglrxconfig probowalem juz wszystkich opcji. Bawilem sie zarowno sterownikami ATI jak i tymi z Linvy. Zadne nie dzialaly. Moja karta to ati radeon 9250 widziana w systemie jako 9200pro. Mojej jajko 2.6-14 pomożcie jak możecie, bo ja nie wiem o co biega. mad.gif

Odnośnik do komentarza
Udostępnij na innych stronach

# File: xorg.conf
# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
   Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

   Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
   SubSection  "extmod"
     Option    "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection

# This loads the Type1 and FreeType font modules
   Load        "type1"
   Load        "freetype"

# This loads the GLX module
   Load        "glx"   # libglx.a
   Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

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/lib/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)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

   FontPath   "/usr/share/fonts/local/"
   FontPath   "/usr/share/fonts/misc/"
   FontPath   "/usr/share/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/Type1/"
#    FontPath   "/usr/share/fonts/Speedo/"
   FontPath   "/usr/share/fonts/75dpi/"
   FontPath   "/usr/share/fonts/100dpi/"

# The module search path.  The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to cause a core dump at the spot where a signal is 
# received.  This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging

#    Option "NoTrapSignals"

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
# This allows clients to receive this key event.

#    Option "DontZap"

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
# sequences.  This allows clients to receive these key events.

#    Option "Dont Zoom"

# Uncomment this to disable tuning with the xvidtune client. With
# it the client can still run and fetch card and monitor attributes,
# but it will not be allowed to change them. If it tries it will
# receive a protocol error.

#    Option "DisableVidModeExtension"

# Uncomment this to enable the use of a non-local xvidtune client. 

#    Option "AllowNonLocalXvidtune"

# Uncomment this to disable dynamically modifying the input device
# (mouse and keyboard) settings. 

#    Option "DisableModInDev"

# Uncomment this to enable the use of a non-local client to
# change the keyboard or mouse settings (currently only xset).

#    Option "AllowNonLocalModInDev"

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

   Identifier  "Keyboard1"
   Driver      "kbd"
# 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.


#    ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

   Identifier  "Keyboard1"
   Driver      "kbd"
# 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 "AutoRepeat" "500 30"
   Option "XkbModel"   "pc105"
   Option "XkbLayout"  "pl"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

   Identifier  "Mouse1"
   Driver "mouse"
   Option "Protocol"   "ImPS/2"
   Option "ZAxisMapping"   "4 5"
   Option "Device"     "/dev/psaux"


EndSection

Section "Monitor"
   Identifier  "Monitor0"

EndSection
Section "Device"
   Identifier                          "ATI Graphics Adapter"
   Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
   #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
   Option "no_accel"                   "no"
   Option "no_dri"                     "no"
# === misc DRI settings ===
   Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
   Option "DesktopSetup"               "(null)" 
   Option "ScreenOverlap"              "0" 
   Option "GammaCorrectionI"           "0x00000000"
   Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
   Option "Capabilities"               "0x00000000"
   Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
   Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
   Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
   Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
   Option "PseudoColorVisuals"         "off"
# === QBS Management ===
   Option "Stereo"                     "off"
   Option "StereoSyncEnable"           "1"
# === FSAA Management ===
   Option "FSAAEnable"                 "no"
   Option "FSAAScale"                  "1"
   Option "FSAADisableGamma"           "no"
   Option "FSAACustomizeMSPos"         "no"
   Option "FSAAMSPosX0"                "0.000000"
   Option "FSAAMSPosY0"                "0.000000"
   Option "FSAAMSPosX1"                "0.000000"
   Option "FSAAMSPosY1"                "0.000000"
   Option "FSAAMSPosX2"                "0.000000"
   Option "FSAAMSPosY2"                "0.000000"
   Option "FSAAMSPosX3"                "0.000000"
   Option "FSAAMSPosY3"                "0.000000"
   Option "FSAAMSPosX4"                "0.000000"
   Option "FSAAMSPosY4"                "0.000000"
   Option "FSAAMSPosX5"                "0.000000"
   Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
   Option "UseFastTLS"                 "0"
   Option "BlockSignalsOnLock"         "on"
   Option "UseInternalAGPGART"         "no"
   Option "ForceGenericCPU"            "no"
   BusID "PCI:1:0:0"    # vendor=1002, device=4966
   Screen 0
EndSection

# **********************************************************************
# File: xorg.conf
# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
   Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

   Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
   SubSection  "extmod"
     Option    "omit xfree86-dga"   # don't initialise the DGA extension
   EndSubSection

# This loads the Type1 and FreeType font modules
   Load        "type1"
   Load        "freetype"

# This loads the GLX module
   Load        "glx"   # libglx.a
   Load        "dri"   # libdri.a

EndSection

# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

   RgbPath     "/usr/lib/X11/rgb"
   FontPath   "/usr/share/fonts/local/"
   FontPath   "/usr/share/fonts/misc/"
   FontPath   "/usr/share/fonts/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/Type1/"
   FontPath   "/usr/share/fonts/75dpi/"
   FontPath   "/usr/share/fonts/100dpi/"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
EndSection
# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

   Identifier  "Keyboard1"
   Driver      "kbd"
# 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 "AutoRepeat" "500 30"
   Option "XkbModel"   "pc105"
   Option "XkbLayout"  "pl"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

   Identifier  "Mouse1"
   Driver "mouse"
   Option "Protocol"   "ImPS/2"
   Option "ZAxisMapping"   "4 5"
   Option "Device"     "/dev/psaux"


EndSection

Section "Monitor"
   Identifier  "Monitor0"

EndSection
Section "Device"
   Identifier                          "ATI Graphics Adapter"
   Driver                              "fglrx"
# ### generic DRI settings ###
# === disable PnP Monitor  ===
   #Option                              "NoDDC"
# === disable/enable XAA/DRI ===
   Option "no_accel"                   "no"
   Option "no_dri"                     "no"
# === misc DRI settings ===
   Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has its own code for mtrr
# ### FireGL DDX driver module specific settings ###
# === Screen Management ===
   Option "DesktopSetup"               "(null)" 
   Option "ScreenOverlap"              "0" 
   Option "GammaCorrectionI"           "0x00000000"
   Option "GammaCorrectionII"          "0x00000000"
# === OpenGL specific profiles/settings ===
   Option "Capabilities"               "0x00000000"
   Option "CapabilitiesEx"             "0x00000000"
# === Video Overlay for the Xv extension ===
   Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
   Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
   Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
   Option "PseudoColorVisuals"         "off"
# === QBS Management ===
   Option "Stereo"                     "off"
   Option "StereoSyncEnable"           "1"
# === FSAA Management ===
   Option "FSAAEnable"                 "no"
   Option "FSAAScale"                  "1"
   Option "FSAADisableGamma"           "no"
   Option "FSAACustomizeMSPos"         "no"
   Option "FSAAMSPosX0"                "0.000000"
   Option "FSAAMSPosY0"                "0.000000"
   Option "FSAAMSPosX1"                "0.000000"
   Option "FSAAMSPosY1"                "0.000000"
   Option "FSAAMSPosX2"                "0.000000"
   Option "FSAAMSPosY2"                "0.000000"
   Option "FSAAMSPosX3"                "0.000000"
   Option "FSAAMSPosY3"                "0.000000"
   Option "FSAAMSPosX4"                "0.000000"
   Option "FSAAMSPosY4"                "0.000000"
   Option "FSAAMSPosX5"                "0.000000"
   Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
   Option "UseFastTLS"                 "0"
   Option "BlockSignalsOnLock"         "on"
   Option "UseInternalAGPGART"         "no"
   Option "ForceGenericCPU"            "no"
   BusID "PCI:1:0:0"    # vendor=1002, device=4966
   Screen 0
EndSection

# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
   Identifier  "Screen0"
   Device      "ATI Graphics Adapter"
   Monitor     "Monitor0"
   DefaultDepth 24
   #Option "backingstore"

   Subsection "Display"
       Depth       24
       Modes       "1280x1024" "1024x768" "800x600" "640x480"
       ViewPort    0 0  # initial origin if mode is smaller than desktop
#        Virtual     1280 1024
   EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"

# The Identifier line must be present
   Identifier  "Server Layout"


   Screen "Screen0"

   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"

EndSection

### EOF ###

To jest mój xorg.con bez komentarzy, zobacz i porównaj smile.gif

localhost ~ # epm -q ati-drivers

ati-drivers-8.20.8

Jak widać mam w miarę nowiutkie stery i działają smile.gif

localhost ~ # uname -r

2.6.14.2

Jajo też nie jest archaiczne biggrin.gif

Jakie moduły ładujesz ? I w jakiej kolejności ?

Jak masz jajko skonfigurowane ?

Ja nie mam wsparcia dla DRI w jajku, tylko obsługę agp, dla czipsetół via i to w module.

 

localhost ~ # lsmod

Module Size Used by

ndiswrapper 162708 0

fglrx 429664 7

snd_seq 49040 0

snd_via82xx 23316 3

snd_ac97_codec 91424 1 snd_via82xx

snd_ac97_bus 1920 1 snd_ac97_codec

snd_pcm 79496 3 snd_via82xx,snd_ac97_codec

snd_timer 21508 2 snd_seq,snd_pcm

snd_page_alloc 8456 2 snd_via82xx,snd_pcm

snd_mpu401_uart 6400 1 snd_via82xx

snd_rawmidi 19200 1 snd_mpu401_uart

snd_seq_device 7180 2 snd_seq,snd_rawmidi

snd 43448 13 snd_seq,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device

via_agp 7808 1

agpgart 28744 2 fglrx,via_agp

 

Odnośnik do komentarza
Udostępnij na innych stronach

egh.....jestem początkującym użytkownikiem linuksa, więc Twoje pytania mnie rozkładają. Chciałbym poprostu skonfigurować poprawnie kartę graficzną, nie znam się na konfigurowniu jądra i ładowaniu modułów...niestety. Chyba jakoś dużo tych modułów mam...Nie wiem co możnaby wyłączyć, aby przyspieszyć uruchamianie systemu. No i chyba nie mam włączonej obsługi agp co? a Ty raczej znasz się na rzeczy:-P

 

[root@localhost ~]# lsmod

Module Size Used by

parport_pc 27909 1

lp 12937 0

parport 35593 2 parport_pc,lp

autofs4 19653 2

sunrpc 141437 1

ipt_REJECT 5953 1

ipt_state 1985 1

ip_conntrack 51953 1 ipt_state

nfnetlink 6617 1 ip_conntrack

iptable_filter 3137 1

ip_tables 20033 3 ipt_REJECT,ipt_state,iptable_filter

vfat 13121 1

fat 51293 1 vfat

dm_mod 57181 0

video 16197 0

button 6737 0

battery 9541 0

ac 4933 0

fglrx 432160 7

ipv6 249761 8

uhci_hcd 32465 0

ehci_hcd 34381 0

shpchp 93317 0

i2c_viapro 8401 0

i2c_core 22081 1 i2c_viapro

snd_ens1371 24353 1

gameport 15689 1 snd_ens1371

snd_rawmidi 24801 1 snd_ens1371

snd_ac97_codec 88637 1 snd_ens1371

snd_seq_dummy 3781 0

snd_seq_oss 31809 0

snd_seq_midi_event 7105 1 snd_seq_oss

snd_seq 49617 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event

snd_seq_device 9037 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq

snd_pcm_oss 50545 0

snd_mixer_oss 17985 2 snd_pcm_oss

snd_pcm 87493 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss

snd_timer 25029 2 snd_seq,snd_pcm

snd 54437 10 snd_ens1371,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer

soundcore 9889 2 snd

snd_page_alloc 10697 1 snd_pcm

snd_ac97_bus 2497 1 snd_ac97_codec

8139too 27329 0

mii 5313 1 8139too

floppy 61957 0

ext3 129993 1

jbd 57813 1 ext3

[root@localhost ~]#

Edytowane przez exoticbird
Odnośnik do komentarza
Udostępnij na innych stronach

Ja mam jajko kompilowane własnoręcznie i sporo jest w środku, dla tego ich jest nieco mniej(modułów).

Nie bardzo się orientuję jak tam jest w jajkach w FC, bo chyba masz te z paczki rpm, dystrybucyjne ? smile.gif

Jak odpalisz system w trybie graficznym to w konsloli wpisz sobie dmesg , tam powinno się pokazać sporo komunikatów i niektóre z nich powinny dotyczyć właśnie fglrx. W sumie to możesz wkleić wsio co się wywali na ekran smile.gif

Możesz jeszcze wkleić to co zwróci :

modprobe -l | grep agp

Jeżeli tam będą takie moduliki jak agpgart czy via-agp(chyba że masz inny czipset płyty, ja mam via, to będzie ci potrzebne cuś innego).

Wtedy możesz spróbować :

modprobe agpgart
modprobe via-agp

Najlepiej wklaj, to o co proszę to się pomyśli co dalej z tym fantem biggrin.gif

(_acha_ → aha) ORT, można jeszcze oblukać /var/log/Xorg.0.log i zobaczyć co tam piszą ciekawego, głównie chodzi o linie z fglrx lub agp czy coś w ten deseć. Ten plik zawiera sporo lini(u mnie ponad 800), więc go oblukaj poprostu, może coś wyczytasz.

To chyba narazie tyle. No możesz jeszcze wkleić swojego xorg.con smile.gif

Odnośnik do komentarza
Udostępnij na innych stronach

Tak jajko mam dystrybucyjne.

[root@localhost mimichaa]# dmesg

Linux version 2.6.14-1.1653_FC4 ([email protected]) (gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)) #1 Tue Dec 13 21:32:09 EST 2005

BIOS-provided physical RAM map:

BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)

BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)

BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

BIOS-e820: 0000000000100000 - 000000004fff0000 (usable)

BIOS-e820: 000000004fff0000 - 000000004fff3000 (ACPI NVS)

BIOS-e820: 000000004fff3000 - 0000000050000000 (ACPI data)

BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)

BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)

BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)

383MB HIGHMEM available.

896MB LOWMEM available.

Using x86 segment limits to approximate NX protection

On node 0 totalpages: 327664

DMA zone: 4096 pages, LIFO batch:1

Normal zone: 225280 pages, LIFO batch:31

HighMem zone: 98288 pages, LIFO batch:31

DMI 2.3 present.

ACPI: RSDP (v000 GBT ) @ 0x000f6780

ACPI: RSDT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x4fff3000

ACPI: FADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x4fff3040

ACPI: MADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x4fff77c0

ACPI: DSDT (v001 GBT AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000

ACPI: PM-Timer IO Port: 0x4008

Allocating PCI resources starting at 60000000 (gap: 50000000:aec00000)

Built 1 zonelists

Kernel command line: ro root=LABEL=/ rhgb quiet

Initializing CPU#0

CPU 0 irqstacks, hard=c03f3000 soft=c03f2000

PID hash table entries: 4096 (order: 12, 65536 bytes)

Detected 1585.968 MHz processor.

Using pmtmr for high-res timesource

Console: colour VGA+ 80x25

Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

Memory: 1293912k/1310656k available (2098k kernel code, 15552k reserved, 719k data, 172k init, 393152k highmem)

Checking if this processor honours the WP bit even in supervisor mode... Ok.

Calibrating delay using timer specific routine.. 3174.91 BogoMIPS (lpj=6349822)

Security Framework v1.0.0 initialized

SELinux: Initializing.

SELinux: Starting in permissive mode

selinux_register_security: Registering secondary module capability

Capability LSM initialized as secondary

Mount-cache hash table entries: 512

CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000 00000000

CPU: After vendor identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000 00000000

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 256K (64 bytes/line)

CPU: After all inits, caps: 0383f3ff c1cbfbff 00000000 00000020 00000000 00000000 00000000

Intel machine check architecture supported.

Intel machine check reporting enabled on CPU#0.

mtrr: v2.0 (20020519)

CPU: AMD Sempron 2300+ stepping 01

Enabling fast FPU save and restore... done.

Enabling unmasked SIMD FPU exception support... done.

Checking 'hlt' instruction... OK.

ACPI: setting ELCR to 0200 (from 0a00)

checking if image is initramfs... it is

Freeing initrd memory: 1072k freed

NET: Registered protocol family 16

ACPI: bus type pci registered

PCI: PCI BIOS revision 2.10 entry at 0xfa070, last bus=1

PCI: Using configuration type 1

ACPI: Subsystem revision 20050916

ACPI: Interpreter enabled

ACPI: Using PIC for interrupt routing

ACPI: PCI Root Bridge [PCI0] (0000:00)

PCI: Probing PCI hardware (bus 00)

Boot video device is 0000:01:00.0

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]

ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 *11 12)

ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)

ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12)

ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0, disabled.

ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0, disabled.

ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0, disabled.

ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0, disabled.

Linux Plug and Play Support v0.97 © Adam Belay

pnp: PnP ACPI init

pnp: PnP ACPI: found 14 devices

usbcore: registered new driver usbfs

usbcore: registered new driver hub

PCI: Using ACPI for IRQ routing

PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report

pnp: 00:01: ioport range 0x4000-0x407f could not be reserved

pnp: 00:01: ioport range 0x40f0-0x40ff could not be reserved

pnp: 00:01: ioport range 0x5000-0x500f has been reserved

PCI: Bridge: 0000:00:01.0

IO window: c000-cfff

MEM window: e8000000-e9ffffff

PREFETCH window: d8000000-e7ffffff

PCI: Setting latency timer of device 0000:00:01.0 to 64

apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)

apm: overridden by ACPI.

audit: initializing netlink socket (disabled)

audit(1136455378.840:1): initialized

highmem bounce pool size: 64 pages

Total HugeTLB memory allocated, 0

VFS: Disk quotas dquot_6.5.1

Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

SELinux: Registering netfilter hooks

Initializing Cryptographic API

ksign: Installing public key data

Loading keyring

- Added public key F03D6A9A83D7F7E9

- User ID: Red Hat, Inc. (Kernel Module GPG key)

pci_hotplug: PCI Hot Plug PCI Core version: 0.5

ACPI: CPU0 (power states: C1[C1])

isapnp: Scanning for PnP cards...

isapnp: No Plug & Play device found

Real Time Clock Driver v1.12

Linux agpgart interface v0.101 © Dave Jones

agpgart: Detected VIA KT400/KT400A/KT600 chipset

agpgart: AGP aperture is 128M @ 0xd0000000

PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1

PNP: PS/2 controller doesn't have AUX irq; using default 12

serio: i8042 AUX port at 0x60,0x64 irq 12

serio: i8042 KBD port at 0x60,0x64 irq 1

Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled

ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

io scheduler noop registered

io scheduler anticipatory registered

io scheduler deadline registered

io scheduler cfq registered

RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize

Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2

ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

VP_IDE: IDE controller at PCI slot 0000:00:0f.0

ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11

PCI: setting IRQ 11 as level-triggered

ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11

PCI: Via IRQ fixup for 0000:00:0f.0, from 255 to 11

VP_IDE: chipset revision 6

VP_IDE: not 100% native mode: will probe irqs later

VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.0

ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda:DMA, hdb:pio

ide1: BM-DMA at 0xd408-0xd40f, BIOS settings: hdc:pio, hdd:DMA

Probing IDE interface ide0...

hda: IBM-DTLA-305020, ATA DISK drive

ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

Probing IDE interface ide1...

hdd: LITE-ON LTR-52327S, ATAPI CD/DVD-ROM drive

ide1 at 0x170-0x177,0x376 on irq 15

hda: max request size: 128KiB

hda: Host Protected Area detected.

current capacity is 40186847 sectors (20575 MB)

native capacity is 40188960 sectors (20576 MB)

hda: Host Protected Area disabled.

hda: 40188960 sectors (20576 MB) w/380KiB Cache, CHS=39870/16/63, UDMA(100)

hda: cache flushes not supported

hda: hda1 < hda5 hda6 > hda2

hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)

Uniform CD-ROM driver Revision: 3.20

ide-floppy driver 0.99.newide

usbcore: registered new driver hiddev

usbcore: registered new driver usbhid

drivers/usb/input/hid-core.c: v2.6:USB HID core driver

mice: PS/2 mouse device common for all mice

md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27

md: bitmap version 3.39

NET: Registered protocol family 2

IP route cache hash table entries: 65536 (order: 6, 262144 bytes)

TCP established hash table entries: 262144 (order: 10, 4194304 bytes)

TCP bind hash table entries: 65536 (order: 8, 1310720 bytes)

TCP: Hash tables configured (established 262144 bind 65536)

TCP reno registered

TCP bic registered

Initializing IPsec netlink socket

NET: Registered protocol family 1

NET: Registered protocol family 17

Using IPI Shortcut mode

input: AT Translated Set 2 keyboard on isa0060/serio0

ACPI wakeup devices:

PCI0 USB0 USB1 USB2 USB6 USB7 USB8 USB9 LAN0 UAR1 LPT1

ACPI: (supports S0 S1 S4 S5)

Freeing unused kernel memory: 172k freed

Write protecting the kernel read-only data: 323k

kjournald starting. Commit interval 5 seconds

EXT3-fs: mounted filesystem with ordered data mode.

security: 3 users, 6 roles, 888 types, 109 bools

security: 55 classes, 244070 rules

SELinux: Completing initialization.

SELinux: Setting up existing superblocks.

SELinux: initialized (dev hda5, type ext3), uses xattr

SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts

SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts

SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs

SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts

SELinux: initialized (dev devpts, type devpts), uses transition SIDs

SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts

SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts

SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts

SELinux: initialized (dev pipefs, type pipefs), uses task SIDs

SELinux: initialized (dev sockfs, type sockfs), uses task SIDs

SELinux: initialized (dev proc, type proc), uses genfs_contexts

SELinux: initialized (dev bdev, type bdev), uses genfs_contexts

SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts

SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts

SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts

Floppy drive(s): fd0 is 1.44M

FDC 0 is a post-1991 82077

8139too Fast Ethernet driver 0.9.27

ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11

ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11

eth0: RealTek RTL8139 at 0xf883e000, 00:0d:61:b3:da:02, IRQ 11

eth0: Identified 8139 chip type 'RTL-8101'

ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11

shpchp: shpc_init : shpc_cap_offset == 0

shpchp: Standard Hot Plug PCI Controller Driver version: 0.4

ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11

ehci_hcd 0000:00:10.4: EHCI Host Controller

ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1

ehci_hcd 0000:00:10.4: irq 11, io mem 0xea000000

ehci_hcd 0000:00:10.4: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 6 ports detected

USB Universal Host Controller Interface driver v2.3

ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11

ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

uhci_hcd 0000:00:10.0: UHCI Host Controller

uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2

uhci_hcd 0000:00:10.0: irq 11, io base 0x0000d800

hub 2-0:1.0: USB hub found

hub 2-0:1.0: 2 ports detected

ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

uhci_hcd 0000:00:10.1: UHCI Host Controller

uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3

uhci_hcd 0000:00:10.1: irq 11, io base 0x0000dc00

hub 3-0:1.0: USB hub found

hub 3-0:1.0: 2 ports detected

ACPI: PCI Interrupt 0000:00:10.2 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11

uhci_hcd 0000:00:10.2: UHCI Host Controller

uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4

uhci_hcd 0000:00:10.2: irq 11, io base 0x0000e000

hub 4-0:1.0: USB hub found

hub 4-0:1.0: 2 ports detected

usb 2-2: new low speed USB device using uhci_hcd and address 2

input: USB HID v1.10 Mouse [062a:0001] on usb-0000:00:10.0-2

SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts

NET: Registered protocol family 10

Disabled Privacy Extensions on device c0380420(lo)

IPv6 over IPv4 tunneling driver

fglrx: module license 'Proprietary. © 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.

[fglrx] Maximum main memory to use for locked dma buffers: 1172 MBytes.

ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

[fglrx] module loaded - fglrx 8.20.8 [Dec 6 2005] on minor 0

[fglrx] ACPI power management is initialized.

ACPI: Power Button (FF) [PWRF]

ACPI: Power Button (CM) [PWRB]

ibm_acpi: ec object not found

md: Autodetecting RAID arrays.

md: autorun ...

md: ... autorun DONE.

device-mapper: 4.4.0-ioctl (2005-01-12) initialised: [email protected]

cdrom: open failed.

cdrom: open failed.

EXT3 FS on hda5, internal journal

SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

SELinux: initialized (dev hda2, type vfat), uses genfs_contexts

SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts

ip_tables: © 2000-2002 Netfilter core team

Netfilter messages via NETLINK v0.30.

ip_conntrack version 2.3 (8192 buckets, 65536 max) - 236 bytes per conntrack

eth0: link up, 10Mbps, half-duplex, lpa 0x0000

SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts

SELinux: initialized (dev autofs, type autofs), uses genfs_contexts

SELinux: initialized (dev autofs, type autofs), uses genfs_contexts

parport: PnPBIOS parport detected.

parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]

lp0: using parport0 (interrupt-driven).

lp0: console ready

eth0: no IPv6 routers present

[fglrx] Internal AGP support requested, but kernel AGP support active.

[fglrx] Have to use kernel AGP support to avoid conflicts.

[fglrx] Kernel AGP support doesn't provide agplock functionality.

[fglrx] AGP detected, AgpState = 0x1f000a1b (hardware caps of chipset)

agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.

agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode

agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode

[fglrx] AGP enabled, AgpCommand = 0x1f000312 (selected caps)

[fglrx] free AGP = 121909248

[fglrx] max AGP = 121909248

[fglrx] free LFB = 116387840

[fglrx] max LFB = 116387840

[fglrx] free Inv = 0

[fglrx] max Inv = 0

[fglrx] total Inv = 0

[fglrx] total TIM = 0

[fglrx] total FB = 0

[fglrx] total AGP = 32768

application mixer_applet2 uses obsolete OSS audio interface

---------------------------------------------------------------------------------------------------------------------------------------

a oto xorg conf

# DRI Section

# **********************************************************************

Section "dri"

# Access to OpenGL ICD is allowed for all users:

Mode 0666

# Access to OpenGL ICD is restricted to a specific user group:

# Group 100 # users

# Mode 0660

EndSection

 

# **********************************************************************

# Module section -- this section is used to specify

# which dynamically loadable modules to load.

# **********************************************************************

#

Section "Module"

 

# This loads the DBE extension module.

 

Load "dbe" # Double buffer extension

 

# This loads the miscellaneous extensions module, and disables

# initialisation of the XFree86-DGA extension within that module.

SubSection "extmod"

Option "omit xfree86-dga" # don't initialise the DGA extension

EndSubSection

 

# This loads the Type1 and FreeType font modules

Load "type1"

Load "freetype"

 

# This loads the GLX module

Load "glx" # libglx.a

Load "dri" # libdri.a

 

EndSection

 

# **********************************************************************

# Files section. This allows default font and rgb paths to be set

# **********************************************************************

 

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/X11R6/lib/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)

#

# If you don't have a floating point coprocessor and emacs, Mosaic or other

# programs take long to start up, try moving the Type1 and Speedo directory

# to the end of this list (or comment them out).

#

 

FontPath "/usr/X11R6/lib/X11/fonts/local/"

FontPath "/usr/X11R6/lib/X11/fonts/misc/"

FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"

FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"

FontPath "/usr/X11R6/lib/X11/fonts/Type1/"

# FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"

FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"

FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

 

# The module search path. The default path is shown here.

 

# ModulePath "/usr/X11R6/lib/modules"

 

EndSection

 

# **********************************************************************

# Server flags section.

# **********************************************************************

 

Section "ServerFlags"

 

# Uncomment this to cause a core dump at the spot where a signal is

# received. This may leave the console in an unusable state, but may

# provide a better stack trace in the core dump to aid in debugging

 

# Option "NoTrapSignals"

 

# Uncomment this to disable the <Crtl><Alt><BS> server abort sequence

# This allows clients to receive this key event.

 

# Option "DontZap"

 

# Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching

# sequences. This allows clients to receive these key events.

 

# Option "Dont Zoom"

 

# Uncomment this to disable tuning with the xvidtune client. With

# it the client can still run and fetch card and monitor attributes,

# but it will not be allowed to change them. If it tries it will

# receive a protocol error.

 

# Option "DisableVidModeExtension"

 

# Uncomment this to enable the use of a non-local xvidtune client.

 

# Option "AllowNonLocalXvidtune"

 

# Uncomment this to disable dynamically modifying the input device

# (mouse and keyboard) settings.

 

# Option "DisableModInDev"

 

# Uncomment this to enable the use of a non-local client to

# change the keyboard or mouse settings (currently only xset).

 

# Option "AllowNonLocalModInDev"

 

EndSection

 

# **********************************************************************

# Input devices

# **********************************************************************

 

# **********************************************************************

# Core keyboard's InputDevice section

# **********************************************************************

 

Section "InputDevice"

 

Identifier "Keyboard1"

Driver "kbd"

# 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 "AutoRepeat" "500 30"

 

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))

# 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" "pc102"

# 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 XFree86

# Option "XkbRules" "xfree86"

# Option "XkbModel" "pc101"

# Option "XkbLayout" "us"

# Option "XkbVariant" ""

# Option "XkbOptions" ""

 

# Option "XkbDisable"

 

Option "XkbRules" "xfree86"

Option "XkbModel" "pc105"

Option "XkbLayout" "pl"

 

EndSection

 

 

# **********************************************************************

# Core Pointer's InputDevice section

# **********************************************************************

 

Section "InputDevice"

 

# Identifier and driver

 

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "ImPS/2"

Option "ZAxisMapping" "4 5"

Option "Device" "/dev/input/mice"

 

# When using XQUEUE, comment out the above two lines, and uncomment

# the following line.

 

# Option "Protocol" "Xqueue"

 

# Baudrate and SampleRate are only for some Logitech mice. In

# almost every case these lines should be omitted.

 

# Option "BaudRate" "9600"

# Option "SampleRate" "150"

 

# Emulate3Buttons is an option for 2-button Microsoft mice

# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

 

# Option "Emulate3Buttons"

# Option "Emulate3Timeout" "50"

 

# ChordMiddle is an option for some 3-button Logitech mice

 

# Option "ChordMiddle"

 

EndSection

 

 

# **********************************************************************

# 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 XF86Config 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

 

Section "Monitor"

Identifier "Monitor0"

# === mode lines based on GTF ===

# VGA @ 100Hz

# Modeline "640x480@100" 43.163 640 680 744 848 480 481 484 509 +hsync +vsync

# SVGA @ 100Hz

# Modeline "800x600@100" 68.179 800 848 936 1072 600 601 604 636 +hsync +vsync

# XVGA @ 100Hz

# Modeline "1024x768@100" 113.309 1024 1096 1208 1392 768 769 772 814 +hsync +vsync

# 1152x864 @ 60Hz

# Modeline "1152x864@60" 81.642 1152 1216 1336 1520 864 865 868 895 +hsync +vsync

# 1152x864 @ 85Hz

# Modeline "1152x864@85" 119.651 1152 1224 1352 1552 864 865 868 907 +hsync +vsync

# 1152x864 @ 100Hz

# Modeline "1152x864@100" 143.472 1152 1232 1360 1568 864 865 868 915 +hsync +vsync

# 1280x960 @ 75Hz

# Modeline "1280x960@75" 129.859 1280 1368 1504 1728 960 961 964 1002 +hsync +vsync

# 1280x960 @ 100Hz

# Modeline "1280x960@100" 178.992 1280 1376 1520 1760 960 961 964 1017 +hsync +vsync

# SXGA @ 100Hz

# Modeline "1280x1024@100" 190.960 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync

# SPEA GDM-1950 (60Hz,64kHz,110MHz,-,-): 1280x1024 @ V-freq: 60.00 Hz, H-freq: 63.73 KHz

# Modeline "GDM-1950" 109.62 1280 1336 1472 1720 1024 1024 1026 1062 -hsync -vsync

# 1600x1000 @ 60Hz

# Modeline "1600x1000" 133.142 1600 1704 1872 2144 1000 1001 1004 1035 +hsync +vsync

# 1600x1000 @ 75Hz

# Modeline "1600x1000" 169.128 1600 1704 1880 2160 1000 1001 1004 1044 +hsync +vsync

# 1600x1000 @ 85Hz

# Modeline "1600x1000" 194.202 1600 1712 1888 2176 1000 1001 1004 1050 +hsync +vsync

# 1600x1000 @ 100Hz

# Modeline "1600x1000" 232.133 1600 1720 1896 2192 1000 1001 1004 1059 +hsync +vsync

# 1600x1024 @ 60Hz

# Modeline "1600x1024" 136.385 1600 1704 1872 2144 1024 1027 1030 1060 +hsync +vsync

# 1600x1024 @ 75Hz

# Modeline "1600x1024" 174.416 1600 1712 1888 2176 1024 1025 1028 1069 +hsync +vsync

# 1600x1024 @ 76Hz

# Modeline "1600x1024" 170.450 1600 1632 1792 2096 1024 1027 1030 1070 +hsync +vsync

# 1600x1024 @ 85Hz

# Modeline "1600x1024" 198.832 1600 1712 1888 2176 1024 1027 1030 1075 +hsync +vsync

# 1920x1080 @ 60Hz

# Modeline "1920x1080" 172.798 1920 2040 2248 2576 1080 1081 1084 1118 -hsync -vsync

# 1920x1080 @ 75Hz

# Modeline "1920x1080" 211.436 1920 2056 2264 2608 1080 1081 1084 1126 +hsync +vsync

# 1920x1200 @ 60Hz

# Modeline "1920x1200" 193.156 1920 2048 2256 2592 1200 1201 1203 1242 +hsync +vsync

# 1920x1200 @ 75Hz

# Modeline "1920x1200" 246.590 1920 2064 2272 2624 1200 1201 1203 1253 +hsync +vsync

# 2048x1536 @ 60

# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync

# 2048x1536 @ 60

# Modeline "2048x1536" 266.952 2048 2200 2424 2800 1536 1537 1540 1589 +hsync +vsync

# 1400x1050 @ 60Hz M9 Laptop mode

# ModeLine "1400x1050" 122.000 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync

# 1920x2400 @ 25Hz for IBM T221, VS VP2290 and compatible display devices

# Modeline "1920x2400@25" 124.620 1920 1928 1980 2048 2400 2401 2403 2434 +hsync +vsync

# 1920x2400 @ 30Hz for IBM T221, VS VP2290 and compatible display devices

# Modeline "1920x2400@30" 149.250 1920 1928 1982 2044 2400 2402 2404 2434 +hsync +vsync

 

EndSection

 

 

# **********************************************************************

# Graphics device section

# **********************************************************************

 

# Any number of graphics device sections may be present

 

# Standard VGA Device:

 

Section "Device"

Identifier "Standard VGA"

VendorName "Unknown"

BoardName "Unknown"

 

# 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.

 

Driver "vga"

# 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

# installed.

 

# BusID "PCI:0:10:0"

 

# VideoRam 256

 

# Clocks 25.2 28.3

 

EndSection

 

# === ATI device section ===

 

Section "Device"

Identifier "ATI Graphics Adapter"

Driver "fglrx"

# ### generic DRI settings ###

# === disable PnP Monitor ===

#Option "NoDDC"

# === disable/enable XAA/DRI ===

Option "no_accel" "no"

Option "no_dri" "no"

# === misc DRI settings ===

Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr

# ### FireGL DDX driver module specific settings ###

# === Screen Management ===

Option "DesktopSetup" "(null)"

Option "ScreenOverlap" "0"

Option "GammaCorrectionI" "0x00000000"

Option "GammaCorrectionII" "0x00000000"

# === OpenGL specific profiles/settings ===

Option "Capabilities" "0x00000000"

Option "CapabilitiesEx" "0x00000000"

# === Video Overlay for the Xv extension ===

Option "VideoOverlay" "on"

# === OpenGL Overlay ===

# Note: When OpenGL Overlay is enabled, Video Overlay

# will be disabled automatically

Option "OpenGLOverlay" "off"

# === Center Mode (Laptops only) ===

Option "CenterMode" "off"

# === Pseudo Color Visuals (8-bit visuals) ===

Option "PseudoColorVisuals" "off"

# === QBS Management ===

Option "Stereo" "off"

Option "StereoSyncEnable" "1"

# === FSAA Management ===

Option "FSAAEnable" "no"

Option "FSAAScale" "1"

Option "FSAADisableGamma" "no"

Option "FSAACustomizeMSPos" "no"

Option "FSAAMSPosX0" "0.000000"

Option "FSAAMSPosY0" "0.000000"

Option "FSAAMSPosX1" "0.000000"

Option "FSAAMSPosY1" "0.000000"

Option "FSAAMSPosX2" "0.000000"

Option "FSAAMSPosY2" "0.000000"

Option "FSAAMSPosX3" "0.000000"

Option "FSAAMSPosY3" "0.000000"

Option "FSAAMSPosX4" "0.000000"

Option "FSAAMSPosY4" "0.000000"

Option "FSAAMSPosX5" "0.000000"

Option "FSAAMSPosY5" "0.000000"

# === Misc Options ===

Option "UseFastTLS" "2"

Option "BlockSignalsOnLock" "on"

Option "UseInternalAGPGART" "yes"

Option "ForceGenericCPU" "no"

BusID "PCI:1:0:0" # vendor=1002, device=5960

Screen 0

EndSection

 

# **********************************************************************

# 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.

Section "Screen"

Identifier "Screen0"

Device "ATI Graphics Adapter"

Monitor "Monitor0"

DefaultDepth 24

#Option "backingstore"

 

Subsection "Display"

Depth 24

Modes "1280x1024" "1024x768" "800x600" "640x480"

ViewPort 0 0 # initial origin if mode is smaller than desktop

# Virtual 1280 1024

EndSubsection

EndSection

 

# **********************************************************************

# 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 "ServerLayout"

 

# The Identifier line must be present

Identifier "Server Layout"

 

# 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.

 

Screen "Screen0"

 

# 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".

 

InputDevice "Mouse1" "CorePointer"

InputDevice "Keyboard1" "CoreKeyboard"

 

EndSection

 

### EOF ###

 

Odnośnik do komentarza
Udostępnij na innych stronach

Problem chyba tkwi w tym.

[fglrx] Internal AGP support requested, but kernel AGP support active.

Masz włączoną obsługę agp w sterowniku od ati i w jajku smile.gif Musisz wybrać jedno albo drugie biggrin.gif

Można zacząć od zmiany :

Option "UseInternalAGPGART" "yes"

Na :

Option "UseInternalAGPGART" "no"

Ta linia znajduje się prawie na końcu xorg.conf.

Ja też mam to cuś wyłączone i jadę na agp z jajka smile.gif

Pozdrawiam

Odnośnik do komentarza
Udostępnij na innych stronach

TO POKAZUJE

[mimichaa@localhost ~]$ dmesg

Linux version 2.6.14-1.1653_FC4 ([email protected]) (gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)) #1 Tue Dec 13 21:32:09 EST 2005

BIOS-provided physical RAM map:

BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)

BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)

BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

BIOS-e820: 0000000000100000 - 000000004fff0000 (usable)

BIOS-e820: 000000004fff0000 - 000000004fff3000 (ACPI NVS)

BIOS-e820: 000000004fff3000 - 0000000050000000 (ACPI data)

BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)

BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)

BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)

383MB HIGHMEM available.

896MB LOWMEM available.

Using x86 segment limits to approximate NX protection

On node 0 totalpages: 327664

DMA zone: 4096 pages, LIFO batch:1

Normal zone: 225280 pages, LIFO batch:31

HighMem zone: 98288 pages, LIFO batch:31

DMI 2.3 present.

ACPI: RSDP (v000 GBT ) @ 0x000f6780

ACPI: RSDT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x4fff3000

ACPI: FADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x4fff3040

ACPI: MADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x01010101) @ 0x4fff77c0

ACPI: DSDT (v001 GBT AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000

ACPI: PM-Timer IO Port: 0x4008

Allocating PCI resources starting at 60000000 (gap: 50000000:aec00000)

Built 1 zonelists

Kernel command line: ro root=LABEL=/ rhgb quiet

Initializing CPU#0

CPU 0 irqstacks, hard=c03f3000 soft=c03f2000

PID hash table entries: 4096 (order: 12, 65536 bytes)

Detected 1585.968 MHz processor.

Using pmtmr for high-res timesource

Console: colour VGA+ 80x25

Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

Memory: 1293912k/1310656k available (2098k kernel code, 15552k reserved, 719k data, 172k init, 393152k highmem)

Checking if this processor honours the WP bit even in supervisor mode... Ok.

Calibrating delay using timer specific routine.. 3174.88 BogoMIPS (lpj=6349763)

Security Framework v1.0.0 initialized

SELinux: Initializing.

SELinux: Starting in permissive mode

selinux_register_security: Registering secondary module capability

Capability LSM initialized as secondary

Mount-cache hash table entries: 512

CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000 00000000

CPU: After vendor identify, caps: 0383fbff c1cbfbff 00000000 00000000 00000000 00000000 00000000

CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)

CPU: L2 Cache: 256K (64 bytes/line)

CPU: After all inits, caps: 0383f3ff c1cbfbff 00000000 00000020 00000000 00000000 00000000

Intel machine check architecture supported.

Intel machine check reporting enabled on CPU#0.

mtrr: v2.0 (20020519)

CPU: AMD Sempron 2300+ stepping 01

Enabling fast FPU save and restore... done.

Enabling unmasked SIMD FPU exception support... done.

Checking 'hlt' instruction... OK.

ACPI: setting ELCR to 0200 (from 0a00)

checking if image is initramfs... it is

Freeing initrd memory: 1072k freed

NET: Registered protocol family 16

ACPI: bus type pci registered

PCI: PCI BIOS revision 2.10 entry at 0xfa070, last bus=1

PCI: Using configuration type 1

ACPI: Subsystem revision 20050916

ACPI: Interpreter enabled

ACPI: Using PIC for interrupt routing

ACPI: PCI Root Bridge [PCI0] (0000:00)

PCI: Probing PCI hardware (bus 00)

Boot video device is 0000:01:00.0

ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]

ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 *11 12)

ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)

ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12)

ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.

ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0, disabled.

ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0, disabled.

ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0, disabled.

ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0, disabled.

Linux Plug and Play Support v0.97 © Adam Belay

pnp: PnP ACPI init

pnp: PnP ACPI: found 14 devices

usbcore: registered new driver usbfs

usbcore: registered new driver hub

PCI: Using ACPI for IRQ routing

PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report

pnp: 00:01: ioport range 0x4000-0x407f could not be reserved

pnp: 00:01: ioport range 0x40f0-0x40ff could not be reserved

pnp: 00:01: ioport range 0x5000-0x500f has been reserved

PCI: Bridge: 0000:00:01.0

IO window: c000-cfff

MEM window: e8000000-e9ffffff

PREFETCH window: d8000000-e7ffffff

PCI: Setting latency timer of device 0000:00:01.0 to 64

apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)

apm: overridden by ACPI.

audit: initializing netlink socket (disabled)

audit(1136482300.448:1): initialized

highmem bounce pool size: 64 pages

Total HugeTLB memory allocated, 0

VFS: Disk quotas dquot_6.5.1

Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

SELinux: Registering netfilter hooks

Initializing Cryptographic API

ksign: Installing public key data

Loading keyring

- Added public key F03D6A9A83D7F7E9

- User ID: Red Hat, Inc. (Kernel Module GPG key)

pci_hotplug: PCI Hot Plug PCI Core version: 0.5

ACPI: CPU0 (power states: C1[C1])

isapnp: Scanning for PnP cards...

isapnp: No Plug & Play device found

Real Time Clock Driver v1.12

Linux agpgart interface v0.101 © Dave Jones

agpgart: Detected VIA KT400/KT400A/KT600 chipset

agpgart: AGP aperture is 128M @ 0xd0000000

PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1

PNP: PS/2 controller doesn't have AUX irq; using default 12

serio: i8042 AUX port at 0x60,0x64 irq 12

serio: i8042 KBD port at 0x60,0x64 irq 1

Serial: 8250/16550 driver $Revision: 1.90 $ 32 ports, IRQ sharing enabled

ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

io scheduler noop registered

io scheduler anticipatory registered

io scheduler deadline registered

io scheduler cfq registered

RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize

Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2

ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

VP_IDE: IDE controller at PCI slot 0000:00:0f.0

ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11

PCI: setting IRQ 11 as level-triggered

ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11

PCI: Via IRQ fixup for 0000:00:0f.0, from 255 to 11

VP_IDE: chipset revision 6

VP_IDE: not 100% native mode: will probe irqs later

VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.0

ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda:DMA, hdb:pio

ide1: BM-DMA at 0xd408-0xd40f, BIOS settings: hdc:pio, hdd:DMA

Probing IDE interface ide0...

hda: IBM-DTLA-305020, ATA DISK drive

ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

Probing IDE interface ide1...

hdd: LITE-ON LTR-52327S, ATAPI CD/DVD-ROM drive

ide1 at 0x170-0x177,0x376 on irq 15

hda: max request size: 128KiB

hda: Host Protected Area detected.

current capacity is 40186847 sectors (20575 MB)

native capacity is 40188960 sectors (20576 MB)

hda: Host Protected Area disabled.

hda: 40188960 sectors (20576 MB) w/380KiB Cache, CHS=39870/16/63, UDMA(100)

hda: cache flushes not supported

hda: hda1 < hda5 hda6 > hda2

hdd: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)

Uniform CD-ROM driver Revision: 3.20

ide-floppy driver 0.99.newide

usbcore: registered new driver hiddev

usbcore: registered new driver usbhid

drivers/usb/input/hid-core.c: v2.6:USB HID core driver

mice: PS/2 mouse device common for all mice

md: md driver 0.90.2 MAX_MD_DEVS=256, MD_SB_DISKS=27

md: bitmap version 3.39

NET: Registered protocol family 2

IP route cache hash table entries: 65536 (order: 6, 262144 bytes)

TCP established hash table entries: 262144 (order: 10, 4194304 bytes)

TCP bind hash table entries: 65536 (order: 8, 1310720 bytes)

TCP: Hash tables configured (established 262144 bind 65536)

TCP reno registered

TCP bic registered

Initializing IPsec netlink socket

NET: Registered protocol family 1

NET: Registered protocol family 17

Using IPI Shortcut mode

ACPI wakeup devices:

PCI0 USB0 USB1 USB2 USB6 USB7 USB8 USB9 LAN0 UAR1 LPT1

ACPI: (supports S0 S1 S4 S5)

Freeing unused kernel memory: 172k freed

Write protecting the kernel read-only data: 323k

input: AT Translated Set 2 keyboard on isa0060/serio0

kjournald starting. Commit interval 5 seconds

EXT3-fs: mounted filesystem with ordered data mode.

security: 3 users, 6 roles, 888 types, 109 bools

security: 55 classes, 244070 rules

SELinux: Completing initialization.

SELinux: Setting up existing superblocks.

SELinux: initialized (dev hda5, type ext3), uses xattr

SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts

SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts

SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs

SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses genfs_contexts

SELinux: initialized (dev devpts, type devpts), uses transition SIDs

SELinux: initialized (dev eventpollfs, type eventpollfs), uses genfs_contexts

SELinux: initialized (dev inotifyfs, type inotifyfs), uses genfs_contexts

SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

SELinux: initialized (dev futexfs, type futexfs), uses genfs_contexts

SELinux: initialized (dev pipefs, type pipefs), uses task SIDs

SELinux: initialized (dev sockfs, type sockfs), uses task SIDs

SELinux: initialized (dev proc, type proc), uses genfs_contexts

SELinux: initialized (dev bdev, type bdev), uses genfs_contexts

SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts

SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts

SELinux: initialized (dev usbfs, type usbfs), uses genfs_contexts

Floppy drive(s): fd0 is 1.44M

FDC 0 is a post-1991 82077

8139too Fast Ethernet driver 0.9.27

ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11

ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11

eth0: RealTek RTL8139 at 0xf883e000, 00:0d:61:b3:da:02, IRQ 11

eth0: Identified 8139 chip type 'RTL-8101'

ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11

shpchp: shpc_init : shpc_cap_offset == 0

shpchp: Standard Hot Plug PCI Controller Driver version: 0.4

ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11

ehci_hcd 0000:00:10.4: EHCI Host Controller

ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1

ehci_hcd 0000:00:10.4: irq 11, io mem 0xea000000

ehci_hcd 0000:00:10.4: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 6 ports detected

USB Universal Host Controller Interface driver v2.3

ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11

ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

uhci_hcd 0000:00:10.0: UHCI Host Controller

uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2

uhci_hcd 0000:00:10.0: irq 11, io base 0x0000d800

hub 2-0:1.0: USB hub found

hub 2-0:1.0: 2 ports detected

ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

uhci_hcd 0000:00:10.1: UHCI Host Controller

uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3

uhci_hcd 0000:00:10.1: irq 11, io base 0x0000dc00

hub 3-0:1.0: USB hub found

hub 3-0:1.0: 2 ports detected

ACPI: PCI Interrupt 0000:00:10.2 -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11

uhci_hcd 0000:00:10.2: UHCI Host Controller

uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4

uhci_hcd 0000:00:10.2: irq 11, io base 0x0000e000

hub 4-0:1.0: USB hub found

hub 4-0:1.0: 2 ports detected

usb 2-2: new low speed USB device using uhci_hcd and address 2

input: USB HID v1.10 Mouse [062a:0001] on usb-0000:00:10.0-2

SELinux: initialized (dev ramfs, type ramfs), uses genfs_contexts

NET: Registered protocol family 10

Disabled Privacy Extensions on device c0380420(lo)

IPv6 over IPv4 tunneling driver

fglrx: module license 'Proprietary. © 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.

[fglrx] Maximum main memory to use for locked dma buffers: 1172 MBytes.

ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11

[fglrx] module loaded - fglrx 8.20.8 [Dec 6 2005] on minor 0

[fglrx] ACPI power management is initialized.

ACPI: Power Button (FF) [PWRF]

ACPI: Power Button (CM) [PWRB]

ibm_acpi: ec object not found

md: Autodetecting RAID arrays.

md: autorun ...

md: ... autorun DONE.

device-mapper: 4.4.0-ioctl (2005-01-12) initialised: [email protected]

cdrom: open failed.

cdrom: open failed.

EXT3 FS on hda5, internal journal

SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs

SELinux: initialized (dev hda2, type vfat), uses genfs_contexts

SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts

ip_tables: © 2000-2002 Netfilter core team

Netfilter messages via NETLINK v0.30.

ip_conntrack version 2.3 (8192 buckets, 65536 max) - 236 bytes per conntrack

eth0: link up, 10Mbps, half-duplex, lpa 0x0000

SELinux: initialized (dev rpc_pipefs, type rpc_pipefs), uses genfs_contexts

SELinux: initialized (dev autofs, type autofs), uses genfs_contexts

SELinux: initialized (dev autofs, type autofs), uses genfs_contexts

parport: PnPBIOS parport detected.

parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]

lp0: using parport0 (interrupt-driven).

lp0: console ready

eth0: no IPv6 routers present

[fglrx] Kernel AGP support doesn't provide agplock functionality.

[fglrx] AGP detected, AgpState = 0x1f000a1b (hardware caps of chipset)

agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.

agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode

agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode

[fglrx] AGP enabled, AgpCommand = 0x1f000312 (selected caps)

[fglrx] free AGP = 121909248

[fglrx] max AGP = 121909248

[fglrx] free LFB = 116387840

[fglrx] max LFB = 116387840

[fglrx] free Inv = 0

[fglrx] max Inv = 0

[fglrx] total Inv = 0

[fglrx] total TIM = 0

[fglrx] total FB = 0

[fglrx] total AGP = 32768

application mixer_applet2 uses obsolete OSS audio interface

application firefox-bin uses obsolete OSS audio interface

[mimichaa@localhost ~]$

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

[fglrx] Kernel AGP support doesn't provide agplock functionality.

Tym chyba się nie musisz przejmować, też mam coś takiego:)

gryhild@localhost ~ $ glxgears 
7382 frames in 5.0 seconds = 1476.400 FPS
8597 frames in 5.0 seconds = 1719.400 FPS
9187 frames in 5.0 seconds = 1837.400 FPS
9159 frames in 5.0 seconds = 1831.800 FPS
9081 frames in 5.0 seconds = 1816.200 FPS
9143 frames in 5.0 seconds = 1828.600 FPS
Przerwany potok

A działa smile.gif

Pokaż co Ci jeszcze zwraca

fglrxinfo

glxinfo

Odnośnik do komentarza
Udostępnij na innych stronach

[mimichaa@localhost ~]$ fglrxinfo

display: :0.0 screen: 0

OpenGL vendor string: ATI Technologies Inc.

OpenGL renderer string: RADEON 9200 Series DDR Generic

OpenGL version string: 1.3.1030 (X4.3.0-8.20.8)

 

 

 

 

[mimichaa@localhost ~]$ glxinfo

name of display: :0.0

display: :0 screen: 0

direct rendering: Yes

server glx vendor string: SGI

server glx version string: 1.2

server glx extensions:

GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,

GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read,

GLX_SGIS_multisample, GLX_SGIX_fbconfig

client glx vendor string: ATI

client glx version string: 1.3

client glx extensions:

GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,

GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_ATI_pixel_format_float,

GLX_ATI_render_texture

GLX extensions:

GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context,

GLX_ARB_multisample

OpenGL vendor string: ATI Technologies Inc.

OpenGL renderer string: RADEON 9200 Series DDR Generic

OpenGL version string: 1.3.1030 (X4.3.0-8.20.8)

OpenGL extensions:

GL_ARB_multitexture, GL_EXT_texture_env_add, GL_EXT_compiled_vertex_array,

GL_S3_s3tc, GL_ARB_occlusion_query, GL_ARB_point_parameters,

GL_ARB_texture_border_clamp, GL_ARB_texture_compression,

GL_ARB_texture_cube_map, GL_ARB_texture_env_add,

GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,

GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,

GL_ARB_transpose_matrix, GL_ARB_vertex_blend, GL_ARB_vertex_buffer_object,

GL_ARB_vertex_program, GL_ARB_window_pos, GL_ATI_element_array,

GL_ATI_envmap_bumpmap, GL_ATI_fragment_shader, GL_ATI_map_object_buffer,

GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,

GL_ATI_vertex_array_object, GL_ATI_vertex_attrib_array_object,

GL_ATI_vertex_streams, GL_ATIX_texture_env_combine3,

GL_ATIX_texture_env_route, GL_ATIX_vertex_shader_output_point_size,

GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_func_separate,

GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,

GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_multi_draw_arrays,

GL_EXT_packed_pixels, GL_EXT_point_parameters, GL_EXT_rescale_normal,

GL_EXT_secondary_color, GL_EXT_separate_specular_color,

GL_EXT_stencil_wrap, GL_EXT_texgen_reflection, GL_EXT_texture3D,

GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map,

GL_EXT_texture_edge_clamp, GL_EXT_texture_env_combine,

GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic,

GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp,

GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_vertex_array,

GL_EXT_vertex_shader, GL_HP_occlusion_test, GL_NV_blend_square,

GL_NV_occlusion_query, GL_NV_texgen_reflection, GL_SGI_color_matrix,

GL_SGIS_generate_mipmap, GL_SGIS_texture_border_clamp,

GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

glu version: 1.3

glu extensions:

GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

 

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav

id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat

----------------------------------------------------------------------

0x23 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow

0x24 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow

0x25 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow

0x26 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow

0x27 24 tc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 1 0 None

0x28 24 tc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 1 0 None

0x29 24 tc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 1 0 None

0x2a 24 tc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 1 0 None

0x2b 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow

0x2c 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 16 16 16 16 1 0 Slow

0x2d 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow

0x2e 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 16 16 16 16 1 0 Slow

0x2f 24 dc 0 32 0 r y . 8 8 8 8 0 24 8 0 0 0 0 1 0 None

0x30 24 dc 0 32 0 r . . 8 8 8 8 0 24 8 0 0 0 0 1 0 None

0x31 24 dc 0 32 0 r y . 8 8 8 8 0 24 0 0 0 0 0 1 0 None

0x32 24 dc 0 32 0 r . . 8 8 8 8 0 24 0 0 0 0 0 1 0 None

[mimichaa@localhost ~]$

 

 

Odnośnik do komentarza
Udostępnij na innych stronach

To ja już nie wiem w czym masz problem. Wynika z tego, że fglrx działa i direc rendering też więc powinno być oko.

Jako tes zapuść sobie :

glxgears

Powinno być ponad 1000 i jak będzie to znaczy że śmiga a jak nie to będziem dalej kobinować, choć było by to dziwne smile.gif

Pozdrawiam

Odnośnik do komentarza
Udostępnij na innych stronach

No właśnie tu jest problem. Niby wszystko jest ok, w glgears mam ponad 1500fps, ale zadna gra nie chce sie uruchomic: quake3, et, doom3. Naprawde nie mam pojecia co jeszcze mozna by wykombinowac... A czy normalne jest, że w zakładce display mam monitor:unknown i unknown video card? Tylko w zakladkach ati jest normalnie i czemu tych zakładek jest 3(takie same w różnych miejscach)+1 dla fglrx??? Jak dla mnie to dziwna sprawa. Sorki, że tak męczę, pewnie macie już dosyć, ale naprawdę potrzebuje pomocy.Pozdrawiam

Odnośnik do komentarza
Udostępnij na innych stronach

Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto

Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.

Zarejestruj nowe konto

Załóż nowe konto. To bardzo proste!

Zarejestruj się

Zaloguj się

Posiadasz już konto? Zaloguj się poniżej.

Zaloguj się
×
×
  • Dodaj nową pozycję...