PDA

View Full Version : Scheda video ati 9600


PANDA10
25-11-2005, 11:07
Ho installato l'aggiornamento della distro qilinux update e la procedura ha installato automaticamente i driver ati .
Il problema pero' e' che per avere l'accelerazione 3d (per esempio giocando con tux racer), devo impostare per prima cosa la risoluzione dello schermo a 640*480 (il mio monitor e' un lcd keymat con risoluzione 1024*768) e se non imposto tale risoluzione prima di avviare il gioco, mi viene schermo nero.

Qualche aiuto in merito?

ringrazio anticipatamente

idt_winchip
25-11-2005, 11:24
strana sta cosa... :mbe:
che versione dei drivers hai?
posta il tuo xorg.conf...magari puņ essere di aiuto

PANDA10
25-11-2005, 11:27
Non ho il pc sotto mano.

appeno posso posto qui il file.

PANDA10
25-11-2005, 14:20
Ecco il file:


Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Option "AllowMouseOpenFail"
InputDevice "PS2Mouse" "CorePointer"
InputDevice "IMPS2Mouse" "SendCoreEvents"
# InputDevice "USBMouse" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/TTF:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
EndSection

Section "Module"
Load "record"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "dbe"
Load "dri"
Load "glx"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Option "XkbModel" "pc105"
Option "XkbLayout" "it"
Option "XKbOptions" ""
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "PS2Mouse"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Driver "mouse"
Option "Protocol" "auto"
EndSection

Section "InputDevice"
Identifier "IMPS2Mouse"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
EndSection

Section "InputDevice"
Identifier "USBMouse"
Driver "mouse"
Option "ZAxisMapping" "4 5"
Option "Protocol" "auto"
Option "Device" ""
EndSection

Section "Monitor"
DisplaySize 320 240
HorizSync 30-52
DisplaySize 310 230 # mm
Identifier "Monitor0"
VendorName "SOT"
ModelName "2c6"
Option "DPMS"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "Dac6Bit" # [<bool>]
#Option "Dac8Bit" # [<bool>]
#Option "BusType" # [<str>]
#Option "CPPIOMode" # [<bool>]
#Option "CPusecTimeout" # <i>
#Option "AGPMode" # <i>
#Option "AGPFastWrite" # [<bool>]
#Option "AGPSize" # <i>
#Option "GARTSize" # <i>
#Option "RingSize" # <i>
#Option "BufferSize" # <i>
#Option "EnableDepthMoves" # [<bool>]
#Option "EnablePageFlip" # [<bool>]
#Option "NoBackBuffer" # [<bool>]
#Option "PanelOff" # [<bool>]
#Option "DDCMode" # [<bool>]
#Option "MonitorLayout" # [<str>]
#Option "IgnoreEDID" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "VideoKey" # <i>
#Option "MergedFB" # [<bool>]
#Option "CRT2HSync" # [<str>]
#Option "CRT2VRefresh" # [<str>]
#Option "CRT2Position" # [<str>]
#Option "MetaModes" # [<str>]
#Option "MergedDPI" # [<str>]
#Option "NoMergedXinerama" # [<bool>]
#Option "MergedXineramaCRT2IsScreen0" # [<bool>]
#Option "DisplayPriority" # [<str>]
#Option "PanelSize" # [<str>]
#Option "ForceMinDotClock" # <freq>
#Option "RenderAccel" # [<bool>]
#Option "SubPixelOrder" # [<str>]
#Option "ShowCache" # [<bool>]
#Option "DynamicClocks" # [<bool>]
Identifier "Card0"
Driver "fglrx"
VendorName "ATI Technologies Inc"
BoardName "RV350 AP [Radeon 9600]"
BusID "PCI:2:0:0"
EndSection

Section "Screen"
DefaultColorDepth 24
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Modes "2048x1536" "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Modes "2048x1536" "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Modes "2048x1536" "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Modes "2048x1536" "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Modes "2048x1536" "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Modes "2048x1536" "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection

qualche consiglio?

PANDA10
25-11-2005, 17:28
CI STO' USCENDO PAZZO.

PER FAVORE AIUTATEMI.

R4iDei
27-11-2005, 19:09
Prova a caricare il module GLcore

PANDA10
28-11-2005, 08:21
Grazie per la risposta ma sono nuovo di linux.

come faccio a caricare sto benedetto modulo?

anthony55789
28-11-2005, 08:35
modprobe glcore
Un consiglio che ti posso dare e che quando qualcuno del forum per far funzionare un componente ti dice di caricare un modulo intende che fai modprobe modulo_da_caricare inteso che il modulo deve essere presente nel kernel o deve essere aggiunto in seguito compilando degli header o i sorgenti del kernel in uso o disponibili come nel caso tuo in pachetti precompilati per il tuo kernel.
Spero di essere stato chiaro. :)

R4iDei
28-11-2005, 18:44
in questo caso non funziona modprobe glcore :D perche penso non sia un modulo del kernel vero e proprio, ma qualcosa di xorg (boh). Quindi si aggiunge Load e poi il nome nel xorg.conf ad esempio Load "GLcore"