Login
Ubuntu 6.10 Edgy Eft и ATI RX1600
203
NEW 03.01.07 14:43
второй день ума дать не могу.
делаю вс╦ как здесь http://linux.xlibs.net/2006/11/15/howto-ati-8315-ubuntu-egdy-eft-and-dapper-drak...,
но ответы на команды не схожи.
чайник кипит!!!
хз ч╦ делать.
второй день ума дать не могу.
делаю вс╦ как здесь http://linux.xlibs.net/2006/11/15/howto-ati-8315-ubuntu-egdy-eft-and-dapper-drak...,
но ответы на команды не схожи.
чайник кипит!!!
хз ч╦ делать.
[зел]Будете мимо проходить - проходите.[/зел]
NEW 03.01.07 15:24
in Antwort элинг 03.01.07 14:43
NEW 03.01.07 15:25
дрова то ВРОДЕ встали, но ...
пункт 7: Удаляем старый fglrx deb▓s из /usr/src/:
вношу команду и получаю ответ, типа, старый пакет не найден.
что то там не так, хотя волны при прокрутке страницы и искажения при перетаскивание окон исчезли.
но 3D и OpenGL мертвы.
внося команду: fglrxinfo
получаю:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
шо за нах? хде моя ATIшка ... хз ч╦.
in Antwort элинг 03.01.07 14:43
дрова то ВРОДЕ встали, но ...
пункт 7: Удаляем старый fglrx deb▓s из /usr/src/:
вношу команду и получаю ответ, типа, старый пакет не найден.
что то там не так, хотя волны при прокрутке страницы и искажения при перетаскивание окон исчезли.
но 3D и OpenGL мертвы.
внося команду: fglrxinfo
получаю:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
шо за нах? хде моя ATIшка ... хз ч╦.
[зел]Будете мимо проходить - проходите.[/зел]
NEW 03.01.07 15:28
если знаешь где взять готовый пакет и мануал к нему, буду признателен.
in Antwort anatoli888 03.01.07 15:24
если знаешь где взять готовый пакет и мануал к нему, буду признателен.
[зел]Будете мимо проходить - проходите.[/зел]
NEW 03.01.07 15:46
in Antwort элинг 03.01.07 15:25
Видимо не прописан драйвер в xorg.conf.
---
Коврик выполнил недопустимую операцию и будет свернут...
---
Коврик выполнил недопустимую операцию и будет свернут...
NEW 03.01.07 16:01
in Antwort Russman 03.01.07 15:46
глянь:( , если весомо.
# /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 "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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ","
Option "XkbOptions" "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:$
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 "BenQ FP937s+"
Option "DPMS"
EndSection
ection "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"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "BenQ FP937s+"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
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
Section "DRI"
Mode 0666
EndSection
# /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 "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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru"
Option "XkbVariant" ","
Option "XkbOptions" "grp:alt_shift_toggle,lv3:ralt_switch,grp_led:$
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 "BenQ FP937s+"
Option "DPMS"
EndSection
ection "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"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "BenQ FP937s+"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" $
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
Section "DRI"
Mode 0666
EndSection
[зел]Будете мимо проходить - проходите.[/зел]
NEW 04.01.07 04:28
in Antwort элинг 03.01.07 16:01
Может здесь проблема?
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
NEW 04.01.07 09:39
in Antwort элинг 03.01.07 16:01
Измени в
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "BenQ FP937s+"
DefaultDepth 24
SubSection "Display"
Строчку Device "ATI Technologies, Inc. ATI Default Card" на Device "aticonfig-Device[0]".
---
Столовая для глухонемых детей. На стене надпись: "Когда я ем, я как всегда".
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. ATI Default Card"
Monitor "BenQ FP937s+"
DefaultDepth 24
SubSection "Display"
Строчку Device "ATI Technologies, Inc. ATI Default Card" на Device "aticonfig-Device[0]".
---
Столовая для глухонемых детей. На стене надпись: "Когда я ем, я как всегда".
NEW 04.01.07 11:57
или измени vesa на fglrx или как Russman писал. ненужный девайс откоментируй.
пс: в debian с версии 4.0 существует пакет который устанавливается при помощи apt после чего подстраивается xorg.conf и все! а может вообще нужна только установка. я точно не помню. настраивал около пол-года назад.
in Antwort Tolstyj 04.01.07 04:28
В ответ на:
Может здесь проблема?
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
Может здесь проблема?
Section "Device"
Identifier "ATI Technologies, Inc. ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
EndSection
или измени vesa на fglrx или как Russman писал. ненужный девайс откоментируй.
пс: в debian с версии 4.0 существует пакет который устанавливается при помощи apt после чего подстраивается xorg.conf и все! а может вообще нужна только установка. я точно не помню. настраивал около пол-года назад.
NEW 04.01.07 12:18
in Antwort anatoli888 04.01.07 11:57, Zuletzt geändert 04.01.07 12:26 (Дактиль)
NEW 07.01.07 11:34
всем привет!
всем спасибо за советы ... но "воз и ныне там".
драйвер ложится криво, удалю пакеты и ставлю по новой, но без изменений.
а теперь хохма!
до удалялся ... убунту виснет и на команды типа: fglrxinfo или sudo nano /etc/X11/xorg.conf
отвечает: команда не найдена!
опаньки!
сразу видно: дело рук спеца!:)))
я понимаю, можно попытаться восстановить систему с компакт -диска, но
пожалуй лучше переставлю по новой систему.
и поэтому поводу у меня к вам несколько вопросов:
1. какую файловую систему выбрать?
2. точка монтирования?
3. параметры монтирования?
4. метка?
5. сколько процентов места отдать rootу?
6. использование?
убедительно прошу поделиться ЛИЧНЫМ опытом!
in Antwort элинг 03.01.07 14:43
всем привет!
всем спасибо за советы ... но "воз и ныне там".
драйвер ложится криво, удалю пакеты и ставлю по новой, но без изменений.
а теперь хохма!
до удалялся ... убунту виснет и на команды типа: fglrxinfo или sudo nano /etc/X11/xorg.conf
отвечает: команда не найдена!
опаньки!
сразу видно: дело рук спеца!:)))
я понимаю, можно попытаться восстановить систему с компакт -диска, но
пожалуй лучше переставлю по новой систему.
и поэтому поводу у меня к вам несколько вопросов:
1. какую файловую систему выбрать?
2. точка монтирования?
3. параметры монтирования?
4. метка?
5. сколько процентов места отдать rootу?
6. использование?
убедительно прошу поделиться ЛИЧНЫМ опытом!
[зел]Будете мимо проходить - проходите.[/зел]
NEW 07.01.07 12:29
in Antwort элинг 07.01.07 11:34
> 1. какую файловую систему выбрать?
- ext3, ReiserFS, по дефолту предлагается ext3.
> 2. точка монтирования?
> 5. сколько процентов места отдать rootу?
- По дефолту, один раздел мин 5Gb. + Swap мин. 512Mb. Или рабить два раздела {/} и {/home}. Мин 3-5Gb {/} + Swap, остальное home
> 3. параметры монтирования?
- По дефолту.
> 6. использование?
- ?
- ext3, ReiserFS, по дефолту предлагается ext3.
> 2. точка монтирования?
> 5. сколько процентов места отдать rootу?
- По дефолту, один раздел мин 5Gb. + Swap мин. 512Mb. Или рабить два раздела {/} и {/home}. Мин 3-5Gb {/} + Swap, остальное home
> 3. параметры монтирования?
- По дефолту.
> 6. использование?
- ?
NEW 07.01.07 12:43
> 6. использование?
- ?
по дефолту ... как стандарт. (оставляю)
in Antwort =MxL= 07.01.07 12:29
> 6. использование?
- ?
по дефолту ... как стандарт. (оставляю)
[зел]Будете мимо проходить - проходите.[/зел]
NEW 07.01.07 12:50
in Antwort элинг 07.01.07 12:43
Вс╦ что предлагает инсталлер убунты неплохо и главное 100% работает =) Менять что то есть смысл только когда ты точно представляешь себе чего ты хочешь и зачем. Для знакомства с системой дефолтных настроек более чем достаточно. Единственно я бы посоветовал /home выделить отдельной директорией.
NEW 07.01.07 12:54
в принципе я так и делал, и именно поэтому спросил, типа, что народ поэтому поводу думает.
ты шибко занят?
in Antwort =MxL= 07.01.07 12:50
в принципе я так и делал, и именно поэтому спросил, типа, что народ поэтому поводу думает.
ты шибко занят?
[зел]Будете мимо проходить - проходите.[/зел]
07.01.07 18:22
in Antwort элинг 07.01.07 12:54
из-за атишного драйвера переустанавливать всю систему ???????
0001, 0010, 0011, 0100, 0101, вышел зайчег погулядь
NEW 08.01.07 21:15
in Antwort элинг 03.01.07 14:43
NEW 08.01.07 21:19
нет!
скорее из -за Swap.
та как именно здесь, допустил огромную ошибку!
in Antwort BSDLamer 07.01.07 18:22
нет!
скорее из -за Swap.
та как именно здесь, допустил огромную ошибку!
[зел]Будете мимо проходить - проходите.[/зел]