ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Slava Dubrovskiy <slava@elan.com.ua>
To: Sisyphus@altlinux.ru
Subject: [sisyphus] Re: [Comm] Конфиг xorg.conf для RADEON 9600
Date: Tue, 21 Jun 2005 13:01:45 +0300
Message-ID: <42B7E589.8080506@elan.com.ua> (raw)
In-Reply-To: <20050617162344.GA8209@yust.work>

[-- Attachment #1: Type: text/plain, Size: 2261 bytes --]

Alex Yustasov пишет:

>>Вот поменял видеокарту с nvidia 440 на RADEON 9600.
>>
>>В xorg.conf поменял драйвер на fglrx. Но 3D не работает. Тут вроде
>>недавно обсуждали эту проблему, но я что-то не могу найти все в сумме.
>>Вроде и setgl делал и ничего не помогает. Подскажите, что еще необходимо
>>сделать, чтобы карточка заработала на 100%?
>>    
>>
>
>setgl показывает свои действия. Посмотрите, все ли есть, что он написал.
>Мне вчера пришлось руками делать ссылку libGL.so.1, хотя setgl сказал, что 
>все сделал.
>И это лучше в сизиф.
>  
>
Что-то setgl вообще ничего не показывает. Совершенно молчит.
Ссылка /usr/X11R6/lib/modules/extensions/libglx.so указывает на nvidia.
Исправил руками: libglx.so -> /usr/X11R6/lib/fglrx/libGL.so.1 Правильно?
И в xorg.conf убрал полный путь к Load        "glx" (см. приложенный конфиг)


При этом в логе видно:
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(EE) LoadModule: Module glx does not have a glxModuleData data object.
(II) UnloadModule: "glx"
(II) Unloading /usr/X11R6/lib/modules/extensions/libglx.so
(EE) Failed to load module "glx" (invalid module, 0)


# grep WW Xorg.0.log
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(WW) (2048x1536,Samsung SyncMaster 757NF) mode clock 266.95MHz exceeds
DDC maximum 250MHz
(WW) fglrx(0): Cannot read colourmap from VGA.  Will restore with default
(WW) fglrx(0): ***********************************************
(WW) fglrx(0): * DRI initialization failed!                  *
(WW) fglrx(0): * (maybe driver kernel module missing or bad) *
(WW) fglrx(0): * 2D acceleraton available (MMIO)             *
(WW) fglrx(0): * no 3D acceleration available                *
(WW) fglrx(0): ********************************************* *
(WW) fglrx(0): Failed to set up write-combining range (0xe8000000,0x8000000)
(WW) fglrx(0): Option "AGPMode" is not used

В modules.conf прописал (согласно фак)
alias char-major-10-134 fglrx
Но при просмотре загруженных модулей, fglrx не загружен.

Вопрос: Что не правильно и как получить 3D?

-- 
С уважением,
Дубровский Вячеслав.


[-- Attachment #2: xorg.conf --]
[-- Type: text/plain, Size: 3270 bytes --]

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:-1"
EndSection
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
    #NoTrapSignals
    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap
    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom
    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail
EndSection
Section "InputDevice"
    Identifier "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat"  "250 30"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us,ru"
    Option "XkbVariant"  ",winkeys"
    Option "XkbOptions"  "grp:ctrl_shift_toggle"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection
Section "Module"
    Load	"dbe"
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a
    SubSection	"extmod"
	#Option	"omit xfree86-dga"
    EndSubSection
    Load	"type1"
    Load	"freetype"
EndSection
Section "DRI"
    Mode	0666
EndSection
Section "Monitor"
    Identifier "Samsung SyncMaster 757NF"
    VendorName "Samsung"
    ModelName  "Unknown"
    HorizSync  30-96
    VertRefresh 50-160
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection
Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection
Section "Device"
    Identifier  "RAREON 9600"
    VendorName  "Unknown"
    BoardName   "MSI"
    Driver      "fglrx"
    # Clock lines
    # Uncomment following option if you see a big white block        
    # instead of the cursor!                                          
    #    Option      "sw_cursor"
    Option      "AGPMode"  "4"
    Option      "DPMS"  "on"
    #Option                              "NoDDC"
EndSection
Section "Screen"
    Identifier "screen1"
    Device      "RAREON 9600"
    Monitor     "Samsung SyncMaster 757NF"
    DefaultColorDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1024x768" "800x600" "640x400"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

       reply	other threads:[~2005-06-21 10:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-21 10:01   ` Slava Dubrovskiy [this message]
2005-06-21 10:13     ` Epiphanov Sergei
2005-06-21 10:19       ` Slava Dubrovskiy
2005-06-21 10:19     ` Sergey V Turchin
2005-06-21 10:26       ` [sisyphus] Re: [Comm] йНМТХЦ xorg.conf ДКЪ " Slava Dubrovskiy
2005-06-21 10:46         ` Epiphanov Sergei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42B7E589.8080506@elan.com.ua \
    --to=slava@elan.com.ua \
    --cc=Sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git