Results 11 to 18 of 18
After I put in that information it just boots to the command line and when I try to startx it says there are no screens....
- 03-15-2010 #11Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
After I put in that information it just boots to the command line and when I try to startx it says there are no screens.
- 03-15-2010 #12
Is there any other error message? Try radeon instead of vesa in xorg.conf file.
vesa is a generic driver and it works fine with most of Graphics Card. radeon is default driver for ATI Cards but it doesn't sometimes.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-15-2010 #13Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
No there is no other error message other than can't start x. I tried radeon and the same thing happened.
- 03-15-2010 #14
Check supported Refresh Rates ( HorizSync and VertRefresh rates ) in your Monitor's Manual and edit xorg.conf file accordingly.
Try a bit lower values :
Code:HorizSync 30-71 VertRefresh 50-90
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-15-2010 #15Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
I now get this error:
Code:undefine InputDevice "Generic Mouse"
- 03-15-2010 #16
Delete two lines from Section "ServerLayout" of xorg.conf.
Debian will use Generic values for both.Code:InputDevice "Generic Keyboard" InputDevice "Generic Mouse"
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-15-2010 #17Just Joined!
- Join Date
- Mar 2010
- Posts
- 9
Now I get no devices found.
- 03-16-2010 #18
Try this xorg.conf file.
Its a copy of working xorg.conf file in Debian Machine. Make sure that there shouldn't be any typo.Code:Section "Device" Identifier "Configured Video Device" Option "RenderAccel" "true" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 31.5 - 50.0 VertRefresh 40-90 Option "UseEdidFreqs" "1" Option "ReducedBlanking" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubsection EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
