It is currently Thu Sep 02, 2010 2:46 pm

All times are UTC




Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next
Author Message
 Post subject: xorg 7.4 - Encountered problems
PostPosted: Mon Mar 09, 2009 11:26 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1111
Location: Paris
Hi,

I'm now using xorg 7.4 with the NVIDIA driver.

Here are the first problems I encountered:

- GDM is in QWERTY;
- I'd want to test an automatic configure, I can't run 'videoconfig' nor 'Xorg -configure': it makes my computer freeze.

Is there another way to generate a new xorg.conf?

_________________
Ejis :)


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Mon Mar 09, 2009 11:41 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Fri Dec 28, 2007 2:36 pm
Posts: 570
I had to install everything again. I was booting straight in to Zen and tab was not working.
I use netpkg mirror netpkg upgrade, reboot. zenwalk 3, videoconfig, reboot and now everything is working fine. Sorry I can't help. No keyboard that was the problem.


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 11:48 am 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1111
Location: Paris
viodeoconfig seems too old, now: the keyboard options don't work anymore. I have to run keyboardconfig each time X starts.
What can I do?

_________________
Ejis :)


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 12:20 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Fri Dec 28, 2007 2:36 pm
Posts: 570
Try to run again videoconf. Mine is working but :
this problems=
I had to tape my name 5 times every reboot to make work Login window.
I'm not more able to install Xfce-goodies
Some problems whit xcb (I update this morning) still not working
no more mixer in the panel but an empty space
somthing wrong ....


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 1:39 pm 
Global Moderator
Global Moderator
User avatar

Joined: Mon Apr 10, 2006 12:43 pm
Posts: 3217
Location: Ath (Belgium)
Franco,

Can you have a look if you have this package installed : http://download.zenwalk.org/people/mich ... 6-62.2.tgz


Bip


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 2:38 pm 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 2:16 am
Posts: 1881
Location: Youngsville, Louisiana U.S.A.
Hi,

First, thanks for testing these snapshot packages. Snapshot can be a bit dangerous at times but it is where the most fun happens.

The keyboard problem is a known problem but waiting for a solution for that to put Xorg-7.4 into testing makes every other part of Xorg-7.4 have to miss precious testing time.

I am working on the keyboard problem. Also on my systems videoconfig works well but please let us know about your system, video card, locale and so on...

:)

Michael


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 2:47 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1111
Location: Paris
I'm using the NVIDIA driver (most of the time on kernel-rt). My keyboard is french. Because I'm sutying japanese, this is my system language (ja.JP.utf8), but the same problem occurs with the french language. With keyboardconfig, I choose azerty/fr-latin9.

BTW, I tested the nouveau driver: the fonts and windows are incredibly large!

Here's my xorg.conf:

Code:
# **********************************************************************
# This file was generated by videoconfig (Zenwalk Xorg configuration tool)
# If you changed your video card or monitor, please run videoconfig again
# from runlevel 3. Don't modify this file yourself until you know what you do ;)
# **********************************************************************


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

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/TTF"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1"
   FontPath     "/usr/share/fonts/misc"
   FontPath     "/usr/share/fonts/75dpi/:unscaled"
EndSection

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************

Section "Module"
   Load  "synaptics"
   Load  "GLcore"
   Load  "dri"
   Load  "extmod"
   Load  "/usr/lib/xorg/modules/extensions/libglx.so"
   Load  "xtrap"
   Load  "record"
   Load  "dbe"
   Load  "freetype"
   Load  "type1"
EndSection

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

Section "ServerFlags"
#    Option     "NoTrapSignals"
#    Option     "DontVTSwitch"
#    Option     "DontZap"
#    Option     "DontZoom"
#    Option     "DisableVidModeExtension"
#    Option     "AllowNonLocalXvidtune"
#    Option     "DisableModInDev"
#    Option     "AllowNonLocalModInDev"
#    Option      "blank time"    "10"    # 10 minutes
#    Option      "standby time"  "20"
#    Option      "suspend time"  "30"
#    Option      "off time"      "60"

# Option   "EstimateSizesAggresively" "0"

EndSection


# **********************************************************************
# DRI section
# **********************************************************************

Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
EndSection


# **********************************************************************
# Extensions section
# **********************************************************************

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


# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"
   Identifier   "Keyboard1"
   Driver   "kbd"
#   Option     "Protocol"      "Xqueue"
#   Option     "AutoRepeat"    "500 5"
#   Option     "Xleds" "1 2 3"
#   Option     "XkbDisable"

   Option     "XkbRules"      "xorg"
   Option     "XkbModel"      "pc105"
Option     "XkbLayout"     "fr"
   Option     "XkbVariant"    ""
Option     "XkbOptions"    ""
EndSection


# **********************************************************************
# Pointers section
# **********************************************************************

Section "InputDevice"

# Identifier and driver
   Identifier "Mouse1"
   Driver        "mouse"
   Option        "Protocol" "Auto"
   Option        "Device" "/dev/mouse"
#   Option     "Protocol" "Xqueue"
#   Option     "BaudRate" "9600"
#   Option     "SampleRate"   "150"
#   Option     "Emulate3Buttons"
#   Option     "Emulate3Timeout" "50"
#   Option     "ChordMiddle"
   Option     "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
   Identifier    "Pad1"
   Driver        "synaptics"
   Option           "Protocol" "auto-dev"
   Option           "Device" "/dev/tp1"
   Option        "LeftEdge"      "1700"
   Option        "RightEdge"     "5300"
   Option        "TopEdge"       "1700"
   Option        "BottomEdge"    "4200"
   Option        "FingerLow"     "25"
   Option        "FingerHigh"    "30"
   Option        "MaxTapTime"    "180"
   Option        "MaxTapMove"    "220"
   Option        "VertScrollDelta" "100"
   Option        "MinSpeed"      "0.09"
   Option        "MaxSpeed"      "0.18"
   Option        "AccelFactor"   "0.0015"
   Option        "SHMConfig"     "on"
EndSection


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

Section "Monitor"
   Identifier     "Monitor1"
     VendorName "Artefact"
     ModelName "My monitor"

      
   
     HorizSync 31.5 - 50.0
     VertRefresh 40-90
        Option "UseEdidFreqs" "1"

   Option "ReducedBlanking"
   
EndSection


# **********************************************************************
# Graphic devices section
# **********************************************************************

# Any number of graphic devices sections may be present

Section "Device"
   Identifier     "Videocard1"
   VendorName  "nVidia Corporation"
   BoardName   "G72M [GeForce Go 7400]"
   Driver     "nvidia"
    Option "AllowGLXWithComposite" "1"
   BusID       "PCI:1:0:0"
   Option "RenderAccel" "true"
   Option "XaaNoOffscreenPixmaps" "on"
EndSection

# **********************************************************************
# Screen section
# **********************************************************************

Section "Screen"
    Identifier  "Videoconfig"
    Device      "Videocard1"
    Monitor     "Monitor1"

   DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes  "1280x800" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes  "1280x800" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes  "1280x800" "1024x768" "800x600" "640x480"
    EndSubsection
    Subsection "Display"
        Depth       32
        Modes  "1280x800" "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

# **********************************************************************
# ServerLayout section
# **********************************************************************

Section "ServerLayout"
   Identifier      "Simple Layout"
   Screen         "Videoconfig"
   InputDevice      "Mouse1" "CorePointer"
   InputDevice      "Pad1" "SendCoreEvents"
   InputDevice      "Keyboard1" "CoreKeyboard"
EndSection

_________________
Ejis :)


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 2:54 pm 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 2:16 am
Posts: 1881
Location: Youngsville, Louisiana U.S.A.
Has anyone having trouble running "videoconfig" tried running the command "nvidia-xconfig"? Only works if the nvidia driver is installed.

Michael


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 2:58 pm 
Master Zenwalker
Master Zenwalker
User avatar

Joined: Fri Dec 28, 2007 2:36 pm
Posts: 570
I have that that xcb installed.
I'm in the airport . In Italy I don't have internet.
Thank you for all your help.
Ciao


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 3:07 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1111
Location: Paris
Also forgot: videoconfig didn't work with "init 3", but it did with "init 4". nvidia-xconfig works on my desktop.

_________________
Ejis :)


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 4:20 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1111
Location: Paris
I found the reason why I can't compile denemo: libxcb-xlib.so is named libxcb-xlib.so.0. I don't know if it's the case since the upgrade, but I wanted to report this.

_________________
Ejis :)


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 4:51 pm 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 2:16 am
Posts: 1881
Location: Youngsville, Louisiana U.S.A.
Ejis wrote:
I found the reason why I can't compile denemo: libxcb-xlib.so is named libxcb-xlib.so.0. I don't know if it's the case since the upgrade, but I wanted to report this.


That's an easy one to fix:

( cd /usr/lib ; ln -s libxcb-xlib.so.0 libxcb-xlib.so )

I will have this fixed shorty.

:)

Michael


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 5:04 pm 
Community Packager
Community Packager
User avatar

Joined: Thu Aug 14, 2008 8:26 am
Posts: 1111
Location: Paris
axxium wrote:
Ejis wrote:
I found the reason why I can't compile denemo: libxcb-xlib.so is named libxcb-xlib.so.0. I don't know if it's the case since the upgrade, but I wanted to report this.


That's an easy one to fix:

( cd /usr/lib ; ln -s libxcb-xlib.so.0 libxcb-xlib.so )


I didn't wait for you to say it, but thanks anyway! ;D

_________________
Ejis :)


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 5:12 pm 
Administrator
Administrator
User avatar

Joined: Fri Mar 10, 2006 2:16 am
Posts: 1881
Location: Youngsville, Louisiana U.S.A.
The xcb versions >= 1.1.92 no longer build xcb-xlib so I had to manually make it to keep from rebuilding the entire repo. That solved making apps run. Now these little fixes will help apps build.

:D


 Profile  
 
 Post subject: Re: xorg 7.4 - Encountered problems
PostPosted: Tue Mar 10, 2009 5:38 pm 

While installing xorg-fonts-base I get
Code:
xset: symbol lookup error: /usr/lib/libX11.so.6: undefined symbol: xcb_xlib_lock

twice.


Last edited by gapan on Tue Mar 10, 2009 5:56 pm, edited 1 time in total.

  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 43 posts ]  Go to page 1, 2, 3  Next

All times are UTC


 Who is online

Users browsing this forum: No registered users and 1 guest


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 post attachments in this forum

Search for:
Jump to: