Poslao: 27 Jun 2006 21:00
|
offline
- uzicanin
- Zaslužni građanin
- Pridružio: 29 Jan 2005
- Poruke: 684
- Gde živiš: Uzice
|
Skinuo sam drajvere , tj. fajl fglrx_6_8_0-8.25.18-1.i386.rpm i konvertovao sam ga u .tgz
Instalirao sam, ali ponovo nije aktivirana 3D akceleracija.
Moze pomoc
|
|
|
Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
|
|
Poslao: 27 Jun 2006 21:14
|
offline
- bobby
![Male](https://www.mycity.rs/templates/simplified/images2/user-sex.gif)
- Administrator
- Pridružio: 04 Sep 2003
- Poruke: 24135
- Gde živiš: Wien
|
Jesi li editovao xorg.conf?
Ovako je izgledalo kod mene dok sam imao Atija:
# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "en_US"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName " 190M"
HorizSync 30-80
VertRefresh 56-75
# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc."
BoardName "ATI Radeon (fglrx)"
Driver "ati"
Option "DPMS" "false"
EndSection
Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 8
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 15
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 16
Virtual 1280 1024
EndSubsection
Subsection "Display"
Depth 24
Virtual 1280 1024
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Bitne stavke su ti zadnja dva reda u Module sekciji, i ime drajvera u Device sekciji.
Dopuna: 27 Jun 2006 22:14
xorg.conf se nalazi u /etc/X11/
|
|
|
|
Poslao: 28 Jun 2006 06:59
|
offline
- uzicanin
- Zaslužni građanin
- Pridružio: 29 Jan 2005
- Poruke: 684
- Gde živiš: Uzice
|
Ja se izvinjavam, posto sam u brzini kucao, postavio sam temu u pogresnom podforumu.
Molim moderatore, ako mogu da je premeste.
@bobby
Probao sam ovo gore, ali ponovo nista.
Inace koristim Slackware 10.1
|
|
|
|
Poslao: 28 Jun 2006 14:38
|
offline
- bocke
![Male](https://www.mycity.rs/templates/simplified/images2/user-sex.gif)
- Moderator foruma
- Glavni moderator Linux foruma
- Pridružio: 16 Dec 2005
- Poruke: 12534
- Gde živiš: Južni pol
|
Bobby ::Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc."
BoardName "ATI Radeon (fglrx)"
Driver "ati"
Option "DPMS" "false"
EndSection
Zar to ne bi trebalo da bude:
Citat:Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc."
BoardName "ATI Radeon (fglrx)"
Driver "fglrx"
Option "DPMS" "false"
EndSection
|
|
|
|
|
Poslao: 28 Jun 2006 23:53
|
offline
- uzicanin
- Zaslužni građanin
- Pridružio: 29 Jan 2005
- Poruke: 684
- Gde živiš: Uzice
|
Probao sam i sa ati-driver-installer-8.23.7-i386.runfajlom , ali on uopste nece da se instalira, vec prijavljuje gresku:
root@darkstar:/programi# ./ati-driver-installer-8.23.7-i386.run
Creating directory fglrx-install
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.23.7gzip: stdin has flags 0x80 -- not supported
./ati-driver-installer-8.23.7-i386.run: line 273: ./ati-installer.sh: No such file or directory
Removing temporary directory: fglrx-install
|
|
|
|