ďťż
 
 
   Brak X'ow po wybraniu sterownika fglrx.
 
 

Tematy

 
    
 

 

 

 

Brak X'ow po wybraniu sterownika fglrx.





NightFalcon - 26-02-2007 19:43
Zainstalowałem sobie dzisiaj sterowniki od Ati. Dokładnie tak jak to jest tu opisane http://debian.linux.pl/viewtopic.php?t=32 . I prawie wszystko poszło ładnie oprócz tego debian:~# aticonfig --initial
Uninitialised file found, configuring.
Using /etc/X11/xorg.conf
Saved back-up to /etc/X11/xorg.conf.original-3 I teraz przy starcie systemu nie wstaja X'y, ale nie wywala zadnego bledu. No to wpadłem ma pomysł ze wpisze dpkg-reconfigure xserver-xorg, i tam sobie wybiorę,ale kiszka i to samo no to pozmieniałem wpisy ręcznie w xorg. Ale dalej działa mi tylko sterownik Ati.

PS. Jeszcze cos spierniczyłem i nie moge urzywac polskich znaków, dobrze ze iceweasel ma sprawdzanie pisowni :-D



Kaka' - 26-02-2007 19:47

Ale dalej działa mi tylko sterownik Ati. A są one złe, że chcesz używać fglrx? Jaka jest Twoja karta?


I prawie wszystko poszło ładnie oprócz tego Nie polecam tak zmieniać sterownika. Po prostu, w xorg.conf znajdź linię Driver "ati" i zmień to na "Driver "fglrx" i po sprawie ;)



NightFalcon - 26-02-2007 19:56
Zle nie sa bo mam odswiezanie ekranu normalne a nie tak jak na vesa 60Hz.
Karte mam 9550 z wgranym biosem od 9600 ( Mandriva mi ja wykrywala jako 9600XT )
w xorg.conf znajdź linię Driver "ati" i zmień to na "Driver "fglrx" To mi niestety nie pomogło.



Kaka' - 26-02-2007 19:59

Karte mam 9550 z wgranym biosem od 9600 ( Mandriva mi ja wykrywala jako 9600XT ) Taka sama karta jak moja i polecam pozostać przy sterownikach otwartych (ati).

To nie błąd sterownika, lecz samej konfiguracji xservera. Pokaż Twój /etc/X11/xorg.conf



NightFalcon - 26-02-2007 20:12
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#  sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/X11R6/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load        "bitmap"
        Load        "ddc"
        Load        "dri"
        Load        "extmod"
        Load        "freetype"
        Load        "glx"
        Load        "int10"
        Load        "vbe"
EndSection

Section "InputDevice"
        Identifier        "Generic Keyboard"
        Driver                "kbd"
        Option                "CoreKeyboard"
        Option                "XkbRules"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "pl"
        Option                "XkbVariant"        "pl"
        Option                "XkbOptions"        "pl"
EndSection

Section "InputDevice"
        Identifier        "Configured Mouse"
        Driver                "mouse"
        Option                "CorePointer"
        Option                "Device"                "/dev/input/mice"
        Option                "Protocol"                "ImPS/2"
EndSection

Section "Device"
        Identifier        "ATI RADEON 9550"
        Driver                "ati"
        BusID                "PCI:1:0:0"
        VideoRam        262144
        Option                "UseFBDev"                "true"
EndSection

Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "ATI RADEON 9550"
        Monitor                "Generic Monitor"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection



Kaka' - 26-02-2007 20:19

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Porównaj z moją linijką:




NightFalcon - 26-02-2007 20:54
Section "Monitor"
        Identifier        "Generic Monitor"
        Option                "DPMS"
        HorizSync        30-70
        VertRefresh        50-160 Tak bedzie lepiej?
Zresztą pokombinuje jeszcze z tym. :mrgreen:



velmafia - 26-02-2007 21:00
super_tux, zakresy odświeżania sprawdź w instrukcji/str. producenta



NightFalcon - 26-02-2007 21:19
Te sa takie jak maja byc. Powywalam te wszystkie paczki z fglrx i spróbuje na nowo. Mysle ze sie nic nie rozsypie.

[ Dodano: 2007-02-28, 01:48 ]
No to już po problemie brakowało mi libstdc++5. No ale w tym poście http://debian.linux.pl/viewtopic.php?t=32 nie było o tym mowy.
Teraz mam tak marcin@debian:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9600 XT
OpenGL version string: 2.0.6334 (8.34.8)

marcin@debian:~$ glxinfo | grep direct
direct rendering: Yes
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • minister.pev.pl

  •  

     


     

     
    Copyright 2003. MĂłj serwis