Results 1 to 6 of 6
I can't get startx to work on my laptop. below is what it is telling me.
Code:
(II) [KMS] drm report modesetting isn't supported.
(EE) RADEON(0): Chipset: "AMD Radeon HD ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-01-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 11
StartX fails on Dell Precision M6600 AMD Radeon HD 9600 series card
I can't get startx to work on my laptop. below is what it is telling me.
my laptop has a 17 inch screen.. Any ideas?Code:(II) [KMS] drm report modesetting isn't supported. (EE) RADEON(0): Chipset: "AMD Radeon HD 6900 Series" (ChipID = 0x6720) requires KMS (EE) Screens(s) found, but none have a usable configuration.
- 12-01-2011 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
Is the mode being set at boot time? Look here:
If you see any vga=XXX stuff, replace it with this in /etc/grub.conf and reboot:Code:cat /proc/cmdline
Or if you don't want to touch /etc/grub.conf, just reboot, interrupt the boot process, and edit the kernel parameter line manually.Code:vga=normal nomodeset
Maybe it will help, I'm just guessing.
- 12-01-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 11
here is what i get when I run your command
I'm new to linux..Code:#cat /proc/cmdline BOOT_IMAGE=Linux ro root=801 vt.default_utf8=0
- 12-01-2011 #4Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
Perhaps it is built into the kernel? I dunno...it doesn't hurt to try anyway. Reboot and append the "vga=normal nomodeset" to the kernel command line. If it is Lilo and not Grub, I think you can just do "Linux vga=normal nomodeset" at the boot prompt. You can verify by checking for the grub.conf file, e.g.:
If it's not there, you're probably using Lilo.Code:ls -l /boot/grub/grub.conf
- 12-01-2011 #5Just Joined!
- Join Date
- Nov 2011
- Posts
- 11
I'm using Lilo.. i did edit the /etc/lilo.conf and put the vga=normal nomodeset
but still the same problem.
- 12-01-2011 #6Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,745
Do you still have to run that command to update the MBR after modifying lilo.conf? I think it was 'lilo -s' but that was years ago...


Reply With Quote
