Showing posts with label xorg. Show all posts
Showing posts with label xorg. Show all posts

2007-06-14

Xlib Programming Manuals

SUPER-UX Xlib Programming Manual
http://tucupi.cptec.inpe.br/sx4/sx4man2/g1ae02e/frame.html
The X Window system
http://tronche.com/gui/x/
Basic Graphics Programming With The Xlib Library
http://users.actcom.co.il/~choo/lupg/tutorials/xlib-programming/xlib-programming.html
Xlib Programming Manual (O'Reilly & Associates, Inc.): Table of Contents
http://www.sbin.org/doc/Xlib/index_contents.html

//EOF Read More...

2007-03-01

小试Enlightenment

以前我一直用的XFCE,最近发现一个Enlightenment(http://www.enlightenment.org/)小巧美观(应该说靓丽),占用资源比XFCE少。配置感觉很像FVWM,这也难怪:

Enlightenment has a long and glorious past. When Raster was going attending University of New South Wales he began working with the newly released Xaw-Xpm. Leveraging Xaw-Xpm, he hacked up a new version of FVWM, which he called "FVWM-XPM". This new and improved FVWM allowed XPM images to be used in place of ugly Athena Widgets (FVWM started out in 1992 based on TWM).

说,Enlightenment 原本就是从 FVWM 发展过来的。
相关资源:
http://www.enlightenment.org/(官方站)
http://get-e.org/(这里有很多资源,文档、主题、图标 等)
http://enlightenment.freedesktop.org/

不过,感觉对他版本的命名有点不习惯。
E16是 Enlightenment Development Release 0.16.x.x省略了前面的"0."。(也叫DR16)
E17是还在开发中的版本。
Enlightenment就是发展的太慢了点 3年一个分版本啊~~
//EOF Read More...

2007-01-07

kernel video option

1. Framebuffer:
用 vesafb ,别的 xxfb 都不要。只留 vesafb ,还不能是 m 。

2.xorg rendering:

Processor type and features --->
<*> MTRR (Memory Type Range Register) support
Character devices --->
<M> /dev/agpgart (AGP Support)
[M] SIS... support
(Enable your chipset instead of the above.)
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
**注意我这里还是要"M"后xorg才有"rendering enabled"
(看网上说的不要选,我想可能是指使用ATI官方驱动的时候吧?)
(Make sure the Direct Rendering Manager (DRM) is off. The X11-DRM package will provide its own.)

还有xorg7.1的driver里xf86-video除了ati还要编译chips才行。(rendition那个我也编译了)
//EOF Read More...

晕 xdm "Login incorrect"

最近在LFS里重新编译了一次xorg(原来是6.9的现在换成7.1)
之后发现xdm竟然不能登录了!!??提示Login incorrect...我确信我的pswd没错啊。。。
在Console下倒是能够登录的,init 3后重新编译了一遍xdm(加上了--with-pam),再次incorrect
er...我要崩溃了@@
应该是PAM或shadow的问题吧,我进/etc后突然发现没得pam的配置文件和pam.d目录。。。
郁闷啊~难道是我最开始做LFS的时候忘记搞pam的配置文件了??
没道理啊~开始用了那么久的LFS都没问题的,以前6.9的xdm也能登录啊,晕
于是重新做了pam配置后xdm能正常登录了
//EOF Read More...