Просмотр сообщений

В этом разделе можно просмотреть все сообщения, сделанные этим пользователем.


Сообщения - sCode

Страницы: 1 2 [3] 4 5 ... 9
31
Hardware / Re: Драйвер для ATI Radeon HD 5650
« : Май 17, 2012, 09:58:21 pm »
Попытался использовать xf86-video-ati, результат тот же:
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
ModulePath   "/usr/X11/lib/modules/"
FontPath     "catalogue:/etc/X11/fontpath.d"
EndSection

Section "DRI"
 Group        "video"
 Mode         0666
EndSection

Section "Module"
  Load  "glx"
  Load  "dri"
  Load  "drm"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/mouse"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize   340   190 # mm
Identifier   "Monitor0"
VendorName   "SEC"
ModelName    "3051"
EndSection

Section "Device"
Identifier "Card0"     
 Driver "radeon"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "EnablePageFlip" "on"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
Это тоже не работает:
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
ModulePath   "/usr/X11/lib/modules/"
FontPath     "catalogue:/etc/X11/fontpath.d"
EndSection

Section "DRI"
 Group        "video"
 Mode         0666
EndSection

Section "Module"
  Load  "glx"
  Load  "dri"
  Load  "drm"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/mouse"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize   340   190 # mm
Identifier   "Monitor0"
VendorName   "SEC"
ModelName    "3051"
EndSection

Section "Device"
Option "AGPMode" "4"
Option "ColorTiling" "on"
Option "EnablePageFlip" "on"
Option "DRI" "on"
Identifier "Card0"
Driver "ati"
VendorName "ATI Technologies Inc"
BoardName "M880G [Mobility Radeon HD 4200]"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection

32
Hardware / Re: Драйвер для ATI Radeon HD 5650
« : Май 17, 2012, 09:37:09 pm »
Попробовал привести xorg.conf в следующий вид (по инструкции в wiki archlinux):
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
ModulePath   "/usr/X11/lib/modules/"
FontPath     "catalogue:/etc/X11/fontpath.d"
EndSection

Section "DRI"
 Group        "video"
 Mode         0666
EndSection

Section "Module"
  Load  "glx"
  Load  "dri"
  Load  "drm"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/mouse"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize   340   190 # mm
Identifier   "Monitor0"
VendorName   "SEC"
ModelName    "3051"
EndSection

Section "Device"
Identifier "Card0"     
 Driver "radeonhd"
 Option "AccelMethod" "exa"            # включает 2D и Xv ускорение на R6xx/R7xx - по умолчанию AccelMethod имеет параметр shadowfb
 Option "DRI" "on"                     # включает 2D и Xv ускорение на R6xx/R7xx - по умолчанию DRI выключен
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
Результат тот же.


33
Hardware / Re: Драйвер для ATI Radeon HD 5650
« : Май 17, 2012, 09:15:10 pm »
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
ModulePath   "/usr/lib/xorg/modules"
ModulePath   "/usr/X11/lib/modules/"
FontPath     "catalogue:/etc/X11/fontpath.d"
EndSection

Section "Module"
Load  "extmod"
Load  "dbe"
Load  "dri"
Load  "ia"
Load  "dri2"
Load  "glx"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option     "Protocol" "auto"
Option     "Device" "/dev/mouse"
Option     "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize   340   190 # mm
Identifier   "Monitor0"
VendorName   "SEC"
ModelName    "3051"
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     "DMAForXv"            # [<bool>]
        #Option     "FBTexPercent"        # <i>
        #Option     "DepthBits"          # <i>
        #Option     "PCIAPERSize"        # <i>
        #Option     "AccelDFS"            # [<bool>]
        #Option     "IgnoreEDID"          # [<bool>]
        #Option     "DisplayPriority"    # [<str>]
        #Option     "PanelSize"          # [<str>]
        #Option     "ForceMinDotClock"    # <freq>
        #Option     "ColorTiling"        # [<bool>]
        #Option     "VideoKey"            # <i>
        #Option     "RageTheatreCrystal" # <i>
        #Option     "RageTheatreTunerPort" # <i>
        #Option     "RageTheatreCompositePort" # <i>
        #Option     "RageTheatreSVideoPort" # <i>
        #Option     "TunerType"          # <i>
        #Option     "RageTheatreMicrocPath" # <str>
        #Option     "RageTheatreMicrocType" # <str>
        #Option     "ScalerWidth"        # <i>
        #Option     "RenderAccel"        # [<bool>]
        #Option     "SubPixelOrder"      # [<str>]
        #Option     "ShowCache"          # [<bool>]
        #Option     "DynamicClocks"      # [<bool>]
        #Option     "VGAAccess"          # [<bool>]
        #Option     "ReverseDDC"          # [<bool>]
        #Option     "LVDSProbePLL"        # [<bool>]
        #Option     "AccelMethod"        # <str>
        #Option     "DRI"                # [<bool>]
        #Option     "ConnectorTable"      # <str>
        #Option     "DefaultConnectorTable" # [<bool>]
        #Option     "DefaultTMDSPLL"      # [<bool>]
        #Option     "TVDACLoadDetect"    # [<bool>]
        #Option     "ForceTVOut"          # [<bool>]
        #Option     "TVStandard"          # <str>
        #Option     "IgnoreLidStatus"    # [<bool>]
        #Option     "DefaultTVDACAdj"    # [<bool>]
        #Option     "Int10"              # [<bool>]
        #Option     "EXAVSync"            # [<bool>]
        #Option     "ATOMTVOut"          # [<bool>]
        #Option     "R4xxATOM"            # [<bool>]
Identifier  "Card0"
Driver      "radeon"
VendorName  "ATI Technologies Inc"
BoardName   "M880G [Mobility Radeon HD 4200]"
BusID       "PCI:1:5:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device     "Card0"
Monitor    "Monitor0"
SubSection "Display"
Viewport   0 0
Depth     1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth     24
EndSubSection
EndSection
Cудя по xorg.conf должно все работать, но почему-то не работает... Драйвера в /usr/lib/xorg/modules я клал.

34
Hardware / Re: Драйвер для ATI Radeon HD 5650
« : Май 16, 2012, 09:59:14 pm »
pci bus 0x0000 cardnum 0x00 function 0x00: vendor 0x1022 device 0x9601
 Advanced Micro Devices [AMD] RS780 Host Bridge Alternate

pci bus 0x0000 cardnum 0x01 function 0x00: vendor 0x1022 device 0x9602
 Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)

pci bus 0x0000 cardnum 0x05 function 0x00: vendor 0x1022 device 0x9605
 Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1)

pci bus 0x0000 cardnum 0x06 function 0x00: vendor 0x1022 device 0x9606
 Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2)

pci bus 0x0000 cardnum 0x11 function 0x00: vendor 0x1002 device 0x4391
 ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode]

pci bus 0x0000 cardnum 0x12 function 0x00: vendor 0x1002 device 0x4397
 ATI Technologies Inc SB700/SB800 USB OHCI0 Controller

pci bus 0x0000 cardnum 0x12 function 0x02: vendor 0x1002 device 0x4396
 ATI Technologies Inc SB700/SB800 USB EHCI Controller

pci bus 0x0000 cardnum 0x13 function 0x00: vendor 0x1002 device 0x4397
 ATI Technologies Inc SB700/SB800 USB OHCI0 Controller

pci bus 0x0000 cardnum 0x13 function 0x02: vendor 0x1002 device 0x4396
 ATI Technologies Inc SB700/SB800 USB EHCI Controller

pci bus 0x0000 cardnum 0x14 function 0x00: vendor 0x1002 device 0x4385
 ATI Technologies Inc SBx00 SMBus Controller

pci bus 0x0000 cardnum 0x14 function 0x02: vendor 0x1002 device 0x4383
 ATI Technologies Inc SBx00 Azalia (Intel HDA)

pci bus 0x0000 cardnum 0x14 function 0x03: vendor 0x1002 device 0x439d
 ATI Technologies Inc SB700/SB800 LPC host controller

pci bus 0x0000 cardnum 0x14 function 0x04: vendor 0x1002 device 0x4384
 ATI Technologies Inc SBx00 PCI to PCI Bridge

pci bus 0x0000 cardnum 0x14 function 0x05: vendor 0x1002 device 0x4399
 ATI Technologies Inc SB700/SB800 USB OHCI2 Controller

pci bus 0x0000 cardnum 0x16 function 0x00: vendor 0x1002 device 0x4397
 ATI Technologies Inc SB700/SB800 USB OHCI0 Controller

pci bus 0x0000 cardnum 0x16 function 0x02: vendor 0x1002 device 0x4396
 ATI Technologies Inc SB700/SB800 USB EHCI Controller

pci bus 0x0000 cardnum 0x18 function 0x00: vendor 0x1022 device 0x1200
 Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration

pci bus 0x0000 cardnum 0x18 function 0x01: vendor 0x1022 device 0x1201
 Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map

pci bus 0x0000 cardnum 0x18 function 0x02: vendor 0x1022 device 0x1202
 Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller

pci bus 0x0000 cardnum 0x18 function 0x03: vendor 0x1022 device 0x1203
 Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control

pci bus 0x0000 cardnum 0x18 function 0x04: vendor 0x1022 device 0x1204
 Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control

pci bus 0x0001 cardnum 0x05 function 0x00: vendor 0x1002 device 0x9712
 ATI Technologies Inc M880G [Mobility Radeon HD 4200]

pci bus 0x0002 cardnum 0x00 function 0x00: vendor 0x168c device 0x002b
 Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express)

pci bus 0x0003 cardnum 0x00 function 0x00: vendor 0x10ec device 0x8136
 Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller

35
OpenSolaris / Re: hdparm для OpenSolaris
« : Май 15, 2012, 07:28:11 pm »
Оказывается hdparm установлен в lx-зоне по умолчанию, если брать образ с сайта opensolaris.org
Настроил зону.
Смотрим:
-bash-2.05b# hdparm -S 0 -B 255 /dev/sda
/dev/sda: No such file or directory
Не получилось... Посмотри, что есть в /dev:
-bash-2.05b# ls /dev
console  fd       log    null  pts     stderr  stdout  tcp   tty  udp6     zero
dsp      initctl  mixer  ptmx  random  stdin   systty  tcp6  udp  urandom
Т.е. получается что через lx-зоны невозможно получить доступ к физическому HDD.
А если можно, то как?

36
Hardware / Re: Драйвер для ATI Radeon HD 5650
« : Май 14, 2012, 07:19:20 pm »
Все сделал как написано в статье:
ls /usr/X11/lib/modules/
amd64  drivers extensions  multimedia NVIDIA
ls /usr/X11/lib/modules/drivers
amd64  ati_drv.so  nvidia_drv.so  radeon_drv.so
/usr/X11/lib/modules/multimedia
theatre_detect_drv.la  theatre_drv.la  theatre200_drv.la
theatre_detect_drv.so  theatre_drv.so  theatre200_drv.so
ls /usr/X11/lib/ | grep libdrm
libdrm.so.2
libdrm.so.2.4.0
ls /usr/lib | grep libdrm
libdrm.so.2

Но окна по прежнему отображаются "рывками".
Я понял что нужно сгенерировать xorg.conf, но как это сделать под OpenSolaris?
/usr/X11/bin/Xorg -configureПереименование и перенос полученного xorg.conf.new в /etc/X11 ничего не дает.

P.S.: Драйверов для ati и radeon в папке /usr/X11/lib/modules/drivers изначально не было вообще, папки /usr/X11/lib/modules/multimedia тоже.

37
OpenSolaris / Re: OpenSolaris snv_134b
« : Май 14, 2012, 05:15:01 pm »
Залил на unix.kirovnet.net http://unix.kirovnet.net/upload/pkgosol.snv134b.zfs

38
OpenIndiana / Re: Firefox 8 и flash player под oi151a
« : Май 13, 2012, 11:59:49 am »
Русификацию можно установить этим способом.

39
OpenSolaris / Re: OpenSolaris snv_134b
« : Май 12, 2012, 11:27:15 pm »
Спасибо, сработало. А через cat почему-то нне работает...

40
OpenSolaris / Re: OpenSolaris snv_134b
« : Май 12, 2012, 08:25:47 pm »
7z-архив не распаковывается. Не могли бы Вы залить сюда ftp://unix.kirovnet.net/upload/ 7z-архив полностью (не по частям)?

41
OpenSolaris / Re: OpenSolaris snv_134b
« : Май 10, 2012, 08:56:48 pm »
А сколько места примерно займет репозитарий?

42
Курилка / Re: Google Summer of Code
« : Март 26, 2012, 04:36:34 pm »
Google Code-in.

43
Курилка / Re: Google Summer of Code
« : Март 24, 2012, 10:51:26 pm »
Почему они в GCI не стали участвовать?

44
Форум, сайт / Re: Реформация os-solaris.ru
« : Март 23, 2012, 07:38:08 pm »
Я же писал, что это лишь набросок.

45
Форум, сайт / Re: Реформация os-solaris.ru
« : Март 12, 2012, 09:01:10 pm »
Когда наконец, будут проведены все предложенные реформы?

Страницы: 1 2 [3] 4 5 ... 9