LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-10-2005, 12:30 PM   #1
UnnDunn
LQ Newbie
 
Registered: Mar 2005
Distribution: Slackware
Posts: 4

Rep: Reputation: 0
Newbie, installed Slack 10.1, X11 gives blank screen on Trident CyberBlade i1.


So I went through the Slackware install, going the recommended route of installing all packages in the groups I selected.

I've logged in as root and created a new user, no problems. However, running 'startx' yields a blank screen.

I ran Xorgsetup and Xorgconfig, answering the questions to the best of my ability. Neither worked.

The more pressing problem is I stupidly went and edited my /etc/inittab to make it boot to runlevel 4, which means it boots straight to a black screen now.

Anyone got any suggestions as to how I can go about fixing this?

It's a laptop with a Trident CyberBlade i1, currently configured with 4MB RAM.

Thanks much.
 
Old 03-10-2005, 01:46 PM   #2
kriton12
Member
 
Registered: Oct 2002
Posts: 81

Rep: Reputation: 16
Use your slack 10.1 cd #1 and boot from cdrom. there are instructions on screen how to use it as a rescue disk (basically copy the line verbatim). This should boot you into the system. From here you can edit your /etc/inittab file back to runlevel 3

Also you could probably use ctrl +alt + backspace to kill X from your regular login, not sure if this will work.

Once you fix that problem then it's onto the other one. What type of video card do you have? The output from lspci should give you some info on it. Once you figure this out you probably need to change the driver in the /etc/X11/xorg.conf file to change the driver.

For an ati radeon card, just change the vesa framebuffer device to "radeon" for nvidia it's either nv or nvidia, i'm not sure. But this might be one of your problems. (it looks like your laptop might use a via integrated device, search around for the name of the via driver name for linux).

Last edited by kriton12; 03-10-2005 at 01:47 PM.
 
Old 03-10-2005, 01:54 PM   #3
UnnDunn
LQ Newbie
 
Registered: Mar 2005
Distribution: Slackware
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by kriton12
Use your slack 10.1 cd #1 and boot from cdrom. there are instructions on screen how to use it as a rescue disk (basically copy the line verbatim). This should boot you into the system. From here you can edit your /etc/inittab file back to runlevel 3

Also you could probably use ctrl +alt + backspace to kill X from your regular login, not sure if this will work.

Once you fix that problem then it's onto the other one. What type of video card do you have? The output from lspci should give you some info on it. Once you figure this out you probably need to change the driver in the /etc/X11/xorg.conf file to change the driver.

For an ati radeon card, just change the vesa framebuffer device to "radeon" for nvidia it's either nv or nvidia, i'm not sure. But this might be one of your problems. (it looks like your laptop might use a via integrated device, search around for the name of the via driver name for linux).
Thanks. I was able to get back to the command line by hard-rebooting and typing "Linux 3" at the LILO prompt.

lspci lists the video card as "Trident Microsystems CyberBlade i1 (rev 6a)".
 
Old 03-10-2005, 02:25 PM   #4
UnnDunn
LQ Newbie
 
Registered: Mar 2005
Distribution: Slackware
Posts: 4

Original Poster
Rep: Reputation: 0
Did a bit more research and found Xorg's log file at /var/log/Xorg.0.log .

It said the X server was shutting down because it couldn't find a pointer device. Looking in "man xorg.conf" pointed me to a ServerFlag that makes it ignore mouse device errors. Put that in the xorg.conf file, and now X works fine. But with no mouse.

How can I get this to recognize the Synaptics touchpad I have on this laptop?
 
Old 03-10-2005, 02:38 PM   #5
kriton12
Member
 
Registered: Oct 2002
Posts: 81

Rep: Reputation: 16
I have a synaptics touch device as well and it works find under the PS/2 protocol and also the IMPS/2 protocol.

Back to the Xorg display thing, you might also want to try the drivers "trident" or "cyberblade" I don't know if they were included in the kernel modules support but I've seen this in XFree86 conf files so you might luck out. You're probably just using the generic VESA device which won't be able to give you great screen resolutions or video speed.

But for the mouse, again, i'd try the ps/2 protocol. Find the section in the xorg.conf file for the mouse and make sure it says option ps/2. If that doesn't work try the imps/2
Option "Protocol" "ps/2"
or
Option "Protocol" "imps/2"

Last edited by kriton12; 03-10-2005 at 02:40 PM.
 
Old 03-10-2005, 02:50 PM   #6
UnnDunn
LQ Newbie
 
Registered: Mar 2005
Distribution: Slackware
Posts: 4

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by kriton12
I have a synaptics touch device as well and it works find under the PS/2 protocol and also the IMPS/2 protocol.

Back to the Xorg display thing, you might also want to try the drivers "trident" or "cyberblade" I don't know if they were included in the kernel modules support but I've seen this in XFree86 conf files so you might luck out. You're probably just using the generic VESA device which won't be able to give you great screen resolutions or video speed.

But for the mouse, again, i'd try the ps/2 protocol. Find the section in the xorg.conf file for the mouse and make sure it says option ps/2. If that doesn't work try the imps/2
Option "Protocol" "ps/2"
or
Option "Protocol" "imps/2"
Worked perfectly with PS/2 and Device: /dev/psaux

Thanks a bunch!
 
Old 03-11-2005, 10:57 AM   #7
kriton12
Member
 
Registered: Oct 2002
Posts: 81

Rep: Reputation: 16
Hey, one other thing I happened to come across last night. If you want to enable the tap-clicking property (tapping the touchpad constitutes a mouse click) and you are compiling your own kernel, make sure the evdev driver is loaded, it's in device files - Input devices - listed as something like event something or other. As long as this is enabled you should be able to use the tap for mouseclick feature.

Also, here's a link to some good info on it:

http://web.telia.com/~u89404340/touchpad/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installation problem: screen freezes. Video card: trident cyberblade-i7 polaco Linux - Newbie 1 10-23-2005 01:35 PM
trident cyberblade 9397 w/ linux 2.6 -- framebuffer help rabidundead Linux - Laptop and Netbook 2 11-14-2004 07:38 PM
Trident Cyberblade - multiple X log entries. mcleodnine Linux - Hardware 1 04-17-2003 05:15 AM
Problems with X on Trident CyberBlade/i7 byoungwjy Linux - Software 0 10-21-2002 01:57 PM
Trident Cyberblade and Red Hat 7.2 won't work 2gethet linuxlah Linux - Hardware 3 09-01-2002 03:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration