Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (7) </ ... 2 3 4 5 6 [7] >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: xfree86 (HD Install), How do I change the X Server to xfree?< Next Oldest | Next Newest >
flatloop Offline





Group: Members
Posts: 11
Joined: Oct. 2004
Posted: Nov. 12 2004,21:08 QUOTE

Quote (Guest @ Oct. 29 2004,05:02)
I'm glad people liked my help, it's always nice :)
Also Shaft, if you want 16-bit in 800x600 you can't because of the limitation of vram, but you can run in 800x570 with 16-bit colour ;) Once I fix up a problem I got with the laptop right now, I'll send you my exact XF86Config-4 file. Sorry Les, I'm not sure on that are you logging in as dsl or root?

Did anyone ever get that config file???

Is it just as simple as changing the config to say 800x570 rather than 800x600?


Thanks, with this info I'll have the thing licked.  This stuff is soooo cool.
Back to top
Profile PM WEB AOL MSN YIM 
MistaED Offline





Group: Members
Posts: 6
Joined: Sep. 2004
Posted: Nov. 19 2004,09:54 QUOTE

I am extremely sorry I didn't post sooner! :(

But here is the xfree86 config file:

Code Sample

# for XFree86-4.1.0
# Configuration "Dell Latitude P-133ST"
# Driver        "neomagic"
# Chipset       "NM2070"
#               "MagicGraph NM2070"
# VendorName    "NeoMagic"
# BoardName     ""
# Monitor       "LCD 800x600 8color"
# Date          "09th Sep, 2001"

Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/extra/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/PEX/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic/"
FontPath "/usr/X11R6/lib/X11/fonts/TrueType/"
FontPath "/usr/X11R6/lib/X11/fonts/tt/"
FontPath "/usr/X11R6/lib/X11/fonts/unicode/"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
SubSection "extmod"
 #Option "omit xfree86-dga"
EndSubSection
Load "type1"
#Load "freetype"
Load "xtt"
Load "bitmap"
Load "speedo"
Load "pex5"
Load "GLcore"
Load "glx"
Load "dri"
Load "record"
Load "xie"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
Option "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "yes"
#MouseName "Generic - 2 Button Mouse (PS/2)"
EndSection

Section "Monitor"
Identifier "Monitor0"
HorizSync 31.5-40
VertRefresh 55-90
#VendorName "Dell"
#ModelName "S-133ST LCD 800x600 8-color"
Modeline  "800x570"    35 800 816 944 968 570 572 574 599
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "neomagic"
   VendorName  "NeoMagic"
   BoardName   "MagicGraph NM2070"
#    Chipset     "NM2070"
#    ChipId     0x4742
#    ChipRev    0x5c
   BusID       "PCI:0:7:0"
#    IOBase     0xfea00000
#    MemBase    0xfd000000
#    VideoRam   2048
#    DacSpeed   90
#    Option     "linear"
#    Option     "nolinear"
#    Option     "sw_cursor"
#    Option     "hw_cursor"
   Option     "no_accel"
   Option     "intern_disp"
   Option     "extern_disp"
   Option     "mmio"
#    Option     "no_mmio"
   Option     "lcd_center"
   Option     "no_stretch"
   Option     "override_validate_mode"
   # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Depth 8
Modes "800x570"
EndSubSection
SubSection "Display"
Depth 15
Modes "800x570"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x570"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x570"
EndSubSection
EndSection

Section "DRI"
EndSection

# End of XF86Config.
# Configured by xconfig
# Configured date:
Back to top
Profile PM 
flatloop Offline





Group: Members
Posts: 11
Joined: Oct. 2004
Posted: Nov. 19 2004,15:38 QUOTE

Awesome!  Thank you MistaEd!  It lookse so purty now.

Just one thing... I have a strange anomoly in my screen.  There is a column on the right hand side of the screen about 20 pixels (estimate) that my mouse pointer "warps through"   The screen is drawn correctly, and windows show up in that column, but when I go to put my mouse in that area, it sorta 'pops out' and misses the area completely, almost as if it's passing 'under' that section of screen.

Wierd eh?  It's not a big issue right now, cuz I just so happy the screen looks 'normal'.

Thanks again.
Back to top
Profile PM WEB AOL MSN YIM 
KnightOfNi
Unregistered






Posted: Nov. 25 2004,17:27 QUOTE

Sorry if this is dregging up a dead topic, but I'd like to thank everyone for the information and ask if a solution to the jumping mouse problem has been found, my latitude Xpi with a p100 is doing the same thing, and I'm seeing what might work.
Back to top
MistaED
Unregistered






Posted: Nov. 26 2004,12:32 QUOTE

Yes I had this problem too, I figured out you need to set lilo to have vga=791 (I think, search the forums for a listing to double-check) in it for 800x600x8bit and everything's peachy.
Back to top
34 replies since Sep. 12 2004,05:08 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (7) </ ... 2 3 4 5 6 [7] >/
reply to topic new topic new poll
Quick Reply: xfree86 (HD Install)

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code