LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   x windows problem (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/x-windows-problem-501180/)

jelgavchik 11-13-2006 11:29 AM

x windows problem
 
So i have HP Compaq nx6325, running slackware 11.0 and i have installed kde, but when i type in console "startx" it loads a white screen then black and i cant see anything. Anyone can help?

jelgavchik 11-13-2006 04:48 PM

Quote:

Originally Posted by jelgavchik
So i have HP Compaq nx6325, running slackware 11.0 and i have installed kde, but when i type in console "startx" it loads a white screen then black and i cant see anything. Anyone can help?


So now I can ansewer myself ;), just go to /etc/X11/xorg.conf and instead of agpgart.o.gz use readeon driver and this is almost it

Details: in xorg.con

"Module section" under load "glx" add load "dri"

"Graphics device section"
edit theese lines :

Section "Device"
Identifier "radeon"
Driver "radeon"

Under the "Screen Sections"

edit:

Device "radeon"

And at the very bottom of the file add this

Section "DRI"
Group 0
Mode 0666
Endsection


Thats it exerything works and i am happy now ;)!


All times are GMT -5. The time now is 06:02 AM.