Linux-Bulgaria.ORG
навигация

 

начало

пощенски списък

архив на групата

семинари ...

документи

как да ...

 

 

Предишно писмо Следващо писмо Предишно по тема Следващо по тема По Дата По тема (thread)

Re: lug-bg: "Глезотии" за x.org


  • Subject: Re: lug-bg: "Глезотии" за x.org
  • From: "MafiaInc" <mafiainc@xxxxxxx>
  • Date: Tue, 25 Oct 2005 10:50:42 +0300
  • Delivered-to: lug-bg-list@xxxxxxxxxxxxxxxxxx
  • Delivered-to: lug-bg@xxxxxxxxxxxxxxxxxx

Section "Module"

#    Load "dbe"         # Double buffer extension
    Load "record"
    Load "extmod"
    Load "xtrap"

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

#    Load "speedo"
#    Load "xtt"
    Load "bitmap"
    Load "freetype"
    Load "type1"
    Load "glx"
#    Load "dri"

EndSection

#Section "DRI"
#        Mode 0666
#EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection


# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"
    RgbPath	"/usr/X11R6/lib/X11/rgb"
#    FontPath   "/usr/X11R6/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/X11R6/lib/X11/fonts/freefont/"
# Corefonts (type1-cyrillic, truetype-ms, bitmap-cyrillic)
# Cyrillic fonts for XFree distribution

# The module search path.  The default path is shown here.
#    ModulePath "/usr/X11R6/lib/modules"

    FontPath 	"/usr/X11R6/lib/X11/fonts/local"
    FontPath 	"/usr/X11R6/lib/X11/fonts/misc"
    FontPath 	"/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath 	"/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath 	"/usr/X11R6/lib/X11/fonts/Type1"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/type1"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/truetype"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/cp1251/75dpi"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/cp1251/misc"
    FontPath 
"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/iso-10646-1/75dpi"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/iso-10646-1/misc"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/iso-8859-5/75dpi"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/iso-8859-5/misc"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/koi8-r/75dpi"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/bolkhov/koi8-r/misc"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/cronyx/cp1251/100dpi"
    FontPath 
"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/cronyx/iso-10646-1/100dpi"
    FontPath 	"/usr/X11R6/lib/X11/fonts/corefonts/bitmap/misc"
    FontPath 	"/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath 	"/usr/local/share/fonts"
EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
#    Option "AllowNonLocalModInDev"
Option "HandleSpecialKeys"  "Always"
EndSection

# **********************************************************************
# Input devices
# **********************************************************************
Section "InputDevice"
        Identifier "Keyboard0"
        Driver  "keyboard"
        Option  "XkbLayout" "us,bg"
        Option  "XkbVariant" ",phonetic"
#       Option  "XkbLayout" "us,bg,bg"
#       Option  "XkbVariant" ",phonetic,bds"
        Option "XKbOptions" "grp:alt_shift_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xfree86"
    Option "XkbModel"	"pc101"
    Option "XkbLayout"	"us"
EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

Identifier "Mouse0"
        Driver "mouse"
        Option "Protocol" "ImPS/2"
        Option "Device" "/dev/psaux"
        Option "Buttons" "5"
        Option "ZAxisMapping" "4 5"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Philips"
    ModelName   "PHL-105B"
    HorizSync   30-70
    VertRefresh 50-160
    # 1024x768-85
EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
#    Chipset	"generic"
    Driver     "vga"
#    BusID      "PCI:0:10:0"
#    VideoRam	256
#    Clocks	25.2 28.3
EndSection

Section "Device"
    Identifier  "GFORCE"
    Driver      "nvidia"
    Option "NvAGP" "1"
    Option "AllowGLXWithComposite" "true"
    Option "RenderAccel" "true"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

Section "Screen"
    Identifier  "Screen0"
    Device      "GFORCE"
    Monitor     "Monitor0"
    DefaultDepth 24
    Subsection "Display"
        Depth       16
        Modes       "1024x768"
        ViewPort    0 0
#        Virtual     1280 1024
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768"
        ViewPort    0 0
#        Virtual     1152 900
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
    Identifier  "Default Layout"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Проблема ми в момента е, че когато е пуснато "RenderAccel", KDE забива при
стартиране, но прочитайки това-онова, разбрах, че проблема идва от KDE-то,
което идва със Slackware, ако се компилира на ново или се изтеглят пакетите от
официалния сайт на KDE ще се оправи. С GNOME (Gware), няма проблеми.

--
MafiaInc (c) 1983 - 2005 http://www.mafiainc.net

---------- Original Message -----------
From: Ivaylo Toshev <ivaylo.toshev@xxxxxxxxx>
To: lug-bg@xxxxxxxxxxxxxxxxxx
Sent: Tue, 25 Oct 2005 10:25:35 +0000
Subject: Re: lug-bg: "Глезотии" за x.org

> Ха ... !
> А дали това е feature само на драйвера на NVIDIA или е стандартна 
> директива за секцията Device ?
> Можеш ли да постнеш целия си xorg.conf  файл , ако не те затруднява ?
> 
> MafiaInc wrote:
> 
> >Пробвайте да добавите в Device секцията:
> >Option "AllowGLXWithComposite" "true"
> >
> >При мен става така:
> >
> >Section "Device"
> >    Identifier  "GFORCE"
> >    Driver      "nvidia"
> >    Option "AllowGLXWithComposite" "true"
> >    #VideoRam    65536
> >    # Insert Clocks lines here if appropriate
> >EndSection
> >
> >. . . и работи :)
> >
> >(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
> >
> >--
> >MafiaInc (c) 1983 - 2005 http://www.mafiainc.net
> >
> >---------- Original Message -----------
> >From: "MafiaInc" <mafiainc@xxxxxxx>
> >To: lug-bg@xxxxxxxxxxxxxxxxxx
> >Sent: Mon, 24 Oct 2005 18:48:21 +0300
> >Subject: Re: lug-bg: X prez putty
> >
> >  
> >
> >>...съжелявам за предното съобщение - openwebmail беше виновен :P
> >>
> >>Исках да кажа, че ако имаш същата грешка, можеш да я оправиш, като преименуваш
> >>файловете : nxagent, nxdesktop, nxviewer съответно на същите с 
> >>разширение .bin примерно и после да създадеш нещо като обвивка за 
> >>тях по следния начин: за nxagent :
> >>#!/bin/sh
> >>LD_LIBRARY_PATH=/usr/lib/NX/lib /usr/bin/nxagent.bin "$@"
> >>
> >>... и така за всички.
> >>
> >>Споделям това преди да си казал какъв е проблема, защото прочитайки други
> >>пощенски списъци, установих, че в 80% от случайте с новата версия на 
> >>NX библиотеките това е проблема. :)
> >>
> >>Успех
> >>
> >>--
> >>MafiaInc (c) 1983 - 2005 http://www.mafiainc.net
> >>
> >>---------- Original Message -----------
> >>From: Qsin <qsin@xxxxxxxxxxxx>
> >>To: lug-bg@xxxxxxxxxxxxxxxxxx
> >>Sent: Mon, 24 Oct 2005 13:54:27 +0300
> >>Subject: Re: lug-bg: X prez putty
> >>
> >>    
> >>
> >>>Andrey Andreev wrote:
> >>>
> >>>      
> >>>
> >>>>Georgi Georgiev wrote:
> >>>> 
> >>>>
> >>>>        
> >>>>
> >>>>>>Пробвай freenx на Линукс машината и nxClient-а на NoMachine. Бачка
> >>>>>>перфектно и за по-бавни връзки. Пак всичко е през ssh, но е добре
> >>>>>>компресирано и няма нужда да слагаш cygwin-ски X на винбоуза.
> >>>>>>     
> >>>>>>
> >>>>>>            
> >>>>>>
> >>>>>Може ли да обясниш малко по-подробно на нас начинаещите или да ни
> >>>>>насочиш към материал за четене.
> >>>>>   
> >>>>>
> >>>>>          
> >>>>>
> >>>>Чакай че не казах как се пуска. 8) Намираш си freenx за твойто си
> >>>>дистро, слагаш си го. Ако си с Дебиан и инсталаторът те пита какви
> >>>>ключове да ползва, казваш да си ползва nomachine-ските, ще го оправиш
> >>>>след като тръгне. Пускаш nxsetup, четеш малко readme-та че не знам какво
> >>>>ти е дистрото, сваляш клиента от сайта на nomachine пускаш wizard-а
> >>>>[sic!] и се закачаш. :)
> >>>>
> >>>>Аре,
> >>>>
> >>>>Андро
> >>>> 
> >>>>
> >>>>        
> >>>>
> >>>Уж се закачва и след това кляка:
> >>>
> >>>5 [main] nxproxy 5736 tty_list::allocate_tty: No tty allocated
> >>>
> >>>NXPROXY - Version 1.4.0
> >>>
> >>>Copyright (C) 2001, 2004 NoMachine.
> >>>See http://www.nomachine.com/ for more information.
> >>>
> >>>Info: Proxy running in client mode with pid '5736'.
> >>>Info: Waiting for connection from any host on port '2088'.
> >>>Info: Accepted connection from '127.0.0.1' on port '2174'.
> >>>Info: Connection with remote proxy established.
> >>>Info: Handshaking with remote proxy ':5000' completed.
> >>>Info: Synchronizing local and remote caches.
> >>>Info: Not using NX delta compression.
> >>>Info: Using lan link parameters 16384/80/16/8192.
> >>>Info: Using pack method '16m-jpeg-9' with session 'unix-kde'.
> >>>Info: Not using ZLIB stream compression.
> >>>Info: Not using remote ZLIB stream compression.
> >>>Info: Not using persistent cache.
> >>>Info: Using remote server connected on port '2088'.
> >>>Info: Starting X protocol compression.
> >>>Info: Established X server connection.
> >>>Info: Using shared memory support in X server.
> >>>Info: End of session requested by remote proxy.
> >>>Info: Shutting down the link and exiting.
> >>>
> >>>Явор Атанасов
> >>>      
> >>>
> >>------- End of Original Message -------
> >>    
> >>
> >------- End of Original Message -------
> >
> >
> >  
> >
------- End of Original Message -------



 

наши приятели

 

линукс за българи
http://linux-bg.org

FSA-BG
http://fsa-bg.org

OpenFest
http://openfest.org

FreeBSD BG
http://bg-freebsd.org

KDE-BG
http://kde.fsa-bg.org/

Gnome-BG
http://gnome.cult.bg/

проект OpenFMI
http://openfmi.net

NetField Forum
http://netField.ludost.net/forum/

 

 

Linux-Bulgaria.ORG

Mailing list messages are © Copyright their authors.