Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Guide to new xorg config
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Sat Sep 25, 2004 6:42 pm    Post subject: Guide to new xorg config Reply with quote

I'm sure others have felt the frustration noticing the new changes to their xorg configuration in this latest release. One of the most important changes to note is that you should change
Code:
Driver      "Keyboard"

to
Code:
Driver      "keyboard"

or else you won't be able to startx.

The only other thing I've noticed is that opengl apps now crash xorg, but I don't know the cause of that.

Are there any other changes a user should make?
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
Naib
Watchman
Watchman


Joined: 21 May 2004
Posts: 6059
Location: Removed by Neddy

PostPosted: Sat Sep 25, 2004 6:58 pm    Post subject: Re: Guide to new xorg config Reply with quote

paroneayea wrote:
I'm sure others have felt the frustration noticing the new changes to their xorg configuration in this latest release. One of the most important changes to note is that you should change
Code:
Driver      "Keyboard"

to
Code:
Driver      "keyboard"

or else you won't be able to startx.

The only other thing I've noticed is that opengl apps now crash xorg, but I don't know the cause of that.

Are there any other changes a user should make?


sorry if i am being dumb but I dont see the difference?
Back to top
View user's profile Send private message
ratbert90
Apprentice
Apprentice


Joined: 28 May 2003
Posts: 177

PostPosted: Sat Sep 25, 2004 7:04 pm    Post subject: Re: Guide to new xorg config Reply with quote

Naib wrote:
paroneayea wrote:
I'm sure others have felt the frustration noticing the new changes to their xorg configuration in this latest release. One of the most important changes to note is that you should change
Code:
Driver      "Keyboard"

to
Code:
Driver      "keyboard"

or else you won't be able to startx.

The only other thing I've noticed is that opengl apps now crash xorg, but I don't know the cause of that.

Are there any other changes a user should make?


sorry if i am being dumb but I dont see the difference?


K is not capatalized.
_________________
Ph33R mY l337 H|_|R|) 0F G|\||_|Z!!
Back to top
View user's profile Send private message
tollwilly125
n00b
n00b


Joined: 31 Aug 2003
Posts: 73
Location: Boston, MA

PostPosted: Sat Sep 25, 2004 8:36 pm    Post subject: Reply with quote

just rename XF86config => xorg.conf if youre switching from xfree. it worked flawlessly for me.
_________________
Click, Click, bloody Click PANCAKES!!!!
Back to top
View user's profile Send private message
sog
Guru
Guru


Joined: 04 Apr 2004
Posts: 356

PostPosted: Sat Sep 25, 2004 9:13 pm    Post subject: Reply with quote

didn't for me. i had to rebuild from scratch. not a huge deal, but X borqed after a restart.
_________________
------------------------------------------------
(blog) http://www.redmonk.com/sogrady/
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Sat Sep 25, 2004 10:19 pm    Post subject: Reply with quote

tollwilly125 wrote:
just rename XF86config => xorg.conf if youre switching from xfree. it worked flawlessly for me.


When I first moved over to xorg, that worked. But I'm not talking about that. In the latest release of xorg, the configuration options have changed, so even copying your old xorg.conf file won't save you.

Maybe someone has a copy of some notice regarding changes in the configuration file syntax? I can't seem to find any.
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
Optimus'
Apprentice
Apprentice


Joined: 01 Jul 2004
Posts: 209

PostPosted: Sat Sep 25, 2004 10:26 pm    Post subject: Reply with quote

Last time I heard it was Keyboard --> kbd , is it now kbd --> keyboard ?
Back to top
View user's profile Send private message
truekaiser
l33t
l33t


Joined: 05 Mar 2004
Posts: 801

PostPosted: Sat Sep 25, 2004 10:45 pm    Post subject: Reply with quote

yea last i heard they changed it from K/keyboard to kbd
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Sat Sep 25, 2004 11:32 pm    Post subject: Reply with quote

Okay, I figured out the other change you'll want to make to your xorg.conf ... that is, if you want OpenGL programs to work.

What used to be
Code:
Section "dri"

has changed to
Code:
Section "DRI"


Like "Keyboard" and "keyboard", it is a matter of case-sensitivity. For whatever reason, the xorg project has decided to change their capitalization.

By the way, I figured this out by taking a look at README.DRI
I just took a guess that they'd change the case-sensitivity again. I just made the change now, so I'm going to close and reopen x.

(If anyone finds out anything else that needs to be done, note it here.)
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Sat Sep 25, 2004 11:34 pm    Post subject: Reply with quote

truekaiser wrote:
yea last i heard they changed it from K/keyboard to kbd


If that's true, then I'm guessing that that's the case for CVS.... or they just switched it from kbd to keyboard. Regardless, "keyboard" is the correct format for the latest stable release as of this post, xorg-x11-6.8.0
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Sat Sep 25, 2004 11:40 pm    Post subject: Reply with quote

Hm. This is strange... README.DRI does say that you need to change "dri" to "DRI" (as I was saying before), but apparently something else does need to be done too. I can't figure out what it is though. Blender keeps crashing X every time I try to run it, as does the rest of my OpenGL based programs.
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Sat Sep 25, 2004 11:44 pm    Post subject: Reply with quote

To add to the confusion, running xdpyinfo yields
Code:
name of display:    :0.0
version number:    11.0
vendor string:    Gentoo Linux (The X.Org Foundation 6.8.0, revision r1-0.2.1)
vendor release number:    60800000
X.Org version: 6.8.0
maximum request size:  16777212 bytes
motion buffer size:  256
bitmap unit, bit order, padding:    32, LSBFirst, 32
image byte order:    LSBFirst
number of supported pixmap formats:    7
supported pixmap formats:
    depth 1, bits_per_pixel 1, scanline_pad 32
    depth 4, bits_per_pixel 8, scanline_pad 32
    depth 8, bits_per_pixel 8, scanline_pad 32
    depth 15, bits_per_pixel 16, scanline_pad 32
    depth 16, bits_per_pixel 16, scanline_pad 32
    depth 24, bits_per_pixel 32, scanline_pad 32
    depth 32, bits_per_pixel 32, scanline_pad 32
keycode range:    minimum 8, maximum 255
focus:  window 0xc00021, revert to Parent
number of extensions:    32
    ATIFGLEXTENSION
    ATIFGLRXDRI
    ATITVOUT
    BIG-REQUESTS
    DAMAGE
    DOUBLE-BUFFER
    DPMS
    Extended-Visual-Information
    GLX
    LBX
    MIT-SCREEN-SAVER
    MIT-SHM
    MIT-SUNDRY-NONSTANDARD
    RANDR
    RENDER
    SECURITY
    SGI-GLX
    SHAPE
    SYNC
    TOG-CUP
    X-Resource
    XC-APPGROUP
    XC-MISC
    XFIXES
    XFree86-Bigfont
    XFree86-DRI
    XFree86-Misc
    XFree86-VidModeExtension
    XInputExtension
    XKEYBOARD
    XTEST
    XVideo
default screen number:    0
number of screens:    1

screen #0:
  print screen:    no
  dimensions:    1400x1050 pixels (474x356 millimeters)
  resolution:    75x75 dots per inch
  depths (7):    24, 1, 4, 8, 15, 16, 32
  root window id:    0x38
  depth of root window:    24 planes
  number of colormaps:    minimum 1, maximum 1
  default colormap:    0x20
  default number of colormap cells:    256
  preallocated pixels:    black 0, white 16777215
  options:    backing-store NO, save-unders NO
  largest cursor:    64x64
  current input event mask:    0xf2001d
    KeyPressMask             ButtonPressMask          ButtonReleaseMask       
    EnterWindowMask          StructureNotifyMask      SubstructureRedirectMask
    FocusChangeMask          PropertyChangeMask       ColormapChangeMask       
  number of visuals:    2
  default visual id:  0x23
  visual:
    visual id:    0x23
    class:    TrueColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x24
    class:    DirectColor
    depth:    24 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits


So, since GLD, SGI-GLX and XFreee86-DRI are there, I have no idea why this isn't working. Oddness.
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
paroneayea
Tux's lil' helper
Tux's lil' helper


Joined: 16 Oct 2003
Posts: 87

PostPosted: Sun Sep 26, 2004 1:42 am    Post subject: Reply with quote

It turns out that you can use either "keyboard" or "kbd".... either works.

I think that my opengl problems might be due to the ati drivers.... I'm hearing this come up in other places, notably here and here.

What I don't get is why this just started happening. It worked fine with the last version of xorg I was using. Well... time to move backwards a release.
_________________
I make comics. Read them. They are good for your soul.
http://www.lingocomic.com
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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