I have a Debian (squeeze) guest on virtualbox on a Windows 8 host. I have given it 128 MB video memory (the max allowed by vb) and 3 GB RAM. I am trying to run Compiz on it, but every time I switch to Compiz from GNOME my mouse, icons, top bar, and lower bar all go away, and I am left with a blank desktop. I have installed everything for GNOME-based compiz, followed the Debian wiki's guide to installing it, and edited all the necessary files for it to work. I tried enabling window decorations, which was supposed to fix the windows, but that didn't work. What am I doing wrong? I have 1200 MB video memory, and I have enabled 3D acceleration (vb doesn't allow 2D acceleration on non-windows guests), but are Intel integrated graphics just too crappy to run Compiz, or will it not run on virtual machine based Debian?
Debian shows only a blank desktop when using compiz
390 Views Asked by M0rtiferrimus At
1
There are 1 best solutions below
Related Questions in DEBIAN
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
Related Questions in DESKTOP
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
Related Questions in COMPIZ
- Add image to JCheckBoxMenuItem
- How to access invisible Unordered List element with Selenium WebDriver using Java
- Inheritance in Java, apparent type vs actual type
- Java catch the ball Game
- Access objects variable & method by name
- GridBagLayout is displaying JTextField and JTextArea as short, vertical lines
- Perform a task each interval
- Compound classes stored in an array are not accessible in selenium java
- How to avoid concurrent access to a resource?
- Why does processing goes slower on implementing try catch block in java?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I am also running VirtualBox in windows 8 with debian squeeze. It's my first run so I'm still using the
twm
window manager. I'm getting the same thing as you- a blank desktop. The only time i can see anyhting is when I hold down the left mouse key(twm's ugly!). When I quitX
server I got these error messages:Try entering text mode and note what is being displayed. If you have
DRI
disabled like mine then it would explain the blank desktop sinceOpenGL
depends on DRI(Direct Rendering Infrastructure) for hardware accleration:and from the Compiz article: