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: ati catalyst 1.7 a sirokouhla 22  (Přečteno 5069 krát)

okoun

  • Stálý člen
  • **
  • Příspěvků: 557
  • Debian --> Mandriva --> Ubuntu
    • http://www.okouns.wz.cz
ati catalyst 1.7 a sirokouhla 22
« kdy: 13 Ledna 2008, 11:28:31 »
nejde mi nastavit rozliseni vic jak 1280 x 1024, přitom když se kouknu na informace o monitoru v tom catalystu tak mi to píše přesný typ a maximální rozlišení 1680 x 1050 jinak používám kartu HD 3870.

Můj xorg.conf:

Kód: [Vybrat]

# 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 xorg.conf manual page.
# (Type "man 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 "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
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   "Acer AL2216W"
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  "ATI Technologies Inc ATI Default Card"
Driver      "vesa"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies Inc ATI Default Card"
Monitor    "Acer AL2216W"
DefaultDepth     24
SubSection "Display"
Modes    "1680x1680" "1680x1050" "1440x1440" "1360x850" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
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

Ubuntu-64 bit 8.10 na: P4 DC -64 bit, ati HD 3870 a na: Athlonu 3000+ -64 bit, ati x1800 GTO, Ubuntu-32 bit 9.04 na notebooku MSI

luisah

  • Závislák
  • ***
  • Příspěvků: 3704
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #1 kdy: 13 Ledna 2008, 11:37:54 »
Návod je v bodu 4.
http://forum.ubuntu.cz/index.php?topic=4153.0

Toto se mi moc nelíbí:
Kód: [Vybrat]
Section "Device"
Identifier  "ATI Technologies Inc ATI Default Card"
Driver      "vesa"
BusID       "PCI:1:0:0"
EndSection
Fungují ti ovladače správně?
viz. zkouška správnosti.
http://wiki.ubuntu.cz/Grafick%C3%A9_karty_ATI?highlight=%28ati%29

DevilMuF

  • Aktivní člen
  • *
  • Příspěvků: 265
    • MuFí stránky
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #2 kdy: 13 Ledna 2008, 13:01:37 »
mas tam vsechny sekce 2x (Monitor,Device,Screen)

1 sada je original od ubuntu, s tim nepojede akcelerace a ma to vypsany rozliseni monitoru
Kód: [Vybrat]
Section "Monitor"
Identifier   "Acer AL2216W"
Option     "DPMS"
EndSection

Section "Device"
Identifier  "ATI Technologies Inc ATI Default Card"
Driver      "vesa"
BusID       "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies Inc ATI Default Card"
Monitor    "Acer AL2216W"
DefaultDepth     24
SubSection "Display"
Modes    "1680x1680" "1680x1050" "1440x1440" "1360x850" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
2 sadu ti vytvorila instalace ati ovladacu, tady si vsechno ridej ovladace od ATI
Kód: [Vybrat]
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"
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

jenom nevim co se teda nastavi, jestli to co najde prvni, nebo to posledni  :-\

A rek bych, ze uplne stejnej problem se resi tady http://forum.ubuntu.cz/index.php?topic=18132.msg130332
Ubuntu 16.04 64bit Clevo W230SS

okoun

  • Stálý člen
  • **
  • Příspěvků: 557
  • Debian --> Mandriva --> Ubuntu
    • http://www.okouns.wz.cz
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #3 kdy: 13 Ledna 2008, 13:38:09 »
no  3dčko jede úplně plynule a v pořádku, tady se jedná jen o rozlišení.
Ubuntu-64 bit 8.10 na: P4 DC -64 bit, ati HD 3870 a na: Athlonu 3000+ -64 bit, ati x1800 GTO, Ubuntu-32 bit 9.04 na notebooku MSI

luisah

  • Závislák
  • ***
  • Příspěvků: 3704
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #4 kdy: 13 Ledna 2008, 13:46:52 »
Mrkni na můj odkaz výše. - Návod je v bodu 4

DevilMuF

  • Aktivní člen
  • *
  • Příspěvků: 265
    • MuFí stránky
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #5 kdy: 13 Ledna 2008, 13:57:30 »
no  3dčko jede úplně plynule a v pořádku, tady se jedná jen o rozlišení.
v tom případě to jede podle té druhé sady, o kterou se stará ATi ovladač. Takže buď podle bodu 4 upravit druhou sekci (ta první je tam na nic) a nebo si zkusit pohrát s klikacím nastavením Catalystů.
Ubuntu 16.04 64bit Clevo W230SS

okoun

  • Stálý člen
  • **
  • Příspěvků: 557
  • Debian --> Mandriva --> Ubuntu
    • http://www.okouns.wz.cz
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #6 kdy: 13 Ledna 2008, 16:34:19 »
tak jsem to upravil:

Kód: [Vybrat]

# 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 xorg.conf manual page.
# (Type "man 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 "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
Identifier     "Default Layout"
Screen      0  "aticonfig-Screen[0]" 0 0
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
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   "Acer AL2216W"
Option     "DPMS"
  # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
  Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync

EndSection

Section "Monitor"
Identifier   "aticonfig-Monitor[0]"
Option     "VendorName" "ATI Proprietary Driver"
Option     "ModelName" "Generic Autodetecting Monitor"
Option     "DPMS" "true"
  # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
  Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync


EndSection

Section "Device"
Identifier  "ATI Technologies Inc ATI Default Card"
Driver      "vesa"
BusID       "PCI:1:0:0"
EndSection

Section "Device"
Identifier  "aticonfig-Device[0]"
Driver      "fglrx"
Option     "VideoOverlay" "on"
Option     "OpenGLOverlay" "off"
EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies Inc ATI Default Card"
Monitor    "Acer AL2216W"
DefaultDepth     24
SubSection "Display"
Modes    "1680x1680_60.00" "1680x1050_60.00" "1440x1440_60.00" "1360x850_60.00" "1280x1024_60.00" "1280x960_60.00" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]"
Device     "aticonfig-Device[0]"
Monitor    "aticonfig-Monitor[0]"
DefaultDepth     24
SubSection "Display"
Viewport   0 0
Depth     24
Modes    "1680x1680_60.00" "1680x1050_60.00" "1440x1440_60.00" "1360x850_60.00" "1280x1024_60.00" "1280x960_60.00" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection


a výsledek je čistá "0". prostě si myslím že xorg.conf na to vůbec nemá vliv má na to vliv nějaký ati soubor ale nevím jaký. možná to bude tím že ty ovladače neumí větší rozlišení jelikož v té klikající verzi to nejde také víš dá prostě taková možnost většího rozlišení tam ani není.

« Poslední změna: 13 Ledna 2008, 16:55:10 od okoun »
Ubuntu-64 bit 8.10 na: P4 DC -64 bit, ati HD 3870 a na: Athlonu 3000+ -64 bit, ati x1800 GTO, Ubuntu-32 bit 9.04 na notebooku MSI

DevilMuF

  • Aktivní člen
  • *
  • Příspěvků: 265
    • MuFí stránky
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #7 kdy: 13 Ledna 2008, 17:50:50 »
jediný co mě teď napadá je zkusit z toho vyházet(zakomentovat) vše co tom přidala instalace Catalystů a vecpat mu fglrx ručně. A nastavit tu původní sekci jako výchozí.
Asi nějak takhle:
Kód: [Vybrat]
# 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 xorg.conf manual page.
# (Type "man 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 "ServerLayout"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
Identifier     "Default Layout"
Screen        "Default Screen"
InputDevice    "Generic Keyboard"
InputDevice    "Configured Mouse"
EndSection

Section "Files"
EndSection

Section "Module"
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   "Acer AL2216W"
Option     "DPMS"
  # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
#  Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync

EndSection

#Section "Monitor"
# Identifier   "aticonfig-Monitor[0]"
# Option     "VendorName" "ATI Proprietary Driver"
# Option     "ModelName" "Generic Autodetecting Monitor"
# Option     "DPMS" "true"
  # 1680x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 147.14 MHz
#  Modeline "1680x1050_60.00"  147.14  1680 1784 1968 2256  1050 1051 1054 1087  -HSync +Vsync
#EndSection

Section "Device"
Identifier  "ATI Technologies Inc ATI Default Card"
Driver      "fglrx"
BusID       "PCI:1:0:0"
EndSection

#Section "Device"
# Identifier  "aticonfig-Device[0]"
# Driver      "fglrx"
# Option     "VideoOverlay" "on"
# Option     "OpenGLOverlay" "off"
#EndSection

Section "Screen"
Identifier "Default Screen"
Device     "ATI Technologies Inc ATI Default Card"
Monitor    "Acer AL2216W"
DefaultDepth     24
SubSection "Display"
Modes    "1680x1050" "1360x850" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection

#Section "Screen"
# Identifier "aticonfig-Screen[0]"
# Device     "aticonfig-Device[0]"
# Monitor    "aticonfig-Monitor[0]"
# DefaultDepth     24
# SubSection "Display"
# Viewport   0 0
# Depth     24
# Modes    "1680x1680_60.00" "1680x1050_60.00" "1440x1440_60.00" "1360x850_60.00" "1280x1024_60.00" "1280x960_60.00" "1280x800" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
# EndSubSection
#EndSection
nemám v xorg.conf jedinou zmínku o frekvenci a žádný sekce od catalystů. Jede mi to přes DVI 1680x1050@60

Ještě je možnost, že je to BUG v ovladačích a to pak zbejvá jedině čekat než to opraví :(
Ubuntu 16.04 64bit Clevo W230SS

okoun

  • Stálý člen
  • **
  • Příspěvků: 557
  • Debian --> Mandriva --> Ubuntu
    • http://www.okouns.wz.cz
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #8 kdy: 13 Ledna 2008, 19:20:52 »
no právě chyba v ovládačích
Ubuntu-64 bit 8.10 na: P4 DC -64 bit, ati HD 3870 a na: Athlonu 3000+ -64 bit, ati x1800 GTO, Ubuntu-32 bit 9.04 na notebooku MSI

luisah

  • Závislák
  • ***
  • Příspěvků: 3704
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #9 kdy: 13 Ledna 2008, 22:09:09 »

okoun

  • Stálý člen
  • **
  • Příspěvků: 557
  • Debian --> Mandriva --> Ubuntu
    • http://www.okouns.wz.cz
Re: ati catalyst 1.7 a sirokouhla 22
« Odpověď #10 kdy: 13 Ledna 2008, 22:35:06 »
sleduji to a dam vedet jak jsem dopadl s tema 7.12
Ubuntu-64 bit 8.10 na: P4 DC -64 bit, ati HD 3870 a na: Athlonu 3000+ -64 bit, ati x1800 GTO, Ubuntu-32 bit 9.04 na notebooku MSI

 

Provoz zaštiťuje spolek OpenAlt.