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: (5) </ 1 2 3 [4] 5 >/

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

reply to topic new topic new poll
Topic: Photos on web pages are too dark, How do I adjust the brightness?< Next Oldest | Next Newest >
jhsu Offline





Group: Members
Posts: 175
Joined: Mar. 2007
Posted: Aug. 04 2008,15:01 QUOTE

Quote (curaga @ Aug. 04 2008,10:21)
Your screen darkness hasn't yet been adjusted with the xgamma tool. XFree or Xorg is required to use the tool. What do you mean with "things don't work the way I'm used to"?
I'm no psychic (yet at least), so please describe your problem a little better.

Since the tool doesn't seem included in XFree86.unc, you can get it here ->
http://rapidshare.com/files/134734366/xgamma.dsl.html

After I enter the command "startx", things look different.  The changes:
1.  All windows I had open before are gone.
2.  The icons on the desktop are gone.
3.  When I click on the main DSL menu (whether through the right-click or clicking on the bottom-left corner of the screen), I can only see the ONE option that is highlighted.
4.  When I minimize a window, I cannot see what it is.
5.  EmelFM refuses to open.
6.  My Mozilla Firefox window is the wrong size.  The small size is too small, while the expanded size is so big that I can't get the scrollbar on the right hand side of the screen but do NOT get the horizontal scrollbar at the bottom of the screen so I get scroll right.
7.  The only way out of this is to reboot and use xsetup.sh to switch back to Xvesa.  Going to DSL Menu -> Setup -> Xvesa just leads me to an error message saying that I cannot change Xvesa settings because I'm not in Xvesa.

Also, the computer gives NO indication of what happened.  How do I even know if I'm in XFree86?  And if I am, how do I even know if it's set up and working properly?


--------------
Current cheatcodes:
kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal home=hda3 opt=hda3 restore=hda3 root=hda3
Back to top
Profile PM 
jhsu Offline





Group: Members
Posts: 175
Joined: Mar. 2007
Posted: Aug. 04 2008,15:03 QUOTE

Should I try xorg72.uci instead?  What makes xorg72.uci so great?

What's the complete procedure for installing xorg72.uci?  I need the whole procedure, not a few cryptic hints that will take several more responses to decipher.


--------------
Current cheatcodes:
kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal home=hda3 opt=hda3 restore=hda3 root=hda3
Back to top
Profile PM 
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: Aug. 04 2008,16:36 QUOTE

You would know because it says so when starting (Running XFree86 4.3.0 debian prerelease et al) and you get a XFree86.0.log in /var/log.

Xorg would likely be better due to newer drivers and better autorecognition. Changes for it are mostly just name changes, and of course path change in .xserverrc because it's in /opt not in /usr/X11R6.

So, I hope these steps are complete, I haven't used xorg72.uci in a while:
1.  Go to DSL menu -> Exit -> Exit to prompt
2.  Type "sudo su"
3.  Enter "/opt/xorg72/bin/X -configure".  The screen will blink a bit when it autoconfigures your hardware. The new config file is in your /root directory, called xorg.conf.new. Check it with your desired editor and change if needed.
If you need to use X-based file managers / editors at this point, exit from root shell with "exit" and then "startx"
4.  Move this file into /etc/X11.
5.  Rename this file as xorg.conf .
6.  If there are some, remove all old XF86Config- and xorg.conf-starting files.
7.  modify /home/dsl/.xserverrc to read: "exec /opt/xorg72/bin/X -nolisten tcp"

If you went back to Xvesa for graphical file managers and editors, exit to prompt now.

8.  Enter "startx".

If you still have weirdness, those or other symptoms, please post your xorg.conf and your /var/log/Xorg.0.log in pastebin.com so we can take a look at them.


--------------
There's no such thing as life. Those mean little jocks invented it ;)
-
Windows is not a virus. A virus does something!
Back to top
Profile PM 
jhsu Offline





Group: Members
Posts: 175
Joined: Mar. 2007
Posted: Aug. 04 2008,19:10 QUOTE

I tried the procedure for switching to xorg72, and it STILL didn't work.  When I entered the command "startx" command, it refused to let me in, and I got stuck in the prompt.  I ended up having to use xsetup.sh to get back to Xvesa.

I have NO IDEA where I'm supposed to post stuff in pastebin.com, so I'm posting here.  

The contents of /etc/X11/xorg.conf:
Section "ServerLayout"
Identifier     "X.org Configured"
Screen      0  "Screen0" 0 0
InputDevice    "Mouse0" "CorePointer"
InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath      "/opt/xorg72/share/X11/rgb"
ModulePath   "/opt/xorg72/lib/xorg/modules"
FontPath     "/opt/xorg72/lib/X11/fonts/misc/"
FontPath     "/opt/xorg72/lib/X11/fonts/TTF/"
FontPath     "/opt/xorg72/lib/X11/fonts/OTF"
FontPath     "/opt/xorg72/lib/X11/fonts/Type1/"
FontPath     "/opt/xorg72/lib/X11/fonts/100dpi/"
FontPath     "/opt/xorg72/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "GLcore"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "freetype"
Load  "type1"
EndSection

Section "InputDevice"
Identifier  "Keyboard0"
Driver      "kbd"
EndSection

Section "InputDevice"
Identifier  "Mouse0"
Driver      "mouse"
Option    "Protocol" "auto"
Option    "Device" "/dev/input/mice"
Option    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
#DisplaySize  270   200 # mm
Identifier   "Monitor0"
VendorName   "DEL"
ModelName    "DELL E550"
### Comment all HorizSync and VertRefresh values to use DDC:
HorizSync    30.0 - 54.0
VertRefresh  50.0 - 120.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     "ColorKey"           # <i>
       #Option     "CacheLines"         # <i>
       #Option     "Dac6Bit"             # [<bool>]
       #Option     "DRI"                 # [<bool>]
       #Option     "NoDDC"               # [<bool>]
       #Option     "ShowCache"           # [<bool>]
       #Option     "XvMCSurfaces"       # <i>
       #Option     "PageFlip"           # [<bool>]
Identifier  "Card0"
Driver      "i810"
VendorName  "Intel Corporation"
BoardName   "82810E DC-133 CGC [Chipset Graphics Controller]"
BusID       "PCI:0:1: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

The contents of /ramdisk/var/log/Xorg.0.log are:

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.4.26 i686
Current Operating System: Linux box 2.4.26 #1 SMP Sa Apr 17 19:33:42 CEST 2004 i686
Build Date: 28 May 2007
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/opt/xorg72/var/log/Xorg.0.log", Time: Mon Aug  4 14:00:35 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) FontPath set to:
/opt/xorg72/lib/X11/fonts/misc/,
/opt/xorg72/lib/X11/fonts/TTF/,
/opt/xorg72/lib/X11/fonts/OTF,
/opt/xorg72/lib/X11/fonts/Type1/,
/opt/xorg72/lib/X11/fonts/100dpi/,
/opt/xorg72/lib/X11/fonts/75dpi/
(**) RgbPath set to "/opt/xorg72/share/X11/rgb"
(**) ModulePath set to "/opt/xorg72/lib/xorg/modules"
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x81c4560
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.3
X.Org Video Driver: 1.1
X.Org XInput driver : 0.7
X.Org Server Extension : 0.3
X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /opt/xorg72/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.1
(--) using VT number 2

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7124 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7125 card 1014,01e1 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1e:0: chip 8086,2418 card 0000,0000 rev 02 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,2410 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2411 card 8086,2411 rev 02 class 01,01,80 hdr 00
(II) PCI: 00:1f:2: chip 8086,2412 card 8086,2412 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1f:3: chip 8086,2413 card 8086,2413 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2415 card 1014,01de rev 02 class 04,01,00 hdr 00
(II) PCI: 01:02:0: chip 8086,1229 card 1014,305c rev 08 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
[0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
[0] -1 0 0x00007000 - 0x00007fff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
[0] -1 0 0xfea00000 - 0xfebfffff (0x200000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(0:1:0) Intel Corporation 82810E DC-133 CGC [Chipset Graphics Controller] rev 3, Mem @ 0xf8000000/26, 0xfe980000/19
(II) Addressable bus resource ranges are
[0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
[1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
[0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
[1] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[2] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
[3] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[4] -1 0 0x000078c0 - 0x000078ff (0x40) IX[B]
[5] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[6] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[7] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[8] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[9] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
[1] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[2] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
[3] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[4] -1 0 0x000078c0 - 0x000078ff (0x40) IX[B]
[5] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[6] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[7] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[8] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[9] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[5] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
[5] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[6] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
[7] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[9] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[10] -1 0 0x000078c0 - 0x000078ff (0x40) IX[B]
[11] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[12] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[13] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[14] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[15] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /opt/xorg72/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(II) Loading /opt/xorg72/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "extmod"
(II) Loading /opt/xorg72/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /opt/xorg72/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /opt/xorg72/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.13.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "xtrap"
(II) Loading /opt/xorg72/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /opt/xorg72/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
compiled for 7.2.0, module version = 2.1.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /opt/xorg72/lib/xorg/modules/fonts//libtype1.so
(II) Module type1: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.0.2
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "i810"
(II) Loading /opt/xorg72/lib/xorg/modules/drivers//i810_drv.so
(II) Module i810: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.6.5
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.1
(II) LoadModule: "mouse"
(II) Loading /opt/xorg72/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "kbd"
(II) Loading /opt/xorg72/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 1.1.0
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.7
(II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100,
i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G, E7221 (i915),
915GM, 945G, 945GM, 965G, 965G, 965Q, 946GZ
(II) Primary Device is: PCI 00:01:0
(--) Chipset i810e found
(II) resource ranges after xf86ClaimFixedResources() call:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
[5] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[6] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
[7] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[8] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[9] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[10] -1 0 0x000078c0 - 0x000078ff (0x40) IX[B]
[11] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[12] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[13] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[14] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[15] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
(II) resource ranges after probing:
[0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[4] -1 0 0xfeb00000 - 0xfebfffff (0x100000) MX[B]
[5] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[B]
[6] -1 0 0xfe980000 - 0xfe9fffff (0x80000) MX[B](B)
[7] -1 0 0xf8000000 - 0xfbffffff (0x4000000) MX[B](B)
[8] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[9] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[10] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[13] -1 0 0x000078c0 - 0x000078ff (0x40) IX[B]
[14] -1 0 0x0000f400 - 0x0000f43f (0x40) IX[B]
[15] -1 0 0x0000f000 - 0x0000f0ff (0x100) IX[B]
[16] -1 0 0x0000fe00 - 0x0000fe0f (0x10) IX[B]
[17] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[B]
[18] -1 0 0x0000fff0 - 0x0000ffff (0x10) IX[B]
[19] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[20] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /opt/xorg72/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
compiled for 7.2.0, module version = 0.1.0
ABI class: X.Org Video Driver, version 1.1
(==) I810(0): Depth 24, (==) framebuffer bpp 32
(EE) I810(0): Given bpp (32) is not supported by i810 driver
(II) UnloadModule: "i810"
(II) UnloadModule: "vgahw"
(II) Unloading /opt/xorg72/lib/xorg/modules//libvgahw.so
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found


--------------
Current cheatcodes:
kernel /boot/linux24 root=/dev/hda1 quiet vga=normal noacpi noapm nodma noscsi frugal home=hda3 opt=hda3 restore=hda3 root=hda3
Back to top
Profile PM 
^thehatsrule^ Offline





Group: Members
Posts: 3275
Joined: July 2006
Posted: Aug. 05 2008,02:28 QUOTE

Quote
After I enter the command "startx", things look different.  The changes:
1.  All windows I had open before are gone.
...
You probably need to add extmod, etc. modules, to your xconfig.

Quote
What's the complete procedure for installing xorg72.uci?  I need the whole procedure, not a few cryptic hints that will take several more responses to decipher.
Don't forget the .info

Quote
(EE) I810(0): Given bpp (32) is not supported by i810 driver
You could try to manually lower the bitdepth to 24 (or lower).

Quote
I have NO IDEA where I'm supposed to post stuff in pastebin.com, so I'm posting here.
It's pretty self explanatory: fill out the form and press send.  If you cba to figure that out... try using code tags in the forum instead.

I wonder if xgamma could work with the hardware-specific tinyx servers?
Back to top
Profile PM 
23 replies since July 31 2008,03:08 < Next Oldest | Next Newest >

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

Pages: (5) </ 1 2 3 [4] 5 >/
reply to topic new topic new poll
Quick Reply: Photos on web pages are too dark

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