Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/mati/domains/forum.programosy.pl/public_html/includes/bbcode.php on line 112

Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in /home/mati/domains/forum.programosy.pl/public_html/includes/bbcode.php on line 112
grafika, sterowniki - opensuse • programosy.pl

  • Ogłoszenie:

grafika, sterowniki - opensuse

Dyskusje i problemy z Unix'ami

Grafika, sterowniki - openSUSE

Postprzez prog 09 Mar 2007, 20:46

reklama
Witam! Otóż, mam taki promblem, że jak wejde w mój komputer to mam tkaie cuś

Karta graficzna
Dostawca: ATI Technologies Inc
Model:
Sterownik: nieznany

W dodatku strasznie wszystko jest jakby rozmazane na niektórych stronach, np. programosy....w dodatku strasznie mnie oczy tu bolą - mam monitor LCD 75Hz, ale tutaj to jakby nie był LCD

instalowałem sterowniki z ati.amd.com, w terminalu pobawiłem się poleceniem aticonfig - udao mi się nawet zmienić rozdzielczość, ale karty jak nie widział tak nie widzi.

Co jeszcze można zrobić?

[ Dodano: Dzisiaj o 20:24 ]
i jeszcze mam taki ptomblerm ze jak dodam mp3 do xmms, to po kliknieciu play przellatuje przez wszystkei piosenki i nic, tak jak w winampei macie playliste, a pliki ktore sa w niej zapisane juz nieee istnieja
C2D E8400 3GHZ + Pentagram Freezone HP-120 ALCu, Asus P5Q SE /intel P45/, A-Data 2x2GB CL4 Extreme Edition, Sapphire Radeon HD4870 512mb/256bit DDR5, WD 640GB SATA, Lite-ON Super AllWrite DVD SATA, Chieftec 500W, Samsung 2032BW Black 20', Vista Ultimate x64
Exoriare aliquis nostris ex ossibus ultor...
Awatar użytkownika
prog
~user
 
Posty: 4043
Dołączenie: 23 Mar 2005, 22:02
Miejscowość: /home/prog/
Pochwały: 232



Postprzez Quirel 10 Mar 2007, 01:40

zaloguj się jako root, uruchom gedit lub inny edytor tekstowy i pobaw się plikiem xorg.conf w katalogu /etc/X11/xorg.conf
To jest przykładowy plik xorg.conf dla karty grafiki ATI.
Dobrze by było jakbyś napisał jaką masz dystrybucję (ja nan ubuntu 6.12 i bardzo sobie chwalę,prawie całkowicie skonfigurowany na strat)
poczytaj

I poszukaj info na jakimś forum dla konkretnej dystrybucji
# /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 "Device"
# Identifier "Generic Video Card"
# Driver "vesa"
# BusID "PCI:6:0:0"
#EndSection
#Section "Screen"
# Identifier "aticonfig-Screen[0]"
# Device "aticonfig-Device[0]"
# Monitor "aticonfig-Monitor[0]"
# DefaultDepth 24
# SubSection "Display"
# Viewport 0 0
# Depth 24
# EndSubSection
#EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "Files"

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

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

Section "ServerFlags"
Option "AIGLX" "off"
EndSection

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

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"

# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]r"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "TexturedVideo" "on"
Option "FSAAEnable" "on"
Option "FSAAScale" "4"
Option "FSAADisableGamma" "off"
#Option "TexturedVideoOption" "TexturedVideo"
Option "TexturedVideo" "on"
Option "PseudoColorVisuals" "off"
BusID "PCI:6:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
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 "DRI"
Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Disable"
EndSection
Ostatnio edytowany przez Quirel, 10 Mar 2007, 11:56, edytowano w sumie 1 raz
Awatar użytkownika
Quirel
~user
 
Posty: 394
Dołączenie: 17 Maj 2006, 19:22
Pochwały: 20



Postprzez prog 10 Mar 2007, 08:37

Nie mam ubuntu, więc po co mi dajesz odnośniki do forum.ubuntu.pl :o

konkretniej to openSUSE 10.2 :)

[ Dodano: Dzisiaj o 8:03 ]
Ma ktoś może fonty od M$ na linuxa?

[ Dodano: Dzisiaj o 9:13 ]
Mam już dosyć - wina sterów, nie potrafie ich zainstalować. Po wygenerowaniu pakietu i próbie zainstalowania go wywala mi jakieś błędy - próbuje znów, wrzeszczy że pakiet siedzi :roll:

Po wywałowaniu komendy fglrxinfo - niestety nadal nie mam sterowników
C2D E8400 3GHZ + Pentagram Freezone HP-120 ALCu, Asus P5Q SE /intel P45/, A-Data 2x2GB CL4 Extreme Edition, Sapphire Radeon HD4870 512mb/256bit DDR5, WD 640GB SATA, Lite-ON Super AllWrite DVD SATA, Chieftec 500W, Samsung 2032BW Black 20', Vista Ultimate x64
Exoriare aliquis nostris ex ossibus ultor...
Awatar użytkownika
prog
~user
 
Posty: 4043
Dołączenie: 23 Mar 2005, 22:02
Miejscowość: /home/prog/
Pochwały: 232



Postprzez spajdi63 10 Mar 2007, 10:42

A google?

Karta:
http://www.susek.info/suse.php/content/view/764/50/

A fonty zapodam Ci za 2-3 godziny jak wróce.
Microsoft gives you Windows.
GNU/Linux gives you the whole house.
Awatar użytkownika
spajdi63
~user
 
Posty: 143
Dołączenie: 28 Gru 2004, 14:55
Miejscowość: /home/Polkowice
Pochwały: 5



Postprzez prog 10 Mar 2007, 12:10

Hmm...widocznie coś skopałem bo nie uruchamia się tryb graficzny i zostaję na 3lvlu :?

Dzisiaj zrobie reinstallke ;)

BTW. znalazłem poradnik jak tam ze sterami zrobić

A fonty daj - bo beznadziejnie wyglądają te strony bez Ariala/Tahoma itp.

[ Dodano: Dzisiaj o 17:47 ]
Po reinstalce dziwnym trafem było ok, fonty też już mam.

[ Dodano: Dzisiaj o 17:52 ]
Fonty mam ale nie robią...ty jakie masz?
C2D E8400 3GHZ + Pentagram Freezone HP-120 ALCu, Asus P5Q SE /intel P45/, A-Data 2x2GB CL4 Extreme Edition, Sapphire Radeon HD4870 512mb/256bit DDR5, WD 640GB SATA, Lite-ON Super AllWrite DVD SATA, Chieftec 500W, Samsung 2032BW Black 20', Vista Ultimate x64
Exoriare aliquis nostris ex ossibus ultor...
Awatar użytkownika
prog
~user
 
Posty: 4043
Dołączenie: 23 Mar 2005, 22:02
Miejscowość: /home/prog/
Pochwały: 232




Powróć do System Linux / Unix

Kto jest na forum

Użytkownicy przeglądający to forum: Brak zarejestrowanych użytkowników oraz 11 gości