Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Grafická karta ATI X1300  (Přečteno 1503 krát)

m100

  • Návštěvník
  • Příspěvků: 16
Grafická karta ATI X1300
« kdy: 30 Října 2007, 11:45:49 »
dobrý den,
Potřebuju poradit s nastavením graf. karty ATI X1300, ňák se v tom pořád motám, tak sem dám výpis xorg.conf, tak se prosím na to podívejte, budu moc rád. díky moc

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
EndSection

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

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

Section "Device"
   Identifier   "Failsafe Device"
   Boardname   "vesa"
   Busid      "PCI:2:0:1"
   Driver      "fglrx"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "Failsafe Monitor"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Failsafe Device"
   Monitor      "Failsafe Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   640   480
      Modes      "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Generic Keyboard"
   Inputdevice   "Configured Mouse"
EndSection
Section "device" # 
   Identifier   "device1"
   Boardname   "ATI Radeon (fglrx)"
   Busid      "PCI:2:0:0"
   Driver      "ati"
   Screen   0
   Vendorname   "ATI"
   Option      "MergedFB"   "on"
EndSection
Section "screen" # 
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
   SubSection "Display"
      Depth   24
      Modes      "640x480@60"
   EndSubSection
EndSection
Section "monitor" # 
   Identifier   "monitor1"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection
Section "Extensions"
   Option      "Composite"   "0"
EndSection
Section "Extensions"
        Option  "Composite" "Disable"
EndSection
« Poslední změna: 14 Ledna 2008, 19:43:06 od Anna Taliánová »

luisah

  • Závislák
  • ***
  • Příspěvků: 3704
Re: Grafická karta X1300
« Odpověď #1 kdy: 30 Října 2007, 12:29:56 »
Máš v tom docela bordel.  :)
Máš nastavenou anglickou klávesnici
Ovladač máš vesa, defaultní = nemáš naistalované ovladače fglrx.
A ještě nechápu, to že tam to máš nějaké zdvojené.

Mám taky ATI X1300 = takto nějak by měl vypadat tvůj xorg.conf (ale mám naistalované nejnovější ovladače fglrx 8.42.3, takže to co máš na konci xorg.conf composite = 0, je v podstatě správně, u mě to je již povolené, kvůli novým ovladačům)
Kód: [Vybrat]
Section "Files"
EndSection

Section "Module"
Load  "glx"
EndSection

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

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

Section "InputDevice"
Identifier  "stylus"
Driver      "wacom"
Option     "Device" "/dev/input/wacom"
Option     "Type" "stylus"
Option     "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier  "eraser"
Driver      "wacom"
Option     "Device" "/dev/input/wacom"
Option     "Type" "eraser"
Option     "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier  "cursor"
Driver      "wacom"
Option     "Device" "/dev/input/wacom"
Option     "Type" "cursor"
Option     "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Monitor"
Identifier   "L1919S"
HorizSync    30.0 - 83.0
VertRefresh  56.0 - 75.0
Option     "DPMS"
EndSection

Section "Device"
Identifier  "Generic Video Card"
Driver      "fglrx"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
BusID       "PCI:3:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "Generic Video Card"
Monitor    "L1919S"
DefaultDepth     24
SubSection "Display"
Modes    "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

#Section "Extensions"
# Option     "Composite" "0"
#EndSection

Nejdřívě bych zkusil
Systém - Správa - Správce nesvobodných ovladačů - zaškrtnou a tím povolit ATI , restartovat

Zdali- správně funguje ATI zjistíš tak, když spustíš terminál a zadáš: fglrxinfo
Mělo by se ti zobrazit něco takového:
Kód: [Vybrat]
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1300 / X1550 Series
OpenGL version string: 2.0.6958 Release
viz. zkouška správnosti:
http://wiki.ubuntu.cz/Grafick%C3%A9_karty_ATI?highlight=%28ati%29%7C%289600%29%7C%28radeon%29

Jinak bych doporučil, aby jsi zkusit envy, je to program pro naistalování grafických karet.
http://www.albertomilone.com/nvidia_scripts1.html

Popřípadě můžeš vyzkoušet ručně nastavit podle návodu na wiki (je to pro 6.10, ale bude fungovat i v novějších verzích ubuntu)
http://wiki.ubuntu.cz/Grafick%C3%A9_karty_ATI?highlight=%28ati%29%7C%289600%29%7C%28radeon%29

Nebo vyzkoušet nejnověší ovladače, ale ještě nejsou stabilní, ale když nic už nepůjde můžeš vyzkoušet.
http://forum.ubuntu.cz/index.php?topic=15594.0
« Poslední změna: 30 Října 2007, 12:50:09 od luisah »

 

Provoz zaštiťuje spolek OpenAlt.