Results 1 to 5 of 5
I installed xorg (emerge xorg) , then ran the auto configure script to see what it turned up, I originaly got an error pertaining to vertical sync, but i fixed ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-30-2004 #1
xorg, odd error
I installed xorg (emerge xorg) , then ran the auto configure script to see what it turned up, I originaly got an error pertaining to vertical sync, but i fixed that, but now when i run 'startx' i get this
this is my config file,Code:(==) Using config file: "/etc/X11/xorg.conf" Using vt 7 (EE) RADEON(0): No valid modes found (EE) Screen(s) found, but none have a usable configuration. Fatal server error: no screens found
I know it isnt all relivent, but i didnt wanna leave something out, my graphics card is a radeon 8500 all-in-wonder, and i have a generic IBM monitor. I dont need high res or hardware accelerated graphics, its just for someone to do basic openoffice and e-mail , with a little im and web.Code:FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "speedo" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" EndSection Section "Monitor" #DisplaySize 280 210 # mm Identifier "Monitor0" VendorName "IBM" ModelName "IBM G52" HorizSync 30.0 - 69.0 HorizSync 0.0 - 0.0 VertRefresh 0.0-50.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: [i]: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [<bool>] #Option "SWcursor" # [<bool>] #Option "Dac6Bit" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "ForcePCIMode" # [<bool>] #Option "BusType" # [<str>] #Option "CPPIOMode" # [<bool>] #Option "CPusecTimeout" # [i] #Option "AGPMode" # [i] #Option "AGPFastWrite" # [<bool>] #Option "AGPSize" # [i] #Option "GARTSize" # [i] #Option "RingSize" # [i] #Option "BufferSize" # [i] #Option "EnableDepthMoves" # [<bool>] #Option "EnablePageFlip" # [<bool>] #Option "NoBackBuffer" # [<bool>] #Option "DRIReinit" # [<bool>] #Option "PanelOff" # [<bool>] #Option "DDCMode" # [<bool>] #Option "MonitorLayout" # [<str>] #Option "IgnoreEDID" # [<bool>] #Option "OverlayOnCRTC2" # [<bool>] #Option "CloneMode" # [<str>] #Option "CloneHSync" # [<str>] #Option "CloneVRefresh" # [<str>] #Option "UseFBDev" # [<bool>] #Option "VideoKey" # [i] #Option "DisplayPriority" # [<str>] #Option "PanelSize" # [<str>] #Option "ForceMinDotClock" # <freq> Identifier "Card0" Driver "ati" VendorName "ATI Technologies Inc" BoardName "Radeon R200 QL [Radeon 8500 LE]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection
- 07-30-2004 #2Linux Newbie
- Join Date
- Jul 2004
- Location
- Oklahoma City, OK
- Posts
- 232
Should beCode:Section "Monitor" #DisplaySize 280 210 # mm Identifier "Monitor0" VendorName "IBM" ModelName "IBM G52" HorizSync 30.0 - 69.0 HorizSync 0.0 - 0.0 VertRefresh 0.0-50.0
If you don't end a section, it can't be used.Code:Section "Monitor" #DisplaySize 280 210 # mm Identifier "Monitor0" VendorName "IBM" ModelName "IBM G52" HorizSync 30.0 - 69.0 VertRefresh 0.0-50.0 EndSectionOH NOOOOO!!!!!! You did it the way I said?
- 07-30-2004 #3
- 07-30-2004 #4Linux Newbie
- Join Date
- May 2004
- Location
- Boston, MA
- Posts
- 246
You'll have no problem with that. My friends used to take old computers out of dumpsters and put Linux on them all the time.
Situations arise because of the weather,
And no kinds of love are better than others.
- 07-30-2004 #5
yeah, done that one, it was this massively old xerox, (back when they did computers) it was ridicouls, we did the install over a serial port, and we named the machine 'the dead hooker' then we tried to make it compile a program, it was a simple one, but the like 3.5k of memeory or something couldnt quite do it...so we threw it off a roof (but not befor installing windows).


Reply With Quote
