Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[beryl] Pb fenetres noires avec beryl + nvidia (abandon)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
apocryphe
n00b
n00b


Joined: 03 Jul 2005
Posts: 59
Location: 78 - Pres de Saint Germain

PostPosted: Sun Jan 07, 2007 5:08 pm    Post subject: [beryl] Pb fenetres noires avec beryl + nvidia (abandon) Reply with quote

Bjr,

Avec beryl version stable et svn, j'ai un souci de fenetre noires, a partir de deux ou trois... l'affichage par dans les choux

j'ai une carte 5650 go nvidia 64 mo de ram, 1 go de ram, amd64 3200

je n'utilise pas xgl ni aixgl

j'ai cocher le mode copy et le disable GL dans les setting de beryl... et tjs le meme pb
rendering yes
3 500 sur glxgear

mon xorg.conf:

Quote:

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
Load "synaptics"
Load "dbe"
Load "extmod"
Load "glx"
# Load "dri"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "190 45"
EndSection

Section "InputDevice"
Driver "synaptics"
Identifier "Touchpad"
Option "Device" "/dev/input/event2"
Option "Protocol" "event"
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "BottomEdge" "1800"
Option "TopEdge" "3900"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "133"
Option "MinSpeed" "0.16"
Option "MaxSpeed" "0.40"
Option "AccelFactor" "0.0025"
Option "SHMConfig" "on"
EndSection

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

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 91.1
VertRefresh 50.0 - 100.0
Option "DPMS"
Modeline "1400x1050_60.00" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
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 "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "UseFBDev" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "CrtcNumber" # <i>
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
Identifier "nvidia"
Driver "nvida"
VendorName "nVidia Corporation"
BoardName "NV31M [GeForce FX Go5650]"
BusID "PCI:1:0:0"
Option "NoLogo" "true"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "backingstore" "true"
# Option "TripleBuffer" "true"
VideoRam 65536
Option "NoLogo" "true"
Option "UseEdidDpi" "false"
# Option "RenderAccel" "true"
EndSection

Section "Screen"
Identifier "Screen0"
Device "nvidia"
Monitor "Monitor0"
DefaultDepth 24
Option "AddARGBGLXVisuals" "true"
Option "DisableGLXRootClipping" "true"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1400x1050" "1280x1024" "800x600" "640x480"
EndSubSection
EndSection

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


merci
_________________
Laptop Dell Inspiron 1520
Intel Core2Duo T7250 - GM965 - 4 Go 667MHz DDR2 - Nvidia 8400 GS (256MiB) - BCM4401- iwlwifi3945 - SD R5C822
~amd64 - GCC 4.4.1 - XFS ahci officiel 2.6.30.4 - Xorg 1.6.2 - kde 4.3 - Nvidia 190.18 - WSXGA+ (1680x1050)


Last edited by apocryphe on Sun Jan 07, 2007 8:24 pm; edited 2 times in total
Back to top
View user's profile Send private message
coachllb
n00b
n00b


Joined: 19 Aug 2006
Posts: 66

PostPosted: Sun Jan 07, 2007 6:37 pm    Post subject: Reply with quote

sauf erreur de ma part si tu n'utilises pas xgl ou aiglx pour beryl, il te faut les derniers drivers nvidia.
donc dans ton xorg.conf tu dois mettre
Code:

driver "nvidia"

au lieu de
Code:

driver "nv"


je présume que tu connais cette page : how-to beryl
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Sun Jan 07, 2007 7:18 pm    Post subject: Reply with quote

Ce bug est connu et plus ou moins normal pour les cartes avec peu de mémoire vidéo, comme la tienne.
Ca fait depuis les premiers drivers série 9 que NVidia dit essayer de résoudre le problème.
Je crois que y a trop rien à faire.
Back to top
View user's profile Send private message
apocryphe
n00b
n00b


Joined: 03 Jul 2005
Posts: 59
Location: 78 - Pres de Saint Germain

PostPosted: Sun Jan 07, 2007 8:24 pm    Post subject: Reply with quote

desole pour le "nv" je met bien sur nvidia... ;)


hum

oui j avais bien cru comprendre Temet que c etais un bug... mais bon on peut tjs esperer
au moin jsuis fixe

merci
_________________
Laptop Dell Inspiron 1520
Intel Core2Duo T7250 - GM965 - 4 Go 667MHz DDR2 - Nvidia 8400 GS (256MiB) - BCM4401- iwlwifi3945 - SD R5C822
~amd64 - GCC 4.4.1 - XFS ahci officiel 2.6.30.4 - Xorg 1.6.2 - kde 4.3 - Nvidia 190.18 - WSXGA+ (1680x1050)
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Mon Jan 08, 2007 6:59 am    Post subject: Reply with quote

+1 pour la RAM : j'ai une geforce 6150 intégrée à ma carte-mère ; en regardant les logs Xorg, j'ai vu que le pilote nVidia reconnaissait 128MO de RAM alors que j'en avais alloué moins. Du coup, j'ai du réserver plus de mémoire partagée pour le chip graphique :?
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
supergogol
n00b
n00b


Joined: 04 Jul 2006
Posts: 6

PostPosted: Tue Jan 09, 2007 9:52 am    Post subject: Reply with quote

il me semble qu'il y a un truc pour contourner ce probleme: utiliser aiglx au lieu des drivers nvidia (on garde bien les drivers, mais on utilise aiglx au lieu de l'extension glx des drivers directement).

et j'utilise aussi les drivers nvidia et depuis beryl 0.1.3, je n'est plus ce problème de fenêtre noire ^^
_________________
AMD64 3000+, 2Gb RAM, 6600GT - XFCE4.4
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum